.bx-vhis-compare {
    /* Grid */
    --container-max: 1152px;
    --container-pad: 24px;
    /* Typography scale (simplified, can align to Figma font table later) */
    --font-body: 14px;
    --lh-body: 20px;
    --h1: 40px;
    --lh-h1: 48px;
    --h2: 32px;
    --lh-h2: 40px;
    --h3: 20px;
    --lh-h3: 28px;
    /* Colors */
    --blue: #04afff;
    --deep-blue: #00457a;
    --text: #0a1420;
    --muted: rgba(10, 20, 32, 0.7);
    --bg: #fdfdfd;
    --radius: 24px;
}

@media (max-width: 768px) {
    .bx-vhis-compare {
        --container-pad: 20px;
        --h1: 34px;
        --lh-h1: 42px;
        --h2: 28px;
        --lh-h2: 36px;
    }
}

@media (max-width: 768px) {
    .bx-vhis-compare {
        --container-pad: 16px;
        --h1: 28px;
        --lh-h1: 34px;
        --h2: 24px;
        --lh-h2: 30px;
        --h3: 18px;
        --lh-h3: 26px;
    }
}

/* Base */
*,
*::before,
.bx-vhis-compare *::after {
    box-sizing: border-box;
}

html,
.bx-vhis-compare {
    height: 100%;
}

.bx-vhis-compare {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    /* JIRA: ENG OpenSans / CHI Noto Sans */
    font-family: "Noto Sans TC", "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: var(--font-body);
    line-height: var(--lh-body);
}


    /* Accessibility */
    .bx-vhis-compare .sr-only {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    /* Layout */
    .bx-vhis-compare .container {
        width: 100%;
        max-width: var(--container-max);
        margin: 0 auto;
        padding: 0 var(--container-pad);
    }

    /* Header */
    .bx-vhis-compare .site-header__banner {
        width: 100%;
    }

    /* Promo bar */
    .bx-vhis-compare .promo-bar {
        background: #2563eb;
        color: #fff;
        text-align: center;
        padding: 12px 0;
    }

    .bx-vhis-compare .promo-bar__line {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-family: "Noto Sans TC", "Open Sans", sans-serif;
        font-weight: 500;
    }

    .bx-vhis-compare .promo-bar__line--muted {
        opacity: 0.5;
    }

    /* Anchor nav */
    .bx-vhis-compare .anchor-nav {
        position: sticky;
        top: 0;
        z-index: 10;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(6px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

        .bx-vhis-compare .anchor-nav .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-top: 16px;
            flex-wrap: wrap;
        }

    .bx-vhis-compare .anchor-nav__group {
        display: flex;
        gap: 8px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .bx-vhis-compare .anchor-nav__tab {
        display: inline-block;
        text-decoration: none;
        color: #005697;
        padding: 12px 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        height: 56px;
        flex-shrink: 0;
        position: relative;
        
    }

    .bx-vhis-compare .anchor-nav__tab_top {
        display: inline-block;
        text-decoration: none;
        color: #005697;
        padding: 10px 16px;
        border-radius: 999px;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        flex-shrink: 0;
    }

    /*.anchor-nav__tab.active::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: #04AFFF;
    }*/

    .bx-vhis-compare .anchor-nav__tab--active {
        color: var(--text);
        background: rgba(0, 193, 255, 0.2);
        outline: 1px solid #00c1ff;
    }

    .bx-vhis-compare .anchor-nav__cta {
        display: flex;
        text-decoration: none;
        color: #fff;
        background: #e00842;
        padding: 8px 16px;
        border-radius: 999px;
        font-weight: 600;
        white-space: nowrap;
        align-items: center;
        height: 36px;
    }

    /* Typography helpers */
    .bx-vhis-compare .section-title {
        font-size: var(--h1);
        line-height: var(--lh-h1);
        font-weight: 500;
        margin: 0 0 12px 0;
    }

    .bx-vhis-compare .section-desc {
        margin: 0 0 24px 0;
        color: var(--muted);
    }

    .bx-vhis-compare .text-green {
        color: #4c9700;
    }

    /* Buttons */
    .bx-vhis-compare .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 999px;
        padding: 14px 22px;
        font-weight: 700;
        gap: 8px;
    }

        
    .bx-vhis-compare .product-card h2 {
        margin: 0;
    }

    .bx-vhis-compare .btn-conpare {
        width: 200px;
        height: 56px;
        background-color: #04Afff;
        color: #fff;
    }

        .bx-vhis-compare .btn-conpare:hover {
            background-color: #00A9FF;
            color: #00457A;
        }

    .bx-vhis-compare .btn-quote-now {
        width: 322px;
        height: 48px;
        background-color: #E00842;
        color: #fff;
    }

        .bx-vhis-compare .btn-quote-now:hover {
            background-color: #B30635;
        }

    .bx-vhis-compare .btn-bacWhite {
        width: 200px;
        height: 56px;
        background-color: #fff;
        color: #005697;
        border: 1px solid #04AFFF;
    }

        .bx-vhis-compare .btn-bacWhite:hover {
            color: #00457A;
            background-color: #EAF8FF;
            border: 1px solid #04AFFF;
        }

    .bx-vhis-compare .btn--primary {
        background: #e00842;
        color: #fff;
    }

    .bx-vhis-compare .btn--outline {
        background: rgba(0, 193, 255, 0.2);
        color: #002638;
        outline: 1px solid #00c1ff;
    }

    /* Sections spacing */
    .bx-vhis-compare main section {
    }

@media (max-width: 768px) {
    .bx-vhis-compare main section {
        padding: 64px 0;
    }
    .bx-vhis-compare .anchor-nav .container{
        padding:16px;
    }
}

/* Hero */
.bx-vhis-compare .hero {
    background: #fff;
}
.bx-vhis-compare .hero__content {
    width: 520px;
}
.bx-vhis-compare .hero__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 32px;
    align-items: start;
    padding-bottom: 110px;
}

@media (max-width: 768px) {
    .bx-vhis-compare .hero__grid {
        grid-template-columns: 1fr;
    }
}

.bx-vhis-compare .hero__kicker {
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
    margin: 0 0 12px 0;
    color: var(--blue);
}

@media (max-width: 768px) {
    .bx-vhis-compare .hero__kicker {
        font-size: 34px;
        line-height: 40px;
    }
}

.bx-vhis-compare .hero__kicker-highlight {
    display: inline-block;
}

.bx-vhis-compare .hero__title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin: 97px 0 32px 0;
    color: #005697;
}

