/* Pricing page styles extracted from the legacy frontsite.css.
   Load only on Pricing.cshtml. */
:root {
    --navy: #173554;
    --navy-dark: #0f172a;
    --blue: #2563eb;
    --blue-dark: #1d4ed8;
    --soft-blue: #eff6ff;
    --bg: #f8fafc;
    --text: #475569;
    --muted: #64748b;
    --border: #e2e8f0;
    --white: #fff;
    --green: #16a34a;
    --shadow: 0 18px 50px rgba(15,23,42,.08);
    --shadow-lg: 0 28px 80px rgba(15,23,42,.16)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "DM Sans",Arial,sans-serif;
    background: var(--bg);
    color: var(--navy-dark)
}

/* PAYG card is intentionally part of pricing.css.
   Keeping it here prevents the card becoming unstyled if a separate
   payg-pricing.css file is omitted from the production publish output. */
.pricing-page .bundivo-payg {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
    gap: 44px;
    margin: 0 0 46px;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 5%, rgba(71,154,255,.34), transparent 33%),
        radial-gradient(circle at 8% 110%, rgba(39,190,169,.17), transparent 38%),
        linear-gradient(135deg, #102f4d 0%, #0c2239 100%);
    color: #fff;
    text-align: left;
    box-shadow: 0 24px 70px rgba(15,23,42,.18);
}

.pricing-page .bundivo-payg::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 330px;
    height: 330px;
    right: -170px;
    bottom: -210px;
    border: 48px solid rgba(255,255,255,.04);
    border-radius: 50%;
}

.pricing-page .bundivo-payg-copy,
.pricing-page .bundivo-payg-offer {
    min-width: 0;
}

.pricing-page .bundivo-payg-heading-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.pricing-page .bundivo-payg-eyebrow {
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pricing-page .bundivo-payg-badge {
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #e7f3fc;
    font-size: 11px;
    font-weight: 800;
}

.pricing-page .bundivo-payg h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(29px, 3.4vw, 44px);
    line-height: 1.08;
    letter-spacing: -1.1px;
}

.pricing-page .bundivo-payg-copy > p {
    max-width: 680px;
    margin: 0;
    color: #c9dbea;
    font-size: 16px;
    line-height: 1.7;
}

.pricing-page .bundivo-payg-limits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pricing-page .bundivo-payg-limits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    background: rgba(255,255,255,.055);
    color: #bcd0df;
    font-size: 12px;
    line-height: 1.4;
}

.pricing-page .bundivo-payg-limits strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 15px;
}

.pricing-page .bundivo-payg-check {
    display: grid;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: #22a98e;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.pricing-page .bundivo-payg-offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 29px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    background: rgba(255,255,255,.09);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.pricing-page .bundivo-payg-offer-label {
    color: #a9c4d7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-page .bundivo-payg-price-row {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 4px 0 0;
}

.pricing-page .bundivo-payg-currency {
    color: #a9c4d7;
    font-size: 15px;
    font-weight: 900;
}

.pricing-page .bundivo-payg-price {
    color: #fff;
    font-size: clamp(38px, 4.2vw, 58px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -2px;
    overflow-wrap: anywhere;
}

.pricing-page .bundivo-payg-unit,
.pricing-page .bundivo-payg-tax {
    display: block;
    color: #bfd1df;
    font-size: 13px;
}

.pricing-page .bundivo-payg-tax {
    margin-top: 5px;
}

.pricing-page .bundivo-payg-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    padding: 14px 17px;
    border-radius: 11px;
    background: #f4c968;
    color: #13283b;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.pricing-page .bundivo-payg-cta:hover {
    transform: translateY(-2px);
    background: #ffda82;
    color: #13283b;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.pricing-page .bundivo-payg-cta:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

.pricing-page .bundivo-payg-offer small {
    display: block;
    margin-top: 13px;
    color: #a9c1d2;
    font-size: 11px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .pricing-page .bundivo-payg {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .pricing-page .bundivo-payg-limits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .pricing-page .bundivo-payg {
        margin-bottom: 34px;
        padding: 24px;
        border-radius: 21px;
    }

    .pricing-page .bundivo-payg-limits {
        grid-template-columns: 1fr;
    }

    .pricing-page .bundivo-payg-offer {
        padding: 22px;
    }
}

a {
    text-decoration: none
}

button {
    font-family: inherit
}

.pricing-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(23,53,84,.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255,255,255,.12)
}

.pricing-nav-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.pricing-logo {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    font-family: Georgia,"Times New Roman",serif;
    letter-spacing: -.7px
}

    .pricing-logo span {
        color: var(--blue)
    }

.nav-actions {
    display: flex;
    gap: 16px;
    align-items: center
}

    .nav-actions a {
        color: rgba(255,255,255,.88);
        font-weight: 800;
        font-size: 14px
    }

    .nav-actions .nav-cta {
        background: var(--blue);
        color: #fff;
        padding: 11px 18px;
        border-radius: 999px
    }

.pricing-page {
    padding: 74px 20px 90px;
    overflow: hidden
}

.pricing-wrap {
    max-width: 1180px;
    margin: 0 auto
}

.pricing-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 42px
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--soft-blue);
    color: var(--blue);
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
    border: 1px solid rgba(37,99,235,.14)
}

