/* Apply font-display: swap to Elementor custom Nexa fonts */
@font-face {
    font-family: 'Nexa-Regular';
    src: url('/wp-content/uploads/elementor/custom-fonts/Nexa-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa-Bold';
    src: url('/wp-content/uploads/elementor/custom-fonts/Nexa-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Repeat for Nexa-Book, Nexa-XBold, Nexa-Heavy, Nexa-Italic */
.page-wrap {
    font-family: "Nexa Font", sans-serif;
    color: #16243d;
    padding-bottom: 80px;
}



/* ── Buttons ─────────────────────────────────────────────────── */
.btn-pill {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #0076BE;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-family: "Nexa Font", sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0.01em;
    padding: 11px 20px;
    border-radius: 999px;
    text-decoration: none;
}

.btn-pill:hover {
    background: #005f9a;
    color: #ffffff;
}

.btn-large {
    font-size: 15px;
    padding: 15px 28px;
}

.btn-full {
    width: 100%;
    justify-content: center;
    margin-top: 22px;
    font-size: 16px;
    padding: 17px 28px;
}

.btn-text-link {
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Nexa Font", sans-serif !important;

    font-size: 13.5px !important;
    color: #5fb0e6 !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.arrow {
    font-size: 1.1em;
}

/* ── Section scaffolding ─────────────────────────────────────── */
.block {
    padding: clamp(56px, 11vw, 104px) 20px;
}

.block-white {
    background: #ffffff;
}

.block-grey {
    background: #F1F1F1;
}

.inner {
    max-width: 820px;
    margin: 0 auto;
}

.inner-mid {
    max-width: 880px;
    margin: 0 auto;
}

.inner-wide {
    max-width: 980px;
    margin: 0 auto;
}

/* ── Typography ──────────────────────────────────────────────── */
.eyebrow {
    font-family: "Nexa Font", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #0076BE;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.h1 {
    font-family: "Nexa Font", sans-serif;
    margin: 0;
    font-size: clamp(30px, 7vw, 52px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.015em;
    color: #16243d;
}

.h2 {
    font-family: "Nexa Font", sans-serif;
    margin: 0;
    font-size: clamp(28px, 6.2vw, 44px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: #16243d;
}

.lead {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.72;
    color: #4b5566;
}

.body-text {
    margin: 20px 0 0;
    font-size: 16.5px;
    line-height: 1.72;
    color: #4b5566;
}

.caption {
    margin: 14px 0 0;
    font-size: 13px;
    font-style: italic;
    color: #8a94a2;
}

.callout-text {
    margin: 34px auto 0;
    max-width: 720px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #3c4658;
}

.blue {
    color: #0076BE;
}

.img-hero {
    max-height: 560px;

}

.img-wide {
    aspect-ratio: 16/9;
}

.img-portrait {
    aspect-ratio: 4/5;
}

.img-landscape {
    aspect-ratio: 5/4;
}

.img-label {
    font-family: "Nexa Font", sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: #ffffff;
}

.img-desc {
    font-size: 11.5px;
    color: #7a8698;
    margin-top: 7px;
    line-height: 1.45;
    max-width: 260px;
}

/* ── Block 1 — Hero ──────────────────────────────────────────── */
.hero-img-wrap {
    position: relative;
}

.hero-panel-wrap {
    max-width: 820px;
    margin: -96px auto 0;
    position: relative;
    padding: 0 20px;
}

.hero-panel {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    padding: clamp(28px, 6.5vw, 52px);
    box-shadow: 0 26px 70px rgba(20, 40, 70, 0.13);
}

.intro-text {
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(36px, 7vw, 56px) 20px clamp(8px, 3vw, 24px);
}

.intro-text p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.7;
    color: #3c4658;
    font-weight: 400;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

/* ── Block 2 — Photo trio ────────────────────────────────────── */
.photo-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
}

/* ── Block 2 — Tier cards ────────────────────────────────────── */
.tier-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.tier-card {
    background: #ffffff;
    border: 1px solid #e3e6ea;
    padding: 28px 24px;
    position: relative;
}

.tier-card p {
    margin: 14px 0 0;
    font-size: 14.5px;
    line-height: 1.65;
    color: #566070;
}

.tier-card--featured {
    border: 2px solid #0076BE;
    box-shadow: 0 18px 44px rgba(0, 118, 190, 0.14);
    padding-top: 36px;
}

.tier-badge {
    position: absolute;
    top: -12px;
    left: 24px;
    background: #0076BE;
    color: #ffffff;
    font-family: "Nexa Font", sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 5px 12px;
    border-radius: 999px;
}

.tier-label {
    font-family: "Nexa Font", sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7c8696;
}

.tier-label--blue {
    color: #0076BE;
}

.tier-price {
    margin: 14px 0 4px;
    font-size: 24px;
    font-weight: 600;
    color: #16243d;
}

.tier-price--blue {
    font-weight: 700;
    color: #0076BE;
}

/* ── Block 3 — Driver list ───────────────────────────────────── */
.driver-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.driver-row {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.driver-num {
    font-family: "Nexa Font", sans-serif;

    font-size: clamp(34px, 9vw, 52px);
    font-weight: 300;
    line-height: 0.9;
    color: #bcd6ea;
    min-width: 54px;
    flex-shrink: 0;
}

.driver-content h3 {
    font-family: "Nexa Font", sans-serif;

    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 700;
    color: #16243d;
}

.driver-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
    color: #4b5566;
}

/* ── Block 4 — Breakdown table ───────────────────────────────── */
.breakdown-table {
    margin-top: 28px;
    background: #ffffff;
    padding: clamp(18px, 4vw, 32px);
}

.breakdown-row {
    padding: 14px 0;
    border-top: 1px solid #edf0f3;
}

.breakdown-row:first-child {
    border-top: none;
}

.breakdown-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
}

.breakdown-label {
    font-size: 15px;
    font-weight: 600;
    color: #16243d;
}

.breakdown-label--bold {
    font-weight: 700;
}

.breakdown-price {
    font-family: "Nexa Font", sans-serif;

    font-size: 14.5px;
    font-weight: 700;
    color: #0076BE;
    white-space: nowrap;
    flex-shrink: 0;
}

.breakdown-bar-bg {
    margin-top: 9px;
    height: 6px;
    background: #eef1f4;
    border-radius: 99px;
    overflow: hidden;
}

.breakdown-bar {
    height: 100%;
    border-radius: 99px;
}

/* ── Block 5 — Photo duo ─────────────────────────────────────── */
.photo-duo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 30px;
}

/* ── Block 5 — Trade-off columns ─────────────────────────────── */
.trade-off-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.trade-off-card {
    padding: clamp(22px, 4vw, 34px);
}

.trade-off-card--save {
    background: #F7F8F9;
}

.trade-off-card--spend {
    background: #0076BE;
}

.trade-off-tag {
    display: inline-block;
    font-family: "Nexa Font", sans-serif;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #566070;
    background: #e7eaee;
    padding: 5px 12px;
    border-radius: 999px;
}

.trade-off-tag--light {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.trade-off-items {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.trade-off-card--save .trade-off-items p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #4b5566;
}

.trade-off-card--save .trade-off-items strong {
    color: #16243d;
}

.trade-off-card--spend .trade-off-items p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #eaf3fa;
}

.trade-off-card--spend .trade-off-items strong {
    color: #ffffff;
}

/* ── Block 6 — Hidden cost grid ──────────────────────────────── */
.hidden-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.hidden-card {
    background: #ffffff;
    padding: 24px;
}

.hidden-card h3 {
    font-family: "Nexa Font", sans-serif;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #16243d;
}

.hidden-card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.65;
    color: #566070;
}

/* ── Block 7 — Quote type cards ──────────────────────────────── */
.quote-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.quote-card {
    background: #F7F8F9;
    border-top: 3px solid #c4ccd6;
    padding: 28px 24px;
}

.quote-card--blue {
    border-top-color: #0076BE;
}

.quote-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quote-card h3 {
    font-family: "Nexa Font", sans-serif;

    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #16243d;
}

.quote-card p {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.68;
    color: #566070;
}

.quote-badge {
    font-family: "Nexa Font", sans-serif;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #0076BE;
    padding: 4px 9px;
    border-radius: 999px;
    white-space: nowrap;
}

/* ── Block 8 — Lead form ─────────────────────────────────────── */
.form-card {
    margin-top: 36px;
    background: #13243f;
    padding: clamp(24px, 5vw, 42px);
}

.form-card h3 {
    font-family: "Nexa Font", sans-serif;

    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}

.form-sub {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #a9b6c9;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
}

.form-field label {
    display: block;
    font-family: "Nexa Font", sans-serif;

    font-size: 12px;
    letter-spacing: 0.04em;
    color: #a9b6c9;
    margin-bottom: 7px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border-radius: 10px;
    font-family: "Nexa Font", sans-serif;

    font-size: 15px;
    resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.45);
}

