:root {
    --ink: #0e1626;
    --muted: #5b6577;
    --faint: #8b93a3;
    --line: rgba(14, 22, 38, .1);
    --paper: #f4f7fb;
    --white: #fff;
    --navy: #16448f;
    --navy-2: #1e56b3;
    --brand: #16448f;
    --brand-2: #1e56b3;
    --up: #12a974;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Manrope, system-ui, sans-serif;
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }

.lp-wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.lp-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid transparent;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.lp-nav.is-scrolled {
    background: rgba(255, 255, 255, .97);
    border-bottom-color: var(--line);
    box-shadow: 0 8px 24px rgba(14, 22, 38, .08);
}
.lp-nav-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 58px;
}
.lp-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -.3px;
    font-size: 16.5px;
    flex-shrink: 0;
}
.lp-mark {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    box-shadow: 0 6px 14px rgba(22, 68, 143, .24);
    color: #fff;
}
.lp-mark svg { width: 16px; height: 16px; }
.lp-links { display: flex; gap: 18px; margin-left: 8px; }
.lp-links a { text-decoration: none; font-size: 13.5px; font-weight: 700; color: var(--muted); }
.lp-links a:hover { color: var(--ink); }
.lp-nav-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lp-cta-short { display: none; }
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}
.lp-btn-ghost { background: transparent; color: var(--ink); padding: 8px 12px; font-size: 13.5px; }
.lp-btn-solid {
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    padding: 9px 14px;
    font-size: 13.5px;
    box-shadow: 0 6px 16px rgba(22, 68, 143, .24);
}
.lp-btn-line {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
    padding: 12px 16px;
    font-size: 14px;
}
.lp-btn-wide { width: 100%; padding: 14px 16px; font-size: 15px; }

.lp-hero {
    background:
        radial-gradient(90% 80% at 80% 20%, rgba(255, 255, 255, .14), transparent 50%),
        radial-gradient(70% 80% at 10% 80%, rgba(22, 68, 143, .45), transparent 55%),
        linear-gradient(160deg, #071833 0%, #0c2f6b 48%, #16448f 100%);
    color: #fff;
    overflow: hidden;
}
.lp-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
    padding: 72px 0 64px;
}
.lp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #d5e4ff;
}
.lp-hero h1 {
    margin: 14px 0 0;
    font-size: clamp(40px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -1.4px;
}
.lp-hero h1 span { color: #d5e4ff; }
.lp-lead {
    margin: 18px 0 0;
    max-width: 520px;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}
.lp-hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.lp-hero-actions .lp-btn-line { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .28); }
.lp-hero-actions .lp-btn-solid,
.lp-close .lp-btn-solid {
    background: #fff;
    color: var(--brand);
    box-shadow: 0 8px 20px rgba(7, 24, 51, .18);
}

.lp-preview {
    background: rgba(255, 255, 255, .96);
    color: var(--ink);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}
.lp-preview-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.lp-preview-top strong { font-size: 14px; }
.lp-preview-top span { font-size: 12px; color: var(--muted); font-weight: 700; }
.lp-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lp-stat {
    background: var(--paper);
    border-radius: 12px;
    padding: 12px;
}
.lp-stat em { display: block; font-style: normal; font-size: 11px; font-weight: 800; color: var(--faint); letter-spacing: .04em; }
.lp-stat b { display: block; margin-top: 4px; font-size: 20px; letter-spacing: -.4px; }
.lp-stat b.up { color: var(--up); }
.lp-lines { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.lp-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    padding-top: 8px;
    border-top: 1px solid var(--line);
}
.lp-line span { color: var(--muted); font-weight: 600; }

.lp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 22px;
    font-size: 12.5px;
    font-weight: 750;
    color: rgba(255, 255, 255, .72);
}
.lp-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.lp-hero-trust span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7dd3a7;
}

.lp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 28px;
}
.lp-pill {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
}

.lp-proof {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
}
.lp-proof-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.lp-proof-row div {
    text-align: center;
    padding: 4px 8px;
}
.lp-proof-row strong {
    display: block;
    font-size: 22px;
    letter-spacing: -.4px;
    color: var(--brand);
}
.lp-proof-row span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 650;
    color: var(--muted);
}

