.container{max-width:1200px;margin:0 auto;padding:0 24px}.container,.hero{position:relative;z-index:1}.hero{text-align:center;padding:180px 32px 80px}.hero .eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.2em;color:var(--horizon-gold)}.hero .eyebrow,.hero h1{font-family:Urbanist,sans-serif;text-transform:uppercase;margin-bottom:24px}.hero h1{font-size:clamp(32px,4.5vw,56px);font-weight:800;line-height:1.1;color:var(--text-primary)}.hero .subtitle{font-family:Outfit,sans-serif;font-size:1.15rem;color:rgba(255,255,255,.6);line-height:1.7;max-width:640px;margin:0 auto 40px}.section{position:relative;z-index:1;padding:80px 32px;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-play-state:paused}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.section-headline{font-family:Urbanist,sans-serif;font-size:clamp(28px,3vw,42px);font-weight:800;text-align:center;line-height:1.15;text-transform:uppercase;color:var(--text-primary);margin-bottom:16px}.section-subtitle{font-family:Outfit,sans-serif;font-size:1.05rem;color:rgba(255,255,255,.55);text-align:center;max-width:640px;margin:0 auto 3rem;line-height:1.7}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.step-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem 2rem;position:relative;transition:transform .3s,border-color .3s}.step-card:hover{transform:translateY(-4px);border-color:rgba(230,181,133,.3)}.step-number{font-size:3rem;font-weight:800;color:rgba(230,181,133,.15);line-height:1;margin-bottom:1rem}.step-number,.step-title{font-family:Urbanist,sans-serif}.step-title{font-size:1.3rem;font-weight:700;color:var(--horizon-gold);margin-bottom:.75rem}.step-desc{font-family:Outfit,sans-serif;font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.feature-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem 2rem;transition:transform .3s,border-color .3s}.feature-card:hover{transform:translateY(-4px);border-color:rgba(4,175,255,.25)}.feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem;background:rgba(4,175,255,.1);border:1px solid rgba(4,175,255,.2)}.feature-title{font-family:Urbanist,sans-serif;font-size:1.15rem;font-weight:700;color:var(--azure);margin-bottom:.75rem}.feature-desc{font-family:Outfit,sans-serif;font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.7}.bottom-cta{position:relative;z-index:1;text-align:center;padding:80px 32px}.bottom-cta h2{font-family:Urbanist,sans-serif;font-size:clamp(28px,3vw,42px);font-weight:800;text-transform:uppercase;color:var(--text-primary);margin-bottom:16px}.bottom-cta .subtitle{font-family:Outfit,sans-serif;font-size:1.05rem;color:rgba(255,255,255,.55);max-width:640px;margin:0 auto 2.5rem;line-height:1.7}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.faq-question{font-family:Urbanist,sans-serif;font-size:1.1rem;font-weight:600;color:var(--text-primary);padding:24px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-question:hover{color:var(--horizon-gold)}.faq-toggle{font-size:1.4rem;font-weight:300;color:var(--frost-mist);transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{font-family:Outfit,sans-serif;font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.faq-item.open .faq-answer{max-height:300px;padding:0 0 24px}@media (max-width:768px){.hero{padding:140px 20px 60px}.hero h1{font-size:clamp(26px,7vw,38px)}.hero .subtitle{font-size:1rem}.section{padding:60px 20px}.section-headline{font-size:clamp(24px,6vw,32px)}.features-grid,.steps-grid{grid-template-columns:1fr;gap:1.5rem}.bottom-cta{padding:60px 20px}.bottom-cta h2{font-size:clamp(24px,6vw,32px)}}