.hero-section{position:relative;min-height:80vh;display:flex;align-items:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#1a1a2e 100%);overflow:hidden;padding:6rem 0 4rem}.hero-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 60%,rgba(251,146,60,8%) 0%,transparent 60%),radial-gradient(ellipse at 30% 40%,rgba(99,102,241,6%) 0%,transparent 50%);pointer-events:none}.hero-section::after{content:"";position:absolute;left:0;right:0;bottom:0;height:40%;background:linear-gradient(to bottom,transparent,#1d1d1d);pointer-events:none}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-block;padding:.4rem 1rem;border-radius:2rem;background:rgba(251,146,60,.15);color:#fb923c;font-size:.85rem;font-weight:500;letter-spacing:.02em;border:1px solid rgba(251,146,60,.25);margin-bottom:1.5rem}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;color:#f8fafc;margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;color:#94a3b8;margin-bottom:2rem;max-width:540px}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.hero-cta .btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border-radius:.5rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#0f172a;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;border:none}.hero-cta .btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(249,115,22,.3);color:#0f172a}.hero-cta .btn-hero-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border-radius:.5rem;background:0 0;color:#e2e8f0;font-weight:600;text-decoration:none;border:1px solid rgba(226,232,240,.3);transition:border-color .2s,background .2s}.hero-cta .btn-hero-outline:hover{border-color:rgba(226,232,240,.6);background:rgba(226,232,240,5%);color:#f8fafc}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:320px}.sunset-character{width:280px;height:280px;filter:drop-shadow(0 0 40px rgba(251,146,60,.2))}@media(min-width:768px){.sunset-character{width:360px;height:360px}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.sunset-float{animation:float 4s ease-in-out infinite}@keyframes blush{0%{opacity:.3}50%{opacity:.7}100%{opacity:.3}}.sunset-cheek-blush{animation:blush .6s ease-in-out}@keyframes glow-pulse{0%,100%{opacity:.3}50%{opacity:.5}}.sunset-halo{animation:glow-pulse 3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.sunset-float,.sunset-halo{animation:none}.sunset-cheek-blush{animation:none}.hero-cta .btn-hero-primary:hover,.hero-cta .btn-hero-outline:hover{transform:none}}@media(max-width:767.98px){.hero-section{min-height:auto;padding:6rem 0 3rem;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.hero-visual{min-height:240px;margin-top:2rem}}