:root{--bg:#f7f9fb;--text:#111;--muted:#7f8790;--maxw:1000px}*{box-sizing:border-box}body,html{height:100%}body{background:var(--bg);color:var(--text);font-family:Raleway,system-ui,-apple-system,Segoe UI,Roboto,Arial;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero{overflow:visible;padding:90px 20px 120px;position:relative}.hero-inner{margin:0 auto;max-width:var(--maxw);position:relative;text-align:center;z-index:2}.hero-cta,.hero-logo,.hero-sub,.hero-title{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.hero.visible .hero-logo{opacity:1;transform:translateY(0);transition-delay:.1s}.hero.visible .hero-title{opacity:1;transform:translateY(0);transition-delay:.2s}.hero.visible .hero-sub{opacity:1;transform:translateY(0);transition-delay:.3s}.hero.visible .hero-cta{opacity:1;transform:translateY(0);transition-delay:.4s}.hero-logo img{display:block;height:75px;margin:0 auto 28px;width:auto}.hero-title{display:inline-block;font-size:clamp(36px,6vw,64px);font-weight:700;letter-spacing:-.02em;line-height:1.02;margin:0;max-width:920px}.hero-title .small-line{display:block;font-size:1.5rem;font-weight:700}.hero-sub{color:var(--muted);font-size:18px;font-weight:400;line-height:1.6;margin:20px auto 28px;max-width:620px}.cta-btn{background:#000;border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:color .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out}.cta-btn:hover{background:#000;box-shadow:0 8px 20px rgba(0,0,0,.2);color:#fc8835;transform:scale(1.05)}@media (max-width:1024px){.hero-title{font-size:2.5rem}.hero-title .small-line{font-size:1.5rem}}@media (max-width:767px){.hero-title{font-size:2.5rem}.hero-title .small-line{font-size:1.3rem}.hero-inner{padding:0 15px}.cta-btn{font-size:.95rem;padding:10px 24px}}