.lp-section { padding: 88px 0; }
.lp-section-head { max-width: 640px; }
.lp-eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand);
}
.lp-section h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: -.8px;
    line-height: 1.1;
}
.lp-section .lp-sub { margin: 12px 0 0; color: var(--muted); max-width: 560px; line-height: 1.55; }
.lp-alt { background: var(--paper); }
.lp-cta-section { padding-top: 24px; padding-bottom: 88px; }

.lp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 32px; }
.lp-step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px 18px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.lp-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(14, 22, 38, .08);
}
.lp-step i {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(22, 68, 143, .12);
    color: var(--brand);
    font-style: normal;
    font-weight: 800;
}
.lp-step strong { display: block; margin-top: 12px; }
.lp-step p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.lp-feature {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px 18px 18px;
}
.lp-feature-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background: rgba(22, 68, 143, .1);
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
}
.lp-feature strong { display: block; margin-bottom: 6px; }
.lp-feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.lp-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.lp-review {
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.lp-stars {
    color: #e8a317;
    letter-spacing: 2px;
    font-size: 14px;
}
.lp-review blockquote {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 650;
    color: var(--ink);
}
.lp-review figcaption {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}
.lp-review figcaption strong { display: block; font-size: 14px; }
.lp-review figcaption span { display: block; margin-top: 3px; font-size: 12.5px; color: var(--muted); font-weight: 650; }

.lp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.lp-plan {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-plan.is-growth { border-color: rgba(22, 68, 143, .45); box-shadow: 0 16px 40px rgba(22, 68, 143, .12); }
.lp-plan .tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--brand);
}
.lp-plan h3 { margin: 0; font-size: 22px; }
.lp-plan .price { font-size: 28px; font-weight: 800; letter-spacing: -.6px; }
.lp-plan .price small { font-size: 13px; color: var(--muted); font-weight: 700; }
.lp-plan ul { margin: 8px 0 16px; padding: 0; list-style: none; color: var(--muted); font-size: 14px; line-height: 1.7; }
.lp-plan .lp-btn { margin-top: auto; }

.lp-faq-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 40px;
    align-items: start;
}
.lp-faq { display: flex; flex-direction: column; gap: 10px; }
.lp-faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0 18px;
}
.lp-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 0;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
    content: "+";
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: rgba(22, 68, 143, .1);
    color: var(--brand);
    font-size: 18px;
    font-weight: 700;
}
.lp-faq-item[open] summary::after { content: "–"; }
.lp-faq-item p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.lp-blog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.lp-blog-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 220px;
}
.lp-blog-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--brand);
}
.lp-blog-card h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -.3px;
    line-height: 1.25;
}
.lp-blog-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}
.lp-blog-card a {
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: var(--brand);
}
.lp-blog-card a:hover { text-decoration: underline; }

.lp-close {
    background:
        radial-gradient(80% 120% at 100% 0%, rgba(255, 255, 255, .12), transparent 50%),
        linear-gradient(160deg, #071833, #0c2f6b 55%, #16448f);
    color: #fff;
    border-radius: 24px;
    padding: 42px;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
}
.lp-close h2 { color: #fff; margin: 0; }
.lp-close p { margin: 10px 0 0; color: rgba(255, 255, 255, .78); max-width: 520px; line-height: 1.5; }
.lp-close-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }
.lp-close .lp-btn-line {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
}

.lp-footer {
    width: 100%;
    background:
        radial-gradient(70% 80% at 90% 10%, rgba(255, 255, 255, .1), transparent 45%),
        linear-gradient(160deg, #071833 0%, #0c2f6b 45%, #16448f 100%);
    color: rgba(255, 255, 255, .78);
    padding: 48px 0 36px;
    font-size: 14px;
}
.lp-footer-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 0 28px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.lp-footer-cta h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -.4px;
}
.lp-footer-cta p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .7);
    max-width: 420px;
    line-height: 1.45;
}
.lp-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lp-footer .lp-brand { color: #fff; margin-bottom: 14px; }
.lp-footer-top {
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    gap: 36px;
    padding: 32px 0 12px;
}
.lp-footer-brand p {
    margin: 0;
    max-width: 300px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .72);
}
.lp-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.lp-footer strong {
    color: #fff;
    display: block;
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.lp-footer-grid a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    color: rgba(255, 255, 255, .72);
    font-weight: 650;
}
.lp-footer-grid a:hover { color: #fff; }
.lp-footer-help a,
.lp-footer-cta-actions a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 15px;
    border-radius: 11px;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}