.pricing-header h1 {
    font-size: clamp(38px,6vw,72px);
    line-height: 1.01;
    margin: 0 0 18px;
    letter-spacing: -2.4px
}

.pricing-header p {
    font-size: 18px;
    color: var(--text);
    line-height: 1.8;
    margin: 0
}

.billing-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 38px
}

.billing-pill {
    width: 100%;
    max-width: 420px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 7px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 14px 35px rgba(15,23,42,.08)
}

.billing-option {
    border: 0;
    background: transparent;
    padding: 13px 12px;
    border-radius: 999px;
    font-weight: 900;
    color: var(--muted);
    cursor: pointer;
    font-size: 14px;
    transition: .2s ease
}

    .billing-option.active {
        background: var(--blue);
        color: var(--white);
        box-shadow: 0 10px 24px rgba(37,99,235,.28)
    }

.save-note {
    text-align: center;
    color: var(--green);
    font-size: 14px;
    font-weight: 900;
    margin-top: -22px;
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(-4px);
    transition: .2s ease
}

    .save-note.show {
        opacity: 1;
        transform: translateY(0)
    }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 24px;
    align-items: stretch
}

.price-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 30px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: .25s ease
}

    .price-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-lg);
        border-color: rgba(37,99,235,.35)
    }

    .price-card.featured {
        background: radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 34%),linear-gradient(180deg,#fff 0%,#eff6ff 100%);
        border: 2px solid var(--blue);
        transform: scale(1.03)
    }

        .price-card.featured:hover {
            transform: scale(1.03) translateY(-8px)
        }

.popular {
    position: absolute;
    top: -15px;
    left: 26px;
    background: var(--blue);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(37,99,235,.24)
}

.plan {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: var(--blue);
    margin-bottom: 12px;
    text-transform: uppercase
}

.price-card h2 {
    font-size: 24px;
    margin: 0 0 12px;
    line-height: 1.25;
    letter-spacing: -.3px
}

.desc {
    color: var(--text);
    line-height: 1.7;
    margin: 0 0 22px;
    min-height: 92px
}

.price {
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -1.7px;
    margin-bottom: 8px;
    color: var(--navy-dark);
    transition: .18s ease
}

    .price.price-changing {
        opacity: .3;
        transform: translateY(5px)
    }

    .price small {
        font-size: 15px;
        color: var(--muted);
        font-weight: 700;
        letter-spacing: normal
    }

.price-meta {
    min-height: 22px;
    color: var(--green);
    font-size: 13px;
    font-weight: 900
}

.features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    flex: 1
}

    .features li {
        color: var(--text);
        margin-bottom: 13px;
        padding-left: 28px;
        position: relative;
        line-height: 1.55
    }

        .features li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--green);
            font-weight: 900
        }

.price-btn {
    display: block;
    text-align: center;
    padding: 15px 20px;
    border-radius: 999px;
    background: var(--navy-dark);
    color: var(--white);
    font-weight: 900;
    margin-top: auto;
    transition: .2s ease
}

    .price-btn:hover, .price-btn:focus {
        background: var(--blue-dark);
        transform: translateY(-1px)
    }

.price-card.featured .price-btn {
    background: var(--blue)
}

.pricing-note {
    margin-top: 42px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 26px;
    text-align: center;
    color: var(--text);
    line-height: 1.8;
    box-shadow: 0 12px 35px rgba(15,23,42,.06)
}

.comparison-section {
    margin-top: 74px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 30px;
    box-shadow: var(--shadow);
    overflow: hidden
}

.comparison-head {
    padding: 34px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    background: linear-gradient(180deg,#fff,#f8fafc)
}

    .comparison-head h2 {
        margin: 0 0 10px;
        font-size: clamp(28px,4vw,46px);
        letter-spacing: -1px
    }

    .comparison-head p {
        margin: 0;
        color: var(--text);
        line-height: 1.7
    }

.comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

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

    .comparison-table th, .comparison-table td {
        padding: 18px 20px;
        border-bottom: 1px solid var(--border);
        text-align: center;
        color: var(--text);
        font-size: 14px
    }

        .comparison-table th:first-child, .comparison-table td:first-child {
            text-align: left;
            font-weight: 900;
            color: var(--navy-dark)
        }

    .comparison-table th {
        color: var(--navy-dark);
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .08em;
        background: #f8fafc
    }

.check {
    color: var(--green);
    font-weight: 900;
    font-size: 18px
}

.dash {
    color: #94a3b8;
    font-weight: 900
}

.faq-section {
    margin-top: 74px
}

.faq-header {
    text-align: center;
    margin-bottom: 30px
}

    .faq-header h2 {
        font-size: clamp(30px,4vw,46px);
        margin: 0 0 12px;
        letter-spacing: -1px
    }

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

.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15,23,42,.04)
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 22px 24px;
    text-align: left;
    color: var(--navy-dark);
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center
}

    .faq-question span:last-child {
        color: var(--blue);
        font-size: 24px;
        line-height: 1
    }