.form-footer {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 20px;
    font-size: 13.5px;
    color: #a9b6c9;
}

.form-footer a {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 0 20px;
}

/* ── Sticky mobile bar ───────────────────────────────────────── */
.sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    background: #13243f;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.16);
}

.sticky-call {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 12px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Nexa Font", sans-serif;

    font-weight: 600;
    font-size: 15px;
    line-height: 0 !important;
}

.sticky-call:hover {
    background: #005f9a;
    color: #ffffff;
}

.sticky-quote {
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0076BE;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-family: "Nexa Font", sans-serif;
    transition: color 0.2s ease;
    font-weight: 600;
    font-size: 15px;
    padding: 16px 12px;
}

.sticky-quote:hover {
    background: #005f9a;
    color: #ffffff;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (min-width: 768px) {
    .page-wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .hero-panel-wrap {
        margin-top: -40px;
    }

    .driver-row {
        flex-direction: column;
        gap: 8px;
    }

    .driver-num {
        min-width: auto;
        font-size: 28px;
    }

    .breakdown-top {
        flex-direction: column;
        gap: 4px;
    }

    .breakdown-price {
        font-size: 13px;
    }
}

.review {
    background-color: #f8f8f8;
    border-left: 3px solid #0076be;
    padding: 30px 30px 20px 30px;
    margin: 30px 0;
}