.lp-footer .lp-wa,
.lp-footer-cta-actions .lp-wa {
    background: #fff;
    color: var(--brand);
}
.lp-footer .lp-wa:hover,
.lp-footer-cta-actions .lp-wa:hover {
    background: #eef3fb;
    color: var(--brand);
}
.lp-footer .lp-call,
.lp-footer-cta-actions .lp-call {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
}
.lp-footer .lp-call:hover,
.lp-footer-cta-actions .lp-call:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}
.lp-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 12.5px;
    color: rgba(255, 255, 255, .55);
    font-weight: 650;
}
.lp-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.lp-footer-legal a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    font-weight: 700;
}
.lp-footer-legal a:hover { color: #fff; }

.lp-float {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 80;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.lp-float-card {
    display: none;
    width: min(340px, calc(100vw - 32px));
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(7, 24, 51, .28);
    border: 1px solid rgba(14, 22, 38, .08);
    animation: lp-float-in .2s ease;
}
.lp-float.is-open .lp-float-card { display: block; }
.lp-float.is-open .lp-float-teaser { display: none; }
.lp-float-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 12px;
    background: linear-gradient(135deg, #16448f, #1e56b3);
    color: #fff;
}
.lp-float-avatar {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .16);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.lp-float-card-head strong {
    display: block;
    font-size: 14px;
    letter-spacing: -.2px;
}
.lp-float-card-head span {
    display: block;
    margin-top: 2px;
    font-size: 11.5px;
    font-weight: 650;
    color: rgba(255, 255, 255, .78);
}
.lp-float-card-close {
    margin-left: auto;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
}
.lp-float-card-close:hover { background: rgba(255, 255, 255, .24); }
.lp-float-card-body { padding: 16px 14px 8px; }
.lp-float-bubble {
    background: #eef3fb;
    color: var(--ink);
    border-radius: 14px 14px 14px 4px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}
.lp-float-prompt {
    margin: 14px 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--faint);
}
.lp-float-topics {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lp-float-topics a {
    display: block;
    text-decoration: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13.5px;
    font-weight: 750;
    color: var(--ink);
    background: #fff;
    transition: border-color .15s ease, background .15s ease;
}
.lp-float-topics a:hover {
    border-color: rgba(22, 68, 143, .35);
    background: #f5f8fd;
    color: var(--brand);
}
.lp-float-card-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 14px 14px;
}
.lp-float-card-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13.5px;
    color: #fff;
}
.lp-float-wa {
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
}
.lp-float-wa:hover { background: #123a7a; color: #fff; }
.lp-float-call {
    background: #fff;
    color: var(--brand) !important;
    border: 1px solid rgba(22, 68, 143, .28);
}
.lp-float-call:hover { background: #f5f8fd; color: var(--brand) !important; }
.lp-float-teaser {
    max-width: 220px;
    border: 0;
    border-radius: 14px 14px 4px 14px;
    background: #fff;
    color: var(--ink);
    padding: 12px 14px;
    font: 750 13px Manrope, sans-serif;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(7, 24, 51, .18);
    animation: lp-float-in .25s ease;
}
.lp-float-teaser:hover { background: #f5f8fd; }
.lp-float-toggle {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 14px 32px rgba(22, 68, 143, .42);
    transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.lp-float-toggle:hover {
    transform: scale(1.05);
    background: #123a7a;
}
.lp-float.is-open .lp-float-toggle {
    background: var(--ink);
    box-shadow: 0 14px 32px rgba(14, 22, 38, .35);
}
.lp-float-icon-close { display: none; }
.lp-float.is-open .lp-float-icon-chat { display: none; }
.lp-float.is-open .lp-float-icon-close { display: block; }
@keyframes lp-float-in {
    from { opacity: 0; transform: translateY(10px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.lp-legal {
    background: var(--paper);
    padding: 48px 0 72px;
    min-height: 60vh;
}
.lp-legal-wrap { max-width: 760px; }
.lp-legal-head {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px 28px 24px;
    margin-bottom: 16px;
}
.lp-legal-head h1 {
    margin: 0;
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: -.8px;
}
.lp-legal-body {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 8px 28px 28px;
}
.lp-legal-body section { padding: 22px 0; border-top: 1px solid var(--line); }
.lp-legal-body section:first-child { border-top: 0; }
.lp-legal-body h2 {
    margin: 0 0 10px;
    font-size: 18px;
    letter-spacing: -.2px;
}
.lp-legal-body p,
.lp-legal-body li {
    color: var(--muted);
    line-height: 1.6;
    font-size: 15px;
}
.lp-legal-body ul { margin: 0; padding-left: 18px; }
.lp-legal-body li + li { margin-top: 8px; }
.lp-legal-body a { color: var(--brand); font-weight: 750; text-decoration: none; }
.lp-legal-body a:hover { text-decoration: underline; }
.lp-legal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.rg-body {
    min-height: 100vh;
    background:
        radial-gradient(50% 40% at 15% 20%, rgba(255, 255, 255, .08), transparent 60%),
        radial-gradient(40% 40% at 85% 80%, rgba(22, 68, 143, .18), transparent 60%),
        linear-gradient(180deg, #082456, #0c2f6b 40%, #071833);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.rg-float {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .8);
}
.rg-card {
    width: min(460px, 100%);
    margin: auto;
    background: #fff;
    border-radius: 22px;
    padding: 28px 26px 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
    position: relative;
    z-index: 1;
}
.rg-logo { display: flex; justify-content: center; }
.rg-card h1 { margin: 14px 0 0; text-align: center; font-size: 26px; letter-spacing: -.5px; }
.rg-card .rg-lead { margin: 6px 0 0; text-align: center; color: var(--muted); font-size: 13.5px; }
.rg-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 22px 0 18px;
}
.rg-steps span {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: var(--faint);
}
.rg-steps span.on { color: var(--navy); }
.rg-steps i {
    width: 28px;
    height: 28px;
    margin: 0 auto 6px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #eef2f8;
    color: var(--muted);
    font-style: normal;
}
.rg-steps span.on i { background: var(--navy); color: #fff; }
.rg-card label { display: block; font-size: 13px; font-weight: 800; margin: 12px 0 6px; }
.rg-card input, .rg-card select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 12px;
    font: 600 14px Manrope, sans-serif;
    color: var(--ink);
    background: #fff;
}
.rg-card input:focus, .rg-card select:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(22, 68, 143, .16);
}
.rg-error { color: #c0393e; font-size: 12.5px; font-weight: 700; margin-top: 6px; }
.rg-actions { display: flex; gap: 8px; margin-top: 16px; }
.rg-actions .lp-btn-line { flex: 0 0 auto; }
.rg-foot { text-align: center; margin: 14px 0 0; font-size: 13px; color: var(--muted); }
.rg-foot a { color: var(--brand); font-weight: 800; text-decoration: none; }
.rg-plan-note { margin-top: 8px; font-size: 13px; color: var(--muted); }
.rg-plans { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.rg-plans label {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}
.rg-plans input { width: auto; }
.rg-plans small { display: block; color: var(--muted); font-weight: 600; }

@media (max-width: 900px) {
    .lp-wrap { width: min(1120px, calc(100% - 32px)); }
    .lp-links { display: none; }
    .lp-nav { padding-top: env(safe-area-inset-top, 0); }

    .lp-nav-inner {
        height: 52px;
        gap: 12px;
    }
    .lp-brand {
        font-size: 16px;
        gap: 8px;
        letter-spacing: -.2px;
    }
    .lp-mark {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(22, 68, 143, .22);
    }
    .lp-mark svg { width: 15px; height: 15px; }
    .lp-nav-actions { gap: 6px; }
    .lp-nav-actions .lp-btn-ghost {
        padding: 8px 10px;
        font-size: 13px;
        border-radius: 10px;
    }
    .lp-nav-actions .lp-btn-solid {
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(22, 68, 143, .22);
    }

    .lp-hero-grid {
        padding: 36px 0 32px;
        gap: 24px;
    }
    .lp-hero h1 {
        font-size: clamp(30px, 7.5vw, 44px);
        letter-spacing: -1px;
        line-height: 1.05;
    }
    .lp-lead {
        margin-top: 14px;
        font-size: 15.5px;
        line-height: 1.5;
    }
    .lp-hero-actions {
        margin-top: 22px;
        flex-direction: column;
        gap: 10px;
    }
    .lp-hero-actions .lp-btn {
        width: 100%;
        min-height: 46px;
        padding: 12px 16px;
    }
    .lp-hero-trust {
        margin-top: 18px;
        gap: 8px 14px;
        font-size: 12px;
    }
    .lp-pills { padding-bottom: 22px; }
    .lp-preview { padding: 14px; border-radius: 16px; }

    .lp-section { padding: 56px 0; }
    .lp-cta-section { padding-top: 16px; padding-bottom: 56px; }
    .lp-section h2 { letter-spacing: -.6px; }
    .lp-proof { padding: 22px 0; }

    .lp-hero-grid,
    .lp-steps,
    .lp-features,
    .lp-plans,
    .lp-reviews,
    .lp-blog,
    .lp-proof-row,
    .lp-faq-layout,
    .lp-footer-top,
    .lp-footer-grid { grid-template-columns: 1fr; }
    .lp-footer-grid { grid-template-columns: 1fr 1fr; }
    .lp-close {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 22px;
        gap: 16px;
    }
    .lp-proof-row { grid-template-columns: 1fr 1fr; }
    .lp-float-teaser { display: none; }
    .lp-float-toggle {
        width: 52px;
        height: 52px;
        box-shadow: 0 10px 24px rgba(22, 68, 143, .38);
    }
    .lp-float-card { width: min(320px, calc(100vw - 28px)); }
    .rg-float { display: none; }
    .rg-card { padding: 22px 18px 18px; }
    .lp-legal { padding: 32px 0 48px; }
    .lp-legal-head { padding: 22px 18px; border-radius: 16px; }
}

@media (max-width: 560px) {
    .lp-wrap { width: calc(100% - 24px); }

    .lp-nav-inner {
        height: 46px;
        gap: 6px;
    }
    .lp-brand { font-size: 14.5px; gap: 6px; }
    .lp-mark {
        width: 26px;
        height: 26px;
        border-radius: 7px;
    }
    .lp-mark svg { width: 13px; height: 13px; }
    .lp-nav-actions .lp-btn-ghost {
        padding: 5px 6px;
        font-size: 12px;
    }
    .lp-nav-actions .lp-btn-solid {
        padding: 6px 10px;
        font-size: 12px;
        white-space: nowrap;
        border-radius: 9px;
    }
    .lp-cta-full { display: none; }
    .lp-cta-short { display: inline; }

    .lp-hero-grid { padding: 22px 0 22px; gap: 18px; }
    .lp-kicker { font-size: 10.5px; letter-spacing: .06em; }
    .lp-hero h1 {
        margin-top: 8px;
        font-size: clamp(26px, 7.2vw, 32px);
        letter-spacing: -.7px;
        line-height: 1.08;
    }
    .lp-lead {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.45;
    }
    .lp-hero-actions { margin-top: 18px; }
    .lp-hero-actions .lp-btn {
        min-height: 44px;
        padding: 11px 14px;
        font-size: 14px;
        border-radius: 11px;
    }
    .lp-stat b { font-size: 17px; }
    .lp-pill {
        font-size: 11px;
        padding: 6px 10px;
    }

    .lp-section { padding: 44px 0; }
    .lp-cta-section { padding-bottom: 44px; }
    .lp-steps,
    .lp-features,
    .lp-plans,
    .lp-reviews,
    .lp-blog { margin-top: 22px; gap: 10px; }
    .lp-step,
    .lp-feature,
    .lp-plan,
    .lp-review,
    .lp-blog-card { padding: 16px 14px; border-radius: 14px; }

    .lp-proof-row {
        grid-template-columns: 1fr 1fr;
        gap: 14px 10px;
    }
    .lp-proof-row strong { font-size: 20px; }
    .lp-proof-row span { font-size: 12px; }
    .lp-footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
    .lp-footer-grid { grid-template-columns: 1fr; gap: 18px; }
    .lp-footer { padding: 32px 0 24px; }
    .lp-footer-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding-bottom: 22px;
    }
    .lp-footer-cta-actions {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .lp-footer-cta-actions a { justify-content: center; }

    .lp-float { right: 12px; bottom: 14px; }
    .lp-float-toggle { width: 48px; height: 48px; }
    .lp-float-card {
        width: min(100vw - 24px, 340px);
        max-height: min(70vh, 480px);
        overflow: auto;
    }

    .lp-faq-item { padding-left: 14px; padding-right: 14px; }
    .rg-body { padding: 20px 14px 40px; }
    .rg-card { width: 100%; }
}