.faq-answer {
    display: none;
    padding: 0 24px 22px;
    color: var(--text);
    line-height: 1.8
}

.faq-item.open .faq-answer {
    display: block
}

.pricing-cta {
    margin-top: 74px;
    background: radial-gradient(circle at top left,rgba(37,99,235,.35),transparent 35%),linear-gradient(135deg,var(--navy-dark),var(--navy));
    color: var(--white);
    border-radius: 34px;
    padding: 60px 30px;
    text-align: center;
    box-shadow: 0 28px 80px rgba(15,23,42,.22)
}

    .pricing-cta h2 {
        font-size: clamp(32px,5vw,56px);
        line-height: 1.05;
        margin: 0 0 18px;
        letter-spacing: -1.4px
    }

    .pricing-cta p {
        max-width: 760px;
        margin: 0 auto 28px;
        color: rgba(255,255,255,.84);
        line-height: 1.8;
        font-size: 18px
    }

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap
}

.cta-btn {
    display: inline-block;
    background: var(--white);
    color: var(--navy-dark);
    padding: 15px 28px;
    border-radius: 999px;
    font-weight: 900
}

    .cta-btn.secondary {
        background: rgba(255,255,255,.12);
        color: #fff;
        border: 1px solid rgba(255,255,255,.22)
    }

.mobile-sticky-cta {
    display: none
}



@media (max-width: 1100px) {
    .pricing-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .price-card.featured, .price-card.featured:hover {
        transform: none
    }
}

@media (max-width: 760px) {
    .nav-actions a:not(.nav-cta) {
        display: none
    }

    .pricing-page {
        padding: 48px 14px 92px
    }

    .pricing-header {
        margin-bottom: 32px
    }

        .pricing-header h1 {
            font-size: 38px;
            letter-spacing: -1.2px
        }

        .pricing-header p {
            font-size: 16px
        }

    .billing-pill {
        max-width: none
    }

    .billing-option {
        font-size: 13px;
        padding: 12px 7px
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .price-card {
        padding: 24px;
        border-radius: 22px
    }

        .price-card.featured {
            order: -1
        }

    .popular {
        position: static;
        display: inline-block;
        width: fit-content;
        margin-bottom: 14px
    }

    .desc {
        min-height: auto
    }

    .price {
        font-size: 38px
    }

    .comparison-section, .faq-section, .pricing-cta {
        margin-top: 52px
    }

    .comparison-head {
        padding: 26px 18px
    }

    .pricing-cta {
        border-radius: 24px;
        padding: 42px 20px
    }

        .pricing-cta p {
            font-size: 16px
        }

    .cta-btn, .price-btn {
        width: 100%
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 60;
        display: flex;
        gap: 10px;
        background: rgba(15,23,42,.86);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        padding: 10px;
        border-radius: 999px;
        box-shadow: 0 20px 60px rgba(15,23,42,.28)
    }

        .mobile-sticky-cta a {
            flex: 1;
            text-align: center;
            padding: 13px 10px;
            border-radius: 999px;
            font-weight: 900;
            color: #fff;
            font-size: 14px
        }

            .mobile-sticky-cta a:first-child {
                background: var(--blue)
            }

            .mobile-sticky-cta a:last-child {
                background: rgba(255,255,255,.14)
            }
}

@media (max-width: 420px) {
    .pricing-logo {
        font-size: 25px
    }

    .pricing-nav {
        padding: 16px
    }

    .nav-actions .nav-cta {
        padding: 10px 14px
    }

    .billing-option {
        font-size: 12px
    }
}

/* =========================================================
   CURRENT RAZOR FAQ MARKUP
   Supports: .pricing-faq-section and <details>.pricing-faq-item
   ========================================================= */
.pricing-faq-section {
    max-width: 900px;
    margin: 74px auto 0;
}

.pricing-faq-section > h2 {
    margin: 0 0 30px;
    color: var(--navy-dark);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    letter-spacing: -1px;
    text-align: center;
}

.pricing-faq-item {
    margin: 0 0 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.pricing-faq-item summary {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 72px;
    align-items: center;
    padding: 22px 64px 22px 24px;
    color: var(--navy-dark);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
}

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

.pricing-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    color: var(--blue);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
}

.pricing-faq-item[open] summary::after {
    content: "−";
}

.pricing-faq-item summary:hover {
    background: var(--soft-blue);
}

.pricing-faq-item summary:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .28);
    outline-offset: -3px;
}