.review p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.stars {
    color: #ffd700;
    font-size: 18px;
    margin-right: 5px;
}

.author {
    color: #0076be;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.customer {
    color: #646875;
    font-size: 15px;
    font-weight: 400;
}

figure.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

figure.wp-block-gallery.has-nested-images figure.wp-block-image {
    margin: 0;
    width: calc(33.333% - 11px);
    /* 11px ≈ 2/3 of the 16px gap, keeps 3 per row */
    flex-grow: 0;
    flex-shrink: 0;
}

figure.wp-block-gallery.has-nested-images figure.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* bathroom bew blog */

.rnx9-guide,
.rnx9-guide * {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.rnx9-guide {
    margin: 0;
    font-family: "Nexa Font", sans-serif;
    color: #3a3f44;
    line-height: 1.6;
    background: #ffffff;
    font-weight: 400;
}

.rnx9-guide h1,
.rnx9-guide h2,
.rnx9-guide h3 {
    font-family: "Nexa Font", sans-serif;
    color: #1a1f24;
    line-height: 1.15;
    font-weight: 300;
    margin: 0 0 14px;
}

.rnx9-guide h1 {
    font-size: clamp(30px, 4.2vw, 46px);
    font-weight: 300;
}

.rnx9-guide h2 {
    font-size: clamp(25px, 3.2vw, 36px);
    font-weight: 300;
    margin-top: 0;
}

.rnx9-guide h3 {
    font-size: 19px;
    font-weight: 600;
}

.rnx9-guide p {
    margin: 0 0 16px;
}

.rnx9-guide a {
    color: #0076BE;
    text-decoration: none;
}

.rnx9-guide img {
    max-width: 100%;
    display: block;
}

.rnx9-guide .rnx9-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.rnx9-guide section {
    padding: 64px 0;
}

.rnx9-guide section.rnx9-alt {
    background: #eef1f3;
}

.rnx9-guide .rnx9-eyebrow {
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: 12.5px;
    font-weight: 600;
    color: #0076BE;
    margin-bottom: 12px;
}

.rnx9-guide .rnx9-btn {
    display: inline-block;
    background: #0076BE;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background .15s ease;
}

.rnx9-guide .rnx9-btn:hover {
    background: #005a91;
}

.rnx9-guide .rnx9-btn-white {
    background: #fff;
    color: #0076BE;
}

.rnx9-guide .rnx9-btn-white:hover {
    background: #eaf3fb;
}

.rnx9-guide .rnx9-call-link {
    font-weight: 600;
    text-decoration: none;
    color: #1a1f24;
}

.rnx9-guide .rnx9-hero {
    position: relative;
}

.rnx9-guide .rnx9-hero-bg {
    position: relative;
    padding: clamp(48px, 14vw, 140px) 20px clamp(28px, 5vw, 56px);
    overflow: hidden;
    background: #eef1f3;
}

.rnx9-guide .rnx9-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.rnx9-guide .rnx9-hero-bg .rnx9-wrap {
    position: relative;
    z-index: 1;
}

.rnx9-guide .rnx9-hero-card {
    background: #fff;
    border-radius: 8px;
    padding: clamp(24px, 5vw, 44px);
    max-width: 620px;
    box-shadow: 0 8px 24px rgba(20, 30, 40, .12);
    position: relative;
    z-index: 1;
}

.rnx9-guide .rnx9-hero-card h1 {
    font-size: clamp(21px, 5.4vw, 38px);

}

.rnx9-guide .rnx9-hero-card .rnx9-subhead {
    margin: 0px 0px 24px;
    font-size: clamp(13px, 2.4vw, 16px);
    color: rgb(51, 51, 51);
}

.rnx9-guide .rnx9-hero-ctas {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.rnx9-guide .rnx9-answer-block {
    border: 1px solid #e3e6e9;
    border-top: 3px solid #0076BE;
    border-radius: 4px;
    padding: 34px 38px;
    margin-top: 40px;
}

.rnx9-guide .rnx9-answer-block p {
    margin: 0px;
    font-size: clamp(14px, 2.6vw, 20px);
    line-height: 1.65;
    color: rgb(32, 36, 45);
}

.rnx9-guide .rnx9-answer-block p:last-child {
    margin-bottom: 0;
}

.rnx9-guide .rnx9-price-text {
    margin-top: clamp(28px, 5vw, 44px);
}

.rnx9-guide .rnx9-toc {

    margin-top: clamp(28px, 5vw, 44px);
    border-top: 1px solid rgb(232, 234, 237);
    padding-top: 22px;

}

.rnx9-guide .rnx9-toc-title {
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #6b7280;
    margin-bottom: 16px;
}

.rnx9-guide .rnx9-toc-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 55px;
}

.rnx9-guide .rnx9-toc-pills a {
    display: inline-block;
    background: #eef0f2;
    color: #1a1f24;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 20px;
    border-radius: 999px;
    transition: background .15s ease, color .15s ease;
}

.rnx9-guide .rnx9-toc-pills a:hover {
    background: rgb(226, 228, 231);
    color: rgb(0, 118, 190);
}

.rnx9-guide .img-slot {
    position: relative;
    background: repeating-linear-gradient(135deg, #eceef1, #eceef1 12px, #e2e5e9 12px, #e2e5e9 24px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 16px;
    overflow: hidden;
}

.rnx9-guide .img-slot .cap {
    background: #fff;
    border: 1px solid #e3e6e9;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 12px;
    color: #5b6168;
    text-align: center;
    font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
    line-height: 1.5;
    max-width: 92%;
}

.rnx9-guide .rnx9-img-box {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 220px;
    background: #eef1f3;
}

.rnx9-guide .rnx9-img-box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rnx9-guide .rnx9-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rnx9-guide .rnx9-tier-card {
    background: #fff;
    border: 1px solid #e3e6e9;
    border-radius: 8px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.rnx9-guide .rnx9-tier-card.rnx9-featured {
    border: 2px solid #0076BE;
    position: relative;
}

.rnx9-guide .rnx9-tier-badge {
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 2;
    background: #0076BE;
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 7px 16px;
    border-radius: 999px;
}

.rnx9-guide .rnx9-tier-card .rnx9-img-box {
    border-radius: 8px;
    min-height: 180px;
}

.rnx9-guide .rnx9-tier-body {
    padding: 26px 26px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 0%;
}

.rnx9-guide .rnx9-tier-body h3 {
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    color: rgb(32, 36, 45);
}

.rnx9-guide .rnx9-tier-price {
    font-size: 26px;
    font-weight: 300;
    color: #0076BE;
    margin-bottom: 12px;
}

.rnx9-guide .rnx9-tier-body p {
    margin: 0px;
    font-size: 15px;
    color: rgb(51, 51, 51);
}

.rnx9-guide .rnx9-tier-link {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.rnx9-guide .rnx9-tiers-note {
    max-width: 830px;
    margin: clamp(24px, 4vw, 36px) 0px 0px;
    font-size: 15px;
    color: rgb(100, 104, 117);
}

.rnx9-guide .rnx9-tiers-note a {
    font-weight: 600;
    text-decoration: none;
}

#rnx9-drivers {
    background: rgb(255, 255, 255);
    padding: clamp(56px, 9vw, 104px) 20px;
}

.rnx9-guide .rnx9-drivers {
    display: flex;
    flex-direction: column;
}

.rnx9-guide .rnx9-driver {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 0;
}

.rnx9-guide .rnx9-driver strong {
    color: rgb(32, 36, 45);
    font-weight: 600;
}

.rnx9-guide .rnx9-driver-num {
    flex: 0 0 auto;
    width: 44px;
    font-weight: 300;
    font-size: 30px;
    color: rgb(0, 118, 190);
    line-height: 1;
}

.rnx9-guide .rnx9-driver p {
    margin: 0;
    font-size: 16px;
}

.rnx9-guide .rnx9-driver-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 28px 0 8px;
}

.rnx9-guide .rnx9-driver-imgs .rnx9-img-box {
    min-height: 300px;
}

.rnx9-guide .rnx9-driver-img-full {
    margin-top: 8px;
}

.rnx9-guide .rnx9-driver-img-full .rnx9-img-box {
    height: 380px;
    background: white;
}

.rnx9-guide .rnx9-driver-img-full .rnx9-img-box img {
    position: static;
    width: auto;
    height: 700px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.rnx9-guide .rnx9-breakdown-card {
    background: #fff;
    border-radius: 16px;
    padding: 34px 38px;
}

.rnx9-guide .rnx9-bd-row {
    padding: 16px 0;
    border-bottom: 1px solid #e3e6e9;
}

.rnx9-guide .rnx9-bd-row:last-child {
    border-bottom: none;
}

.rnx9-guide .rnx9-bd-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
    gap: 12px;
}

.rnx9-guide .rnx9-bd-label {
    font-weight: 600;
    color: #1a1f24;
    font-size: 15.5px;
}

.rnx9-guide .rnx9-bd-wet {
    color: #0076BE;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-left: 8px;
}

.rnx9-guide .rnx9-bd-value {
    color: #6b7280;
    font-size: 15px;
    white-space: nowrap;
}

.rnx9-guide .rnx9-bd-track {
    background: #eceef1;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.rnx9-guide .rnx9-bd-fill {
    height: 100%;
    border-radius: 999px;
    background: #c9ced3;
}

.rnx9-guide .rnx9-bd-fill.rnx9-wet {
    background: #0076BE;
}

.rnx9-guide .rnx9-breakdown-callout {
    background: #fff;
    border-left: 4px solid #0076BE;
    border-radius: 0 10px 10px 0;
    padding: 22px 26px;
    margin-top: 24px;
    font-size: 16px;
}

.rnx9-guide .rnx9-small-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 44px;
}

.rnx9-guide .rnx9-small-grid .rnx9-img-box {
    min-height: 340px;
}

.rnx9-guide .rnx9-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.rnx9-guide .rnx9-col-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.rnx9-guide .rnx9-col-card p {
    font-size: 16px;
    line-height: 1.7;
    color: rgb(51, 51, 51);
}

.rnx9-guide .rnx9-col-card .rnx9-eyebrow {
    margin-bottom: 14px;
}

.rnx9-guide .rnx9-col-card .rnx9-img-box {
    min-height: 180px;
    margin-top: 18px;
}

.rnx9-guide .rnx9-flat-accordion .rnx9-accordion-item {
    border-bottom: 1px solid #e3e6e9;
}

.rnx9-guide .rnx9-flat-accordion .rnx9-accordion-item:first-child {
    border-top: 1px solid #e3e6e9;
}

.rnx9-guide .rnx9-flat-accordion summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #1a1f24;
}

