/* Landing pages Google Ads + SEO */
.landing-page {
    overflow-x: hidden;
}

.landing-page main {
    min-height: 60vh;
}

.landing-nav-wrap {
    width: min(1260px, calc(100% - 42px));
}

.landing-nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.landing-nav-links a {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.landing-nav-links a:hover,
.landing-nav-links a:focus-visible {
    color: var(--brand);
}

.landing-nav-cta {
    margin-left: 8px;
}

.lp-breadcrumbs {
    padding-top: 24px;
}

.lp-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: var(--muted);
    font-size: 13px;
    list-style: none;
}

.lp-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #a1b3b0;
}

.lp-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.lp-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 78px;
    background:
        radial-gradient(circle at 85% 16%, rgba(165, 218, 180, .42), transparent 27%),
        linear-gradient(180deg, #f5fbf7 0%, #fcfdfc 100%);
}

.lp-hero::after {
    position: absolute;
    right: -140px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(22, 123, 108, .12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .75fr);
    gap: 58px;
    align-items: center;
}

.lp-hero-copy {
    position: relative;
    z-index: 1;
}

.lp-hero h1 {
    max-width: 780px;
    margin: 0 0 24px;
    font-family: Manrope, system-ui, sans-serif;
    font-size: clamp(42px, 5.3vw, 70px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.lp-hero h1 em {
    color: var(--brand);
    font-style: normal;
}

.lp-hero-lead {
    max-width: 700px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.6;
}

.lp-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0;
}

.lp-hero-point {
    padding: 13px 14px;
    border: 1px solid rgba(22, 123, 108, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .74);
}

.lp-hero-point b,
.lp-hero-point span {
    display: block;
}

.lp-hero-point b {
    margin-bottom: 2px;
    font-size: 14px;
}

.lp-hero-point span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.lp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.lp-hero-note {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.lp-offer-card {
    position: relative;
    z-index: 2;
    padding: 32px;
    border: 1px solid rgba(22, 123, 108, .16);
    border-radius: 26px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 28px 70px rgba(18, 53, 58, .14);
}

.lp-offer-card::before {
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--brand), #8fc6a2);
    content: "";
}

.lp-offer-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.lp-offer-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 4px;
    font-family: Manrope, system-ui, sans-serif;
}

.lp-offer-price strong {
    font-size: 58px;
    line-height: 1;
    letter-spacing: -3px;
}

.lp-offer-price span {
    color: var(--muted);
    font-size: 16px;
    font-weight: 700;
}

.lp-offer-monthly {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 13px;
}

.lp-check-list {
    display: grid;
    gap: 11px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.lp-check-list li {
    position: relative;
    padding-left: 27px;
    font-size: 14px;
}

.lp-check-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: #e4f3e8;
    color: var(--brand-dark);
    content: "✓";
    font-size: 11px;
    font-weight: 900;
}

.lp-offer-card .button {
    width: 100%;
}

.lp-offer-footnote {
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.lp-trust-bar {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.lp-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-trust-item {
    padding: 22px 18px;
    text-align: center;
}

.lp-trust-item + .lp-trust-item {
    border-left: 1px solid var(--line);
}

.lp-trust-item b,
.lp-trust-item span {
    display: block;
}

.lp-trust-item b {
    font-size: 14px;
}

.lp-trust-item span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
}

.lp-section {
    padding: 92px 0;
}

.lp-section--soft {
    background: var(--soft);
}

.lp-section--dark {
    background: var(--ink);
    color: #fff;
}

.lp-section-head {
    max-width: 760px;
    margin-bottom: 42px;
}

.lp-section-head.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.lp-section-head h2 {
    margin: 0 0 14px;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -2px;
}

.lp-section-head > p:not(.section-kicker) {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
}

.lp-section--dark .lp-section-head > p:not(.section-kicker),
.lp-section--dark .lp-card p,
.lp-section--dark .lp-muted {
    color: #b9cfcc;
}

.lp-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.lp-card-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(18, 53, 58, .06);
}

.lp-card--accent {
    border-color: rgba(22, 123, 108, .28);
    background: linear-gradient(145deg, #ffffff, #f0f8f3);
}

.lp-card-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    background: #e8f4eb;
    color: var(--brand-dark);
    font-family: Manrope, system-ui, sans-serif;
    font-weight: 900;
}

.lp-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.25;
}

.lp-card p {
    margin: 0;
    color: var(--muted);
}

.lp-card a:not(.button) {
    display: inline-flex;
    margin-top: 17px;
    color: var(--brand-dark);
    font-weight: 800;
    text-decoration: none;
}

.lp-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 60px;
    align-items: start;
}

.lp-split-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    letter-spacing: -2px;
}

.lp-split-copy > p:not(.section-kicker) {
    color: var(--muted);
    font-size: 18px;
}

.lp-bullet-stack {
    display: grid;
    gap: 14px;
}

.lp-bullet {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    padding: 21px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff;
}

.lp-bullet-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: var(--ink);
    color: #fff;
    font-family: Manrope, system-ui, sans-serif;
    font-weight: 800;
}

