/* Landing v2 — ICP & Vergleiche (Kundenstimme-Look + Index-CTAs) */
body.landing-v2 {
    --pf-dark: #0D1F2D;
    --pf-mid-dark: #18344D;
    --pf-mid: #1E4A6D;
    --pf-light: #2A6080;
    --pf-mist: #F4F7F9;
    --pf-ink: #0D1F2D;
    --pf-muted: #5A6B78;
    background: var(--pf-mist);
    color: var(--pf-ink);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ——— Nav: Logo dunkel auf Hero, sonst ok ——— */
body.landing-v2 .navbar {
    background: transparent;
}

body.landing-v2 .navbar-links {
    background: rgba(13, 31, 45, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.landing-v2 .navbar-logo,
body.landing-v2 .navbar-logo img,
body.landing-v2 .navbar-logo svg {
    color: #fff;
    fill: currentColor;
}

body.landing-v2 .navbar-logo path {
    fill: currentColor;
}

body.landing-v2 .mobile-navbar {
    background: rgba(13, 31, 45, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body.landing-v2 .mobile-navbar .navbar-logo {
    color: #fff;
}

body.landing-v2 .mobile-navbar .burger-menu span {
    background-color: #fff;
}

/* Über hellem Content: milchige Variante (JS entfernt .over-dark) */
body.landing-v2 .mobile-navbar:not(.over-dark).js-nav-ready {
    background: rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

body.landing-v2 .mobile-navbar:not(.over-dark).js-nav-ready .navbar-logo {
    color: #0d1f2d;
}

body.landing-v2 .mobile-navbar:not(.over-dark).js-nav-ready .burger-menu span {
    background-color: #0d1f2d;
}

/* ——— Dark brand hero ——— */
body.landing-v2 .wiki-hero {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 70% 20%, rgba(42, 96, 128, 0.45), transparent 60%),
        radial-gradient(ellipse 50% 40% at 15% 80%, rgba(30, 74, 109, 0.5), transparent 55%),
        linear-gradient(165deg, var(--pf-dark) 0%, var(--pf-mid-dark) 55%, #123048 100%);
    color: #fff;
    padding: 7.5rem 1.5rem 3.25rem;
    text-align: left;
    overflow: hidden;
}

body.landing-v2 .wiki-hero::before {
    display: none;
}

body.landing-v2 .wiki-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

body.landing-v2 .wiki-hero .container,
body.landing-v2 .wiki-hero > h1,
body.landing-v2 .wiki-hero > .subline,
body.landing-v2 .wiki-hero > .lp-hero-actions {
    position: relative;
    z-index: 1;
}

body.landing-v2 .wiki-hero .container {
    max-width: 42rem;
    margin: 0 auto;
    text-align: left;
}

/* Two-column hero: copy left, dashboard phone right (desktop+) */
body.landing-v2 .wiki-hero .container.lp-hero-grid {
    max-width: 68rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 1.5rem;
}

body.landing-v2 .lp-hero-copy {
    min-width: 0;
}

body.landing-v2 .lp-hero-visual {
    display: none;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
}

body.landing-v2 .lp-hero-phone {
    /* Same iPhone-6.7 frame as .feature-phone-mockup — natural screenshot ratio */
    width: min(100%, 15rem);
    margin: 0;
    padding: clamp(6px, 2.5vw, 10px);
    border-radius: clamp(26px, 8.5vw, 34px);
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

body.landing-v2 .lp-hero-phone__screen {
    border-radius: clamp(20px, 7vw, 28px);
    overflow: hidden;
    background: #000;
    position: relative;
}

body.landing-v2 .lp-hero-phone__screen::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    z-index: 1;
}

body.landing-v2 .lp-hero-phone__screen img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

@media (min-width: 900px) {
    body.landing-v2 .wiki-hero {
        padding: 7.25rem 1.75rem 2.75rem;
    }

    body.landing-v2 .wiki-hero .container.lp-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(14rem, 0.9fr);
        gap: 2rem 3rem;
        align-items: center;
    }

    body.landing-v2 .lp-hero-visual {
        display: flex;
    }

    body.landing-v2 .wiki-hero h1 {
        max-width: 16ch;
    }
}

@media (min-width: 1100px) {
    body.landing-v2 .lp-hero-phone {
        width: min(100%, 16.5rem);
    }
}

/* Section without .container (some vs pages) */
body.landing-v2 section.wiki-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

body.landing-v2 section.wiki-hero > h1,
body.landing-v2 section.wiki-hero > .subline,
body.landing-v2 section.wiki-hero > .lp-hero-actions {
    max-width: 42rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.landing-v2 .wiki-hero h1 {
    color: #fff;
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-shadow: none;
    margin: 0 0 1rem;
    max-width: 18ch;
}

body.landing-v2 .wiki-hero .subline {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 1.75rem;
    max-width: 38ch;
    text-shadow: none;
}

/* ——— Index-style CTA buttons ——— */
.lp-cta-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    width: min(100%, 20.5rem);
    margin: 0;
}

.lp-cta-stack--center {
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    cursor: pointer;
    border: none;
}

.lp-btn:hover {
    transform: translateY(-1px);
}

.lp-btn-primary {
    background: #fff;
    color: var(--pf-dark);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.lp-btn-primary:hover {
    background: #f0f4f7;
    color: var(--pf-dark);
}

.lp-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}

.lp-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

/* Override wiki-article link color (blau) inside dark CTAs / hero */
body.landing-v2 .wiki-hero .lp-btn-secondary,
body.landing-v2 .wiki-cta .lp-btn-secondary,
body.landing-v2 .wiki-article .wiki-cta .lp-btn-secondary,
body.landing-v2 .wiki-article .lp-btn-secondary {
    color: #fff;
}

body.landing-v2 .wiki-hero .lp-btn-secondary:hover,
body.landing-v2 .wiki-cta .lp-btn-secondary:hover,
body.landing-v2 .wiki-article .wiki-cta .lp-btn-secondary:hover,
body.landing-v2 .wiki-article .lp-btn-secondary:hover {
    color: #fff;
    text-decoration: none;
}

body.landing-v2 .wiki-article .wiki-cta .lp-btn,
body.landing-v2 .wiki-article .lp-btn {
    text-decoration: none;
    font-weight: 500;
}

body.landing-v2 .wiki-cta .lp-cta-trust,
body.landing-v2 .wiki-article .wiki-cta .lp-cta-trust {
    color: rgba(255, 255, 255, 0.7);
}

.lp-btn-outline {
    background: #fff;
    color: var(--pf-mid-dark);
    border: 1.5px solid rgba(24, 52, 77, 0.35);
    box-shadow: none;
}

.lp-btn-outline:hover {
    background: #f0f4f7;
    border-color: var(--pf-mid-dark);
    color: var(--pf-dark);
}

.lp-cta-trust {
    margin: 0.85rem 0 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}

.lp-hero-actions {
    margin-top: 0.25rem;
}

.lp-hero-actions .lp-cta-stack {
    margin-top: 0;
}

/* ——— Content area ——— */
body.landing-v2 .wiki-container {
    padding-top: 2.25rem;
}

body.landing-v2 .wiki-breadcrumb {
    background: #fff;
    border: 1px solid rgba(24, 52, 77, 0.08);
    box-shadow: none;
    border-radius: 12px;
}

body.landing-v2 .wiki-article h1 {
    color: var(--pf-dark);
    letter-spacing: -0.02em;
}

body.landing-v2 .wiki-article h2 {
    color: var(--pf-dark);
    margin-top: 2.5rem;
}

body.landing-v2 .problem-card,
body.landing-v2 .wiki-feature-card,
body.landing-v2 .price-card {
    background: #fff;
    border: 1px solid rgba(42, 96, 128, 0.12);
    box-shadow: 0 4px 16px rgba(13, 31, 45, 0.05);
    border-radius: 14px;
}

body.landing-v2 .fit-check {
    background: #fff;
    border: 1.5px solid rgba(24, 52, 77, 0.14);
    border-radius: 14px;
}

body.landing-v2 .testimonial-card {
    background: linear-gradient(135deg, #0d1f2d 0%, #18344d 100%);
    border: 1px solid rgba(42, 96, 128, 0.35);
}

body.landing-v2 .comparison-table th {
    background: #eef3f8;
    color: var(--pf-mid);
}

body.landing-v2 .table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    margin: 1.75rem 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(13, 31, 45, 0.05);
    border: 1px solid rgba(42, 96, 128, 0.1);
}

body.landing-v2 .comparison-table {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(13, 31, 45, 0.05);
    border: 1px solid rgba(42, 96, 128, 0.1);
    width: 100%;
    max-width: 100%;
}

body.landing-v2 .table-scroll .comparison-table {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    min-width: 36rem;
}

body.landing-v2 .comparison-table th,
body.landing-v2 .comparison-table td {
    border-bottom: 1px solid rgba(24, 52, 77, 0.08);
    padding: 0.95rem 1.1rem;
    vertical-align: top;
    word-break: break-word;
}

body.landing-v2 .table-scroll .comparison-table th:first-child,
body.landing-v2 .table-scroll .comparison-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 6px 0 10px -8px rgba(13, 31, 45, 0.35);
}

body.landing-v2 .table-scroll .comparison-table th:first-child {
    background: #eef3f8;
    z-index: 2;
}

body.landing-v2 .comparison-table tr:hover {
    background: #f7fafc;
}

body.landing-v2 .table-scroll .comparison-table tr:hover td:first-child {
    background: #f7fafc;
}

body.landing-v2 .info-box {
    background: #eef3f8;
    border-left-color: var(--pf-mid);
    border-radius: 0 12px 12px 0;
}

body.landing-v2 .problem-box {
    background: #fff5f5;
    border-left-color: #c53030;
    border-radius: 0 12px 12px 0;
}

body.landing-v2 .solution-box {
    background: #f0f7f4;
    border-left: 4px solid #1e4a6d;
    border-radius: 0 12px 12px 0;
}

body.landing-v2 .price-card.highlight {
    border-color: var(--pf-mid);
    border-width: 2px;
    box-shadow: 0 8px 24px rgba(13, 31, 45, 0.1);
}

body.landing-v2 .price-card .price {
    color: var(--pf-mid);
}

body.landing-v2 .check {
    color: #1e4a6d;
}

/* ——— Bottom CTA band ——— */
body.landing-v2 .wiki-cta {
    background:
        radial-gradient(ellipse 70% 50% at 80% 0%, rgba(42, 96, 128, 0.35), transparent 55%),
        linear-gradient(165deg, var(--pf-dark) 0%, var(--pf-mid-dark) 100%);
    color: #fff;
    padding: 3.5rem 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.landing-v2 .wiki-cta::before {
    display: none;
}

body.landing-v2 .wiki-cta .container,
body.landing-v2 .wiki-cta > h2,
body.landing-v2 .wiki-cta > p,
body.landing-v2 .wiki-cta > .lp-cta-stack,
body.landing-v2 .wiki-cta > .cta-secondary,
body.landing-v2 .wiki-cta > .related-branches {
    position: relative;
    z-index: 1;
}

body.landing-v2 .wiki-cta h2 {
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    margin: 0 0 0.75rem;
}

body.landing-v2 .wiki-cta > p,
body.landing-v2 .wiki-cta .container > p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    margin: 0 auto 1.5rem;
    max-width: 36rem;
}

body.landing-v2 .wiki-cta .lp-cta-stack {
    margin-bottom: 1.25rem;
}

body.landing-v2 .wiki-cta .lp-cta-trust {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

body.landing-v2 .wiki-cta .btn,
body.landing-v2 .wiki-cta a.btn {
    /* legacy single button — restyle if still present */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    background: #fff;
    color: var(--pf-dark);
    font-weight: 500;
    font-size: 0.95rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border: none;
    text-decoration: none;
}

body.landing-v2 .wiki-cta .cta-secondary-lead {
    color: rgba(255, 255, 255, 0.65);
}

body.landing-v2 .wiki-cta .cta-secondary-actions .btn-outline,
body.landing-v2 .wiki-cta .lp-btn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}

body.landing-v2 .wiki-cta .cta-secondary-actions .btn-outline:hover,
body.landing-v2 .wiki-cta .lp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

/* Index-style mini contact icons (WA / Call / Chat) */
body.landing-v2 .lp-cta-contact {
    margin: 1.15rem auto 0;
    max-width: 22rem;
    text-align: center;
}

body.landing-v2 .wiki-cta .lp-cta-contact .lp-cta-trust,
body.landing-v2 .wiki-article .wiki-cta .lp-cta-contact .lp-cta-trust {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.35;
}

body.landing-v2 .lp-cta-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

body.landing-v2 .lp-cta-icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    font: inherit;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

body.landing-v2 .lp-cta-icon:hover {
    transform: translateY(-2px);
}

body.landing-v2 .lp-cta-icon.wa {
    background: #25D366;
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

body.landing-v2 .lp-cta-icon.wa:hover {
    background: #20ba5a;
    color: #fff;
}

body.landing-v2 .lp-cta-icon.phone {
    background: #1e4a6d;
    color: #fff;
}

body.landing-v2 .lp-cta-icon.phone:hover {
    background: #2a6080;
    color: #fff;
}

body.landing-v2 .lp-cta-icon.chat {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

body.landing-v2 .lp-cta-icon.chat:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

body.landing-v2 .lp-cta-icon svg {
    display: block;
}

/* Index-style contact CTAs inside dark wiki-cta */
body.landing-v2 .cta-secondary {
    margin: 1.5rem auto 0;
    max-width: 42rem;
    text-align: center;
}

body.landing-v2 .cta-secondary-lead {
    display: block;
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    line-height: 1.45;
}

body.landing-v2 .lp-contact-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
}

body.landing-v2 .lp-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.55rem 1.05rem;
    border-radius: 12px;
    border: none;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

body.landing-v2 .lp-contact-btn:hover {
    transform: translateY(-2px);
}

body.landing-v2 .lp-contact-btn.wa {
    background: #25D366;
    color: #fff;
}

body.landing-v2 .lp-contact-btn.wa:hover {
    background: #20ba5a;
    color: #fff;
}

body.landing-v2 .lp-contact-btn.phone {
    background: #1e4a6d;
    color: #fff;
}

body.landing-v2 .lp-contact-btn.phone:hover {
    background: #2a6080;
    color: #fff;
}

body.landing-v2 .lp-contact-btn.cal {
    background: #fff;
    color: #18344d;
}

body.landing-v2 .lp-contact-btn.cal:hover {
    background: #f0f4f7;
    color: #0d1f2d;
}

body.landing-v2 .lp-contact-btn.chat {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

body.landing-v2 .lp-contact-btn.chat:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

body.landing-v2 .wiki-cta .related-branches > span {
    color: rgba(255, 255, 255, 0.55);
}

body.landing-v2 .wiki-cta .related-branches a {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    background: transparent;
}

body.landing-v2 .wiki-cta .related-branches a:hover,
body.landing-v2 .wiki-cta .related-branches a.current {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* Inline wiki-cta inside article (vs pages) — stay within article width */
body.landing-v2 .wiki-article .wiki-cta {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    margin: 2.5rem 0;
    padding: 2.25rem 1.5rem;
}

/* ——— Footer ——— */
body.landing-v2 .footer {
    background: var(--pf-mid-dark);
    margin-top: 0;
}

body.landing-v2 .footer-nav a:hover {
    color: #fff;
}

/* ——— Compare hub list ——— */
body.landing-v2 .compare-list a,
body.landing-v2 .vergleiche-list a {
    background: #fff;
    border: 1px solid rgba(42, 96, 128, 0.12);
    border-radius: 14px;
}

/* ——— Mobile ——— */
@media (max-width: 768px) {
    body.landing-v2 {
        overflow-x: clip;
    }

    body.landing-v2 .wiki-container {
        padding: 1.5rem 0.85rem 2rem;
    }

    body.landing-v2 .wiki-article {
        padding: 1.35rem 1rem;
        border-radius: 14px;
        overflow-x: clip;
    }

    body.landing-v2 .wiki-article h1 {
        font-size: 1.45rem;
        line-height: 1.25;
        letter-spacing: -0.02em;
    }

    body.landing-v2 .wiki-article h2 {
        font-size: 1.2rem;
        margin-top: 2rem;
    }

    body.landing-v2 .wiki-article p,
    body.landing-v2 .wiki-article li {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    body.landing-v2 .wiki-breadcrumb {
        font-size: 0.85rem;
        padding: 0.65rem 0.85rem;
        margin-bottom: 1rem;
    }

    body.landing-v2 .info-box,
    body.landing-v2 .problem-box,
    body.landing-v2 .solution-box {
        padding: 1rem 1rem 1rem 1.05rem;
        margin: 1.15rem 0;
    }

    body.landing-v2 .price-comparison {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 1.25rem 0;
    }

    body.landing-v2 .price-card {
        padding: 1.15rem 1rem;
    }

    body.landing-v2 .price-card .price {
        font-size: 1.65rem;
    }

    body.landing-v2 .price-card ul {
        padding-left: 1.05rem;
        margin: 0.75rem 0 0;
    }

    body.landing-v2 .price-card li {
        margin-bottom: 0.4rem;
        font-size: 0.92rem;
        line-height: 1.4;
    }

    /* Comparison tables → stacked cards (no horizontal page scroll) */
    body.landing-v2 .table-scroll {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        margin: 1.25rem 0;
    }

    body.landing-v2 .table-scroll .comparison-table {
        min-width: 0;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 0.75rem;
        background: transparent;
    }

    body.landing-v2 .comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    body.landing-v2 .comparison-table,
    body.landing-v2 .comparison-table tbody,
    body.landing-v2 .comparison-table tr,
    body.landing-v2 .comparison-table td {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.landing-v2 .comparison-table tr {
        background: #fff;
        border: 1px solid rgba(42, 96, 128, 0.12);
        border-radius: 14px;
        padding: 0.9rem 1rem;
        box-shadow: 0 4px 14px rgba(13, 31, 45, 0.05);
        margin: 0;
    }

    body.landing-v2 .comparison-table tr:hover {
        background: #fff;
    }

    body.landing-v2 .comparison-table td {
        padding: 0.4rem 0;
        border-bottom: 0;
        text-align: left;
    }

    body.landing-v2 .comparison-table td:first-child {
        font-weight: 700;
        color: var(--pf-dark);
        padding-bottom: 0.65rem;
        margin-bottom: 0.35rem;
        border-bottom: 1px solid rgba(24, 52, 77, 0.1);
        position: static;
        box-shadow: none;
        background: transparent;
    }

    body.landing-v2 .table-scroll .comparison-table th:first-child,
    body.landing-v2 .table-scroll .comparison-table td:first-child {
        position: static;
        box-shadow: none;
        background: transparent;
    }

    body.landing-v2 .comparison-table td:not(:first-child) {
        display: grid;
        grid-template-columns: minmax(5.5rem, 7.25rem) 1fr;
        gap: 0.35rem 0.75rem;
        align-items: start;
        padding: 0.55rem 0;
        font-size: 0.92rem;
        line-height: 1.4;
        border-top: 1px solid rgba(24, 52, 77, 0.06);
    }

    body.landing-v2 .comparison-table td:nth-child(2) {
        border-top: 0;
        padding-top: 0.35rem;
    }

    body.landing-v2 .comparison-table td:not(:first-child)::before {
        content: attr(data-label);
        display: inline-block;
        width: fit-content;
        max-width: 100%;
        font-weight: 700;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--pf-mid);
        line-height: 1.3;
        padding: 0.2rem 0.5rem;
        border-radius: 999px;
        background: #eef3f8;
        border: 1px solid rgba(30, 74, 109, 0.14);
    }

    body.landing-v2 .comparison-table td:nth-child(2)::before {
        background: #0d1f2d;
        color: #fff;
        border-color: #0d1f2d;
    }

    body.landing-v2 .wiki-article .wiki-cta {
        padding: 1.75rem 1.15rem;
        margin: 1.75rem 0;
        border-radius: 14px;
    }

    body.landing-v2 .wiki-cta {
        padding: 2.5rem 1.15rem;
    }

    body.landing-v2 .wiki-cta h2 {
        font-size: 1.3rem;
        line-height: 1.25;
    }

    body.landing-v2 .wiki-cta > p,
    body.landing-v2 .wiki-cta .container > p,
    body.landing-v2 .wiki-article .wiki-cta > p {
        font-size: 0.95rem;
        margin-bottom: 1.15rem;
        padding: 0 0.25rem;
    }

    body.landing-v2 .footer-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem 0.85rem;
        justify-content: center;
    }

    body.landing-v2 .footer-nav a {
        font-size: 0.85rem;
    }

    body.landing-v2 .compare-list a {
        padding: 0.9rem 1rem;
    }
}

@media (max-width: 640px) {
    body.landing-v2 .wiki-hero {
        padding: 5.75rem 1.15rem 2.35rem;
    }

    body.landing-v2 .wiki-hero h1 {
        max-width: none;
        font-size: 1.65rem;
    }

    body.landing-v2 .wiki-hero .subline {
        font-size: 1rem;
        max-width: none;
        margin-bottom: 1.35rem;
    }

    body.landing-v2 .lp-cta-stack {
        width: 100%;
        max-width: 100%;
    }

    body.landing-v2 .lp-cta-trust {
        font-size: 0.85rem;
    }

    body.landing-v2 .comparison-table td:not(:first-child) {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}
