/* Source: sites/riteway-ca/templates/assets/css/foundation.css */
/* Global breakpoints
   mobile: <= 575px
   small tablet: 576px - 767.98px
   large tablet: 768px - 991.98px
   desktop: >= 992px
   mid-desktop refinement: 992px - 1199.98px
   large desktop refinement: >= 1200px
*/
:root {
    --rw-blue: #13459b;
    --rw-blue-dark: #0e3476;
    --rw-sky: #eaf3ff;
    --rw-ink: #132238;
    --rw-muted: #5f7187;
    --rw-line: #d8e1ec;
    --rw-card: #ffffff;
    --rw-bg: #eef3f8;
}
* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: var(--rw-ink);
    background: linear-gradient(180deg, #f7fbff 0%, #f1f5fa 44%, #e9eef4 100%);
}
a { color: var(--rw-blue); }


/* Source: sites/riteway-ca/templates/assets/css/layout.css */
.container,
.cp-shell {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}
.utility-bar {
    background: #12314a;
    color: #eaf2fa;
    font-size: 0.86rem;
    border-bottom: 1px solid #ff1493;
}
.utility-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0.9rem;
    align-items: center;
    min-height: 40px;
    padding: 0;
}
.utility-actions,
.utility-status {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}
.main-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--rw-line);
}
.main-header-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-height: 108px;
    padding: 0;
}
.breadcrumbs {
    margin: 1rem 0 1.25rem;
    font-size: 0.92rem;
    color: var(--rw-muted);
}
.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs-item + .breadcrumbs-item::before {
    content: '/';
    margin-right: 0.5rem;
    color: #91a0b2;
}
.cp-shell {
    padding: 1.25rem 0 2rem;
}
.cp-topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--rw-line);
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}
.cp-topbar code { font-size: 0.95rem; }
.cp-grid { display: grid; gap: 1rem; }
.cp-grid--homepage {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 1rem;
}
.site-footer {
    margin-top: 2rem;
    background: #102038;
    color: #edf4ff;
}
.site-footer a { color: #b8d7ff; }
.site-footer-top-inner,
.site-footer-bottom-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.25rem 0;
}
.site-footer-top-inner {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.site-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    font-size: 0.92rem;
}
.site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}
@media (max-width: 767.98px) {
    .utility-inner,
    .main-header-inner {
        align-items: center;
    }
    .utility-inner {
        min-height: 36px;
    }
    .utility-status {
        font-size: 0.8rem;
    }
    .main-header-inner {
        flex-direction: column;
        gap: 0.45rem;
        padding: 0.35rem 0;
        min-height: 0;
    }
}
@media (max-width: 575px) {
    .cp-shell {
        width: min(100%, calc(100% - 1rem));
    }
}


/* Source: sites/riteway-ca/templates/assets/css/components.css */
.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-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 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-grid {
        grid-template-columns: 1fr;
        min-height: 100%;
    }
    .cp-hero--background-media .cp-hero-copy {
        max-width: none;
        padding: 1rem;
    }
}
@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;
    }
}
@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;
}


/* Source: sites/riteway-ca/templates/assets/css/homepage.css */
.home-hero {
    margin-bottom: 1.5rem;
}
.home-hero__grid {
    display: grid;
    gap: 1rem;
}
.home-hero__primary,
.home-hero__tile {
    position: relative;
    display: block;
    min-height: 240px;
    overflow: hidden;
    border-radius: 24px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid rgba(10, 28, 54, 0.08);
    box-shadow: 0 18px 40px rgba(11, 27, 47, 0.14);
    background: #102038;
}
.home-hero__primary {
    min-height: 520px;
}
.home-hero__stack {
    display: grid;
    gap: 1rem;
}
.home-hero__tile {
    min-height: 252px;
}
.home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-hero__tile--install .home-hero__image {
    object-position: 50% 22% !important;
}
.home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 18, 35, 0.08) 0%, rgba(6, 18, 35, 0.46) 42%, rgba(6, 18, 35, 0.88) 100%),
        linear-gradient(135deg, rgba(19, 69, 155, 0.15) 0%, rgba(8, 20, 39, 0.1) 100%);
}
.home-hero__content,
.home-hero__tile-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 1.5rem;
}
.home-hero__eyebrow {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: auto;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}
.home-hero__headline {
    margin-top: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 0.98;
    font-weight: 700;
    max-width: 9ch;
}
.home-hero__headline-break {
    display: block;
    color: #8fd1ff;
}
.home-hero__subhead {
    max-width: 34rem;
    margin-top: 0.9rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.02rem;
    line-height: 1.6;
}
.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.1rem;
}
.home-hero__cta,
.home-hero__tile-cta {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #ffffff;
    color: #102038;
    font-weight: 700;
}
.home-hero__micro {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}
.home-hero__tile-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.1;
    max-width: 14ch;
}
.home-hero__tile-subhead {
    margin-top: 0.6rem;
    max-width: 26rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}