.rnx9-guide .rnx9-flat-accordion summary:hover {

    color: #0076BE;
}

.rnx9-guide .rnx9-flat-accordion summary::-webkit-details-marker {
    display: none;
}

.rnx9-guide .rnx9-flat-accordion summary::after {
    content: "+";
    font-size: 20px;
    color: #0076BE;
    margin-left: 16px;
    flex: 0 0 auto;
}

.rnx9-guide .rnx9-flat-accordion .rnx9-accordion-item[open] summary::after {
    content: "\2212";
}

.rnx9-guide .rnx9-flat-accordion .rnx9-accordion-body {
    padding: 0 4px 22px;
    font-size: 15.5px;
}

.rnx9-guide .rnx9-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.rnx9-guide .rnx9-compare-card {
    background: #fff;
    border-radius: 8px;
    border-top: 5px solid;
    padding: 30px;
}

.rnx9-guide .rnx9-compare-card.rnx9-fixed {
    border-top-color: #2f9e58;
}

.rnx9-guide .rnx9-compare-card.rnx9-costplus {
    border-top-color: #d9534f;
}

.rnx9-guide .rnx9-compare-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.rnx9-guide .rnx9-compare-head h3 {
    margin: 0;
}

.rnx9-guide .rnx9-badge-pill {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 5px 13px;
    border-radius: 999px;
}

