.hv-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--hv-bg);isolation:isolate}.hv-hero:before{content:"";position:absolute;top:-12%;left:50%;width:min(1100px,120vw);height:620px;transform:translateX(-50%);background:radial-gradient(60% 60% at 50% 30%,rgba(247,168,35,.16) 0,rgba(247,168,35,0) 70%);filter:blur(8px);z-index:0;pointer-events:none}.hv-hero__content{position:relative;z-index:2;padding:172px 32px 24px;display:flex;justify-content:center;width:100%}.hv-hero__content-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:880px}.hv-hero__eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--hv-font-mono);font-size:11.5px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--hv-accent-ink);background:var(--hv-accent-soft);border:1px solid rgba(232,147,12,.22);padding:7px 14px;border-radius:var(--hv-r-pill);margin:0 0 28px;animation:hv-hero-fade .7s var(--hv-ease-out) .05s both}.hv-hero__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hv-accent);box-shadow:0 0 0 3px rgba(232,147,12,.18)}.hv-hero__headline{font-family:var(--hv-font-sans);font-size:clamp(3.1rem,7.4vw,6.4rem);font-weight:700;letter-spacing:-.035em;line-height:.98;color:var(--hv-ink);margin:0 0 24px;text-transform:none;text-wrap:balance;animation:hv-hero-head .9s var(--hv-ease-out) .1s both}.hv-hero__headline em{font-style:normal;background:var(--hv-honey-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hv-hero__subtitle{font-family:var(--hv-font-sans);font-size:clamp(1.05rem,1.7vw,1.3rem);font-weight:400;color:var(--hv-ink-secondary);line-height:1.55;letter-spacing:-.01em;max-width:560px;margin:0 0 36px;font-style:normal;text-wrap:balance;animation:hv-hero-fade .8s var(--hv-ease-out) .32s both}.hv-hero__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:center;animation:hv-hero-cta .7s var(--hv-ease-out) .5s both}.hv-hero__cta{display:inline-flex;align-items:center;gap:9px;padding:14px 26px;background:var(--hv-ink);color:var(--hv-bg-pure);border:1px solid var(--hv-ink);border-radius:var(--hv-r-pill);font-family:var(--hv-font-mono);font-weight:500;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;box-shadow:var(--hv-shadow-md);transition:transform .35s var(--hv-ease-out),box-shadow .35s var(--hv-ease-out),background-color .25s}.hv-hero__cta:after{content:"→";font-family:var(--hv-font-mono);transition:transform .35s var(--hv-ease-out)}.hv-hero__cta:hover{transform:translateY(-2px);box-shadow:var(--hv-shadow-lg)}.hv-hero__cta:hover:after{transform:translateX(4px)}.hv-hero__cta--ghost{background:transparent;color:var(--hv-ink);border:1px solid var(--hv-border-strong);box-shadow:none}.hv-hero__cta--ghost:after{content:""}.hv-hero__cta--ghost:hover{background:var(--hv-bg-pure);border-color:var(--hv-ink);box-shadow:var(--hv-shadow-sm)}@keyframes hv-hero-head{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hv-hero-fade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hv-hero-cta{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hv-hero__illustration{position:relative;width:100%;margin-top:-200px;flex:1;display:flex;align-items:flex-end;z-index:1}.hv-hero__illustration:before{top:0;height:300px;background:linear-gradient(to bottom,var(--hv-bg) 0,rgba(251,251,249,.92) 22%,rgba(251,251,249,.55) 52%,rgba(251,251,249,0) 100%)}.hv-hero__illustration:after,.hv-hero__illustration:before{content:"";position:absolute;left:0;right:0;z-index:2;pointer-events:none}.hv-hero__illustration:after{bottom:0;height:160px;background:linear-gradient(to top,var(--hv-bg) 0,rgba(251,251,249,.7) 38%,rgba(251,251,249,0) 100%)}.hv-hero__img{width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){.hv-hero__actions,.hv-hero__eyebrow,.hv-hero__headline,.hv-hero__subtitle{animation:none!important;opacity:1!important;transform:none!important}}@media (max-width:768px){.hv-hero__content{padding:140px 20px 0}.hv-hero__headline{font-size:clamp(2.6rem,11vw,4rem)}.hv-hero__illustration{margin-top:-120px}.hv-hero__cta{padding:14px 22px}}