.home-panel {
    margin-bottom: 1rem;
    padding: 1.4rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(241,247,255,0.96) 100%);
    border: 1px solid var(--rw-line);
    box-shadow: 0 16px 40px rgba(18, 32, 51, 0.08);
}
.home-search__header {
    margin-bottom: 1rem;
}
.home-search__header h2 {
    margin: 0 0 0.5rem;
    font-family: 'Montserrat', sans-serif;
}
.home-search__header p:last-child {
    margin-bottom: 0;
    color: var(--rw-muted);
}
.home-experiences-section {
    grid-column: 1 / -1;
}
.home-experiences-section__title {
    margin: 0 0 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #1f2937;
}
.home-experiences-section__intro {
    max-width: 52rem;
    margin: 0 0 1.25rem;
    color: #4b5d73;
    line-height: 1.65;
}
.experiences__source {
    margin: -0.35rem 0 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5b7088;
}
.home-experiences-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1.25rem;
    align-items: start;
}
.home-experiences-reviews {
    display: grid;
    gap: 0.9rem;
}
.home-experiences-reviews[hidden] {
    display: none;
}
.experiences__toggle-button {
    margin: 0 0 0.85rem;
}
.review-card {
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    padding: 1.15rem;
    box-shadow: 0 10px 24px rgba(18, 32, 51, 0.04);
}
.review-card h3 {
    margin: 0 0 0.65rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.18rem;
    color: #10263b;
}
.review-card p {
    margin: 0;
    color: #334155;
    line-height: 1.65;
}
.review-card .review-author {
    margin-top: 0.75rem;
    font-weight: 700;
    color: #1e293b;
}
.experiences__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 0.55rem;
}
.experiences__rating {
    margin: 0;
    color: #b45309;
    letter-spacing: 0.06em;
    font-size: 0.95rem;
    font-weight: 700;
}
.experiences__age {
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
    white-space: nowrap;
}
.experiences__quote {
    margin: 0;
    color: #0f172a;
    line-height: 1.6;
}
.experiences__attribution {
    margin-top: 0.7rem;
}
.experiences__link {
    font-weight: 700;
    text-decoration: none;
    color: #1f4f74;
}
.experiences__link:hover,
.experiences__link:focus-visible {
    text-decoration: underline;
}
.experiences__all-reviews {
    margin: 0.15rem 0 0;
}
.home-experiences-preview {
    background: linear-gradient(180deg, #f3f7fb 0%, #edf4fb 100%);
    border: 1px solid #d8e3ef;
    border-radius: 16px;
    padding: 1.25rem;
}
.home-experiences-preview h3 {
    margin: 0 0 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    color: #10263b;
}
.home-experiences-preview .journal-date {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    color: #64748b;
}
.home-experiences-preview p {
    color: #334155;
    line-height: 1.7;
}
.home-experiences-preview .journal-read-more {
    font-weight: 700;
    text-decoration: none;
    color: #1f4f74;
}
.home-experiences-preview .journal-read-more:hover,
.home-experiences-preview .journal-read-more:focus-visible {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .home-hero__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
    }
}
@media (max-width: 991.98px) {
    .home-experiences-grid {
        grid-template-columns: 1fr;
    }
    .home-hero__tile--install .home-hero__image {
        object-position: 50% 18% !important;
    }
}
@media (max-width: 767.98px) {
    .home-hero__primary {
        min-height: 420px;
    }
    .home-hero__tile {
        min-height: 220px;
    }
    .home-hero__content,
    .home-hero__tile-content,
    .home-search {
        padding: 1.15rem;
    }
    .home-hero__headline {
        max-width: 11ch;
    }
    .home-hero__tile--install .home-hero__image {
        object-position: 50% 14% !important;
    }
}