.rnx9-guide .rnx9-badge-green {
    background: #dcefe0;
    color: #1f7a3f;
}

.rnx9-guide .rnx9-badge-coral {
    background: #fbe4e2;
    color: #b23b2e;
}

.rnx9-guide .rnx9-compare-close {
    background: #fff;
    border-radius: 8px;
    padding: 26px 30px;
    margin-top: 24px;
    font-size: 16px;
}

.rnx9-guide .rnx9-steps {
    display: flex;
    flex-direction: column;
}

.rnx9-guide .rnx9-step {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 34px;
}

.rnx9-guide .rnx9-step:last-child {
    padding-bottom: 0;
}

.rnx9-guide .rnx9-step-rail {
    flex: 0 0 auto;
    width: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rnx9-guide .rnx9-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0076BE;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex: 0 0 auto;
}

.rnx9-guide .rnx9-step-line {
    flex: 1;
    width: 1px;
    background: #e3e6e9;
    margin-top: 6px;
}

.rnx9-guide .rnx9-step:last-child .rnx9-step-line {
    display: none;
}

.rnx9-guide .rnx9-step-content {
    padding-top: 4px;
}

.rnx9-guide .rnx9-step-head {
    margin-bottom: 4px;
}

.rnx9-guide .rnx9-step-head p {
    margin: 0 !important;
}

