.hero{padding:0}.hero,.hero-shell{min-height:calc(100vh - 50px);background:#0d2d3a}.hero-shell{display:grid;grid-template-columns:1fr 1fr}.hero-left,.hero-right{position:relative}.hero-left{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:96px 32px 52px 28px;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:6px 14px;border:1px solid rgba(43,191,191,.4);border-radius:100px;background:rgba(43,191,191,.15);color:#2bbfbf;font-size:13px;font-weight:500;letter-spacing:.06em}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:#2bbfbf}.hero-title{margin:0;width:min(100%,640px);font-size:4vw;font-weight:700;line-height:1.08;color:#fff}.hero-accent{color:#2bbfbf}.hero-sub{width:min(100%,640px);max-width:640px;margin:0;font-size:19px;line-height:1.55;color:hsla(0,0%,100%,.65);text-align:center}.hero-trust{display:flex;flex-wrap:wrap;width:min(100%,640px);gap:22px;justify-content:center}.trust-item{display:flex;align-items:center;gap:7px;font-size:14px;color:hsla(0,0%,100%,.5)}.trust-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:#2bbfbf}.hero-btns{display:flex;flex-wrap:wrap;width:min(100%,640px);gap:16px;margin-top:4px}.hero-btn,.hero-btns{justify-content:center}.hero-btn{display:inline-flex;align-items:center;text-decoration:none;border-radius:100px;transition:filter .2s ease,background .2s ease,border-color .2s ease}.hero-btn--primary{padding:17px 34px;border:none;background:var(--color-primary);color:#fff;font-size:17px;font-weight:600}.hero-btn--primary:hover{filter:brightness(1.1)}.hero-btn--ghost{padding:16px 32px;border:1px solid hsla(0,0%,100%,.3);background:rgba(0,0,0,0);color:hsla(0,0%,100%,.8);font-size:17px;font-weight:500}.hero-btn--ghost:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.5)}.hero-right{min-height:420px;overflow:hidden;background:url(/images/25_resized.webp) 50%/cover no-repeat}.hero-right:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,46,59,.08),rgba(12,46,59,.12))}.hero-right:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,45,58,.85) 0,rgba(13,45,58,.2) 60%,rgba(13,45,58,0))}.hero-stats{position:absolute;left:20px;right:20px;bottom:28px;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.stat-card{border:1px solid hsla(0,0%,100%,.18);border-radius:14px;padding:18px;text-align:center;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.stat-num{color:#2bbfbf;font-size:28px;font-weight:700;line-height:1.05}.stat-lbl{margin-top:6px;color:hsla(0,0%,100%,.6);font-size:14px;line-height:1.35}@media(max-width:768px){.hero{min-height:auto;padding:0}.hero-shell{grid-template-columns:1fr;min-height:auto}.hero-right{order:-1;min-height:260px}.hero-left{padding:32px 20px 40px;align-items:center}.hero-title{font-size:26px;width:100%;text-align:center}.hero-btns,.hero-sub,.hero-trust{width:100%;max-width:none}.hero-title-separator{display:none}.hero-badge{align-self:center}.hero-btn,.hero-btns{width:100%}.hero-stats{display:none}}@media(min-width:769px)and (max-width:1279px){.hero-left{padding-inline:28px}}