.pricing-faq-item > div {
    padding: 0 24px 22px;
    color: var(--text);
    line-height: 1.8;
}

.pricing-faq-item > div > :first-child {
    margin-top: 0;
}

.pricing-faq-item > div > :last-child {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .pricing-faq-section {
        margin-top: 52px;
    }

    .pricing-faq-section > h2 {
        font-size: 32px;
    }

    .pricing-faq-item summary {
        min-height: 64px;
        padding: 18px 54px 18px 20px;
        font-size: 16px;
    }

    .pricing-faq-item summary::after {
        right: 20px;
    }

    .pricing-faq-item > div {
        padding: 0 20px 20px;
        font-size: 15px;
    }
}






/* =========================================================
       RESPONSIVE FIXES FOR BUNDIVO PRICING PAGE
       Add this at the bottom of frontsite.css
    ========================================================= */

.pricing-page {
    width: 100%;
    overflow-x: hidden;
}

.pricing-wrap {
    width: 100%;
}

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

.price-card {
    min-width: 0;
}

.comparison-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    min-width: 900px;
}

.faq-question {
    width: 100%;
}

.mobile-sticky-cta {
    display: none;
}

/* Tablet */
@media (max-width: 1100px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-card.featured {
        transform: none;
    }

        .price-card.featured:hover {
            transform: translateY(-6px);
        }
}

/* Mobile */
@media (max-width: 760px) {
    .pricing-page {
        padding: 48px 14px 96px;
    }

    .pricing-header {
        margin-bottom: 32px;
    }

        .pricing-header h1 {
            font-size: 38px;
            line-height: 1.05;
            letter-spacing: -1px;
        }

        .pricing-header p {
            font-size: 16px;
            line-height: 1.7;
        }

    .billing-toggle {
        margin-bottom: 30px;
    }

    .billing-pill {
        width: 100%;
        max-width: none;
        grid-template-columns: 1fr 1fr;
    }

    .billing-option {
        font-size: 13px;
        padding: 12px 8px;
    }

    .save-note {
        margin-top: -16px;
        margin-bottom: 24px;
        font-size: 13px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .price-card {
        border-radius: 22px;
        padding: 24px;
    }

        .price-card.featured {
            order: -1;
        }

    .popular {
        position: static;
        display: inline-block;
        width: fit-content;
        margin-bottom: 14px;
    }

    .desc {
        min-height: auto;
    }

    .price {
        font-size: 38px;
    }

    .features li {
        font-size: 15px;
    }

    .price-btn {
        width: 100%;
    }

    .pricing-note {
        padding: 22px;
        border-radius: 20px;
        font-size: 15px;
    }

    .comparison-section,
    .faq-section,
    .pricing-cta {
        margin-top: 52px;
    }

    .comparison-head {
        padding: 26px 18px;
    }

        .comparison-head h2,
        .faq-header h2 {
            font-size: 32px;
        }

        .comparison-head p {
            font-size: 15px;
        }

    .comparison-table th,
    .comparison-table td {
        padding: 14px 16px;
        font-size: 13px;
        white-space: nowrap;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 20px 20px;
        font-size: 15px;
    }

    .pricing-cta {
        border-radius: 24px;
        padding: 42px 20px;
    }

        .pricing-cta h2 {
            font-size: 34px;
        }

        .pricing-cta p {
            font-size: 16px;
        }

    .cta-actions {
        flex-direction: column;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 99999;
        display: flex;
        gap: 10px;
        background: rgba(15, 23, 42, 0.9);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        padding: 10px;
        border-radius: 999px;
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.28);
    }

        .mobile-sticky-cta a {
            flex: 1;
            text-align: center;
            padding: 13px 10px;
            border-radius: 999px;
            font-weight: 900;
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
        }

            .mobile-sticky-cta a:first-child {
                background: #2563eb;
            }

            .mobile-sticky-cta a:last-child {
                background: rgba(255,255,255,.14);
            }
}

/* Small phones */
@media (max-width: 420px) {
    .pricing-page {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pricing-header h1 {
        font-size: 34px;
    }

    .pricing-badge {
        font-size: 12px;
    }

    .billing-option {
        font-size: 12px;
        padding: 11px 6px;
    }

    .price-card {
        padding: 22px;
    }

    .price {
        font-size: 34px;
    }

    .pricing-cta h2 {
        font-size: 30px;
    }
}