.rnx9-guide .rnx9-step-head strong {
    color: rgb(32, 36, 45);
    font-weight: 600;
}

.rnx9-guide .rnx9-step-head h3 {
    margin: 0;
}

.rnx9-guide .rnx9-step-badge {
    display: inline-block;
    background: rgb(241, 241, 241);
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(100, 104, 117);
    margin-bottom: 8px;
}

.rnx9-guide .rnx9-process-imgs {
    margin-top: clamp(28px, 5vw, 44px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.rnx9-guide .rnx9-process-imgs .rnx9-img-box,
.rnx9-guide .rnx9-process-imgs .img-slot {
    min-height: 300px;
}

.rnx9-guide .rnx9-faq-card {
    background: #fff;
    border-radius: 16px;
    padding: 8px 30px;
}

.rnx9-guide .rnx9-faq-card .rnx9-accordion-item {
    border-bottom: 1px solid #e3e6e9;
}

.rnx9-guide .rnx9-faq-card .rnx9-accordion-item:last-child {
    border-bottom: none;
}

.rnx9-guide .rnx9-faq-card summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.rnx9-guide .rnx9-faq-card summary::-webkit-details-marker {
    display: none;
}

.rnx9-guide .rnx9-faq-card summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

.rnx9-guide .rnx9-faq-card summary::after {
    content: "+";
    font-size: 20px;
    color: #0076BE;
    flex: 0 0 auto;
}

.rnx9-guide .rnx9-faq-card .rnx9-accordion-item[open] summary::after {
    content: "\2212";
}

.rnx9-guide .rnx9-faq-card .rnx9-accordion-body {
    padding: 0 0 22px;
    font-size: 15.5px;
}

.rnx9-guide #rnx9-quote-process p {
    margin: clamp(24px, 4vw, 36px) 0px 0px;
}

.rnx9-guide #rnx9-faqs {
    background: rgb(241, 241, 241);
    padding: clamp(56px, 9vw, 104px) 20px;

}

.rnx9-guide .rnx9-author-section .rnx9-wrap {
    padding: clamp(40px, 7vw, 64px) 20px;
}

.rnx9-guide .rnx9-author {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: clamp(22px, 4vw, 32px) 0px;
    border-top: 1px solid #e3e6e9;
    border-bottom: 1px solid #e3e6e9;
}

