.compare-filters-page {
    background: #ffffff;
    color: #2f3532;
}

.compare-filters-page .btn,
.compare-filters-page .footer-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cf-header {
    background:
        radial-gradient(circle at top right, rgba(108, 181, 95, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f9fbf9 100%);
}

.cf-hero {
    padding: 128px 0 50px;
}

.cf-hero-copy {
    max-width: 669px;
}

.cf-hero-copy h1,
.cf-section-heading h2,
.cf-gradient-copy h2,
.cf-final-copy h2,
.cf-cost-intro h2,
.cf-sense-column h2 {
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
}

.cf-hero-copy p,
.cf-gradient-copy p,
.cf-final-copy p,
.cf-soft-card-body p,
.cf-step-card p,
.cf-image-card h3,
.cf-cost-intro p,
.cf-info-card p,
.cf-note-card p,
.cf-sense-item p,
.cf-subheading p,
.cf-center-note,
.cf-footnote {
    margin: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.cf-hero-kicker {
    margin-top: 20px !important;
    font-weight: 600 !important;
}

.cf-hero-copy > p + p {
    margin-top: 14px;
}

.cf-hero-actions,
.cf-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.cf-btn-outline {
    min-height: 42px;
    padding: 8px 20px;
    border: 2px solid #9d2103;
    border-radius: 359px;
    background: #ffffff;
    color: #9d2103;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.cf-btn-light {
    min-height: 48px;
    padding: 10px 22px;
    border: 2px solid #ffffff;
    border-radius: 410px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.cf-hero-media,
.cf-gradient-media {
    overflow: hidden;
    border-radius: 42px;
    background: #d9e1db;
}

.cf-hero-media {
    height: 509px;
}

.cf-hero-media img,
.cf-gradient-media img,
.cf-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cf-trust-band {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.cf-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.cf-trust-item p {
    margin: 0;
    color: #0a1013;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.cf-trust-icon-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.cf-trust-value {
    color: #67af5c;
    font-family: "Montserrat", sans-serif;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -1.2px;
}

.cf-section {
    padding: 54px 0;
}

.cf-section-tight-top {
    padding-top: 20px;
}

.cf-intro-panel {
    padding-top: 0;
}

.cf-gradient-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.52fr) minmax(0, 0.88fr);
    gap: 52px;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 64px;
    overflow: hidden;
}

.cf-gradient-panel-green {
    background: linear-gradient(220deg, #407e43 24%, #182f22 81%);
}

.cf-gradient-panel-red {
    background: linear-gradient(46deg, #9d2103 12%, #ca2c06 105%);
}

.cf-gradient-copy,
.cf-final-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 24px 36px 0;
}

.cf-gradient-copy h2,
.cf-final-copy h2 {
    color: #ffffff;
    font-size: 40px;
}

.cf-gradient-copy p,
.cf-final-copy p {
    margin-top: 12px;
    color: #ffffff;
}

.cf-gradient-media {
    min-height: 584px;
}

.cf-gradient-media-right {
    order: 2;
}

.cf-final-copy {
    padding-left: 40px;
}

.cf-cta-media {
    min-height: 584px;
}

.cf-section-heading {
    max-width: 894px;
    margin: 0 auto 34px;
}

.cf-section-heading h2 {
    font-size: 40px;
}

.cf-section-heading h3,
.cf-subheading h3,
.cf-side-title,
.cf-cost-intro h3 {
    margin: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.cf-section-heading p,
.cf-subheading p,
.cf-footnote,
.cf-center-note {
    margin-top: 4px;
}

.cf-subheading {
    max-width: 870px;
    margin: 0 auto 18px;
}

.cf-soft-card,
.cf-step-card,
.cf-image-card,
.cf-info-card,
.cf-note-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.cf-soft-card {
    padding: 12px;
}

.cf-soft-card-placeholder {
    height: 307px;
    border-radius: 24px;
    background: #ffffff;
}

.cf-soft-card-body {
    padding: 24px 12px 12px;
}

.cf-type-label {
    margin: 0 0 4px;
    color: #6cb55f !important;
    font-weight: 800 !important;
}

.cf-soft-card-body h4,
.cf-bullet-head h4,
.cf-step-card h4,
.cf-image-card h3,
.cf-cost-intro h3,
.cf-info-card h3,
.cf-note-card h3,
.cf-sense-item h3 {
    margin: 0 0 12px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.cf-point-use-protects {
    margin-top: 52px;
}

.cf-side-title {
    margin-top: 18px;
}

.cf-bullet-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cf-bullet-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cf-bullet-head img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.cf-bullet-head h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}

.cf-dot-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cf-dot-list li {
    position: relative;
    padding-left: 22px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.cf-dot-list li + li {
    margin-top: 8px;
}

.cf-dot-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.cf-dot-list-green li::before {
    background: #6cb55f;
}

.cf-dot-list-red li::before {
    background: #d71920;
}

.cf-step-card {
    padding: 22px 20px 28px;
    text-align: center;
}

.cf-step-card img {
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
    object-fit: contain;
}

.cf-step-card p {
    margin: 0;
    max-width: 186px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.cf-image-card {
    padding: 10px;
    text-align: center;
}

.cf-image-card img {
    height: 180px;
    margin-bottom: 12px;
    border-radius: 20px;
}

.cf-image-card h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.cf-footnote {
    color: #8a8f8c;
    font-size: 12px;
    line-height: 1.45;
}

.cf-table-shell {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
    background: #eef2f0;
    padding: 12px;
    overflow-x: auto;
}

.cf-table {
    width: 100%;
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #fafafa;
}

.cf-table th,
.cf-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #fafafa;
    text-align: left;
    vertical-align: middle;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.cf-table thead th {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.cf-table tbody th {
    font-weight: 400;
    color: #101828;
}

.cf-table-comparison th,
.cf-table-comparison td,
.cf-table-decision th,
.cf-table-decision td {
    padding-top: 13px;
    padding-bottom: 13px;
}

.cf-table-decision thead th {
    padding-top: 18px;
    padding-bottom: 18px;
}

.cf-table tbody tr:nth-child(even) th,
.cf-table tbody tr:nth-child(even) td {
    background: #eef2f0;
}

.cf-head-dark {
    background: #27513c;
}

.cf-head-red {
    background: #d71920;
}

.cf-head-green {
    background: #6cb55f;
}

.cf-text-red {
    color: #d71920 !important;
    font-weight: 700;
}

.cf-text-green {
    color: #6cb55f !important;
    font-weight: 700;
}

.cf-text-darkgreen {
    color: #003d1d !important;
}

.cf-weight-bold {
    font-weight: 700 !important;
}

.cf-info-card,
.cf-note-card {
    padding: 36px 32px;
}

.cf-info-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    object-fit: contain;
}

.cf-info-card h3,
.cf-note-card h3 {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 8px;
}

.cf-info-card-dark {
    background: linear-gradient(235deg, #407e43 4%, #182f22 79%);
    border-color: #fafafa;
}

.cf-info-card-dark h3,
.cf-info-card-dark p {
    color: #ffffff;
}

.cf-cost-compare {
    align-items: center;
}

.cf-cost-compare .cf-table-shell {
    overflow-x: hidden;
}

.cf-table-cost {
    min-width: 0;
    table-layout: fixed;
}

.cf-table-cost-col-label {
    width: 41.3%;
}

.cf-table-cost-col-point {
    width: 36.4%;
}

.cf-table-cost-col-house {
    width: 22.3%;
}

.cf-table-cost th,
.cf-table-cost td {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
}

.cf-table-cost thead th {
    font-size: 14px;
}

.cf-table-cost tbody th {
    font-weight: 400;
}

.cf-cost-intro h2 {
    font-size: 32px;
    line-height: 1.3;
}

.cf-cost-intro h3 {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.4;
}

.cf-cost-eyebrow {
    margin-top: 4px !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px;
}

.cf-sense-column h2 {
    font-size: 32px;
    line-height: 1.3;
}

.cf-sense-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 34px;
}

.cf-sense-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.cf-sense-item span {
    width: 6px;
    min-width: 6px;
    align-self: stretch;
    border-radius: 90px;
}

.cf-sense-list-red .cf-sense-item span {
    background: #d71920;
}

.cf-sense-list-green .cf-sense-item span {
    background: #6cb55f;
}

.cf-sense-item h3 {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 4px;
}

.cf-note-card {
    background: #eef2f0;
}

.cf-center-note {
    max-width: 762px;
    margin: 18px auto 0;
    text-align: center;
    color: #8a8f8c;
    font-size: 12px;
}

.cf-final-cta {
    padding-top: 20px;
    padding-bottom: 72px;
}

.cf-gradient-panel-cta {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 0;
}

.cf-final-copy .btn-cta-green {
    min-height: 48px;
    padding: 10px 22px;
    border: 3px solid #b7dab1;
    border-radius: 410px;
}

.cf-cta-media img {
    object-position: 58% center;
}

@media (max-width: 1199.98px) {
    .cf-trust-band {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 28px;
    }

    .cf-gradient-panel,
    .cf-gradient-panel-cta {
        grid-template-columns: 1fr;
    }

    .cf-gradient-copy,
    .cf-final-copy {
        padding: 24px;
    }
}

@media (max-width: 991.98px) {
    .cf-hero {
        padding: 120px 0 48px;
    }

    .cf-hero-copy h1,
    .cf-section-heading h2,
    .cf-gradient-copy h2,
    .cf-final-copy h2 {
        font-size: 42px;
    }

    .cf-cost-intro h2,
    .cf-sense-column h2 {
        font-size: 30px;
    }

    .cf-hero-media,
    .cf-gradient-media,
    .cf-cta-media {
        height: 420px;
        min-height: 420px;
    }

    .cf-trust-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .cf-section {
        padding: 44px 0;
    }

    .cf-hero {
        padding: 108px 0 40px;
    }

    .cf-hero-copy h1,
    .cf-section-heading h2,
    .cf-gradient-copy h2,
    .cf-final-copy h2,
    .cf-cost-intro h2,
    .cf-sense-column h2 {
        font-size: 34px;
        letter-spacing: -0.5px;
    }

    .cf-section-heading h3,
    .cf-subheading h3,
    .cf-side-title,
    .cf-cost-intro h3 {
        font-size: 28px;
    }

    .cf-hero-actions,
    .cf-final-actions {
        flex-direction: column;
    }

    .cf-hero-actions .btn,
    .cf-final-actions .btn,
    .cf-btn-outline,
    .cf-btn-light,
    .cf-final-copy .btn-cta-green {
        width: 100%;
    }

    .cf-hero-media,
    .cf-gradient-media,
    .cf-cta-media {
        height: 320px;
        min-height: 320px;
        border-radius: 28px;
    }

    .cf-trust-band {
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px;
    }

    .cf-trust-item p {
        font-size: 18px;
    }

    .cf-gradient-panel,
    .cf-soft-card,
    .cf-step-card,
    .cf-image-card,
    .cf-info-card,
    .cf-note-card,
    .cf-table-shell {
        border-radius: 24px;
    }

    .cf-soft-card-placeholder,
    .cf-image-card img {
        height: 232px;
        border-radius: 20px;
    }

    .cf-soft-card-body,
    .cf-info-card,
    .cf-note-card {
        padding: 24px 20px;
    }

    .cf-point-use-protects {
        margin-top: 40px;
    }

    .cf-table {
        min-width: 860px;
    }

    .cf-cost-compare .cf-table-shell {
        overflow-x: auto;
    }

    .cf-table-cost {
        min-width: 640px;
    }
}


/* === HERO TOP-SPACING STANDARDIZATION (nav→hero gap matched to commercial Figma reference, 2026-06-16) === */
@media (min-width: 992px) { .cf-hero { padding-top: 190px !important; } }


/* === BOTTOM CTA BUTTON EQUAL-WIDTH STANDARDIZATION (match reference: stacked equal width) 2026-06-16 === */
.cf-final-actions { flex-direction: column !important; align-items: stretch !important; width: fit-content !important; }

/* QA 2026-07-03: hero stacked CTAs were 52px vs 42px tall and 256px vs 347px wide — equalize */
.cf-hero-actions { display: flex; flex-direction: column; align-items: stretch; width: fit-content; }
.cf-hero-actions .btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; }
