.landing-header{position:sticky;top:0;z-index:100;background:var(--primary);padding:0 24px;height:var(--header-h);display:flex;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.35)}.landing-header-inner{width:100%;max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.hero{background:var(--primary);color:#fff;padding:80px 24px 96px;text-align:center}.hero-inner{max-width:680px;margin:0 auto}.hero-title{font-size:40px;font-weight:800;line-height:1.15;margin-bottom:20px;color:#fff}.hero-desc{font-size:18px;line-height:1.6;color:rgba(255,255,255,.85);margin-bottom:36px}.features{padding:64px 24px;background:var(--bg-page)}.features-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-card);padding:32px 24px}.feature-card h3{font-size:18px;font-weight:700;color:var(--primary);margin-bottom:12px}.feature-card p{color:var(--text-muted);font-size:15px;line-height:1.6}.landing-footer{background:var(--primary);color:rgba(255,255,255,.6);text-align:center;padding:24px;font-size:14px}.landing-footer__links{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px}.landing-footer__links a{color:rgba(255,255,255,.5);text-decoration:none}.landing-footer__links a:hover{color:#fff;text-decoration:underline}.landing-footer__links span{color:rgba(255,255,255,.3)}@media(max-width:768px){.hero-title{font-size:28px}.features-inner{grid-template-columns:1fr}}@media(max-width:640px){.landing-header{padding:0 16px}.landing-header .ft-btn-primario{width:auto}.hero{padding:48px 20px 64px}.hero-desc{font-size:16px;margin-bottom:24px}.features{padding:40px 20px}}@media(max-width:480px){.hero-title{font-size:22px}.hero{padding:36px 16px 48px}.hero-desc{font-size:15px}}