/* Source: sites/riteway-ca/templates/assets/css/brand-card.css */
.brand-card,
.home-brand-card {
    display: grid;
    gap: 1rem;
    align-items: start;
    grid-template-columns: 1fr;
    min-height: 100%;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid var(--rw-line);
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.home-brand-card,
.home-brand-card__body {
    min-width: 0;
}

.home-brand-card--dark,
.brand-card--dark {
    background: linear-gradient(180deg, #16304d 0%, #10263b 100%);
    border-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.brand-card__media,
.home-brand-card__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 220px;
}

.brand-card__media img,
.home-brand-card__logo img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
}

.brand-card__media .cp-card-placeholder,
.home-brand-card__logo .cp-card-placeholder {
    display: grid;
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: 220px;
    box-sizing: border-box;
    align-self: stretch;
}

.brand-card--logo .brand-card__media,
.brand-card--logo .home-brand-card__logo {
    min-height: 180px;
    justify-content: center;
}

.brand-card--logo .brand-card__media img,
.brand-card--logo .home-brand-card__logo img {
    height: 180px;
    object-fit: contain;
    object-position: center center;
    background: #f7fbff;
    padding: 0.75rem;
}

.brand-card--logo .brand-card__media .cp-card-placeholder,
.brand-card--logo .home-brand-card__logo .cp-card-placeholder {
    width: 100%;
    max-width: 100%;
    min-height: 180px;
}

.home-trusted-brands-section .brand-card--logo .brand-card__media img {
    background: #fff;
}

.cp-section--supported-brands .brand-card--logo .brand-card__media img,
.cp-section--supported-brands .brand-card--logo .home-brand-card__logo img {
    background: #fff;
}

.home-brand-card__wordmark {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
}

.brand-card__content > :first-child {
    margin-top: 0;
}

.brand-card h3,
.home-brand-card__body h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 2vw, 1.625rem);
    line-height: 1.2;
}

.cp-section--supported-brands .home-brand-card__body h3 {
    font-size: clamp(1.1rem, 1.4vw, 1.25rem);
    line-height: 1.18;
    letter-spacing: 0.005em;
}

.cp-section--supported-brands .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media {
    display: grid;
    place-items: center;
    justify-content: stretch;
    background: #fff;
}

.cp-section--supported-brands .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media img {
    width: auto;
    max-width: min(100%, 210px);
    object-fit: contain;
    object-position: center center;
}

.cp-section--supported-brands .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media > .cp-card-placeholder {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    justify-self: center;
}

.home-brand-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.home-brand-card__tags span {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.65rem;
    border-radius: 999px;
    background: #e8f1fb;
    color: #123f74;
    font-size: 0.84rem;
    font-weight: 700;
}

.home-brand-card--dark .home-brand-card__tags span {
    background: rgba(255, 255, 255, 0.12);
    color: #f8fbff;
}

.home-brand-card__tags a {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.65rem;
    border-radius: 999px;
    background: #e8f1fb;
    color: #123f74;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.home-brand-card__trust-copy {
    margin: 0;
    color: #415066;
    line-height: 1.45;
}

.home-brand-card__tag-link {
    color: inherit;
    text-decoration: none;
}

.home-brand-card__tag-link:hover,
.home-brand-card__tag-link:focus-visible {
    text-decoration: underline;
}

.home-brand-card__link {
    display: inline-flex;
    margin-top: 1rem;
    font-weight: 700;
    color: #123f74;
}

.home-brand-card--dark .home-brand-card__link {
    color: #9fd4ff;
}