.lp-bullet h3 {
    margin: 1px 0 4px;
    font-size: 18px;
}

.lp-bullet p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.lp-compare-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18, 53, 58, .07);
}

.lp-compare-scroll {
    overflow-x: auto;
}

.lp-compare-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.lp-compare-table th,
.lp-compare-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.lp-compare-table thead th {
    background: #f4f8f5;
    color: var(--ink);
    font-family: Manrope, system-ui, sans-serif;
    font-size: 14px;
}

.lp-compare-table tbody th {
    width: 26%;
    font-size: 14px;
}

.lp-compare-table td {
    color: var(--muted);
    font-size: 14px;
}

.lp-compare-table .is-highlighted {
    background: #f1f9f3;
    color: var(--ink);
    font-weight: 700;
}

.lp-compare-table tr:last-child th,
.lp-compare-table tr:last-child td {
    border-bottom: 0;
}

.lp-table-note {
    margin: 0;
    padding: 16px 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
}

.lp-price-breakdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.lp-price-item {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.lp-price-item span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.lp-price-item strong {
    display: block;
    margin: 3px 0 6px;
    font-family: Manrope, system-ui, sans-serif;
    font-size: 25px;
}

.lp-price-item p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.lp-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 34px 38px;
    border: 1px solid rgba(22, 123, 108, .22);
    border-radius: 24px;
    background: linear-gradient(135deg, #eef8f1, #ffffff);
}

.lp-callout h2,
.lp-callout h3 {
    margin: 0 0 7px;
}

.lp-callout p {
    margin: 0;
    color: var(--muted);
}

.lp-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    counter-reset: lp-step;
}

.lp-step {
    position: relative;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    counter-increment: lp-step;
}

.lp-step::before {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    content: counter(lp-step);
    font-family: Manrope, system-ui, sans-serif;
    font-weight: 800;
}

.lp-step h3 {
    margin: 0 0 9px;
    font-size: 20px;
}

.lp-step p {
    margin: 0;
    color: var(--muted);
}

