.landing{min-height:100vh;display:flex;flex-direction:column;background:var(--gradient-hero)}.landing__hero{padding:clamp(3rem,8vw,5.5rem) 0 clamp(2.5rem,6vw,4rem)}.landing__hero-inner{max-width:720px}.landing__kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.landing__kicker:before{content:"";width:28px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--accent),transparent)}.landing__h1{margin:0 0 1rem;font-size:clamp(2.25rem,5.5vw,3.35rem);font-weight:900;letter-spacing:-.045em;line-height:1.05;color:var(--text)}.landing__lead{margin:0 0 1.75rem;font-size:1.08rem;line-height:1.65;color:var(--muted);max-width:52ch}.landing__cta-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.landing__micro{margin:1.25rem 0 0;font-size:.82rem;color:var(--faint)}.landing__panel{margin-top:2.5rem;padding:1.25rem 1.35rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-lg)}.landing__panel-title{margin:0 0 .35rem;font-family:var(--font-display);font-size:.95rem;font-weight:800}.landing__panel p{margin:0;font-size:.88rem;line-height:1.55;color:var(--muted)}.landing__grid{padding:0 0 3.5rem}.landing__h2{margin:0 0 1.25rem;font-size:1.35rem;font-weight:800;letter-spacing:-.03em}.landing__cards{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 720px){.landing__cards{grid-template-columns:repeat(3,1fr)}}.landing__card{padding:1.35rem 1.25rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:#0f172a73;transition:border-color .15s ease,transform .12s ease}.landing__card:hover{border-color:#38bdf859;transform:translateY(-2px)}.landing__card-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;margin-bottom:.85rem;background:var(--accent-dim);border:1px solid rgba(56,189,248,.25)}.landing__card:nth-child(2) .landing__card-icon{background:var(--violet-dim);border-color:#a78bfa47}.landing__card:nth-child(3) .landing__card-icon{background:#34d3991f;border-color:#34d39947}.landing__card h3{margin:0 0 .4rem;font-family:var(--font-display);font-size:1.05rem;font-weight:800}.landing__card p{margin:0;font-size:.88rem;line-height:1.55;color:var(--muted)}.landing__steps{padding:0 0 4rem}.landing__steps-list{margin:0;padding:0;list-style:none;display:grid;gap:1rem}@media (min-width: 900px){.landing__steps-list{grid-template-columns:repeat(3,1fr)}}.landing__step{display:flex;gap:1rem;align-items:flex-start;padding:1.15rem 1.1rem;border-radius:var(--radius-sm);border:1px dashed var(--border);background:#02061759}.landing__step-num{flex-shrink:0;width:2rem;height:2rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:.85rem;color:#020617;background:linear-gradient(135deg,var(--accent),var(--violet))}.landing__step h3{margin:0 0 .25rem;font-size:.95rem;font-weight:700}.landing__step p{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5}