@media (max-width: 767.98px) {
    .brand-card__media img,
    .home-brand-card__logo img {
        height: 200px;
    }
    .brand-card--logo .brand-card__media,
    .brand-card--logo .home-brand-card__logo {
        min-height: 160px;
    }
    .brand-card--logo .brand-card__media img,
    .brand-card--logo .home-brand-card__logo img {
        height: 160px;
    }
    .brand-card--logo .brand-card__media .cp-card-placeholder,
    .brand-card--logo .home-brand-card__logo .cp-card-placeholder {
        min-height: 160px;
    }
}

@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 .cp-card-item.cp-card-item--media.brand-card--logo {
        height: 100%;
        display: grid;
        grid-template-rows: 110px 1fr;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__body.brand-card__content {
        display: grid;
        grid-template-rows: minmax(0, 1fr) auto;
        align-content: stretch;
        height: 100%;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 110px;
        display: grid;
        place-items: center;
        justify-content: stretch;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media img,
    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media .cp-card-placeholder {
        min-height: 110px;
        height: 110px;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__trust-copy {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__tags {
        margin-top: 0.65rem;
        align-content: start;
        overflow: visible;
        max-height: none;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo.home-brand-card--gerber .home-brand-card__logo.brand-card__media {
        min-height: 121px;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo.home-brand-card--gerber .home-brand-card__logo.brand-card__media img {
        min-height: 121px;
        height: 121px;
    }
}

@media (min-width: 520px) and (max-width: 991.98px) {
    .cp-section--supported-brands .cp-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo {
        height: 100%;
        display: grid;
        grid-template-rows: 100px 1fr;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__body.brand-card__content {
        display: grid;
        grid-template-rows: minmax(0, 1fr) auto;
        align-content: stretch;
        height: 100%;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 100px;
        display: grid;
        place-items: center;
        justify-content: stretch;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media img,
    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media .cp-card-placeholder {
        min-height: 100px;
        height: 100px;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo.home-brand-card--gerber .home-brand-card__logo.brand-card__media {
        min-height: 110px;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo.home-brand-card--gerber .home-brand-card__logo.brand-card__media img {
        min-height: 110px;
        height: 110px;
    }
}

@media (max-width: 519.98px) {
    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 88px;
        display: grid;
        place-items: center;
        justify-content: stretch;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media img,
    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo .home-brand-card__logo.brand-card__media .cp-card-placeholder {
        min-height: 88px;
        height: 88px;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo.home-brand-card--gerber .home-brand-card__logo.brand-card__media {
        min-height: 97px;
    }

    .cp-section--supported-brands .cp-card-item.cp-card-item--media.brand-card--logo.home-brand-card--gerber .home-brand-card__logo.brand-card__media img {
        min-height: 97px;
        height: 97px;
    }
}


/* Source: templates/capabilities/brand-directory/brand-directory.css */
.brand-directory__empty {
    margin: 16px 0 0;
    color: #556379;
}

.home-brand-card__trust-copy {
    margin: 10px 0 0;
    color: #415066;
    line-height: 1.45;
}

.home-brand-card__tag-link {
    color: inherit;
    text-decoration: none;
}

.home-brand-card__tag-link:hover,
.home-brand-card__tag-link:focus-visible {
    text-decoration: underline;
}

.home-brand-card.home-brand-card--authorized-dealer {
    position: relative;
    overflow: hidden;
}

.home-brand-card__ribbon {
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -46px;
    z-index: 2;
    width: 170px;
    padding: 0.3rem 0.55rem;
    background: #0f3f74;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    box-shadow: 0 3px 10px rgba(15, 63, 116, 0.35);
    pointer-events: none;
}

.home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media {
    display: grid;
    place-items: center;
    justify-content: stretch;
}

.home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media.home-brand-card__logo--dark-bg {
    background: #111111;
    border-radius: 12px;
    padding: 16px;
}

.home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media.home-brand-card__logo--dark-bg img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
}

.home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media > .cp-card-placeholder {
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    justify-self: center;
}

.home-trusted-brands-section .home-brand-card.brand-card--logo .cp-card-placeholder__label {
    display: block;
    width: 100%;
    text-align: center;
}

.home-trusted-brands-section .home-brands-grid {
    grid-template-columns: 1fr;
}

@media (min-width: 520px) {
    .home-trusted-brands-section .home-brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .home-trusted-brands-section .home-brands-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.home-brand-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    font-weight: 700;
    color: #0f3f74;
    text-decoration: none;
}

.home-brand-card__cta:hover,
.home-brand-card__cta:focus-visible {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .home-trusted-brands-section .home-brands-grid { align-items: stretch; }

    .home-trusted-brands-section .home-brand-card.brand-card--logo {
        height: 100%;
        display: grid;
        grid-template-rows: 110px 1fr;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__body.brand-card__content {
        display: grid;
        grid-template-rows: minmax(3.8rem, max-content) minmax(0, max-content) minmax(0, max-content) auto;
        align-content: start;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 110px;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media img,
    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media .cp-card-placeholder {
        min-height: 110px;
        height: 110px;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--delta.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 125px;
        overflow: hidden;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--delta.brand-card--logo .home-brand-card__logo.brand-card__media img {
        min-height: 125px;
        height: 125px;
        padding: 0;
        object-fit: cover;
        object-position: center;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--gerber.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 121px;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--gerber.brand-card--logo .home-brand-card__logo.brand-card__media img {
        min-height: 121px;
        height: 121px;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__trust-copy {
        margin: 0;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__tags {
        margin-top: 0.65rem;
        align-content: start;
        overflow: visible;
        max-height: none;
    }
}

@media (min-width: 520px) and (max-width: 991.98px) {
    .home-trusted-brands-section .home-brand-card.brand-card--logo {
        height: 100%;
        display: grid;
        grid-template-rows: 100px 1fr;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__body.brand-card__content {
        display: grid;
        grid-template-rows: minmax(3.8rem, max-content) minmax(0, max-content) minmax(0, max-content) auto;
        align-content: start;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 100px;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media img,
    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media .cp-card-placeholder {
        min-height: 100px;
        height: 100px;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--delta.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 114px;
        overflow: hidden;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--delta.brand-card--logo .home-brand-card__logo.brand-card__media img {
        min-height: 114px;
        height: 114px;
        padding: 0;
        object-fit: cover;
        object-position: center;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--gerber.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 110px;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--gerber.brand-card--logo .home-brand-card__logo.brand-card__media img {
        min-height: 110px;
        height: 110px;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__trust-copy {
        margin: 0;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__tags {
        margin-top: 0.65rem;
        align-content: start;
        overflow: visible;
        max-height: none;
    }
}

@media (max-width: 519.98px) {
    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 88px;
    }

    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media img,
    .home-trusted-brands-section .home-brand-card.brand-card--logo .home-brand-card__logo.brand-card__media .cp-card-placeholder {
        min-height: 88px;
        height: 88px;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--delta.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 99px;
        overflow: hidden;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--delta.brand-card--logo .home-brand-card__logo.brand-card__media img {
        min-height: 99px;
        height: 99px;
        padding: 0;
        object-fit: cover;
        object-position: center;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--gerber.brand-card--logo .home-brand-card__logo.brand-card__media {
        min-height: 97px;
    }

    .home-trusted-brands-section .home-brand-card.home-brand-card--gerber.brand-card--logo .home-brand-card__logo.brand-card__media img {
        min-height: 97px;
        height: 97px;
    }
}


/* Source: templates/capabilities/business-status-widget/business-status-widget.css */
.business-status-widget {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid #d7dee7;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.business-status-widget__header {
    display: grid;
    gap: 0.35rem;
}

.business-status-widget__kicker {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #51606f;
}

.business-status-widget__header h2 {
    margin: 0;
    font-size: 1.4rem;
    color: #102033;
}

.business-status-widget__body {
    display: grid;
    gap: 0.75rem;
}

.business-status-widget__status {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #102033;
    font-weight: 600;
}

.business-status-widget__indicator {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: #808080;
    box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.18);
    flex: 0 0 auto;
}

.business-status-widget__hours,
.business-status-widget__next-change,
.business-status-widget__contact {
    margin: 0;
    color: #445363;
}

.business-status-widget__contact a {
    color: #0b63ce;
    font-weight: 600;
    text-decoration: none;
}

.business-status-widget__contact a:hover,
.business-status-widget__contact a:focus-visible {
    text-decoration: underline;
}


