.hero{background:var(--bg-dark);flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;opacity:.25;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-orb{filter:blur(120px);pointer-events:none;z-index:1;border-radius:50%;position:absolute}.hero-orb--1{background:#1568a433;width:500px;height:500px;top:-150px;right:-100px}.hero-orb--2{background:#3db8f526;width:400px;height:400px;bottom:100px;left:-150px}.hero-orb--3{background:#1568a41f;width:350px;height:350px;bottom:-100px;right:30%}.hero-main{z-index:1;padding:calc(var(--nav-height) + 24px) 0 24px;flex:auto;justify-content:center;align-items:center;display:flex;position:relative}@media (min-width:640px){.hero-main{padding:calc(var(--nav-height) + 32px) 0 32px}}@media (min-width:1024px){.hero-main{padding:calc(var(--nav-height) + 40px) 0 36px}}.hero-center{text-align:center;flex-direction:column;align-items:center;gap:28px;max-width:800px;margin:0 auto;display:flex}.hero-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--primary-light);background:#3db8f50f;border:1px solid #3db8f533;border-radius:100px;padding:8px 20px;font-size:.8125rem;font-weight:600;display:inline-block}.hero-heading{letter-spacing:-.045em;color:#fff;font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.02}.hero-heading-gradient{background:linear-gradient(135deg, var(--primary-light) 0%, #a8e0ff 40%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:#ffffff73;max-width:540px;font-size:1.125rem;line-height:1.7}@media (min-width:640px){.hero-desc{font-size:1.25rem}}.hero-actions{flex-direction:column;gap:14px;padding-top:8px;display:flex}@media (min-width:480px){.hero-actions{flex-direction:row;gap:16px}}.hero-btn-primary{background:linear-gradient(135deg, var(--primary-light), var(--primary));color:#fff;letter-spacing:-.01em;border-radius:100px;justify-content:center;align-items:center;gap:10px;min-width:240px;padding:15px 32px;font-size:.9375rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #3db8f540}.hero-btn-primary svg{transition:transform .15s}.hero-btn-primary:hover svg{transform:translate(3px)}.hero-btn-outline{color:#ffffffb3;letter-spacing:-.01em;border:1.5px solid #ffffff1f;border-radius:100px;justify-content:center;align-items:center;gap:10px;min-width:240px;padding:15px 32px;font-size:.9375rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.hero-btn-outline:hover{color:#fff;border-color:#ffffff4d}.hero-stats{z-index:1;border-top:1px solid #ffffff0f;padding:24px 0;position:relative}@media (min-width:640px){.hero-stats{padding:28px 0}}.hero-stats-inner{flex-wrap:wrap;justify-content:center;gap:24px 56px;display:flex}@media (min-width:768px){.hero-stats-inner{justify-content:space-between}}.hero-stat{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}@media (min-width:768px){.hero-stat{text-align:left;align-items:flex-start}}.hero-stat-value{color:#fff;letter-spacing:-.02em;font-size:1.75rem;font-weight:700}@media (min-width:640px){.hero-stat-value{font-size:2.5rem}}.hero-stat-label{color:#ffffff59;font-size:.8125rem;font-weight:500}.hero-stat-divider{display:none}@media (min-width:768px){.hero-stat-divider{background:#ffffff0f;align-self:center;width:1px;height:48px;display:block}}