.rnx9-guide .rnx9-author .rnx9-img-box {
    width: 76px;
    height: 76px;
    min-height: 76px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.rnx9-guide .rnx9-author h3 {
    margin-bottom: 8px;
}

.rnx9-guide .rnx9-author p {
    margin: 0;
    color: #3a3f44;
    font-size: 15.5px;
}

.rnx9-guide .rnx9-cta-band {
    color: #fff;
    background: rgb(0, 118, 190);
    padding: clamp(56px, 9vw, 104px) 20px;
}

.rnx9-guide .rnx9-cta-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}

.rnx9-guide .rnx9-cta-band h2 {
    font-weight: 300;
    font-size: clamp(30px, 4.8vw, 44px);
    line-height: 1.15;
    color: rgb(255, 255, 255);
    margin: 0px 0px 16px;
    text-wrap: pretty;
}

.rnx9-guide .rnx9-cta-band .rnx9-sub {
    font-size: 16px;
    color: #eaf3fb;
    max-width: 460px;
    margin-bottom: 28px;
}

.rnx9-guide .rnx9-cta-band .rnx9-under-line {
    margin-top: 22px;
    font-size: 14px;
    color: #dceaf6;
}

.rnx9-guide .rnx9-lead-card {
    background: #fff;
    color: #1a1f24;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .18);
}

.rnx9-guide .rnx9-lead-card h3 {
    margin-bottom: 6px;
}

.rnx9-guide .rnx9-lead-card .rnx9-sub {
    margin: 0px 0px 14px;
    font-size: 13px;
    color: rgb(100, 104, 117);
}

.rnx9-guide .rnx9-lead-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.rnx9-guide .rnx9-lead-row.rnx9-two {
    grid-template-columns: 1fr 1fr;
}

.rnx9-guide .rnx9-lead-card input,
.rnx9-guide .rnx9-lead-card select {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #e3e6e9;
    border-radius: 10px;
    font-size: 15px;
    font-family: "Nexa Font", sans-serif;
    color: #1a1f24;
    background: #fff;
}

.rnx9-guide .rnx9-lead-card .rnx9-btn {
    width: 100%;
    text-align: center;
    margin-top: 4px;
}

.rnx9-guide .rnx9-sticky-cta {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 500;
}

.rnx9-guide .rnx9-sticky-cta .rnx9-btn {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    font-size: 15px;
    padding: 13px 24px;
}

#rnx9-hidden {
    background: rgb(255, 255, 255);
    padding: clamp(56px, 9vw, 104px) 20px;
}


@media (max-width:900px) {
    .rnx9-guide .rnx9-tiers {
        grid-template-columns: 1fr;
    }

    .rnx9-guide .rnx9-two-col {
        grid-template-columns: 1fr;
    }

    .rnx9-guide .rnx9-compare {
        grid-template-columns: 1fr;
    }

    .rnx9-guide .rnx9-small-grid {
        grid-template-columns: 1fr;
    }

    .rnx9-guide .rnx9-driver-imgs {
        grid-template-columns: 1fr;
    }

    .rnx9-guide .rnx9-process-imgs {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .rnx9-guide .rnx9-cta-grid {
        grid-template-columns: 1fr;
    }

    .rnx9-guide .rnx9-lead-row.rnx9-two {
        grid-template-columns: 1fr;
    }

    .rnx9-guide .rnx9-hero-card {
        padding: 30px;
        margin: 24px 0;
    }

    .rnx9-guide .rnx9-driver-img-full .rnx9-img-box {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .rnx9-guide .rnx9-hero-card {
        margin: 0px 0;
    }

    .rnx9-guide .rnx9-eyebrow {
        font-size: 10.5px;
    }

    .rnx9-guide .rnx9-btn {
        font-size: 13px;
    }

    .rnx9-guide .rnx9-hero-ctas {
        gap: 2px;
    }

    .rnx9-guide section {
        padding: 30px 0;
    }

    .rnx9-guide .rnx9-driver-img-full .rnx9-img-box img {
        height: 100%;
    }

    .rnx9-guide .rnx9-bd-top {
        flex-direction: column;
    }

    .rnx9-guide .rnx9-wrap {
        padding: 0 10px;
    }

    .rnx9-guide .rnx9-faq-card summary h3 {
        font-size: 14px;
    }

    .rnx9-guide h3 {
        font-size: 16px;
    }

    .rnx9-guide .rnx9-author p {
        font-size: 13.5px;
    }

    .rnx9-guide .rnx9-author {
        align-items: center;
    }
}