.book-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: var(--rw-blue);
    border: 1px solid var(--rw-blue);
    min-height: 36px;
    padding: 0 0.95rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
}
.jobber-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(10, 22, 38, 0.64);
}
.jobber-overlay[hidden] {
    display: none;
}
.jobber-overlay__dialog {
    width: min(980px, 100%);
    height: min(88vh, 860px);
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
}
.jobber-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #d8e1ec;
}
.jobber-overlay__header h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #132238;
}
.jobber-overlay__close {
    appearance: none;
    border: 1px solid #c9d6e5;
    background: #ffffff;
    color: #0e3476;
    border-radius: 6px;
    min-height: 34px;
    padding: 0 0.75rem;
    font-weight: 700;
    cursor: pointer;
}
.jobber-overlay__frame {
    width: 100%;
    height: 100%;
    border: 0;
}
.jobber-overlay__form-wrap {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0.75rem;
}
.jobber-overlay__form-wrap > * {
    width: 100% !important;
    max-width: none !important;
}
.jobber-overlay__form-wrap iframe {
    width: 100% !important;
    max-width: none !important;
    min-height: 640px;
    border: 0;
}
body.jobber-overlay-open {
    overflow: hidden;
}
.brand-mark {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    line-height: 1;
    text-decoration: none;
    color: var(--rw-blue-dark);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.brand-mark img {
    display: block;
    width: auto;
    height: clamp(46px, 4.9vw, 60px);
    max-width: clamp(150px, 17vw, 210px);
    object-fit: contain;
}
.utility-status {
    min-width: 0;
    white-space: nowrap;
}
.status-indicator {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: #808080;
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.2);
    flex: 0 0 auto;
}
.status-text {
    color: #f1f7ff;
    font-weight: 500;
}
.utility-status.is-loading .status-indicator {
    animation: status-pulse 1.2s ease-in-out infinite;
}
.utility-status.is-loading .status-text {
    opacity: 0.9;
}
@keyframes status-pulse {
    0% { box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.28); }
    70% { box-shadow: 0 0 0 0.32rem rgba(128, 128, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(128, 128, 128, 0); }
}
.utility-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.utility-phone-icon {
    font-size: 0.9rem;
    line-height: 1;
}
.utility-phone a {
    color: #f4f9ff;
    text-decoration: none;
    font-weight: 700;
}
.utility-phone a:hover,
.utility-phone a:focus-visible {
    text-decoration: underline;
}
.nav-container {
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .brand-mark {
        line-height: 1;
    }
    .nav-container {
        margin-left: 0;
        align-self: center;
    }
    .nav-links {
        justify-content: center;
    }
    .brand-mark img {
        height: clamp(42px, 12vw, 54px);
        max-width: clamp(140px, 44vw, 188px);
    }
    .utility-status {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .book-service-btn {
        min-height: 32px;
        font-size: 0.82rem;
        padding: 0 0.7rem;
    }
    .utility-phone a {
        font-size: 0.82rem;
    }
}
@media (max-width: 520px) {
    .utility-inner {
        flex-wrap: wrap;
        row-gap: 0.35rem;
        padding: 0.25rem 0;
    }
    .utility-actions {
        order: 1;
        width: 100%;
        justify-content: space-between;
    }
    .utility-status {
        order: 2;
        width: 100%;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }
    .utility-phone a {
        white-space: nowrap;
    }
}
.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.nav-links a {
    text-decoration: none;
    color: var(--rw-ink);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.2;
}
.nav-links a.is-active {
    color: var(--rw-blue);
    font-weight: 700;
}
.cp-badge {
    display: inline-block;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: var(--rw-sky);
    color: var(--rw-blue);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.cp-card {
    background: var(--rw-card);
    border: 1px solid var(--rw-line);
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 10px 30px rgba(18, 32, 51, 0.06);
}
.cp-hero {
    padding: 1.4rem;
    background: linear-gradient(135deg, #fdfefe 0%, #eff7ff 100%);
    border: 1px solid var(--rw-line);
    border-radius: 20px;
    margin-bottom: 1rem;
}
.cp-hero--background-media {
    --cp-hero-bg-position: center center;
    --cp-hero-bg-position-mobile: var(--cp-hero-bg-position);
    --cp-hero-min-height: clamp(380px, 42vw, 560px);
    --cp-hero-min-height-mobile: 440px;
    --cp-hero-aspect-ratio: 16 / 7;
    --cp-hero-bg-inset: 1px;
    --cp-hero-outer-inline-gap: 1px;
    --cp-hero-overlay-left: rgba(7, 22, 37, 0.88);
    --cp-hero-overlay-mid: rgba(7, 22, 37, 0.56);
    --cp-hero-overlay-right: rgba(7, 22, 37, 0.14);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(100% - (var(--cp-hero-outer-inline-gap) * 2));
    margin-left: auto;
    margin-right: auto;
    padding: clamp(1.25rem, 2vw, 1.75rem);
    min-height: var(--cp-hero-min-height);
    aspect-ratio: var(--cp-hero-aspect-ratio);
    background: linear-gradient(135deg, #12253a 0%, #20364e 100%);
    border-color: rgba(10, 41, 64, 0.18);
    isolation: isolate;
}
.cp-hero--background-media::before {
    content: "";
    position: absolute;
    inset: var(--cp-hero-bg-inset);
    z-index: 0;
    border-radius: calc(20px - var(--cp-hero-bg-inset));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    background:
        linear-gradient(
            90deg,
            var(--cp-hero-overlay-left) 0%,
            var(--cp-hero-overlay-left) 24%,
            var(--cp-hero-overlay-mid) 52%,
            var(--cp-hero-overlay-right) 100%
        ),
        var(--cp-hero-bg-image) var(--cp-hero-bg-position) / cover no-repeat;
}
.cp-hero--background-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(7, 22, 37, 0.05);
    border-radius: inherit;
}
.cp-hero--background-media .cp-kicker,
.cp-hero--background-media .cp-hero-grid,
.cp-hero--background-media .cp-hero-copy,
.cp-hero--background-media .cp-hero-copy h1,
.cp-hero--background-media .cp-hero-copy p,
.cp-hero--background-media .cp-hero-proof {
    color: #fff;
}
.cp-hero--background-media .cp-kicker {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.9);
}
.cp-hero--background-media .cp-hero-grid {
    min-height: inherit;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    position: relative;
    z-index: 1;
}
.cp-hero--background-media .cp-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 36rem;
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(7, 22, 37, 0.36) 0%, rgba(7, 22, 37, 0.2) 100%);
    backdrop-filter: blur(3px);
}
.cp-hero--background-media .cp-section-subhead {
    color: rgba(255, 255, 255, 0.92);
}
.cp-hero--background-media.cp-hero--no-overlay::before {
    background:
        var(--cp-hero-bg-image) var(--cp-hero-bg-position) / cover no-repeat;
}
.cp-hero--background-media.cp-hero--no-overlay {
    --cp-hero-bg-inset: 0;
    padding: 0.4rem;
}
.cp-hero--background-media.cp-hero--no-overlay::before {
    border: 0;
    border-radius: calc(20px - 0.4rem);
}
.cp-hero--background-media.cp-hero--no-overlay .cp-hero-copy {
    max-width: min(100%, 34rem);
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 36, 58, 0.12);
    backdrop-filter: blur(1px);
    box-shadow: 0 8px 24px rgba(16, 32, 56, 0.12);
}
.cp-hero--background-media.cp-hero--no-overlay .cp-kicker,
.cp-hero--background-media.cp-hero--no-overlay .cp-hero-copy,
.cp-hero--background-media.cp-hero--no-overlay .cp-hero-copy h1,
.cp-hero--background-media.cp-hero--no-overlay .cp-hero-copy p,
.cp-hero--background-media.cp-hero--no-overlay .cp-hero-proof {
    color: #132238;
}
.cp-hero--background-media .cp-cta {
    box-shadow: 0 12px 28px rgba(7, 22, 37, 0.22);
}
.cp-hero-grid {
    display: grid;
    gap: 1rem;
    align-items: center;
}
.cp-hero-media {
    display: grid;
    gap: 0.75rem;
}
.cp-hero-media--service-hub-mobile {
    display: none !important;
}
.cp-hero--service-hub-mobile-stack .cp-hero-media--service-hub-mobile {
    display: none !important;
}
.cp-hero-media img,
.cp-card-media img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid var(--rw-line);
}
.cp-hero-proof {
    margin: 0.9rem 0 0;
    font-weight: 700;
    color: #12314a;
    font-size: 1rem;
    line-height: 1.5;
}
.cp-hero-placeholder {
    min-height: 260px;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    border: 1px dashed #9eb6d3;
    border-radius: 14px;
    background: linear-gradient(135deg, #f7fbff 0%, #e6f0fb 100%);
    color: #34506f;
    text-align: center;
}
.cp-hero-placeholder__label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .cp-hero--background-media {
        --cp-hero-outer-inline-gap: 0;
        min-height: var(--cp-hero-min-height-mobile);
        padding: 1rem;
        aspect-ratio: auto;
    }
    .cp-hero--background-media::before {
        background:
            linear-gradient(
                180deg,
                rgba(7, 22, 37, 0.82) 0%,
                rgba(7, 22, 37, 0.64) 38%,
                rgba(7, 22, 37, 0.34) 100%
            ),
            var(--cp-hero-bg-image) var(--cp-hero-bg-position-mobile) / cover no-repeat;
    }
    .cp-hero--background-media.cp-hero--no-overlay::before {
        background:
            var(--cp-hero-bg-image-mobile, var(--cp-hero-bg-image)) var(--cp-hero-bg-position-mobile) / cover no-repeat;
        border-radius: calc(20px - 0.4rem);
    }
    .cp-hero--background-media .cp-hero-grid {
        grid-template-columns: 1fr;
        min-height: 100%;
    }
    .cp-hero--background-media .cp-hero-copy {
        max-width: none;
        padding: 1rem;
    }
    .cp-hero--background-media.cp-hero--no-overlay .cp-hero-copy {
        width: min(100%, 28rem);
        max-width: 28rem;
        justify-self: start;
        margin-right: auto;
    }
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack .cp-hero-copy {
        width: 100% !important;
        max-width: none !important;
        justify-self: stretch;
        margin-right: 0;
    }
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack {
        min-height: 0;
        aspect-ratio: auto;
    }
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack::before,
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack::after {
        display: none !important;
    }
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack .cp-hero-grid {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack .cp-hero-media--service-hub-mobile {
        display: grid !important;
        order: -1;
        width: 100%;
        margin: 0;
    }
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack {
        background: transparent;
    }
}
@media (min-width: 768px) {
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack::before,
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack::after {
        display: block !important;
    }
    .cp-hero--background-media.cp-hero--service-hub-mobile-stack .cp-hero-media--service-hub-mobile {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .cp-hero--background-media {
        --cp-hero-outer-inline-gap: 1px;
        min-height: clamp(360px, 54vw, 500px);
        aspect-ratio: 3 / 2;
    }
    .cp-hero--background-media::before {
        background:
            linear-gradient(
                90deg,
                rgba(7, 22, 37, 0.9) 0%,
                rgba(7, 22, 37, 0.72) 36%,
                rgba(7, 22, 37, 0.28) 100%
            ),
            var(--cp-hero-bg-image) var(--cp-hero-bg-position-tablet, var(--cp-hero-bg-position)) / cover no-repeat;
    }
    .cp-hero--background-media.cp-hero--no-overlay::before {
        background:
            var(--cp-hero-bg-image) var(--cp-hero-bg-position-tablet, var(--cp-hero-bg-position)) / cover no-repeat;
        border-radius: calc(20px - 0.4rem);
    }
    .cp-hero--background-media.cp-hero--no-overlay .cp-hero-copy {
        max-width: min(100%, 30rem);
    }
}
@media (max-width: 767.98px) {
    .cp-hero--background-media {
        --cp-hero-bg-inset: 0.6rem;
    }
}
.cp-section {
    background: var(--rw-card);
    border: 1px solid var(--rw-line);
    border-radius: 18px;
    padding: 1.1rem;
}
.cp-section--quick-chooser,
.cp-section--process,
.cp-section--trust-proof,
.cp-section--cta-band,
.cp-section--faq {
    position: relative;
    overflow: hidden;
}
.cp-section--quick-chooser {
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}
.cp-section--process {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}
.cp-section--trust-proof {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.cp-section--cta-band {
    background: linear-gradient(135deg, #f1f7ff 0%, #ffffff 100%);
    border-color: #c6d7ea;
}
.cp-section--faq {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.cp-section--quick-chooser .cp-card-item,
.cp-section--process .cp-steps,
.cp-section--trust-proof .cp-steps,
.cp-section--faq .cp-faq-item {
    box-shadow: 0 10px 24px rgba(18, 49, 74, 0.06);
}
.cp-section--quick-chooser .cp-card-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cp-section--quick-chooser .cp-card-item:hover,
.cp-section--quick-chooser .cp-card-item:focus-within {
    transform: translateY(-2px);
    border-color: #b8cde3;
    box-shadow: 0 14px 28px rgba(18, 49, 74, 0.1);
}
.cp-section--quick-chooser .cp-card-action {
    height: 100%;
}
.cp-section--quick-chooser .cp-service-tabs {
    margin-top: 1rem;
}
.cp-service-tabs {
    display: grid;
    gap: 0;
}
.cp-service-tabs__tablist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
}
.cp-service-tabs__tab {
    appearance: none;
    border: 1px solid #d3e0ec;
    border-bottom: 1px solid #d3e0ec;
    background: linear-gradient(180deg, #f3f7fb 0%, #eaf1f8 100%);
    color: #35506d;
    border-radius: 16px 16px 0 0;
    min-height: 72px;
    padding: 0.9rem 1.1rem;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    margin-bottom: -1px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.cp-service-tabs__tab:hover,
.cp-service-tabs__tab:focus-visible {
    border-color: #8fb0d2;
    color: #12314a;
    background: linear-gradient(180deg, #f7fbff 0%, #eef4fa 100%);
}
.cp-service-tabs__tab.is-active {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-color: #d3e0ec;
    border-bottom-color: transparent;
    color: #10263b;
    box-shadow: none;
    position: relative;
    z-index: 3;
}
.cp-service-tabs__panel {
    border: 1px solid #d3e0ec;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 14px 32px rgba(18, 49, 74, 0.08);
    position: relative;
    top: -1px;
}
.cp-service-tabs__panel-inner {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
}
.cp-service-tabs__headline {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    line-height: 1.15;
    color: #10263b;
}
.cp-service-tabs__supporting {
    margin: 0;
    color: #45617d;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 60ch;
}
.cp-service-tabs__intro {
    margin: 0;
    color: #33485f;
}
.cp-service-tabs__trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cp-service-tabs__trust-row li {
    position: relative;
    padding-left: 1.35rem;
    color: #12314a;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
}
.cp-service-tabs__trust-row li::before {
    content: "\2713";
    position: absolute;
    top: 0.05rem;
    left: 0;
    color: #0f7a43;
    font-size: 0.95rem;
    font-weight: 700;
}
.cp-service-tabs__content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.cp-service-tabs__content-block {
    padding: 1rem;
    border: 1px solid var(--rw-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
}
.cp-service-tabs__content-title {
    margin: 0 0 0.65rem;
    font-size: 1.02rem;
    color: #12314a;
}
.cp-service-tabs__list {
    margin: 0;
    padding-left: 1.2rem;
    color: #33485f;
    line-height: 1.6;
}
.cp-service-tabs__list li + li {
    margin-top: 0.45rem;
}
.cp-service-tabs__link {
    margin: -0.1rem 0 0;
    font-size: 0.95rem;
}
.cp-service-tabs__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
}
.cp-service-tabs__support-note {
    margin: -0.15rem 0 0;
    padding: 0.9rem 1rem;
    border: 1px solid #d7e3ef;
    border-radius: 14px;
    background: #f7fbff;
    color: #35506d;
    font-size: 0.98rem;
    line-height: 1.6;
}
.cp-service-tabs__links .cp-service-tabs__link {
    margin: 0;
}
.cp-service-tabs__link a {
    color: #123f74;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}
.cp-section--process .cp-steps,
.cp-section--trust-proof .cp-steps {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.cp-section--process .cp-bullets,
.cp-section--trust-proof .cp-bullets {
    display: grid;
    gap: 0.55rem 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding-left: 1.1rem;
}
.cp-section--process .cp-bullets li,
.cp-section--trust-proof .cp-bullets li {
    padding-left: 0.15rem;
}
.cp-section--cta-band .cp-section-subhead,
.cp-section--trust-proof .cp-section-subhead,
.cp-section--process .cp-section-subhead {
    color: #45617d;
}
.cp-section--cta-band .cp-cta-row {
    margin-top: 1.15rem;
}
.cp-section--cta-band .cp-cta {
    box-shadow: 0 12px 24px rgba(19, 69, 155, 0.16);
}
.cp-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: stretch;
    margin-top: 1rem;
}
.cp-supported-brands-curated__groups {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}
.cp-supported-brands-curated__group-pill {
    appearance: none;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.58rem 0.9rem;
    background: #f3f7fb;
    border: 1px solid #d6e1ec;
    color: #12314a;
    font-size: 0.87rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.cp-supported-brands-curated__group-pill:hover,
.cp-supported-brands-curated__group-pill:focus-visible,
.cp-supported-brands-curated__group-pill.is-active {
    background: #123f74;
    border-color: #123f74;
    color: #ffffff;
    transform: translateY(-1px);
}
.cp-supported-brands-curated__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 1rem;
}
.cp-supported-brands-curated__actions {
    margin-top: 1rem;
}
.cp-supported-brands-curated__see-more {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid #c8d7e6;
    background: #ffffff;
    color: #12314a;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.cp-supported-brands-curated__see-more:hover,
.cp-supported-brands-curated__see-more:focus-visible {
    border-color: #123f74;
    color: #123f74;
}
.cp-supported-brands-curated__card {
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid #d5e0eb;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 30px rgba(18, 49, 74, 0.08);
}
.cp-supported-brands-curated__card[hidden] {
    display: none !important;
}
.cp-supported-brands-curated__media {
    padding: 0.9rem 0.9rem 0;
}
.cp-supported-brands-curated__media img,
.cp-supported-brands-curated__media .cp-card-placeholder {
    width: 100%;
    min-height: 220px;
    border-radius: 14px;
}
.cp-supported-brands-curated__media img {
    object-fit: cover;
    object-position: center top;
}
.cp-supported-brands-curated__content {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    padding: 1rem;
}
.cp-supported-brands-curated__eyebrow {
    margin: 0;
    color: #52667d;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.cp-supported-brands-curated__title {
    margin: 0;
    color: #10263b;
    font-size: 1.18rem;
    line-height: 1.2;
}
.cp-supported-brands-curated__description,
.cp-supported-brands-curated__product-label,
.cp-supported-brands-curated__brand,
.cp-supported-brands-curated__support-line {
    margin: 0;
    color: #35506d;
    line-height: 1.6;
}
.cp-supported-brands-curated__product-label {
    color: #12314a;
    font-size: 0.94rem;
    font-weight: 700;
}
.cp-supported-brands-curated__brand {
    font-size: 0.9rem;
}
.cp-supported-brands-curated__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.cp-supported-brands-curated__chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    background: #eef5fb;
    color: #12314a;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
}
.cp-supported-brands-curated__link {
    color: #123f74;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}
.cp-supported-brands-curated__support-line {
    margin-top: 1rem;
    padding-top: 0.95rem;
    border-top: 1px solid #d6e1ec;
}
.cp-card-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--rw-line);
    border-radius: 14px;
    padding: 1rem;
    background: #fff;
}
.cp-card-action {
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-content: start;
    gap: 0.75rem;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    font: inherit;
    color: inherit;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
}
.cp-card-action h3,
.cp-card-action p,
.cp-card-action span {
    margin: 0;
    text-decoration: none;
}
.cp-card-action:focus-visible {
    outline: 2px solid #123f74;
    outline-offset: 4px;
    border-radius: 10px;
}
.cp-card-action__hint {
    display: inline-flex;
    align-self: end;
    color: #123f74;
    font-weight: 700;
}
.cp-card-item--full-row {
    grid-column: 1 / -1;
}
.cp-card-item--media {
    display: grid;
    gap: 1rem;
    align-items: start;
    grid-template-columns: 1fr;
}
.cp-card-placeholder {
    min-height: 180px;
    display: grid;
    place-items: center;
    padding: 1rem;
    border: 1px dashed #9eb6d3;
    border-radius: 14px;
    background: linear-gradient(135deg, #f7fbff 0%, #e6f0fb 100%);
    color: #34506f;
    text-align: center;
}
.cp-card-placeholder__label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .cp-card-item--media {
        grid-template-columns: 1fr;
    }
}
.cp-card-content {
    min-width: 0;
}
.cp-card-content > :first-child {
    margin-top: 0;
}
.cp-card-link {
    display: inline-block;
    margin-top: auto;
    padding-top: 0.75rem;
    color: var(--rw-blue);
    font-weight: 700;
    text-decoration: none;
}
.cp-section h2,
.cp-hero h1,
.cp-card-item h3 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}
.cp-hero h1 {
    font-size: clamp(2rem, 3.1vw, 2.75rem);
    line-height: 1.1;
}
.cp-hero .cp-section-subhead,
.cp-hero-copy > p:not(.cp-hero-proof) {
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 56ch;
}
.cp-section h2 {
    font-size: clamp(2rem, 2.7vw, 2.25rem);
    line-height: 1.15;
}
.cp-card-item h3 {
    font-size: clamp(1.5rem, 2vw, 1.625rem);
    line-height: 1.2;
}
.cp-card-item p,
.cp-section p,
.cp-faq-answer p {
    font-size: 1rem;
    line-height: 1.6;
}
.cp-section-subhead {
    color: var(--rw-muted);
    margin-top: -0.25rem;
    font-size: 0.98rem;
    line-height: 1.55;
}
.cp-kicker {
    margin: 0 0 0.5rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--rw-muted);
}
.cp-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}
.cp-pill {
    padding: 0.75rem 0.95rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #cfe0f7;
    color: #12314a;
    font-weight: 600;
}
.cp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}
.cp-cta {
    display: inline-block;
    text-decoration: none;
    background: var(--rw-blue);
    color: #fff;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.25;
}
.cp-steps {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--rw-line);
    border-radius: 14px;
    background: #fff;
}
.cp-steps__title {
    margin: 0 0 0.6rem;
    font-weight: 700;
    color: #12314a;
}
.cp-steps__list {
    margin: 0;
    padding-left: 1.2rem;
    color: #33485f;
}
.cp-steps__list li + li {
    margin-top: 0.45rem;
}
.cp-section-link {
    margin: 1rem 0 0;
    font-size: 0.95rem;
}
.cp-section-link a {
    color: #123f74;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.cp-bullets {
    margin: 0.85rem 0 0;
    padding-left: 1.2rem;
}
.cp-two-column-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 1rem;
}
.cp-two-column-grid__column {
    padding: 1rem;
    border: 1px solid var(--rw-line);
    border-radius: 14px;
    background: #fff;
}
.cp-two-column-grid__title {
    margin: 0 0 0.6rem;
    font-size: 1.06rem;
    color: #12314a;
}
.cp-two-column-grid__list {
    margin: 0;
    padding-left: 1.2rem;
    color: #33485f;
}
.cp-two-column-grid__list li + li {
    margin-top: 0.45rem;
}
@media (max-width: 860px) {
    .cp-two-column-grid {
        grid-template-columns: 1fr;
    }
    .cp-service-tabs__content-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767.98px) {
    .cp-section--process .cp-bullets,
    .cp-section--trust-proof .cp-bullets {
        grid-template-columns: 1fr;
    }
    .cp-service-tabs__tablist {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .cp-service-tabs__panel-inner {
        padding: 1rem;
    }
    .cp-service-tabs__tab {
        min-height: 64px;
        padding: 0.75rem 0.8rem;
    }
    .cp-service-tabs__trust-row {
        grid-template-columns: 1fr;
    }
}
.cp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.8rem;
    font-size: 0.92rem;
    color: var(--rw-muted);
}
.cp-pre {
    margin-top: 0.8rem;
    padding: 0.8rem;
    border-radius: 12px;
    background: #f3f6fa;
    overflow-x: auto;
    font-size: 0.88rem;
}
.cp-faq-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}
.cp-faq-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.8rem;
}
.cp-faq-chip {
    appearance: none;
    border: 1px solid #c8d7e6;
    background: #fff;
    color: #12314a;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.cp-faq-chip:hover,
.cp-faq-chip:focus-visible,
.cp-faq-chip.is-active {
    background: #123f74;
    border-color: #123f74;
    color: #fff;
}
.cp-faq-item {
    border: 1px solid var(--rw-line);
    border-radius: 14px;
    background: #fff;
    padding: 0.9rem 1rem;
}
.cp-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: #12314a;
    font-size: 1.02rem;
    line-height: 1.5;
}
.cp-faq-answer {
    margin-top: 0.75rem;
    color: #33485f;
}
.cp-faq-answer p {
    margin: 0;
}
.cp-faq-empty {
    margin: 0.9rem 0 0;
    color: var(--rw-muted);
    font-weight: 600;
}
.home-trusted-brands-section {
    grid-column: 1 / -1;
}
.home-trusted-brands-section__header {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 1rem;
}
.home-trusted-brands-section__title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    color: #10263b;
}
.home-trusted-brands-section__intro {
    max-width: 56rem;
    margin: 0;
    color: #4b5d73;
    line-height: 1.65;
}
.home-brands-filter {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}
.home-brands-filter__label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #52667d;
}
.home-brands-filter__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.home-brands-filter__button {
    appearance: none;
    border: 1px solid #c8d7e6;
    background: #ffffff;
    color: #12314a;
    border-radius: 999px;
    padding: 0.65rem 0.95rem;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.home-brands-filter__button:hover,
.home-brands-filter__button:focus-visible,
.home-brands-filter__button.is-active {
    background: #123f74;
    border-color: #123f74;
    color: #ffffff;
    transform: translateY(-1px);
}
.home-brands-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.site-credit { margin-bottom: 0; color: #c5d8f0; }
@media (min-width: 992px) {
    .cp-hero-grid { grid-template-columns: 1.15fr 0.85fr; }
}




@media (min-width: 992px) {
    .cp-section--supported-brands .cp-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }
    .cp-section--supported-brands-curated .cp-supported-brands-curated__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .cp-section--supported-brands-curated .cp-supported-brands-curated__content {
        grid-template-rows: auto minmax(3rem, auto) minmax(7rem, auto) minmax(3.25rem, auto) minmax(1.6rem, auto) auto;
    }
}

.cp-section--supported-brands .cp-card-media img {
    height: 220px;
    object-fit: cover;
    object-position: center top;
}