.bx-vhis-compare .hero__title2 {
    color: #04AFFF;
}

@media (max-width: 768px) {
    .bx-vhis-compare .hero__title {
        font-size: 28px;
        line-height: 34px;
        margin: 32px 0 32px 0;
    }
}

.bx-vhis-compare .hero__desc {
    margin: 0 0 32px 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* Product mini cards */
.bx-vhis-compare .product-mini {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 520px;
}

.bx-vhis-compare .product-mini__card {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.bx-vhis-compare .product-mini__name {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.bx-vhis-compare .product-mini__desc {
    margin: 6px 0 0 0;
    color: #444;
}

/* Trust */
.bx-vhis-compare .trust {
    background: #fff;
}

.bx-vhis-compare .trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 768px) {
    .bx-vhis-compare .trust__grid {
        grid-template-columns: 1fr;
    }
}

.bx-vhis-compare .trust-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 16px;
    text-align: center;
}

.bx-vhis-compare .trust-card__title {
    margin: 16px 0 8px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.bx-vhis-compare .trust-card__desc {
    margin: 0;
    color: var(--muted);
}

/* Premium / bar chart */
.bx-vhis-compare .premium {
    background: rgba(0, 193, 255, 0.05);
}

.bx-vhis-compare .premium__wrap {
    text-align: center;
}

.bx-vhis-compare .bar-chart {
    margin: 24px auto 10px auto;
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: flex-end;
    height: 180px;
    max-width: 520px;
}

.bx-vhis-compare .bar {
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
}

    .bx-vhis-compare .bar > span {
        display: block;
        color: rgba(10, 20, 32, 0.7);
        font-weight: 500;
    }

    .bx-vhis-compare .bar > em {
        display: block;
        font-style: normal;
        font-weight: 600;
        color: #292d30;
        margin-top: 6px;
    }

    .bx-vhis-compare .bar::before {
        content: "";
        display: block;
        width: 100%;
        height: var(--h);
        background: #00c1ff;
        border-radius: 16px;
    }

/* FAQ */
.bx-vhis-compare .faq__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 768px) {
    .bx-vhis-compare .faq__grid {
        grid-template-columns: 1fr;
    }
}



.bx-vhis-compare .faq-item__qid {
    margin: 0;
    font-weight: 500;
}

.bx-vhis-compare .faq-item__q {
    margin: 8px 0 0 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.bx-vhis-compare .faq-item__a {
    margin-top: 16px;
    padding: 12px;
    border-radius: 10px;
    background: rgba(4, 175, 255, 0.1);
}

.bx-vhis-compare .faq-item__label {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.bx-vhis-compare .tag {
    display: inline-block;
    margin: 12px 0 0 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(4, 175, 255, 0.1);
    color: #e00842;
}

.bx-vhis-compare .tag--blue {
    color: var(--deep-blue);
}

/* Offers */
.bx-vhis-compare .offers {
    background: #fff;
    padding-top: 128px;
    height: 560px;
}

.bx-vhis-compare .offers__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
    .bx-vhis-compare .offers__grid {
        grid-template-columns: 1fr;
    }

    .bx-vhis-compare .offers {
        padding: 64px 0px;
        height:auto;
    }
}

.bx-vhis-compare .offer-card {
    background: #F2FCFF;
    color: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 24px;
    min-height: 152px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .bx-vhis-compare .offer-card h3 {
        margin: 0;
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
        color: #005697;
    }

    .bx-vhis-compare .offer-card a {
        display: inline-block;
        color: #005697;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 2px;
        vertical-align: middle;
    }

    .bx-vhis-compare .offer-card p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin: 0;
    }

/* Steps */
.bx-vhis-compare .steps {
    list-style: none;
    padding: 0;
    margin: 0 0 0 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 768px) {
    .bx-vhis-compare .steps {
        grid-template-columns: 1fr;
        margin: 48px 0 0 0;
    }
}

.bx-vhis-compare .step {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(10, 20, 32, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .bx-vhis-compare .step h3 {
        margin: 0;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        color: #005697;
        margin-bottom: 16px;
    }

.bx-vhis-compare .step-p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.bx-vhis-compare .step a {
    color: #000;
    font-weight: 500;
}

/* Reviews */
.bx-vhis-compare .reviews {
    background: #fff;
    color: #005697;
    height: 688px;
    padding-top: 128px;
}

    .bx-vhis-compare .reviews .section-title {
        color: #005697;
        margin-bottom: 48px;
    }



@media (max-width: 768px) {
    .bx-vhis-compare .reviews__grid {
        grid-template-columns: 1fr;
    }
}


/* Quote */
.bx-vhis-compare .quote__box {
    background: #00457a;
    border-radius: var(--radius);
    padding: 28px;
    color: #fff;
    text-align: center;
}

.bx-vhis-compare .quote__title {
    margin: 0 0 8px 0;
    font-size: var(--h2);
    line-height: var(--lh-h2);
    font-weight: 500;
}

.bx-vhis-compare .quote__desc {
    margin: 0 0 18px 0;
    opacity: 0.9;
}

/* Footnotes */
.bx-vhis-compare .fineprint {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 18px;
    color: rgba(10, 20, 32, 0.75);
}

.bx-vhis-compare .reviews .fineprint {
    color: rgba(255, 255, 255, 0.8);
}

/* Footer */
.bx-vhis-compare .site-footer {
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
}

.bx-vhis-compare .site-footer__text {
    margin: 0;
    color: rgba(10, 20, 32, 0.7);
}
