.hero{background:#fff8f0;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#ffffff0d 0%,#00000026 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:56rem;margin:0 auto;padding:0 1.5rem;position:relative}.hero-headline{letter-spacing:-.02em;color:#1f2937;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.15}.hero-headline .char{opacity:0;display:inline-block;transform:translateY(20px)}.hero-headline .word-space{width:.35em;display:inline-block}.hero-subheadline{color:#4b5563;opacity:0;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:400;line-height:1.7;transform:translateY(16px)}.hero-cta{color:#fff;cursor:pointer;opacity:0;will-change:transform;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;transform:translateY(16px);box-shadow:0 8px 25px #f59e0b59}.hero-cta:before{content:"";opacity:0;z-index:0;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);transition:opacity .25s;position:absolute;inset:0}.hero-cta:hover:before{opacity:1}.hero-cta:hover{box-shadow:0 14px 36px #f59e0b73}.hero-cta:active{transform:scale(.96)!important}.hero-cta-inner{z-index:1;align-items:center;gap:.5rem;display:flex;position:relative}.hero-scroll-indicator{z-index:2;opacity:.6;animation:2.2s ease-in-out infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:768px){.hero{min-height:90vh}.hero-headline{letter-spacing:-.01em}.hero-subheadline{margin-bottom:1.75rem;font-size:.95rem}.hero-cta{padding:.875rem 2rem;font-size:1rem}}@keyframes gradientShift{0%{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 0}}.shader-mobile-gradient{background:linear-gradient(135deg,#fde68a 0%,#f59e0b 20%,#d97706 40%,#92400e 60%,#d97706 80%,#fbbf24 100%) 0 0/400% 400%;animation:5s infinite gradientShift}@media (prefers-reduced-motion:reduce){.shader-mobile-gradient{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);animation:none}.hero-headline .char,.hero-subheadline,.hero-cta{opacity:1!important;transform:none!important}.hero-scroll-indicator{animation:none}}
