@charset "UTF-8";:root{--lp-bg: #0E2236;--lp-surface: #15324C;--lp-border: #28465F;--lp-text: #DCE6EF;--lp-muted: #9FB3C4}body{background:var(--lp-bg);color:var(--lp-text)}.lp-hero{position:relative;overflow:hidden;padding:5rem 0 4rem}.lp-hero:before{content:"";position:absolute;top:-30%;left:50%;width:900px;height:900px;transform:translate(-50%);background:radial-gradient(circle,rgba(143,217,196,.16),transparent 60%);pointer-events:none}.lp-container{max-width:1140px;margin:0 auto;padding:0 1.25rem;position:relative}.lp-nav{position:sticky;top:0;z-index:20;background:#0e2236d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--lp-border)}.lp-nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.25rem;max-width:1140px;margin:0 auto}.lp-nav .brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.lp-nav .brand img{height:46px;width:auto}.lp-nav-links{display:flex;align-items:center;gap:1.5rem}.lp-nav-links a.link{color:var(--lp-muted);text-decoration:none;font-weight:500}.lp-nav-links a.link:hover{color:#fff}.lp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#8fd9c41f;border:1px solid rgba(143,217,196,.3);color:var(--mint);border-radius:999px;padding:.35rem .85rem;font-size:.85rem;font-weight:600;margin-bottom:1.25rem}.lp-h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.lp-h1 .accent{color:var(--mint)}.lp-lead{font-size:1.2rem;color:var(--lp-muted);max-width:30rem;margin:1.25rem 0 1.75rem}.lp-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}@media (max-width: 860px){.lp-hero-grid{grid-template-columns:1fr;gap:2.5rem}}.lp-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.lp-note{color:var(--lp-muted);font-size:.9rem;margin-top:1rem}.lp-mock{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:1.1rem;box-shadow:0 24px 60px #0006;padding:1.1rem}.lp-mock-head{display:flex;align-items:center;gap:.4rem;padding-bottom:.85rem;border-bottom:1px solid var(--lp-border);margin-bottom:1rem}.lp-dot{width:11px;height:11px;border-radius:50%;background:#2e516e}.lp-mock-title{margin-left:.5rem;font-size:.85rem;color:var(--lp-muted)}.lp-bubble{padding:.7rem .9rem;border-radius:.9rem;margin-bottom:.7rem;max-width:88%;line-height:1.45;font-size:.95rem}.lp-bubble.user{background:var(--mint);color:#0e2236;margin-left:auto;border-bottom-right-radius:.25rem}.lp-bubble.bot{background:#0e2236;border:1px solid var(--lp-border);border-bottom-left-radius:.25rem}.lp-chip{display:inline-flex;align-items:center;gap:.4rem;margin-top:.35rem;background:#8fd9c41f;border:1px solid rgba(143,217,196,.3);color:var(--mint);border-radius:.6rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600}.lp-section{padding:4.5rem 0}.lp-section h2{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.02em;text-align:center}.lp-section .sub{color:var(--lp-muted);text-align:center;max-width:38rem;margin:.85rem auto 0;font-size:1.1rem}.lp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:3rem}@media (max-width: 860px){.lp-features{grid-template-columns:1fr}}.lp-card{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:1rem;padding:1.5rem;transition:border-color .15s ease,transform .15s ease}.lp-card:hover{border-color:#8fd9c480;transform:translateY(-3px)}.lp-card .ico{font-size:1.9rem}.lp-card h3{font-size:1.15rem;font-weight:700;margin:.8rem 0 .4rem}.lp-card p{color:var(--lp-muted);margin:0;line-height:1.5}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media (max-width: 860px){.lp-steps{grid-template-columns:1fr}}.lp-step{text-align:center}.lp-step .num{width:48px;height:48px;margin:0 auto 1rem;display:grid;place-items:center;border-radius:50%;background:#8fd9c41f;border:1px solid rgba(143,217,196,.35);color:var(--mint);font-weight:800;font-size:1.2rem}.lp-step h3{font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.lp-step p{color:var(--lp-muted);margin:0}.lp-cta-band{background:linear-gradient(135deg,#15324c,#102a40);border:1px solid var(--lp-border);border-radius:1.5rem;padding:3.5rem 2rem;text-align:center}.lp-cta-band h2{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.lp-cta-band p{color:var(--lp-muted);font-size:1.15rem;margin:.85rem auto 1.75rem;max-width:34rem}.lp-footer{border-top:1px solid var(--lp-border);padding:2.5rem 0 2rem;color:var(--lp-muted)}.lp-foot-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.lp-foot-brand img{height:40px;width:auto}.lp-foot-contact{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}.lp-foot-link{color:var(--lp-text);text-decoration:underline;text-underline-offset:3px}.lp-foot-link:hover{color:#fff}.lp-foot-hr{border:0;border-top:1px solid var(--lp-border);margin:1.75rem 0;opacity:1}.lp-foot-logos{padding:.25rem 0 1.5rem}.lp-foot-logos img{max-width:100%;height:auto;max-height:46px}.lp-foot-links{display:flex;flex-wrap:wrap;gap:1.75rem}.lp-foot-links a{color:var(--lp-text);text-decoration:underline;text-underline-offset:3px;font-size:.95rem}.lp-foot-links a:hover{color:#fff}.lp-foot-legal{text-align:center;margin-top:1.75rem;font-size:.85rem;color:var(--lp-muted)}.lp-foot-legal p{margin:.1rem 0}.btn-lg-cta{padding:.8rem 1.6rem;font-weight:700;font-size:1.05rem}.btn-accent{background-color:var(--accent);border-color:var(--accent);color:#0e2236;font-weight:700}.btn-accent:hover,.btn-accent:focus,.btn-accent:active{background-color:#f2c500;border-color:#f2c500;color:#0e2236}