.lp-demo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.lp-demo-card {
    display: grid;
    min-height: 205px;
    padding: 20px;
    align-content: end;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background:
        linear-gradient(180deg, transparent 0%, rgba(7, 28, 29, .86) 100%),
        linear-gradient(135deg, #2c7b71, #8dbf9c);
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease;
}

.lp-demo-card:nth-child(2) { background: linear-gradient(180deg, transparent, rgba(25, 22, 18, .86)), linear-gradient(135deg, #b27848, #e5c6a3); }
.lp-demo-card:nth-child(3) { background: linear-gradient(180deg, transparent, rgba(20, 24, 30, .88)), linear-gradient(135deg, #243e64, #f0b94f); }
.lp-demo-card:nth-child(4) { background: linear-gradient(180deg, transparent, rgba(17, 35, 22, .88)), linear-gradient(135deg, #315c38, #98b86f); }
.lp-demo-card:nth-child(5) { background: linear-gradient(180deg, transparent, rgba(36, 24, 16, .88)), linear-gradient(135deg, #684c36, #c79a68); }

.lp-demo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, .35);
}

.lp-demo-card small,
.lp-demo-card strong,
.lp-demo-card span {
    display: block;
}

.lp-demo-card small {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .76);
}

.lp-demo-card strong {
    font-family: Manrope, system-ui, sans-serif;
    font-size: 18px;
}

.lp-demo-card span {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 800;
}

.lp-faq-list {
    display: grid;
    max-width: 900px;
    margin: 0 auto;
    gap: 12px;
}

.lp-faq-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.lp-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 21px 23px;
    cursor: pointer;
    font-family: Manrope, system-ui, sans-serif;
    font-weight: 800;
    list-style: none;
}

.lp-faq-item summary::-webkit-details-marker {
    display: none;
}

.lp-faq-item summary span {
    display: grid;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #eaf4ed;
    color: var(--brand-dark);
    transition: transform .18s ease;
}

.lp-faq-item[open] summary span {
    transform: rotate(45deg);
}

.lp-faq-item > div {
    padding: 0 23px 22px;
}

.lp-faq-item p {
    margin: 0;
    color: var(--muted);
}

.lp-form-section {
    background: linear-gradient(180deg, #f4faf6, #fcfdfc);
}

.lp-form-section .form-wrap {
    box-shadow: 0 24px 64px rgba(18, 53, 58, .1);
}

.landing-footer {
    padding: 58px 0 22px;
    background: var(--ink);
    color: #b7cfca;
}

.landing-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(2, minmax(0, .7fr));
    gap: 50px;
}

.footer-brand {
    display: inline-flex;
}

.footer-brand img {
    filter: brightness(0) invert(1);
}

.landing-footer-grid p {
    max-width: 300px;
    color: #a9c1bd;
}

.landing-footer-grid nav {
    display: grid;
    align-content: start;
    gap: 9px;
}

.landing-footer-grid nav b {
    margin-bottom: 6px;
    color: #fff;
}

.landing-footer-grid a {
    color: #b7cfca;
    text-decoration: none;
}

.landing-footer-grid a:hover {
    color: #fff;
}

.landing-footer-bottom {
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #8eaaa6;
    font-size: 12px;
}

.lp-choice-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
}

.lp-choice-panel {
    padding: 38px;
    background: #fff;
}

.lp-choice-panel + .lp-choice-panel {
    border-left: 1px solid var(--line);
}

.lp-choice-panel.is-featured {
    background: #eef8f1;
}

.lp-choice-panel h3 {
    margin: 0 0 10px;
    font-size: 27px;
}

.lp-choice-panel p {
    color: var(--muted);
}

.lp-choice-panel ul {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding-left: 20px;
}

.lp-inline-note {
    padding: 16px 18px;
    border-left: 4px solid var(--brand);
    border-radius: 0 12px 12px 0;
    background: #f0f8f3;
    color: var(--muted);
    font-size: 13px;
}

.lp-stat-line {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.lp-stat {
    min-width: 150px;
    padding: 15px 17px;
    border: 1px solid rgba(22, 123, 108, .16);
    border-radius: 14px;
    background: rgba(255, 255, 255, .7);
}

.lp-stat strong,
.lp-stat span {
    display: block;
}

.lp-stat strong {
    font-family: Manrope, system-ui, sans-serif;
    font-size: 20px;
}

.lp-stat span {
    color: var(--muted);
    font-size: 12px;
}

html[data-theme="dark"] .lp-hero {
    background: radial-gradient(circle at 85% 16%, rgba(55, 121, 98, .32), transparent 27%), linear-gradient(180deg, #102020, var(--paper));
}

html[data-theme="dark"] :is(.lp-offer-card, .lp-card, .lp-bullet, .lp-compare-wrap, .lp-price-item, .lp-step, .lp-faq-item, .lp-choice-panel) {
    border-color: var(--line);
    background: #152526;
}

html[data-theme="dark"] :is(.lp-card--accent, .lp-callout, .lp-choice-panel.is-featured, .lp-inline-note) {
    background: #142927;
}

html[data-theme="dark"] .lp-trust-bar,
html[data-theme="dark"] .lp-compare-table thead th,
html[data-theme="dark"] .lp-compare-table .is-highlighted {
    background: #112021;
}

html[data-theme="dark"] .lp-hero-point,
html[data-theme="dark"] .lp-stat {
    background: rgba(20, 39, 38, .84);
    border-color: var(--line);
}

html[data-theme="dark"] :is(.lp-hero-lead, .lp-card p, .lp-bullet p, .lp-section-head > p:not(.section-kicker), .lp-split-copy > p:not(.section-kicker), .lp-callout p, .lp-step p, .lp-faq-item p, .lp-price-item p, .lp-price-item span, .lp-compare-table td, .lp-table-note, .lp-choice-panel p, .lp-offer-monthly, .lp-offer-footnote, .lp-hero-note, .lp-stat span) {
    color: var(--muted);
}

html[data-theme="dark"] .lp-check-list li::before,
html[data-theme="dark"] .lp-card-icon,
html[data-theme="dark"] .lp-faq-item summary span {
    background: #213c36;
    color: #91e0c2;
}

@media (max-width: 1100px) {
    .landing-nav-links {
        display: none;
    }

    .lp-demo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lp-card-grid--4,
    .lp-price-breakdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .lp-hero {
        padding-top: 38px;
    }

    .lp-hero-grid,
    .lp-split {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .lp-offer-card {
        max-width: 620px;
    }

    .lp-card-grid,
    .lp-card-grid--2,
    .lp-steps {
        grid-template-columns: 1fr;
    }

    .lp-card-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-choice-band {
        grid-template-columns: 1fr;
    }

    .lp-choice-panel + .lp-choice-panel {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .lp-callout {
        grid-template-columns: 1fr;
    }

    .landing-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .landing-footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .landing-nav-wrap {
        width: min(100% - 28px, 1120px);
    }

    .landing-nav-cta .nav-proof {
        display: none;
    }

    .lp-breadcrumbs {
        padding-top: 18px;
    }

    .lp-hero {
        padding: 34px 0 58px;
    }

    .lp-hero h1 {
        font-size: clamp(38px, 12vw, 54px);
        letter-spacing: -2.1px;
    }

    .lp-hero-points,
    .lp-trust-grid,
    .lp-card-grid--4,
    .lp-price-breakdown,
    .lp-demo-grid {
        grid-template-columns: 1fr;
    }

    .lp-trust-item + .lp-trust-item {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .lp-section {
        padding: 68px 0;
    }

    .lp-section-head {
        margin-bottom: 30px;
    }

    .lp-offer-card,
    .lp-card,
    .lp-choice-panel,
    .lp-callout {
        padding: 24px;
    }

    .lp-offer-price strong {
        font-size: 52px;
    }

    .lp-callout .button {
        width: 100%;
    }

    .lp-hero-actions .button,
    .lp-hero-actions .text-link {
        width: 100%;
        text-align: center;
    }

    .lp-demo-card {
        min-height: 170px;
    }

    .landing-footer-grid {
        grid-template-columns: 1fr;
    }

    .landing-footer-grid > div:first-child {
        grid-column: auto;
    }
}
