/*
Theme Name: Interest Rate Research
Theme URI: https://interest.local
Description: IRR Theme
Version: 1.0.0
Author: IRR
Text Domain: irr-theme
*/

/* ========================================
   RESET & BASE
======================================== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
body.page-template-page-about {
        padding-top: 56px;
    
}
body.page-template-page-about .main.main--about {
        padding: 8px;
    
}
body.page-template-page-about .section {
        margin-bottom: 10px;
    
}
body.page-template-page-about .navbar__container {
        padding: 0 10px 0 30px;
        gap: 4px;
    
}
body.page-template-page-about .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body.page-template-page-about .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body.page-template-page-about .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-about .footer--home .footer__left,
    body.page-template-page-about .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-about .footer--home .footer__right {
        position: relative;
        padding-right: 0;
        min-height: 0;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    
}
body.page-template-page-about .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.page-template-page-about .footer--home .footer__crest {
        position: static;
        width: 84px;
        margin: 10px 0 0 auto;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-about {
        --home-prop-scale: 1;
        --home-fluid-scale: min(calc((100vw / 1536px) * var(--home-prop-scale)), 0.88);
        --home-inline-pad: clamp(24px, calc(68px * var(--home-fluid-scale)), 68px);
        padding-top: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
    
}
body.page-template-page-about .main.main--about {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(20px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    
}
body.page-template-page-about .section {
        margin-bottom: clamp(20px, calc(30px * var(--home-fluid-scale)), 30px);
    
}
body.page-template-page-about .navbar__container {
        max-width: calc(1500px * var(--home-fluid-scale));
        height: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
        padding: 0 var(--home-inline-pad);
    
}
body.page-template-page-about .navbar__brand {
        margin-left: clamp(24px, calc(56px * var(--home-fluid-scale)), 56px);
    
}
body.page-template-page-about .navbar__brand img {
        height: clamp(10px, calc(24px * var(--home-fluid-scale)), 24px);
    
}
body.page-template-page-about .navbar__logo {
        display: flex;
        position: static;
        transform: none;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        pointer-events: auto;
    
}
body.page-template-page-about .navbar__logo img {
        height: clamp(28px, calc(72px * var(--home-fluid-scale)), 72px);
    
}
body.page-template-page-about .navbar__nav {
        display: block;
        margin-right: clamp(18px, calc(56px * var(--home-fluid-scale)), 56px);
    
}
body.page-template-page-about .navbar__menu-btn {
        display: none;
    
}
body.page-template-page-about .navbar__nav-list {
        gap: clamp(14px, calc(22px * var(--home-fluid-scale)), 22px);
    
}
body.page-template-page-about .navbar__nav-link {
        font-family: 'EB Garamond', Georgia, serif;
        font-size: clamp(12px, calc(22px * var(--home-fluid-scale)), 22px);
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #111;
    
}
body.page-template-page-about .navbar__nav-arrow img {
        height: clamp(12px, calc(19px * var(--home-fluid-scale)), 19px);
    
}
body.page-template-page-about .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: clamp(24px, calc(44px * var(--home-fluid-scale)), 44px) 0 clamp(26px, calc(46px * var(--home-fluid-scale)), 46px);
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(40px, calc(72px * var(--home-fluid-scale)), 72px);
    
}
body.page-template-page-about .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.page-template-page-about .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-about .footer--home .footer__nav {
        gap: clamp(3px, calc(8px * var(--home-fluid-scale)), 8px);
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-about .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(17px * var(--home-fluid-scale)), 17px);
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(16px * var(--home-fluid-scale)), 16px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(72px, calc(130px * var(--home-fluid-scale)), 130px);
        min-height: clamp(126px, calc(170px * var(--home-fluid-scale)), 170px);
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        min-width: 0;
        margin-left: auto;
        transform: translateX(clamp(0px, calc((var(--home-fluid-scale) - 0.62) * 220px), 64px));
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        display: flex;
        align-items: stretch;
        gap: clamp(8px, calc(14px * var(--home-fluid-scale)), 14px);
        margin: 0 0 clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-about .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(12px, calc(18px * var(--home-fluid-scale)), 18px);
        border: 2px solid #4d4d4f;
        font-size: clamp(14px, calc(18px * var(--home-fluid-scale)), 18px);
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(16px, calc(26px * var(--home-fluid-scale)), 26px);
        font-size: clamp(16px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(14px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1.16;
        font-weight: 700;
        margin-bottom: clamp(2px, calc(4px * var(--home-fluid-scale)), 4px);
    
}
body.page-template-page-about .footer--home .footer__crest {
        width: clamp(98px, calc(138px * var(--home-fluid-scale)), 138px);
        position: absolute;
        right: clamp(10px, calc(28px * var(--home-fluid-scale)), 28px);
        top: clamp(58px, calc(84px * var(--home-fluid-scale)), 84px);
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    
}


}
@media (min-width: 768px) {
.hide-mobile {
        display: block;
    
}


}
@media (min-width: 1024px) {
.hero__lenders-logos img.hide-mobile {
        height: 54px;
    
}


}
/* ========================================
   HOME FLUID SCALING (760px - 2200px)
   Preserves the same proportions as the tuned desktop layout.
======================================== */

@media (min-width: 760px) and (max-width: 2200px) {
    body.home {
        --home-prop-scale: 0.88;
        --home-fluid-scale: min(calc((100vw / 1536px) * var(--home-prop-scale)), 0.88);
        --home-inline-pad: clamp(24px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(32px, calc(56px * var(--home-fluid-scale)), 56px);
        padding-top: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
        font-size: 15px;
    }

    body.home .navbar__container {
        max-width: calc(1500px * var(--home-fluid-scale));
        height: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
        padding: 0 var(--home-inline-pad);
    }

    body.home .navbar__brand {
        margin-left: var(--home-card-inline-pad);
    }

    body.home .navbar__brand img {
        height: clamp(10px, calc(24px * var(--home-fluid-scale)), 24px);
    }

    body.home .navbar__logo {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    body.home .navbar__logo img {
        height: clamp(28px, calc(72px * var(--home-fluid-scale)), 72px);
    }

    body.home .navbar__nav {
        display: block;
        margin-right: var(--home-card-inline-pad);
    }

    body.home .navbar__menu-btn {
        display: none;
    }

    body.home .mobile-menu {
        display: none !important;
    }

    body.home .navbar__nav-list {
        gap: clamp(14px, calc(22px * var(--home-fluid-scale)), 22px);
    }

    body.home .navbar__nav-link {
        font-family: 'EB Garamond', Georgia, serif;
        font-size: clamp(12px, calc(22px * var(--home-fluid-scale)), 22px);
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #111;
    }

    body.home .navbar__nav-arrow img {
        height: clamp(12px, calc(19px * var(--home-fluid-scale)), 19px);
    }

    body.home .main {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(20px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    }

    body.home .section {
        margin-bottom: clamp(20px, calc(30px * var(--home-fluid-scale)), 30px);
    }

    body.home main .section:first-of-type .card {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: clamp(40px, calc(96px * var(--home-fluid-scale)), 96px) var(--home-card-inline-pad) 0;
        background-color: #ffffff;
    }

    body.home main .section:first-of-type .hero {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: clamp(24px, calc(36px * var(--home-fluid-scale)), 36px);
    }

    body.home main .section:first-of-type .hero__content {
        order: 1;
        flex: 1 1 58%;
        max-width: clamp(420px, calc(780px * var(--home-fluid-scale)), 780px);
    }

    body.home main .section:first-of-type .hero__title {
        font-size: clamp(32px, calc(62px * var(--home-fluid-scale)), 62px);
        line-height: 1.1;
        letter-spacing: 0;
        font-weight: 600;
        margin-bottom: clamp(12px, calc(46px * var(--home-fluid-scale)), 46px);
    }

    body.home main .section:first-of-type .hero__text {
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.28;
        color: #1f1f1f;
    }

    body.home main .section:first-of-type .hero__image {
        order: 2;
        flex: 0 0 auto;
        padding-top: clamp(0px, calc(10px * var(--home-fluid-scale)), 10px);
    }

    body.home main .section:first-of-type .hero__image-wrapper {
        width: clamp(180px, calc(392px * var(--home-fluid-scale)), 392px);
        height: clamp(160px, calc(264px * var(--home-fluid-scale)), 264px);
    }

    body.home main .section:first-of-type .hero__image-wrapper img {
        object-fit: contain;
        border-radius: 0;
    }

    body.home main .section:first-of-type .hero__lenders {
        margin-top: clamp(32px, calc(94px * var(--home-fluid-scale)), 94px);
        border-top: 0;
        padding-top: 0;
    }

    body.home main .section:first-of-type .hero__lenders-title {
        font-size: clamp(12px, calc(19px * var(--home-fluid-scale)), 19px);
        line-height: 1.3;
        color: #2f2f2f;
        margin-bottom: clamp(16px, calc(32px * var(--home-fluid-scale)), 32px);
    }

    body.home main .section:first-of-type .hero__lenders-logos {
        border-top: 1px solid #a7a7a7;
        padding: clamp(16px, calc(28px * var(--home-fluid-scale)), 28px) var(--home-card-inline-pad) clamp(16px, calc(30px * var(--home-fluid-scale)), 30px);
        margin-left: calc(-1 * var(--home-card-inline-pad));
        margin-right: calc(-1 * var(--home-card-inline-pad));
        width: calc(100% + (2 * var(--home-card-inline-pad)));
        justify-content: space-between;
        gap: clamp(16px, calc(28px * var(--home-fluid-scale)), 28px);
    }

    body.home main .section:first-of-type .hero__lenders-logos img {
        height: clamp(40px, calc(82px * var(--home-fluid-scale)), 82px);
    }

    body.home main .section:first-of-type .hero__lenders-logos img.hide-mobile {
        display: block;
        height: clamp(54px, calc(115px * var(--home-fluid-scale)), 115px);
    }

    body.home main .section:nth-of-type(2) .card--guarantee {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: clamp(36px, calc(84px * var(--home-fluid-scale)), 84px) var(--home-card-inline-pad) clamp(32px, calc(74px * var(--home-fluid-scale)), 74px);
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(2) .guarantee {
        gap: 0;
        padding-right: 0;
    }

    body.home main .section:nth-of-type(2) .guarantee__content {
        padding-right: clamp(140px, calc(280px * var(--home-fluid-scale)), 280px);
    }

    body.home main .section:nth-of-type(2) .guarantee__title {
        font-size: clamp(30px, calc(62px * var(--home-fluid-scale)), 62px);
        line-height: 1.08;
        font-weight: 600;
        margin-bottom: clamp(20px, calc(44px * var(--home-fluid-scale)), 44px);
    }

    body.home main .section:nth-of-type(2) .guarantee__text {
        font-size: clamp(16px, calc(31px * var(--home-fluid-scale)), 31px);
        line-height: 1.28;
        color: #1f1f1f;
        margin-bottom: clamp(24px, calc(62px * var(--home-fluid-scale)), 62px);
    }

    body.home main .section:nth-of-type(2) .btn--bordered {
        font-size: clamp(16px, calc(30px * var(--home-fluid-scale)), 30px);
        font-weight: 400;
        letter-spacing: 0.05em;
        padding: clamp(9px, calc(18px * var(--home-fluid-scale)), 18px) clamp(13px, calc(28px * var(--home-fluid-scale)), 28px);
    }

    body.home main .section:nth-of-type(2) .guarantee__badge {
        top: -1px;
        right: clamp(20px, calc(58px * var(--home-fluid-scale)), 58px);
        transform: none;
    }

    body.home main .section:nth-of-type(2) .guarantee__badge img {
        width: clamp(100px, calc(214px * var(--home-fluid-scale)), 214px);
        transform: scaleY(1.12);
        transform-origin: top center;
    }

    body.home main .section:nth-of-type(3) .card--step {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: clamp(32px, calc(86px * var(--home-fluid-scale)), 86px) clamp(26px, calc(56px * var(--home-fluid-scale)), 56px) clamp(24px, calc(62px * var(--home-fluid-scale)), 62px);
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(3) .step__label {
        top: 0;
        transform: translate(-50%, 0);
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(13px, calc(26px * var(--home-fluid-scale)), 26px);
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding: clamp(6px, calc(12px * var(--home-fluid-scale)), 12px) clamp(9px, calc(18px * var(--home-fluid-scale)), 18px);
        border: 1px solid #8f8f8f;
        background-color: #d8d8d8;
    }

    body.home main .section:nth-of-type(3) .step__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(25px, calc(54px * var(--home-fluid-scale)), 54px);
        line-height: 1.04;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        margin-bottom: clamp(14px, calc(42px * var(--home-fluid-scale)), 42px);
    }

    body.home main .section:nth-of-type(3) .step__upload {
        margin-bottom: clamp(14px, calc(42px * var(--home-fluid-scale)), 42px);
    }

    body.home main .section:nth-of-type(3) .upload-box {
        width: min(100%, clamp(300px, calc(710px * var(--home-fluid-scale)), 710px));
        max-width: 100%;
        height: clamp(138px, calc(240px * var(--home-fluid-scale)), 240px);
        background-color: #e4e4e4;
        border-radius: 0;
        gap: clamp(6px, calc(14px * var(--home-fluid-scale)), 14px);
        padding: clamp(10px, calc(18px * var(--home-fluid-scale)), 18px);
        box-sizing: border-box;
    }

    body.home main .section:nth-of-type(3) .upload-box::before {
        top: clamp(7px, calc(11px * var(--home-fluid-scale)), 11px);
        left: clamp(9px, calc(14px * var(--home-fluid-scale)), 14px);
        right: clamp(9px, calc(14px * var(--home-fluid-scale)), 14px);
        bottom: clamp(7px, calc(11px * var(--home-fluid-scale)), 11px);
        border: 2px dashed #c8c8c8;
        border-radius: 0;
    }

    body.home main .section:nth-of-type(3) .upload-box__icon {
        width: clamp(32px, calc(58px * var(--home-fluid-scale)), 58px);
        height: clamp(32px, calc(58px * var(--home-fluid-scale)), 58px);
        color: #7c7c7c;
    }

    body.home main .section:nth-of-type(3) .upload-box__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(14px, calc(30px * var(--home-fluid-scale)), 30px);
        font-weight: 400;
        letter-spacing: 0.01em;
        color: #8a8a8a;
    }

    body.home main .section:nth-of-type(3) .step__subtitle {
        display: block;
        width: max-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(22px, calc(44px * var(--home-fluid-scale)), 44px);
        line-height: 1.14;
        font-weight: 500;
        margin-bottom: clamp(6px, calc(14px * var(--home-fluid-scale)), 14px);
    }

    body.home main .section:nth-of-type(3) .step__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.28;
        color: #1f1f1f;
    }

    body.home main .section:nth-of-type(3) .step__text em {
        font-style: normal;
        color: inherit;
    }

    body.home main .section:nth-of-type(3) .step__faq-link {
        margin-top: clamp(10px, calc(18px * var(--home-fluid-scale)), 18px);
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(13px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1.2;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
    }

    body.home main .section:nth-of-type(4) .card--step {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: clamp(36px, calc(88px * var(--home-fluid-scale)), 88px) clamp(26px, calc(56px * var(--home-fluid-scale)), 56px) clamp(30px, calc(72px * var(--home-fluid-scale)), 72px);
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(4) .step__label {
        top: 0;
        transform: translate(-50%, 0);
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(11px, calc(22px * var(--home-fluid-scale)), 22px);
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding: clamp(6px, calc(11px * var(--home-fluid-scale)), 11px) clamp(9px, calc(17px * var(--home-fluid-scale)), 17px);
        border: 1px solid #8f8f8f;
        background-color: #d8d8d8;
    }

    body.home main .section:nth-of-type(4) .step__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(25px, calc(54px * var(--home-fluid-scale)), 54px);
        line-height: 1.04;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        margin-bottom: clamp(14px, calc(42px * var(--home-fluid-scale)), 42px);
    }

    body.home main .section:nth-of-type(4) .step__intro {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.28;
        color: #1f1f1f;
        max-width: clamp(340px, calc(740px * var(--home-fluid-scale)), 740px);
        margin: 0 auto clamp(14px, calc(42px * var(--home-fluid-scale)), 42px);
    }

    body.home main .section:nth-of-type(4) .step__features {
        gap: clamp(24px, calc(56px * var(--home-fluid-scale)), 56px);
    }

    body.home main .section:nth-of-type(4) .feature__icon {
        width: clamp(104px, calc(220px * var(--home-fluid-scale)), 220px);
        margin: 0 auto clamp(8px, calc(14px * var(--home-fluid-scale)), 14px);
    }

    body.home main .section:nth-of-type(4) .feature__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(22px, calc(44px * var(--home-fluid-scale)), 44px);
        line-height: 1.14;
        font-weight: 500;
        margin-bottom: clamp(6px, calc(14px * var(--home-fluid-scale)), 14px);
    }

    body.home main .section:nth-of-type(4) .feature__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.28;
        color: #1f1f1f;
        max-width: clamp(320px, calc(740px * var(--home-fluid-scale)), 740px);
        margin: 0 auto;
    }

    body.home main .section:nth-of-type(5) .card--step {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: clamp(34px, calc(88px * var(--home-fluid-scale)), 88px) clamp(26px, calc(56px * var(--home-fluid-scale)), 56px) clamp(26px, calc(72px * var(--home-fluid-scale)), 72px);
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(5) .step__label {
        top: 0;
        transform: translate(-50%, 0);
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(12px, calc(22px * var(--home-fluid-scale)), 22px);
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding: clamp(6px, calc(11px * var(--home-fluid-scale)), 11px) clamp(9px, calc(17px * var(--home-fluid-scale)), 17px);
        border: 1px solid #8f8f8f;
        background-color: #d8d8d8;
    }

    body.home main .section:nth-of-type(5) .step__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(25px, calc(54px * var(--home-fluid-scale)), 54px);
        line-height: 1.04;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        margin-bottom: clamp(14px, calc(42px * var(--home-fluid-scale)), 42px);
    }

    body.home main .section:nth-of-type(5) .step__subtitle {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(22px, calc(44px * var(--home-fluid-scale)), 44px);
        line-height: 1.14;
        font-weight: 500;
        margin-bottom: clamp(6px, calc(14px * var(--home-fluid-scale)), 14px);
    }

    body.home main .section:nth-of-type(5) .step__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.28;
        color: #1f1f1f;
    }

    body.home main .section:nth-of-type(5) .step__tagline {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.28;
        font-weight: 650;
    }

    body.home main .section:nth-of-type(5) .step__tagline em {
        font-style: normal;
        font-weight: 650;
    }

    body.home main .section:nth-of-type(5) .step__seal {
        margin-left: calc(-1 * clamp(26px, calc(56px * var(--home-fluid-scale)), 56px));
        margin-right: calc(-1 * clamp(26px, calc(56px * var(--home-fluid-scale)), 56px));
        margin-bottom: clamp(10px, calc(24px * var(--home-fluid-scale)), 24px);
        padding: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px) clamp(26px, calc(56px * var(--home-fluid-scale)), 56px);
    }

    body.home main .section:nth-of-type(5) .step__seal-line {
        height: clamp(35.28px, calc(62.72px * var(--home-fluid-scale)), 62.72px);
        background-color: #333;
    }

    body.home main .section:nth-of-type(5) .step__seal-img {
        width: clamp(124px, calc(248px * var(--home-fluid-scale)), 248px);
        height: auto;
    }

    body.home main .section:nth-of-type(6) .research {
        padding: 0 clamp(24px, calc(46px * var(--home-fluid-scale)), 46px);
    }

    body.home main .section:nth-of-type(6) .research__house {
        width: clamp(190px, calc(400px * var(--home-fluid-scale)), 400px);
        margin: 0 auto clamp(14px, calc(28px * var(--home-fluid-scale)), 28px);
    }

    body.home main .section:nth-of-type(6) .research__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(23px, calc(45px * var(--home-fluid-scale)), 45px);
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: none;
        color: #0f2342;
        max-width: clamp(460px, calc(980px * var(--home-fluid-scale)), 980px);
        margin: 0 auto clamp(12px, calc(24px * var(--home-fluid-scale)), 24px);
    }

    body.home main .section:nth-of-type(6) .research__subtitle {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(13px, calc(22px * var(--home-fluid-scale)), 22px);
        line-height: 1.36;
        color: #2f4666;
        max-width: clamp(300px, calc(720px * var(--home-fluid-scale)), 720px);
        margin: 0 auto clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
    }

    body.home main .section:nth-of-type(6) .research__divider {
        margin: clamp(22px, calc(52px * var(--home-fluid-scale)), 52px) auto;
        max-width: 60%;
        background-color: #d4ddeb;
    }

    body.home main .section:nth-of-type(6) .research__quotes {
        gap: clamp(34px, calc(76px * var(--home-fluid-scale)), 76px);
        align-items: center;
    }

    body.home main .section:nth-of-type(6) .quote {
        width: min(100%, clamp(560px, calc(1160px * var(--home-fluid-scale)), 1160px));
        max-width: clamp(560px, calc(1160px * var(--home-fluid-scale)), 1160px);
        margin: 0 auto;
    }

    body.home main .section:nth-of-type(6) .quote__text {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(22px, calc(42px * var(--home-fluid-scale)), 42px);
        line-height: 1.25;
        font-weight: 500;
        letter-spacing: 0;
        color: #0f2342;
        width: 100%;
        max-width: clamp(560px, calc(1160px * var(--home-fluid-scale)), 1160px);
        margin: 0 auto clamp(8px, calc(18px * var(--home-fluid-scale)), 18px);
        text-wrap: balance;
    }

    body.home main .section:nth-of-type(6) .quote__source {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(14px, calc(26px * var(--home-fluid-scale)), 26px);
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0;
        color: #2f4666;
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    }

    body.home main .section:nth-of-type(6) .quote__logo {
        width: clamp(38px, calc(74px * var(--home-fluid-scale)), 74px);
        opacity: 0.62;
    }

    body.home main .section:nth-of-type(6) .guides__title {
        font-size: clamp(12px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1.2;
    }
}
/* ========================================
   HOME LOW-HEIGHT DESKTOP ADAPTATION
   Keeps 1366x768 visually aligned with the desktop reference.
======================================== */

@media (min-width: 1024px) and (max-width: 1535px) and (max-height: 620px) and (max-resolution: 2.1dppx) {
    body.home {
        --home-prop-scale: 0.8;
        --home-fluid-base: min(calc(100vw / 1536px), calc(100vh / 920px));
        --home-fluid-scale: clamp(0.62, calc(var(--home-fluid-base) * var(--home-prop-scale)), 0.8);
        --home-inline-pad: clamp(20px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(28px, calc(56px * var(--home-fluid-scale)), 56px);
    }

    body.home main .section:nth-of-type(2) .guarantee__content {
        padding-right: clamp(120px, calc(250px * var(--home-fluid-scale)), 250px);
    }
}
@media (min-width: 760px) and (max-width: 2200px) {
body.home main .section:nth-of-type(1) .hero__text,
    body.home main .section:nth-of-type(2) .guarantee__text,
    body.home main .section:nth-of-type(3) .step__text,
    body.home main .section:nth-of-type(4) .step__intro,
    body.home main .section:nth-of-type(4) .feature__text,
    body.home main .section:nth-of-type(5) .step__text,
    body.home main .section:nth-of-type(6) .research__subtitle {
        line-height: 1.24;
    
}
body.home main .section:nth-of-type(6) .quote__text {
        line-height: 1.22;
    
}


}
/* ========================================
   HOME SECOND CARD MICRO-TUNE (760px - 900px)
   Keeps paragraph proportion and button scale aligned with the reference.
======================================== */

@media (min-width: 760px) and (max-width: 900px) {
    body.home main .section:nth-of-type(2) .guarantee__content {
        padding-right: 118px;
    }

    body.home main .section:nth-of-type(2) .guarantee__text {
        font-size: clamp(15px, calc(29px * var(--home-fluid-scale)), 18px);
        line-height: 1.28;
    }

    body.home main .section:nth-of-type(2) .btn--bordered {
        font-size: clamp(15px, calc(26px * var(--home-fluid-scale)), 24px);
        padding: clamp(8px, calc(14px * var(--home-fluid-scale)), 14px) clamp(12px, calc(22px * var(--home-fluid-scale)), 22px);
    }

    body.home main .section:nth-of-type(4) .step__title {
        letter-spacing: 0.01em;
    }
}
/* ========================================
   BUTTONS
======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s;
}
@media (min-width: 768px) {
.footer--fullwidth {
        margin-bottom: -32px;
        padding-bottom: 72px;
    
}


}
@media (min-width: 1024px) {
.footer--fullwidth {
        margin-bottom: -40px;
        padding-bottom: 80px;
    
}


}
@media (min-width: 768px) {
.footer--fullwidth .footer__container--home {
        padding: 0 40px;
    
}


}
@media (min-width: 1024px) {
.footer--fullwidth .footer__container--home {
        padding: 0 64px;
    
}


}
@media (min-width: 1360px) {
body.home .footer--home .footer__signup {
        transform: translateX(clamp(34px, 3vw, 64px));
    
}


}
@media (min-width: 1024px) and (max-width: 1279px) {
body.home .footer--home .footer__container--home {
        gap: 44px;
    
}
body.home .footer--home .footer__right {
        padding-right: 90px;
        min-height: 158px;
    
}
body.home .footer--home .footer__signup {
        max-width: 700px;
        margin-left: 0;
        transform: none;
    
}
body.home .footer--home .footer__form {
        max-width: 700px;
        gap: 10px;
    
}
body.home .footer--home .footer__submit {
        padding: 0 22px;
        font-size: 18px;
    
}
body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-size: 18px;
    
}
body.home .footer--home .footer__crest {
        width: 110px;
        right: 10px;
        top: 90px;
    
}


}
@media (min-width: 1280px) and (max-width: 1359px) {
body.home .footer--home .footer__signup {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
        margin-left: auto;
        transform: translateX(clamp(8px, calc((100vw - 1280px) * 0.33), 34px));
    
}
body.home .footer--home .footer__form {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
    
}


}
@media (min-width: 768px) and (max-width: 1023px) {
body.home .footer--home {
        padding: 34px 0 38px;
    
}
body.home .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 26px;
    
}
body.home .footer--home .footer__left {
        min-width: 0;
    
}
body.home .footer--home .footer__right {
        position: relative;
        min-height: 148px;
        padding-right: 108px;
        text-align: left;
    
}
body.home .footer--home .footer__signup {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
    
}
body.home .footer--home .footer__form {
        max-width: 470px;
        margin: 0 0 12px auto;
        gap: 10px;
    
}
body.home .footer--home .footer__input {
        height: 52px;
        font-size: 14px;
    
}
body.home .footer--home .footer__submit {
        height: 52px;
        padding: 0 18px;
        font-size: 17px;
    
}
body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-size: 14px;
        line-height: 1.2;
    
}
body.home .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 98px;
    
}


}
@media (max-width: 767px) {
body.home {
        padding-top: 56px;
        font-size: 14px;
        --home-mobile-p-size: clamp(14px, 6vw, 20px);
        --home-mobile-p-lh: 1.18;
        --home-mobile-card-padding: 20px 16px 24px;
    
}
body.home .navbar__container {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 30px;
        gap: 4px;
    
}
body.home .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body.home .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body.home .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.home .main {
        padding: 8px;
    
}
body.home .section {
        margin-bottom: 10px;
    
}
body.home .card {
        padding: var(--home-mobile-card-padding);
        border: 1px solid #a7a7a7;
        border-radius: 0 !important;
        background-color: #ffffff;
        box-shadow: none;
    
}
body.home .card--guarantee {
        padding: var(--home-mobile-card-padding);
        border-radius: 0 !important;
    
}
body.home .card--step {
        padding: 44px 16px 24px;
        border-radius: 0 !important;
    
}
body.home main .section:first-of-type .card {
        padding-bottom: 0;
    
}
body.home .main > .section:last-of-type .card {
        border-radius: 0 !important;
    
}
/* Home mobile - first card alignment must match reference */
    body.home main .section:first-of-type .hero {
        align-items: flex-start;
        gap: 10px;
    
}
body.home main .section:first-of-type .hero__image {
        order: 1;
        width: 100%;
        align-items: flex-start;
        margin-bottom: 2px;
    
}
body.home main .section:first-of-type .hero__content {
        order: 2;
        width: 100%;
    
}
body.home main .section:first-of-type .hero__title {
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 16px;
        max-width: none;
    
}
body.home main .section:first-of-type .hero__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        color: #1f1f1f;
        max-width: none;
    
}
body.home main .section:first-of-type .hero__image-wrapper {
        width: clamp(120px, 36vw, 170px);
        height: auto;
        aspect-ratio: auto;
        background: none;
        margin: 0;
    
}
body.home main .section:first-of-type .hero__image-wrapper img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 0;
    
}
body.home main .section:first-of-type .hero__title .underline {
        background: linear-gradient(to top, #c1c2c2 18%, transparent 22%);
    
}
body.home main .section:first-of-type .hero__title-line--desktop,
    body.home main .section:first-of-type .hero__text-line--desktop,
    body.home main .section:first-of-type .hero__break--desktop {
        display: none;
    
}
body.home main .section:first-of-type .hero__title-line--mobile,
    body.home main .section:first-of-type .hero__text-line--mobile {
        display: block;
    
}
body.home main .section:first-of-type .hero__lenders {
        margin-top: 22px;
        border-top: 0;
        padding-top: 0;
    
}
body.home main .section:first-of-type .hero__lenders-title {
        font-size: clamp(11px, 3.4vw, 14px);
        line-height: 1.3;
        color: #2f2f2f;
        margin-bottom: 12px;
    
}
body.home main .section:first-of-type .hero__lenders-logos {
        border-top: 1px solid #a7a7a7;
        padding: 18px 16px 18px;
        margin-left: -16px;
        margin-right: -16px;
        width: auto;
        box-sizing: border-box;
        gap: 12px;
    
}
body.home main .section:first-of-type .hero__lenders-logos img {
        height: clamp(24px, 8vw, 36px);
    
}
body.home main .section:nth-of-type(2) .guarantee {
        gap: 0;
        padding-right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__content {
        padding-right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__title {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 14px;
        max-width: none;
        margin-right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        color: #1f1f1f;
        margin-bottom: 18px;
        max-width: none;
    
}
body.home main .section:nth-of-type(2) .guarantee__title-line--desktop,
    body.home main .section:nth-of-type(2) .guarantee__text-line--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(2) .guarantee__title-line--mobile,
    body.home main .section:nth-of-type(2) .guarantee__text-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(2) .btn--bordered {
        font-size: clamp(12px, 3.9vw, 16px);
        font-weight: 500;
        letter-spacing: 0.04em;
        padding: clamp(8px, 2.2vw, 11px) clamp(12px, 4vw, 16px);
        color: #707070;
        border-color: #c7c7c7;
    
}
body.home main .section:nth-of-type(2) .guarantee__badge {
        top: 0;
        right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__badge img {
        width: clamp(78px, 30vw, 104px);
        transform: scaleY(0.94);
        transform-origin: top center;
    
}
body.home .step__label {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(10px, 2.7vw, 12px);
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #111;
        background-color: #d8d8d8;
        border: 1px solid #8f8f8f;
        padding: 6px 10px;
    
}
body.home .step__title {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: none;
    
}
body.home .step__subtitle {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
        font-weight: 600;
    
}
body.home .step__text,
    body.home .step__intro,
    body.home .feature__text {
        font-family: inherit;
        font-size: clamp(16px, 5.1vw, 22px);
        line-height: 1.24;
        color: #1f1f1f;
        max-width: 12.4em;
        margin-left: auto;
        margin-right: auto;
    
}
body.home .step__text em {
        font-style: normal;
        color: inherit;
    
}
body.home main .section:nth-of-type(3) .step-one__subtitle-line--desktop,
    body.home main .section:nth-of-type(3) .step-one__text-line--desktop,
    body.home main .section:nth-of-type(3) .step-one__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(3) .step-one__subtitle-line--mobile,
    body.home main .section:nth-of-type(3) .step-one__text-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(3) .step__title,
    body.home main .section:nth-of-type(3) .step__subtitle {
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
    
}
body.home main .section:nth-of-type(3) .step__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        max-width: none;
    
}
body.home main .section:nth-of-type(4) .step-two__intro-line--desktop,
    body.home main .section:nth-of-type(4) .step-two__feature-line--desktop,
    body.home main .section:nth-of-type(4) .step-two__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(4) .step-two__intro-line--mobile,
    body.home main .section:nth-of-type(4) .step-two__feature-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(4) .step__title {
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
    
}
body.home main .section:nth-of-type(4) .step__intro,
    body.home main .section:nth-of-type(4) .feature__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        max-width: none;
    
}
body.home main .section:nth-of-type(5) .step-three__text-line--desktop,
    body.home main .section:nth-of-type(5) .step-three__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(5) .step-three__text-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(5) .step__title,
    body.home main .section:nth-of-type(5) .step__subtitle {
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
    
}
body.home main .section:nth-of-type(5) .step__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        max-width: none;
    
}
body.home .feature__title {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
        font-weight: 600;
        color: #111;
    
}
body.home main .section:nth-of-type(3) .upload-box {
        width: min(100%, 340px);
        height: 156px;
        background-color: #e4e4e4;
        border-radius: 0;
        gap: 10px;
    
}
body.home main .section:nth-of-type(3) .upload-box::before {
        border: 2px dashed #c8c8c8;
        border-radius: 0;
    
}
body.home main .section:nth-of-type(3) .upload-box__icon {
        width: 38px;
        height: 38px;
        color: #7c7c7c;
    
}
body.home main .section:nth-of-type(3) .upload-box__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(12px, 4vw, 16px);
        font-weight: 400;
        color: #8a8a8a;
    
}
body.home main .section:nth-of-type(3) .step__faq-link {
        margin-top: 10px;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(12px, 3.8vw, 14px);
        line-height: 1.2;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    
}
body.home main .section:nth-of-type(5) .step__tagline {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(15px, 4.6vw, 20px);
        line-height: 1.24;
        font-weight: 600;
    
}
body.home main .section:nth-of-type(5) .step__tagline em {
        font-style: normal;
        font-weight: 650;
    
}
body.home main .section:nth-of-type(5) .step__seal {
        margin-left: -16px;
        margin-right: -16px;
        padding: 10px 16px;
        margin-bottom: 14px;
    
}
body.home main .section:nth-of-type(5) .step__seal-line {
        background-color: #333;
        height: 28px;
    
}
body.home main .section:nth-of-type(5) .step__seal-img {
        width: clamp(86px, 29vw, 120px);
    
}
body.home .research {
        padding: 0 16px;
    
}
body.home main .section:nth-of-type(6) .research__title-line--desktop,
    body.home main .section:nth-of-type(6) .research__subtitle-line--desktop,
    body.home main .section:nth-of-type(6) .research__quote-line--desktop,
    body.home main .section:nth-of-type(6) .research__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(6) .research__title-line--mobile,
    body.home main .section:nth-of-type(6) .research__subtitle-line--mobile,
    body.home main .section:nth-of-type(6) .research__quote-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(6) .research__house {
        width: clamp(108px, 35vw, 170px);
        margin: 0 auto 14px;
    
}
body.home main .section:nth-of-type(6) .research__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(17px, 5.2vw, 24px);
        line-height: 1.12;
        font-weight: 700;
        color: #0f2342;
        max-width: 100%;
        margin: 0 auto 10px;
    
}
body.home main .section:nth-of-type(6) .research__title-line--mobile {
        white-space: nowrap;
    
}
body.home main .section:nth-of-type(6) .research__subtitle {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(10px, 2.8vw, 12px);
        line-height: 1.28;
        color: #2f4666;
        max-width: 286px;
        margin: 0 auto 12px;
    
}
body.home main .section:nth-of-type(6) .research__divider {
        margin: 18px auto;
        max-width: 86%;
        background-color: #d4ddeb;
    
}
body.home main .section:nth-of-type(6) .research__quotes {
        gap: 24px;
    
}
body.home main .section:nth-of-type(6) .quote {
        width: 100%;
        max-width: 338px;
        margin: 0 auto;
    
}
body.home main .section:nth-of-type(6) .quote__text {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(13px, 3.9vw, 17px);
        line-height: 1.2;
        font-weight: 500;
        color: #0f2342;
        margin-bottom: 6px;
        text-wrap: balance;
    
}
body.home main .section:nth-of-type(6) .quote__source {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(9px, 2.6vw, 11px);
        line-height: 1.18;
        font-weight: 500;
        color: #2f4666;
        margin-bottom: 6px;
    
}
body.home main .section:nth-of-type(6) .quote__logo {
        width: clamp(30px, 9.4vw, 38px);
        opacity: 0.62;
    
}
body.home main .section:nth-of-type(6) .guides__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(11px, 3vw, 13px);
        line-height: 1.2;
        color: #111;
    
}
body.home main .section:nth-of-type(6) .guides__links {
        font-size: clamp(8px, 2.3vw, 9.5px);
        color: #666;
    
}
body.home .footer--home {
        padding: 24px 0 26px;
    
}
body.home .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.home .footer--home .footer__left,
    body.home .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.home .footer--home .footer__right {
        position: relative;
        padding-right: 0;
        min-height: 0;
        text-align: left;
    
}
body.home .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    
}
body.home .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    
}
body.home .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    
}
body.home .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    
}
body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.home .footer--home .footer__crest {
        position: static;
        width: 84px;
        margin: 10px 0 0 auto;
    
}


}
/* ========================================
   HOME FOOTER PROPORTIONAL SCALING (760px+)
   Keeps footer under the same scale system used by the rest of Home.
======================================== */

@media (min-width: 760px) and (max-width: 2200px) {
    body.home .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: clamp(24px, calc(44px * var(--home-fluid-scale)), 44px) 0 clamp(26px, calc(46px * var(--home-fluid-scale)), 46px);
    }

    body.home .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    }

    body.home .footer--home .footer__nav {
        gap: clamp(3px, calc(8px * var(--home-fluid-scale)), 8px);
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    }

    body.home .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(17px * var(--home-fluid-scale)), 17px);
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body.home .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(16px * var(--home-fluid-scale)), 16px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body.home .footer--home .footer__signup {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        min-width: 0;
        margin-left: auto;
        transform: none;
    }

    body.home .footer--home .footer__form {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        display: flex;
        align-items: stretch;
        gap: clamp(8px, calc(14px * var(--home-fluid-scale)), 14px);
        margin: 0 0 clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    }

    body.home .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(12px, calc(18px * var(--home-fluid-scale)), 18px);
        border: 2px solid #4d4d4f;
        font-size: clamp(14px, calc(18px * var(--home-fluid-scale)), 18px);
    }

    body.home .footer--home .footer__submit {
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(16px, calc(26px * var(--home-fluid-scale)), 26px);
        font-size: clamp(16px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    }

    body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(14px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1.16;
        font-weight: 700;
        margin-bottom: clamp(2px, calc(4px * var(--home-fluid-scale)), 4px);
    }
}
@media (min-width: 760px) and (max-width: 1023px) {
body.home .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: clamp(18px, calc(26px * var(--home-fluid-scale)), 26px);
    
}
body.home .footer--home .footer__right {
        position: relative;
        min-height: clamp(108px, calc(148px * var(--home-fluid-scale)), 148px);
        padding-right: clamp(74px, calc(108px * var(--home-fluid-scale)), 108px);
        text-align: left;
    
}
body.home .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: clamp(84px, calc(98px * var(--home-fluid-scale)), 98px);
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    
}


}
@media (min-width: 1024px) and (max-width: 2200px) {
body.home .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(40px, calc(72px * var(--home-fluid-scale)), 72px);
    
}
body.home .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.home .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(72px, calc(130px * var(--home-fluid-scale)), 130px);
        min-height: clamp(126px, calc(170px * var(--home-fluid-scale)), 170px);
        text-align: left;
    
}
body.home .footer--home .footer__signup {
        transform: translateX(clamp(0px, calc((var(--home-fluid-scale) - 0.62) * 220px), 64px));
    
}
body.home .footer--home .footer__crest {
        width: clamp(98px, calc(138px * var(--home-fluid-scale)), 138px);
        position: absolute;
        right: clamp(10px, calc(28px * var(--home-fluid-scale)), 28px);
        top: clamp(58px, calc(84px * var(--home-fluid-scale)), 84px);
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    
}


}
/* ========================================
   RESEARCH PAGE - HEADER
======================================== */

.research-header {
    padding: 24px 16px;
}
@media (max-width: 767px) {
.research-header__subtitle-line--desktop,
    .research-header__subtitle-break--desktop {
        display: none;
    
}
.research-header__subtitle-line--mobile {
        display: block;
    
}


}
/* Research footer should use Home/Get-Started desktop scale */
@media (min-width: 1024px) {
    body.is-research-context .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: clamp(24px, calc(44px * var(--home-fluid-scale)), 44px) 0 clamp(26px, calc(46px * var(--home-fluid-scale)), 46px);
    }

    body.is-research-context .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(40px, calc(72px * var(--home-fluid-scale)), 72px);
    }

    body.is-research-context .footer--home .footer__left {
        flex: 0 0 42%;
    }

    body.is-research-context .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    }

    body.is-research-context .footer--home .footer__nav {
        gap: clamp(3px, calc(8px * var(--home-fluid-scale)), 8px);
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    }

    body.is-research-context .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(17px * var(--home-fluid-scale)), 17px);
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body.is-research-context .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(16px * var(--home-fluid-scale)), 16px);
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body.is-research-context .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(72px, calc(130px * var(--home-fluid-scale)), 130px);
        min-height: clamp(126px, calc(170px * var(--home-fluid-scale)), 170px);
        text-align: left;
    }

    body.is-research-context .footer--home .footer__signup {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        min-width: 0;
        margin-left: auto;
        transform: none;
    }

    body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        display: flex;
        align-items: stretch;
        gap: clamp(8px, calc(14px * var(--home-fluid-scale)), 14px);
        margin: 0 0 clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    }

    body.is-research-context .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(12px, calc(18px * var(--home-fluid-scale)), 18px);
        border: 2px solid #4d4d4f;
        font-size: clamp(14px, calc(18px * var(--home-fluid-scale)), 18px);
    }

    body.is-research-context .footer--home .footer__input::placeholder {
        color: #b4b4b4;
    }

    body.is-research-context .footer--home .footer__submit {
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(16px, calc(26px * var(--home-fluid-scale)), 26px);
        font-size: clamp(16px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    }

    body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(14px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1.16;
        font-weight: 700;
        margin-bottom: clamp(2px, calc(4px * var(--home-fluid-scale)), 4px);
    }

    body.is-research-context .footer--home .footer__crest {
        width: clamp(84px, calc(138px * var(--home-fluid-scale)), 138px);
        height: auto;
        display: block;
        position: absolute;
        right: clamp(10px, calc(28px * var(--home-fluid-scale)), 28px);
        top: auto;
        bottom: 0;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
    }
}
@media (min-width: 1360px) {
body.is-research-context .footer--home .footer__signup {
        transform: translateX(clamp(0px, calc((var(--home-fluid-scale) - 0.62) * 220px), 64px));
    
}


}
@media (min-width: 1024px) and (max-width: 1279px) {
body.is-research-context .footer--home .footer__container--home {
        gap: clamp(32px, calc(44px * var(--home-fluid-scale)), 44px);
    
}
body.is-research-context .footer--home .footer__right {
        padding-right: clamp(70px, calc(90px * var(--home-fluid-scale)), 90px);
        min-height: clamp(126px, calc(158px * var(--home-fluid-scale)), 158px);
    
}
body.is-research-context .footer--home .footer__signup {
        max-width: clamp(560px, calc(700px * var(--home-fluid-scale)), 700px);
        margin-left: 0;
        transform: none;
    
}
body.is-research-context .footer--home .footer__form {
        max-width: clamp(560px, calc(700px * var(--home-fluid-scale)), 700px);
        gap: clamp(8px, calc(10px * var(--home-fluid-scale)), 10px);
    
}
body.is-research-context .footer--home .footer__submit {
        padding: 0 clamp(16px, calc(22px * var(--home-fluid-scale)), 22px);
        font-size: clamp(15px, calc(18px * var(--home-fluid-scale)), 18px);
    
}
body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-size: clamp(15px, calc(18px * var(--home-fluid-scale)), 18px);
    
}
body.is-research-context .footer--home .footer__crest {
        width: clamp(92px, calc(110px * var(--home-fluid-scale)), 110px);
        right: 10px;
        top: auto;
        bottom: 0;
    
}


}
@media (max-width: 767px) {
body.is-research-context .footer--home {
        padding: 32px 0 34px;
    
}
body.is-research-context .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 24px;
    
}
body.is-research-context .footer--home .footer__left,
    body.is-research-context .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.is-research-context .footer--home .footer__right {
        position: relative;
        min-height: 160px;
        padding-right: 0;
        text-align: left;
    
}
body.is-research-context .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    
}
body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    
}
body.is-research-context .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    
}
body.is-research-context .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    
}
body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.15;
        margin-bottom: 4px;
    
}
body.is-research-context .footer--home .footer__crest {
        width: 84px;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
        margin: 0;
    
}


}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1023px) {
body.is-research-context .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 22px;
    
}
body.is-research-context .footer--home .footer__left {
        min-width: 0;
    
}
body.is-research-context .footer--home .footer__right {
        position: relative;
        min-height: 126px;
        padding-right: 86px;
        text-align: left;
    
}
body.is-research-context .footer--home .footer__signup {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        transform: none;
    
}
body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px auto;
        gap: 8px;
    
}
body.is-research-context .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
    
}
body.is-research-context .footer--home .footer__submit {
        height: 46px;
        min-width: 68px;
    
}
body.is-research-context .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
        width: 78px;
        height: auto;
        margin: 0;
    
}


}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
body.is-research-context .footer--home .footer__right {
        min-height: 118px;
        padding-right: 96px;
    
}
body.is-research-context .footer--home .footer__form {
        margin-bottom: 8px;
    
}
body.is-research-context .footer--home .footer__input {
        height: 42px;
        padding: 0 10px;
        font-size: 13px;
    
}
body.is-research-context .footer--home .footer__submit {
        height: 42px;
        padding: 0 12px;
        font-size: 15px;
    
}
body.is-research-context .footer--home .footer__crest {
        width: 72px;
        right: 0;
        bottom: 0;
        left: auto;
        margin: 0;
    
}


}
@media (min-width: 768px) {
.footer--research {
        margin-bottom: -20px;
    
}
.footer--research .footer__container {
        padding-left: 20px;
        padding-right: 20px;
    
}


}
@media (min-width: 1024px) {
.footer--research {
        margin-bottom: -24px;
    
}
.footer--research .footer__container {
        padding-left: 24px;
        padding-right: 24px;
    
}


}
@media (min-width: 768px) {
body.tag .research-header {
        padding-bottom: 10px;
    
}


}
@media (min-width: 1024px) {
body.tag .research-header {
        padding-bottom: 12px;
    
}


}
@media (min-width: 768px) {
.research-header__label {
        font-size: 11px;
    
}


}
@media (min-width: 1024px) {
.research-header__label {
        font-size: 12px;
        margin-bottom: 10px;
    
}


}
@media (min-width: 768px) {
.counter-offer__title {
        font-size: 32px;
    
}
.counter-offer__docs {
        width: 140px;
    
}
.counter-offer__btn {
        padding: 16px 28px;
        font-size: 14px;
    
}
.counter-offer__text {
        font-size: 20px;
    
}


}
@media (min-width: 1024px) {
.counter-offer__title {
        font-size: 36px;
        margin-bottom: 32px;
    
}
.counter-offer__docs {
        width: 160px;
    
}
.counter-offer__btn {
        padding: 14px 20px;
        font-size: 14px;
    
}
.counter-offer__text {
        font-size: 22px;
        margin-bottom: 40px;
    
}


}
@media (min-width: 768px) {
.thank-you {
        padding: 60px 40px;
    
}
.thank-you__title {
        font-size: 40px;
    
}
.thank-you__subtitle {
        font-size: 20px;
    
}
.thank-you__content p {
        font-size: 16px;
    
}
.thank-you__actions {
        flex-direction: row;
        justify-content: center;
        max-width: none;
    
}


}
@media (min-width: 768px) {
.error-page {
        padding: 60px 40px;
    
}
.error-page__code {
        font-size: 140px;
    
}
.error-page__title {
        font-size: 36px;
    
}
.error-page__subtitle {
        font-size: 18px;
    
}
.error-page__actions {
        flex-direction: row;
        justify-content: center;
        max-width: none;
    
}


}
@media (min-width: 768px) {
.about-page {
        display: flex;
        gap: 40px;
        padding: 40px;
    
}
.about-toc {
        flex-shrink: 0;
        width: 220px;
        position: sticky;
        top: 90px;
        align-self: flex-start;
        margin-bottom: 0;
        order: 2;
    
}
.about-main {
        flex: 1;
        order: 1;
    
}
.about-section__title {
        font-size: 26px;
    
}
.about-section p {
        font-size: 16px;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-get-started {
        --home-prop-scale: 0.88;
        --home-fluid-scale: min(calc((100vw / 1536px) * var(--home-prop-scale)), 0.88);
        --home-inline-pad: clamp(24px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(32px, calc(56px * var(--home-fluid-scale)), 56px);
        padding-top: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
        font-size: 15px;
    
}
body.is-research-context {
        --home-prop-scale: 0.88;
        --home-fluid-scale: min(calc((100vw / 1536px) * var(--home-prop-scale)), 0.88);
        --home-inline-pad: clamp(24px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(32px, calc(56px * var(--home-fluid-scale)), 56px);
        padding-top: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__container {
        max-width: calc(1500px * var(--home-fluid-scale));
        height: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
        padding: 0 var(--home-inline-pad);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__brand {
        margin-left: var(--home-card-inline-pad);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__brand img {
        height: clamp(10px, calc(24px * var(--home-fluid-scale)), 24px);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__logo {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__logo img {
        height: clamp(28px, calc(72px * var(--home-fluid-scale)), 72px);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__nav {
        display: block;
        margin-right: var(--home-card-inline-pad);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__menu-btn {
        display: none;
    
}
body:is(.page-template-page-get-started, .is-research-context) .mobile-menu {
        display: none !important;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__nav-list {
        gap: clamp(14px, calc(22px * var(--home-fluid-scale)), 22px);
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__nav-link {
        font-family: 'EB Garamond', Georgia, serif;
        font-size: clamp(12px, calc(22px * var(--home-fluid-scale)), 22px);
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #111;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__nav-arrow img {
        height: clamp(12px, calc(19px * var(--home-fluid-scale)), 19px);
    
}
body.page-template-page-get-started .main {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(20px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    
}
body.page-template-page-get-started .section {
        margin-bottom: clamp(20px, calc(30px * var(--home-fluid-scale)), 30px);
    
}


}
@media (min-width: 1024px) and (max-width: 1535px) and (max-height: 620px) and (max-resolution: 2.1dppx) {
body.page-template-page-get-started {
        --home-prop-scale: 0.8;
        --home-fluid-base: min(calc(100vw / 1536px), calc(100vh / 920px));
        --home-fluid-scale: clamp(0.62, calc(var(--home-fluid-base) * var(--home-prop-scale)), 0.8);
        --home-inline-pad: clamp(20px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(28px, calc(56px * var(--home-fluid-scale)), 56px);
    
}
body.is-research-context {
        --home-prop-scale: 0.8;
        --home-fluid-base: min(calc(100vw / 1536px), calc(100vh / 920px));
        --home-fluid-scale: clamp(0.62, calc(var(--home-fluid-base) * var(--home-prop-scale)), 0.8);
        --home-card-inline-pad: clamp(28px, calc(56px * var(--home-fluid-scale)), 56px);
    
}


}
@media (min-width: 1024px) {
body.page-template-page-get-started .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: 44px 0 46px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 72px;
    
}
body.page-template-page-get-started .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.page-template-page-get-started .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 16px;
    
}
body.page-template-page-get-started .footer--home .footer__nav {
        gap: 8px;
        margin-bottom: 16px;
    
}
body.page-template-page-get-started .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 17px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-get-started .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(92px, 9vw, 130px);
        min-height: 170px;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: 820px;
        min-width: 0;
        margin-left: auto;
        transform: translateX(0);
    
}
body.page-template-page-get-started .footer--home .footer__form {
        width: 100%;
        max-width: 820px;
        display: flex;
        align-items: stretch;
        gap: 14px;
        margin: 0 0 16px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 62px;
        padding: 0 18px;
        border: 2px solid #4d4d4f;
        font-size: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__input::placeholder {
        color: #b4b4b4;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 62px;
        padding: 0 26px;
        font-size: 20px;
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 4px;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        width: clamp(98px, 9.2vw, 138px);
        position: absolute;
        right: clamp(14px, 1.8vw, 28px);
        top: 84px;
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
    
}


}
@media (min-width: 1360px) {
body.page-template-page-get-started .footer--home .footer__signup {
        transform: translateX(clamp(34px, 3vw, 64px));
    
}


}
@media (min-width: 1024px) and (max-width: 1279px) {
body.page-template-page-get-started .footer--home .footer__container--home {
        gap: 44px;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        padding-right: 90px;
        min-height: 158px;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        max-width: 700px;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        max-width: 700px;
        gap: 10px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        padding: 0 22px;
        font-size: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        width: 110px;
        right: 10px;
        top: 90px;
    
}


}
@media (min-width: 1280px) and (max-width: 1359px) {
body.page-template-page-get-started .footer--home .footer__signup {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
        margin-left: auto;
        transform: translateX(clamp(8px, calc((100vw - 1280px) * 0.33), 34px));
    
}
body.page-template-page-get-started .footer--home .footer__form {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
    
}


}
@media (min-width: 768px) and (max-width: 1023px) {
body.page-template-page-get-started .footer--home {
        padding: 34px 0 38px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 26px;
    
}
body.page-template-page-get-started .footer--home .footer__left {
        min-width: 0;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        position: relative;
        min-height: 148px;
        padding-right: 108px;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        max-width: 470px;
        margin: 0 0 12px auto;
        gap: 10px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        height: 52px;
        font-size: 14px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 52px;
        padding: 0 18px;
        font-size: 17px;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 14px;
        line-height: 1.2;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 98px;
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started {
        padding-top: 56px;
        font-size: 14px;
        --home-mobile-card-padding: 20px 16px 24px;
    
}
body.is-research-context {
        padding-top: 56px;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__container {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 30px;
        gap: 4px;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.page-template-page-get-started .main {
        padding: 8px;
    
}
body.page-template-page-get-started .section {
        margin-bottom: 10px;
    
}
body.page-template-page-get-started .card {
        padding: var(--home-mobile-card-padding);
        border: 1px solid #a7a7a7;
        border-radius: 0 !important;
        background-color: #ffffff;
        box-shadow: none;
    
}
body.page-template-page-get-started .card--step {
        padding: 44px 16px 24px;
    
}
body.page-template-page-get-started .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__left,
    body.page-template-page-get-started .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        position: relative;
        min-height: 112px;
        padding-right: 118px;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: 100%;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px;
        gap: 8px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 46px;
        padding: 0 14px;
        font-size: 16px;
        flex: 0 0 auto;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 12px;
        line-height: 1.2;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 96px;
        top: auto;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-get-started .guarantee--getstarted .guarantee__title,
    body.page-template-page-get-started .step__title,
    body.page-template-page-get-started .new-offer__title,
    body.page-template-page-get-started .schedule-call__title {
        font-size: clamp(25px, calc(54px * var(--home-fluid-scale)), 54px);
        line-height: 1.04;
    
}
body.page-template-page-get-started .step__subtitle {
        font-size: clamp(22px, calc(44px * var(--home-fluid-scale)), 44px);
        line-height: 1.14;
    
}
body.page-template-page-get-started .guarantee--getstarted .guarantee__text,
    body.page-template-page-get-started .step__text,
    body.page-template-page-get-started .step__intro,
    body.page-template-page-get-started .feature__text,
    body.page-template-page-get-started .new-offer__subtitle,
    body.page-template-page-get-started .schedule-call__subtitle {
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.24;
    
}
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__title {
        font-size: clamp(32px, calc(62px * var(--home-fluid-scale)), 62px);
        line-height: 1.1;
    
}
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__text {
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.24;
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started #counter-offer .step__subtitle {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(24px, 7vw, 36px);
        line-height: 1.1;
        font-weight: 600;
    
}
body.page-template-page-get-started #counter-offer .step__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        color: #1f1f1f;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders {
        margin-top: 0;
        width: 100%;
        border-top: 1px solid #a7a7a7;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos {
        padding: 18px 16px 18px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        gap: 12px;
    
}
body.page-template-page-get-started #counter-offer .card__inner--counter-offer {
        padding: 44px 16px 22px;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos img {
        height: clamp(24px, 8vw, 36px);
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--prmg {
        order: 1;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--rocket {
        order: 2;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--freedom {
        order: 3;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--pennymac {
        order: 4;
    
}


}
@media (min-width: 768px) and (max-width: 2200px) {
body.page-template-page-get-started #counter-offer .step__subtitle {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(32px, calc(62px * var(--home-fluid-scale)), 62px);
        line-height: 1.1;
        font-weight: 600;
    
}
body.page-template-page-get-started #counter-offer .step__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.24;
        color: #1f1f1f;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders {
        --gs-counter-inline-pad: clamp(26px, calc(56px * var(--home-fluid-scale)), 56px);
        margin-top: 0;
        width: 100%;
        border-top: 1px solid #a7a7a7;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos {
        padding: clamp(16px, calc(28px * var(--home-fluid-scale)), 28px) var(--gs-counter-inline-pad) clamp(16px, calc(30px * var(--home-fluid-scale)), 30px);
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        gap: clamp(16px, calc(28px * var(--home-fluid-scale)), 28px);
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos img {
        height: clamp(40px, calc(82px * var(--home-fluid-scale)), 82px);
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos img.hide-mobile {
        display: block;
        height: clamp(58px, calc(115px * var(--home-fluid-scale)), 115px);
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--prmg {
        order: 1;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--freedom {
        order: 2;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--rocket {
        order: 3;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--pennymac {
        order: 4;
    
}
body.page-template-page-get-started #counter-offer .card__inner--counter-offer {
        --gs-counter-inline-pad: clamp(26px, calc(56px * var(--home-fluid-scale)), 56px);
        padding: clamp(32px, calc(86px * var(--home-fluid-scale)), 86px) var(--gs-counter-inline-pad) clamp(32px, calc(94px * var(--home-fluid-scale)), 94px);
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started .card--step .step__label {
        font-size: clamp(10px, 2.7vw, 12px);
        padding: 6px 10px;
        top: -1px;
        transform: translateX(-50%);
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-get-started .card--step .step__label {
        top: 0;
        transform: translate(-50%, 0);
        font-size: clamp(13px, calc(26px * var(--home-fluid-scale)), 26px);
        padding: clamp(6px, calc(12px * var(--home-fluid-scale)), 12px) clamp(9px, calc(18px * var(--home-fluid-scale)), 18px);
    
}


}
@media (min-width: 768px) {
.gs-break-desktop {
        display: block;
    
}


}
@media (min-width: 1024px) {
body.page-template-page-get-started .guarantee--getstarted .guarantee__buttons {
        flex-wrap: nowrap;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-get-started .guarantee--getstarted .guarantee__badge {
        top: -1px;
        right: clamp(20px, calc(58px * var(--home-fluid-scale)), 58px);
        transform: none;
    
}
body.page-template-page-get-started .guarantee--getstarted .guarantee__badge img {
        width: clamp(100px, calc(214px * var(--home-fluid-scale)), 214px);
        height: calc(clamp(100px, calc(214px * var(--home-fluid-scale)), 214px) * 333 / 214);
        max-width: none;
        max-height: none;
        object-fit: contain;
        transform: none;
        transform-origin: top center;
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__content {
        padding-right: 0;
    
}
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--desktop,
    body.page-template-page-get-started .section:first-of-type .guarantee__text-line--desktop,
    body.page-template-page-get-started .section:first-of-type .gs-break-desktop {
        display: none;
    
}
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--mobile,
    body.page-template-page-get-started .section:first-of-type .guarantee__text-line--mobile {
        display: block;
    
}


}
@media (min-width: 768px) {
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--desktop,
    body.page-template-page-get-started .section:first-of-type .guarantee__text-line--desktop {
        white-space: nowrap;
    
}


}
/* 2) Match step-card inner spacing with Home (desktop fluid scale) */
@media (min-width: 760px) and (max-width: 2200px) {
    body.page-template-page-get-started .section:nth-of-type(3) .card--step,
    body.page-template-page-get-started .section:nth-of-type(4) .card--step {
        padding: clamp(36px, calc(88px * var(--home-fluid-scale)), 88px) clamp(26px, calc(56px * var(--home-fluid-scale)), 56px) clamp(30px, calc(72px * var(--home-fluid-scale)), 72px);
    }
}
/* 3) Card 3 (New Offer) paragraph uses same family/scale as Home step copy */
body.page-template-page-get-started #new-offer .new-offer__subtitle {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1f1f1f;
    font-weight: 400;
}
@media (max-width: 767px) {
body.page-template-page-get-started #new-offer .new-offer__subtitle {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
    
}
body.page-template-page-get-started #new-offer .new-offer__subtitle-line--desktop {
        display: none;
    
}
body.page-template-page-get-started #new-offer .new-offer__subtitle-line--mobile {
        display: block;
    
}
body.page-template-page-get-started #schedule-call .schedule-call__subtitle-line--desktop,
    body.page-template-page-get-started #schedule-call .gs-break-desktop {
        display: none;
    
}
body.page-template-page-get-started #schedule-call .schedule-call__subtitle-line--mobile {
        display: block;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-get-started #new-offer .new-offer__subtitle {
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.24;
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__left,
    body.page-template-page-get-started .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        position: relative;
        padding-right: 0;
        min-height: 0;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        position: static;
        width: 84px;
        margin: 10px 0 0 auto;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-get-started .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: clamp(24px, calc(44px * var(--home-fluid-scale)), 44px) 0 clamp(26px, calc(46px * var(--home-fluid-scale)), 46px);
    
}
body.page-template-page-get-started .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-get-started .footer--home .footer__nav {
        gap: clamp(3px, calc(8px * var(--home-fluid-scale)), 8px);
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-get-started .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(17px * var(--home-fluid-scale)), 17px);
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-get-started .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(16px * var(--home-fluid-scale)), 16px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        min-width: 0;
        margin-left: auto;
        transform: none;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        display: flex;
        align-items: stretch;
        gap: clamp(8px, calc(14px * var(--home-fluid-scale)), 14px);
        margin: 0 0 clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-get-started .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(12px, calc(18px * var(--home-fluid-scale)), 18px);
        border: 2px solid #4d4d4f;
        font-size: clamp(14px, calc(18px * var(--home-fluid-scale)), 18px);
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(16px, calc(26px * var(--home-fluid-scale)), 26px);
        font-size: clamp(16px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(14px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1.16;
        font-weight: 700;
        margin-bottom: clamp(2px, calc(4px * var(--home-fluid-scale)), 4px);
    
}


}
@media (min-width: 760px) and (max-width: 1023px) {
body.page-template-page-get-started .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: clamp(18px, calc(26px * var(--home-fluid-scale)), 26px);
    
}
body.page-template-page-get-started .footer--home .footer__right {
        position: relative;
        min-height: clamp(108px, calc(148px * var(--home-fluid-scale)), 148px);
        padding-right: clamp(74px, calc(108px * var(--home-fluid-scale)), 108px);
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: clamp(84px, calc(98px * var(--home-fluid-scale)), 98px);
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    
}


}
@media (min-width: 1024px) and (max-width: 2200px) {
body.page-template-page-get-started .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(40px, calc(72px * var(--home-fluid-scale)), 72px);
    
}
body.page-template-page-get-started .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(72px, calc(130px * var(--home-fluid-scale)), 130px);
        min-height: clamp(126px, calc(170px * var(--home-fluid-scale)), 170px);
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        transform: translateX(clamp(0px, calc((var(--home-fluid-scale) - 0.62) * 220px), 64px));
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        width: clamp(98px, calc(138px * var(--home-fluid-scale)), 138px);
        position: absolute;
        right: clamp(10px, calc(28px * var(--home-fluid-scale)), 28px);
        top: clamp(58px, calc(84px * var(--home-fluid-scale)), 84px);
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--dark,
    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--outline {
        height: 40px;
        min-height: 40px;
        padding: 0 5px;
        font-size: clamp(8.5px, 2.4vw, 9.5px);
    
}
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--link {
        margin-top: 10px;
        font-size: clamp(8.5px, 2.4vw, 9.5px);
    
}
body.page-template-page-get-started #counter-offer .counter-offer__title-line--desktop,
    body.page-template-page-get-started #counter-offer .counter-offer__text-line--desktop,
    body.page-template-page-get-started #counter-offer .gs-break-desktop {
        display: none;
    
}
body.page-template-page-get-started #counter-offer .counter-offer__title-line--mobile,
    body.page-template-page-get-started #counter-offer .counter-offer__text-line--mobile {
        display: block;
    
}
body.page-template-page-get-started #counter-offer .step__subtitle {
        margin-bottom: 10px;
    
}
body.page-template-page-get-started #counter-offer .counter-offer__text {
        font-size: clamp(11px, 3.1vw, 12px);
        line-height: 1.35;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    
}
body.page-template-page-get-started #counter-offer .step__upload {
        margin-bottom: 20px;
    
}
body.page-template-page-get-started #counter-offer .upload-box {
        width: min(100%, 246px);
        height: 108px;
        padding: 12px;
    
}
body.page-template-page-get-started #counter-offer .upload-box::before {
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
    
}
body.page-template-page-get-started #counter-offer .upload-box__icon {
        width: 30px;
        height: 30px;
    
}
body.page-template-page-get-started #counter-offer .upload-box__text {
        font-size: 10px;
    
}
body.page-template-page-get-started #counter-offer .step__faq-link {
        margin-top: 12px;
        font-size: 11px;
        line-height: 1.25;
    
}
body.page-template-page-get-started #counter-offer .counter-offer__lenders-note {
        display: block;
        margin: 12px 0 8px;
        font-size: 10px;
        line-height: 1.2;
        font-style: italic;
        color: #8a8a8a;
        text-align: center;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-about {
        --home-prop-scale: 0.88;
        --home-fluid-scale: min(calc((100vw / 1536px) * var(--home-prop-scale)), 0.88);
        --home-inline-pad: clamp(24px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(32px, calc(56px * var(--home-fluid-scale)), 56px);
        padding-top: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
        font-size: 15px;
    
}
body.page-template-page-about .navbar__container {
        max-width: calc(1500px * var(--home-fluid-scale));
        height: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
        padding: 0 var(--home-inline-pad);
    
}
body.page-template-page-about .navbar__brand {
        margin-left: var(--home-card-inline-pad);
    
}
body.page-template-page-about .navbar__brand img {
        height: clamp(10px, calc(24px * var(--home-fluid-scale)), 24px);
    
}
body.page-template-page-about .navbar__logo {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    
}
body.page-template-page-about .navbar__logo img {
        height: clamp(28px, calc(72px * var(--home-fluid-scale)), 72px);
    
}
body.page-template-page-about .navbar__nav {
        display: block;
        margin-right: var(--home-card-inline-pad);
    
}
body.page-template-page-about .navbar__menu-btn {
        display: none;
    
}
body.page-template-page-about .mobile-menu {
        display: none !important;
    
}
body.page-template-page-about .navbar__nav-list {
        gap: clamp(14px, calc(22px * var(--home-fluid-scale)), 22px);
    
}
body.page-template-page-about .navbar__nav-link {
        font-family: 'EB Garamond', Georgia, serif;
        font-size: clamp(12px, calc(22px * var(--home-fluid-scale)), 22px);
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #111;
    
}
body.page-template-page-about .navbar__nav-arrow img {
        height: clamp(12px, calc(19px * var(--home-fluid-scale)), 19px);
    
}
body.page-template-page-about .main {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(20px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    
}
body.page-template-page-about .section {
        margin-bottom: clamp(20px, calc(30px * var(--home-fluid-scale)), 30px);
    
}
body.page-template-page-about .about-page {
        gap: clamp(24px, calc(40px * var(--home-fluid-scale)), 40px);
        padding: clamp(18px, calc(40px * var(--home-fluid-scale)), 40px) var(--home-card-inline-pad);
    
}
body.page-template-page-about .about-section {
        max-width: clamp(520px, calc(800px * var(--home-fluid-scale)), 860px);
        margin-right: auto;
    
}


}
@media (min-width: 1024px) and (max-width: 1535px) and (max-height: 620px) and (max-resolution: 2.1dppx) {
body.page-template-page-about {
        --home-prop-scale: 0.8;
        --home-fluid-base: min(calc(100vw / 1536px), calc(100vh / 920px));
        --home-fluid-scale: clamp(0.62, calc(var(--home-fluid-base) * var(--home-prop-scale)), 0.8);
        --home-inline-pad: clamp(20px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(28px, calc(56px * var(--home-fluid-scale)), 56px);
    
}


}
@media (min-width: 1024px) {
body.page-template-page-about .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: 44px 0 46px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 72px;
    
}
body.page-template-page-about .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.page-template-page-about .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 16px;
    
}
body.page-template-page-about .footer--home .footer__nav {
        gap: 8px;
        margin-bottom: 16px;
    
}
body.page-template-page-about .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 17px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(92px, 9vw, 130px);
        min-height: 170px;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: 820px;
        min-width: 0;
        margin-left: auto;
        transform: translateX(0);
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: 820px;
        display: flex;
        align-items: stretch;
        gap: 14px;
        margin: 0 0 16px;
    
}
body.page-template-page-about .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 62px;
        padding: 0 18px;
        border: 2px solid #4d4d4f;
        font-size: 18px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 62px;
        padding: 0 26px;
        font-size: 20px;
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 4px;
    
}
body.page-template-page-about .footer--home .footer__crest {
        width: clamp(98px, 9.2vw, 138px);
        position: absolute;
        right: clamp(14px, 1.8vw, 28px);
        top: 84px;
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
    
}


}
@media (min-width: 1360px) {
body.page-template-page-about .footer--home .footer__signup {
        transform: translateX(clamp(34px, 3vw, 64px));
    
}


}
@media (min-width: 1024px) and (max-width: 1279px) {
body.page-template-page-about .footer--home .footer__container--home {
        gap: 44px;
    
}
body.page-template-page-about .footer--home .footer__right {
        padding-right: 90px;
        min-height: 158px;
    
}
body.page-template-page-about .footer--home .footer__signup {
        max-width: 700px;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-about .footer--home .footer__form {
        max-width: 700px;
        gap: 10px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        padding: 0 22px;
        font-size: 18px;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 18px;
    
}
body.page-template-page-about .footer--home .footer__crest {
        width: 110px;
        right: 10px;
        top: 90px;
    
}


}
@media (min-width: 768px) and (max-width: 1023px) {
body.page-template-page-about .footer--home {
        padding: 34px 0 38px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 26px;
    
}
body.page-template-page-about .footer--home .footer__left {
        min-width: 0;
    
}
body.page-template-page-about .footer--home .footer__right {
        position: relative;
        min-height: 148px;
        padding-right: 108px;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
    
}
body.page-template-page-about .footer--home .footer__form {
        max-width: 470px;
        margin: 0 0 12px auto;
        gap: 10px;
    
}
body.page-template-page-about .footer--home .footer__input {
        height: 52px;
        font-size: 14px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 52px;
        padding: 0 18px;
        font-size: 17px;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 14px;
        line-height: 1.2;
    
}
body.page-template-page-about .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 98px;
    
}


}
@media (max-width: 767px) {
body.page-template-page-about {
        padding-top: 56px;
    
}
body.page-template-page-about .navbar__container {
        padding: 0 10px 0 30px;
        gap: 4px;
    
}
body.page-template-page-about .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body.page-template-page-about .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body.page-template-page-about .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.page-template-page-about .main {
        padding: 8px;
    
}
body.page-template-page-about .section {
        margin-bottom: 10px;
    
}
body.page-template-page-about .card {
        padding: var(--home-mobile-card-padding);
        border: 1px solid #a7a7a7;
        border-radius: 0 !important;
        background-color: #ffffff;
        box-shadow: none;
    
}
body.page-template-page-about .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-about .footer--home .footer__left,
    body.page-template-page-about .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-about .footer--home .footer__right {
        position: relative;
        min-height: 112px;
        padding-right: 118px;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: 100%;
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px;
        gap: 8px;
    
}
body.page-template-page-about .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 46px;
        padding: 0 14px;
        font-size: 16px;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 12px;
        line-height: 1.2;
    
}
body.page-template-page-about .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 96px;
        top: auto;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.page-template-page-about .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: clamp(24px, calc(44px * var(--home-fluid-scale)), 44px) 0 clamp(26px, calc(46px * var(--home-fluid-scale)), 46px);
    
}
body.page-template-page-about .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(18px, calc(34px * var(--home-fluid-scale)), 34px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-about .footer--home .footer__nav {
        gap: clamp(3px, calc(8px * var(--home-fluid-scale)), 8px);
        margin-bottom: clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-about .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(17px * var(--home-fluid-scale)), 17px);
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, calc(16px * var(--home-fluid-scale)), 16px);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        min-width: 0;
        margin-left: auto;
        transform: none;
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: clamp(470px, calc(820px * var(--home-fluid-scale)), 820px);
        display: flex;
        align-items: stretch;
        gap: clamp(8px, calc(14px * var(--home-fluid-scale)), 14px);
        margin: 0 0 clamp(8px, calc(16px * var(--home-fluid-scale)), 16px);
    
}
body.page-template-page-about .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(12px, calc(18px * var(--home-fluid-scale)), 18px);
        border: 2px solid #4d4d4f;
        font-size: clamp(14px, calc(18px * var(--home-fluid-scale)), 18px);
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: clamp(44px, calc(62px * var(--home-fluid-scale)), 62px);
        padding: 0 clamp(16px, calc(26px * var(--home-fluid-scale)), 26px);
        font-size: clamp(16px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(14px, calc(20px * var(--home-fluid-scale)), 20px);
        line-height: 1.16;
        font-weight: 700;
        margin-bottom: clamp(2px, calc(4px * var(--home-fluid-scale)), 4px);
    
}


}
@media (min-width: 760px) and (max-width: 1023px) {
body.page-template-page-about .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: clamp(18px, calc(26px * var(--home-fluid-scale)), 26px);
    
}
body.page-template-page-about .footer--home .footer__right {
        position: relative;
        min-height: clamp(108px, calc(148px * var(--home-fluid-scale)), 148px);
        padding-right: clamp(74px, calc(108px * var(--home-fluid-scale)), 108px);
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: clamp(84px, calc(98px * var(--home-fluid-scale)), 98px);
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    
}


}
@media (min-width: 1024px) and (max-width: 2200px) {
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(40px, calc(72px * var(--home-fluid-scale)), 72px);
    
}
body.page-template-page-about .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.page-template-page-about .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(72px, calc(130px * var(--home-fluid-scale)), 130px);
        min-height: clamp(126px, calc(170px * var(--home-fluid-scale)), 170px);
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        transform: translateX(clamp(0px, calc((var(--home-fluid-scale) - 0.62) * 220px), 64px));
    
}
body.page-template-page-about .footer--home .footer__crest {
        width: clamp(98px, calc(138px * var(--home-fluid-scale)), 138px);
        position: absolute;
        right: clamp(10px, calc(28px * var(--home-fluid-scale)), 28px);
        top: clamp(58px, calc(84px * var(--home-fluid-scale)), 84px);
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.home main .section:nth-of-type(2) .guarantee__badge img {
        width: clamp(100px, calc(214px * var(--home-fluid-scale)), 214px);
        height: calc(clamp(100px, calc(214px * var(--home-fluid-scale)), 214px) * 333 / 214);
        max-width: none;
        max-height: none;
        object-fit: contain;
        transform: none;
        transform-origin: top center;
    
}


}
/* Keep shell/navbar/footer styles active when zoom-out pushes CSS viewport > 2200px */
@media (min-width: 2201px) {
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) {
        --home-prop-scale: 1;
        --home-fluid-scale: clamp(
            0.88,
            calc(0.88 + ((100vw - 2200px) / 4200px) * 0.12),
            1
        );
        --home-inline-pad: clamp(60px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(49px, calc(56px * var(--home-fluid-scale)), 56px);
        padding-top: clamp(106px, calc(120px * var(--home-fluid-scale)), 120px);
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__container {
        max-width: calc(1500px * var(--home-fluid-scale));
        height: clamp(106px, calc(120px * var(--home-fluid-scale)), 120px);
        padding: 0 var(--home-inline-pad);
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__brand {
        margin-left: 0;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__brand img {
        height: clamp(21px, calc(24px * var(--home-fluid-scale)), 24px);
        width: auto;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__logo {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__logo img {
        height: clamp(63px, calc(72px * var(--home-fluid-scale)), 72px);
        width: auto;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__nav {
        display: block;
        margin-right: 0;
        min-width: 0;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__menu-btn {
        display: none;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .mobile-menu {
        display: none !important;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__nav-list {
        gap: clamp(19px, calc(22px * var(--home-fluid-scale)), 22px);
        flex-wrap: nowrap;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__nav-link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(19px, calc(22px * var(--home-fluid-scale)), 22px);
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #111;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__nav-arrow img {
        height: clamp(17px, calc(19px * var(--home-fluid-scale)), 19px);
        width: auto;
    }

    body.home .main,
    body.page-template-page-get-started .main,
    body.page-template-page-about .main.main--about {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(30px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    }

    body.home .section,
    body.page-template-page-get-started .section,
    body.page-template-page-about .section {
        margin-bottom: clamp(23px, calc(30px * var(--home-fluid-scale)), 30px);
    }

    body.home main .section .card {
        padding-left: var(--home-card-inline-pad);
        padding-right: var(--home-card-inline-pad);
    }

    body.page-template-page-about .about-page {
        gap: 35px;
        padding: 35px var(--home-card-inline-pad);
    }

    body.page-template-page-about .about-section {
        max-width: clamp(520px, calc(800px * var(--home-fluid-scale)), 860px);
        margin-right: auto;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: 39px 0 40px;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 63px;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__left {
        flex: 0 0 42%;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: 114px;
        min-height: 150px;
        text-align: left;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 30px;
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 14px;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__nav {
        gap: 7px;
        margin-bottom: 14px;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 15px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 14px;
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__signup {
        width: 100%;
        max-width: 722px;
        min-width: 0;
        margin-left: auto;
        transform: translateX(44px);
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__form {
        width: 100%;
        max-width: 722px;
        display: flex;
        align-items: stretch;
        gap: 12px;
        margin: 0 0 14px;
        flex-wrap: nowrap;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 55px;
        padding: 0 16px;
        border: 2px solid #4d4d4f;
        font-size: 16px;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__submit {
        height: 55px;
        padding: 0 23px;
        font-size: 18px;
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__form-label,
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 18px;
        line-height: 1.16;
        font-weight: 700;
        margin-bottom: 4px;
    }

    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__crest {
        width: 121px;
        position: absolute;
        right: 25px;
        top: 74px;
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
        margin: 0;
    }
}
/* ========================================
   RESEARCH + BLOGS ALIGNMENT TO HOME SHELL
   (No cards, same horizontal grid as navbar/home cards)
======================================== */

@media (max-width: 767px) {
    body.is-research-context .main {
        padding: 8px;
        max-width: 100%;
    }

    body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.is-research-context .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.single-post.is-research-context .article {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 760px) and (max-width: 2200px) {
body.is-research-context .main {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(20px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad, clamp(24px, calc(68px * var(--home-fluid-scale)), 68px));
    
}
body.is-research-context .research-header {
        padding-left: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
        padding-right: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
    
}
body.is-research-context .blog-posts {
        padding-left: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
        padding-right: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
    
}
body.is-research-context .pagination {
        padding-left: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
        padding-right: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
    
}
body.single-post.is-research-context .article,
    body.is-research-context .section {
        padding-left: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
        padding-right: var(--home-card-inline-pad, clamp(32px, calc(56px * var(--home-fluid-scale)), 56px));
    
}


}
@media (min-width: 2201px) {
body.is-research-context .main {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(30px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    
}
body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.single-post.is-research-context .article,
    body.is-research-context .section {
        padding-left: var(--home-card-inline-pad);
        padding-right: var(--home-card-inline-pad);
    
}


}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
body.is-research-context .footer--home {
        padding: 24px 0 26px;
    
}
body.is-research-context .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.is-research-context .footer--home .footer__right {
        position: relative;
        min-height: 112px;
        padding-right: 118px;
        text-align: left;
    
}
body.is-research-context .footer--home .footer__signup,
    body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    
}
body.is-research-context .footer--home .footer__form {
        margin: 0 0 8px;
        gap: 8px;
    
}
body.is-research-context .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
    
}
body.is-research-context .footer--home .footer__submit {
        height: 46px;
        padding: 0 14px;
        font-size: 16px;
        line-height: 1;
        flex: 0 0 auto;
    
}
body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.is-research-context .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 96px;
        margin: 0;
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started #counter-offer .hero__lenders-logos {
        /* Match home card 1 mobile logo strip geometry */
        padding-inline: 16px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    
}


}
@media (min-width: 768px) and (max-width: 2200px) {
body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.is-research-context .article {
        padding-left: var(--home-card-inline-pad);
        padding-right: var(--home-card-inline-pad);
    
}
body.is-research-context .pagination {
        margin-left: 0 !important;
        margin-right: 0 !important;
    
}


}
@media (min-width: 2201px) {
/* Match the same capped gutter used by the shared navbar shell */
    body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.is-research-context .article {
        padding-left: var(--home-card-inline-pad) !important;
        padding-right: var(--home-card-inline-pad) !important;
    
}



}
/* FINAL NAVBAR GRID PARITY FOR EXTREME ZOOM-OUT (<67% browser zoom equivalent)
   Match navbar title alignment with the same outer+inner gutter used by cards. */
@media (min-width: 2201px) {
    html body:not(.has-bankirr-header):is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) nav.navbar > .navbar__container {
        padding-left: clamp(20px, calc(68px * var(--home-fluid-scale, 0.88)), 68px) !important;
        padding-right: clamp(20px, calc(68px * var(--home-fluid-scale, 0.88)), 68px) !important;
    }

    html body:not(.has-bankirr-header):is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) nav.navbar > .navbar__container > .navbar__brand {
        margin-left: clamp(28px, calc(56px * var(--home-fluid-scale, 0.88)), 56px) !important;
    }

    html body:not(.has-bankirr-header):is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) nav.navbar > .navbar__container > .navbar__nav {
        margin-right: clamp(28px, calc(56px * var(--home-fluid-scale, 0.88)), 56px) !important;
    }
}
/* Chrome desktop zoom safety (retina): avoid inverse scaling when zooming from
   ~125% to ~150%, where viewport CSS width shrinks and vw-based scales can
   overcompensate. Keep scale responsive, but with a floor in the desktop range. */
@media (hover: hover) and (pointer: fine) and (min-resolution: 2.2dppx) and (min-width: 768px) and (max-width: 1535px) {
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) {
        --home-fluid-scale: clamp(
            0.72,
            calc((100vw / 1536px) * var(--home-prop-scale, 0.88)),
            0.88
        );
    }
}
/* Research desktop zoom-out (<50% browser zoom equivalent can push width >2200):
   avoid footer bottom gaps caused by fixed negative margin compensation combined
   with large viewport/subpixel rounding. */
@media (min-width: 2201px) {
    body.is-research-context .main.main--full-height {
        padding-bottom: 0 !important;
    }

    body.is-research-context .main > .footer--home.footer--fullwidth {
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }

    body.single-post.is-research-context .main {
        padding-bottom: 0 !important;
    }

    body.single-post.is-research-context .main > .footer--home.footer--fullwidth {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 760px) and (max-width: 2200px) {
/* Fullwidth footer (research/blog archives/single/search): align with navbar brand start */
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home.footer--fullwidth .footer__container--home,
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--research .footer__container {
        max-width: calc(1500px * var(--home-fluid-scale, 0.88)) !important;
        padding-left: calc(var(--home-inline-pad, 37px) + var(--home-card-inline-pad, 49px)) !important;
        padding-right: var(--home-inline-pad, 37px) !important;
    
}
/* In-card footer (home/get/about): compensate narrower container while matching navbar text axis */
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home:not(.footer--fullwidth) .footer__container--home {
        padding-left: var(--home-card-inline-pad, 49px) !important;
    
}


}
@media (min-width: 2201px) {
/* Fullwidth footer in extreme zoom-out range */
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home.footer--fullwidth .footer__container--home,
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--research .footer__container {
        max-width: calc(1500px * var(--home-fluid-scale, 0.88)) !important;
        padding-left: calc(clamp(46px, calc(52px * var(--home-fluid-scale, 0.88)), 52px) + clamp(28px, calc(56px * var(--home-fluid-scale, 0.88)), 56px)) !important;
        padding-right: clamp(46px, calc(52px * var(--home-fluid-scale, 0.88)), 52px) !important;
    
}
/* In-card footer in extreme zoom-out range */
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home:not(.footer--fullwidth) .footer__container--home {
        padding-left: clamp(28px, calc(56px * var(--home-fluid-scale, 0.88)), 56px) !important;
    
}


}
@media (max-width: 767px) {
.footer-subscribe-modal {
        width: calc(100vw - 18px);
    
}
.footer-subscribe-modal__inner {
        padding: 16px;
    
}
.footer-subscribe-modal__grid {
        grid-template-columns: 1fr;
    
}
.footer-subscribe-modal__title {
        font-size: clamp(20px, 7vw, 30px);
    
}


}
@keyframes bankirr-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-30%);
    }
}
@media (min-width: 769px) {
body.has-bankirr-header {
        padding-top: 136px !important;
    
}
.bankirr-desktop {
        display: block;
    
}
.bankirr-mobile-wrap {
        display: none;
    
}


}
@media (max-width: 768px) {
body.has-bankirr-header {
        padding-top: 0 !important;
        background: #fff;
        --bankirr-shell-width: calc(100vw - 16px);
        --bankirr-content-gutter: 8px;
    
}
.bankirr-desktop {
        display: none;
    
}
.bankirr-mobile-wrap {
        display: block;
    
}
.bankirr-mobile {
        width: var(--bankirr-shell-width);
        max-width: calc(100vw - 16px);
        margin: 0 auto;
        border: 1px solid var(--bankirr-border-color);
        box-sizing: border-box;
        background: #fff;
    
}
.bankirr-mobile .ticker {
        background: #000;
        color: #eaeaea;
        display: flex;
        border-bottom: 1px solid var(--bankirr-border-color);
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
        letter-spacing: 0.04em;
    
}
.bankirr-mobile .ticker__date {
        flex: 0 0 auto;
        padding: 6.5px 8px;
        border-right: 1px solid var(--bankirr-border-color);
        white-space: nowrap;
        font-size: 9px;
        background: #000;
        color: #fff;
        font-weight: 700;
    
}
.bankirr-mobile .ticker__viewport {
        overflow: hidden;
        width: 100%;
    
}
.bankirr-mobile .ticker__track {
        display: inline-block;
        white-space: nowrap;
        animation: ticker-scroll 16s linear infinite;
    
}
.bankirr-mobile .ticker__row {
        display: inline-block;
        padding: 4px 10px;
        font-size: 9px;
    
}
.bankirr-mobile .metric {
        margin-right: 16px;
    
}
@keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-30%);
        }
    
}
.bankirr-mobile .mast {
        background: #fff;
        min-height: 72px;
        padding: 6px 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    
}
.bankirr-mobile .mast__top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #111;
        font-family: 'EB Garamond', Georgia, serif;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        padding-left: 0.18em;
        line-height: 1;
    
}
.bankirr-mobile .mast__dot {
        font-size: 10px;
    
}
.bankirr-mobile .mast__sub {
        margin-top: 6px;
        font-family: 'EB Garamond', Georgia, serif;
        font-size: 8px;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        padding-left: 0.14em;
        color: #111;
        text-decoration: none;
    
}
.bankirr-mobile .rect-nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid var(--bankirr-border-color);
        background: #fff;
    
}
.bankirr-mobile .rect-nav a {
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #111;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-size: 8px;
        border-right: 1px solid var(--bankirr-border-color);
    
}
.bankirr-mobile .rect-nav a:last-child {
        border-right: 0;
    
}
.bankirr-mobile .rect-nav a:active {
        background: #f2f2f2;
    
}


}
@media (max-width: 768px) {
body.search.has-bankirr-header .main.main--full-height,
    body:is(.tag, .author, .category, .archive).has-bankirr-header .main.main--full-height {
        min-height: calc(100dvh - 0px);
    
}


}
@media (max-width: 759px) {
body.error404 .main.main--404 {
        padding: 8px;
    
}
body.error404 .main.main--404 > .footer--home .footer__right {
        text-align: left;
    
}


}
@media (min-width: 760px) and (max-width: 2200px) {
body.error404 {
        --home-prop-scale: 0.88;
        --home-fluid-scale: min(calc((100vw / 1536px) * var(--home-prop-scale)), 0.88);
        --home-inline-pad: clamp(24px, calc(68px * var(--home-fluid-scale)), 68px);
        --home-card-inline-pad: clamp(32px, calc(56px * var(--home-fluid-scale)), 56px);
        padding-top: clamp(56px, calc(120px * var(--home-fluid-scale)), 120px);
    
}
body.error404 .main.main--404 {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(20px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    
}
body.error404 .main.main--404 > .section {
        margin-bottom: clamp(20px, calc(30px * var(--home-fluid-scale)), 30px);
    
}
body.error404 .main.main--404 > .section > .card {
        border: 1px solid #a7a7a7;
        border-radius: 0;
    
}
body.error404 .main.main--404 > .footer--home .footer__right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    
}
body.error404 .main.main--404 > .footer--home .footer__form {
        margin-left: 0;
        align-self: flex-end;
    
}


}
@media (min-width: 2201px) {
body.error404 {
        --home-prop-scale: 1;
        --home-fluid-scale: clamp(
            0.88,
            calc(0.88 + ((100vw - 2200px) / 4200px) * 0.12),
            1
        );
        --home-inline-pad: clamp(60px, calc(68px * var(--home-fluid-scale)), 68px);
        padding-top: clamp(106px, calc(120px * var(--home-fluid-scale)), 120px);
    
}
body.error404 .main.main--404 {
        max-width: calc(1500px * var(--home-fluid-scale));
        padding: clamp(30px, calc(34px * var(--home-fluid-scale)), 34px) var(--home-inline-pad);
    
}
body.error404 .main.main--404 > .section {
        margin-bottom: clamp(23px, calc(30px * var(--home-fluid-scale)), 30px);
    
}


}
/* ========================================
   BANKIRR FOOTER V2
======================================== */
.footer--bankirr-v2 {
    background: #020202 !important;
    border: 1px solid #020202;
    padding: 0 !important;
}
.footer--bankirr-v2 .bankirr-font {
    font-family: "EB Garamond", Georgia, serif;
}
.footer--bankirr-v2 .footer__container--home {
    display: block !important;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.footer--bankirr-v2:not(.footer--fullwidth) .footer__container--home {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.footer--bankirr-v2 .footer-v2 {
    --footer-v2-pad-y: clamp(20px, calc(34px * var(--home-fluid-scale, 1)), 34px);
    --footer-v2-pad-x: 0px;
    position: relative;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    height: auto !important;
    min-height: clamp(270px, calc(312px * var(--home-fluid-scale, 1)), 312px);
    padding: var(--footer-v2-pad-y) var(--footer-v2-pad-x);
    display: grid;
    grid-template-areas: "left seal . right";
    grid-template-columns: 1fr 0.5fr 0.5fr 2fr;
    align-items: start;
    column-gap: clamp(18px, calc(40px * var(--home-fluid-scale, 1)), 40px);
}
.footer--bankirr-v2 .footer-v2__left {
    min-width: 0;
    grid-area: left;
}
.footer--bankirr-v2 .footer-v2__brand {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, calc(34px * var(--home-fluid-scale, 1)), 34px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.02em;
}
.footer--bankirr-v2 .footer-v2__subtitle {
    margin: 6px 0 0;
    color: #fff;
    font-size: clamp(11px, calc(14px * var(--home-fluid-scale, 1)), 14px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.11em;
}
.footer--bankirr-v2 .footer-v2__nav {
    margin-top: clamp(10px, calc(16px * var(--home-fluid-scale, 1)), 16px);
    display: flex;
    flex-direction: column;
    gap: clamp(4px, calc(8px * var(--home-fluid-scale, 1)), 8px);
}
.footer--bankirr-v2 .footer-v2__link {
    color: #fff;
    text-decoration: none;
    font-size: clamp(12px, calc(17px * var(--home-fluid-scale, 1)), 17px);
    font-weight: 700;
    line-height: 1.05;
}
.footer--bankirr-v2 .footer-v2__link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.1em;
}
.footer--bankirr-v2 .footer-v2__link-mobile {
    display: none;
}
.footer--bankirr-v2 .footer-v2__email {
    margin: clamp(8px, calc(12px * var(--home-fluid-scale, 1)), 12px) 0 0;
    color: #fff;
    font-size: clamp(11px, calc(16px * var(--home-fluid-scale, 1)), 16px);
    font-weight: 700;
    line-height: 1.1;
}
.footer--bankirr-v2 .footer-v2__links-mobile {
    display: none;
    min-width: 0;
    grid-area: links;
}
.footer--bankirr-v2 .footer-v2__seal-wrap {
    grid-area: seal;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: calc(-1 * var(--footer-v2-pad-y));
}
.footer--bankirr-v2 .footer-v2__seal {
    width: clamp(96px, calc(112px * var(--home-fluid-scale, 1)), 112px);
    height: auto;
}
.footer--bankirr-v2 .footer-v2__right {
    grid-area: right;
    min-width: 0;
    align-self: start;
}
.footer--bankirr-v2 .footer-v2__newsletter-title {
    margin: 0 0 clamp(18px, calc(24px * var(--home-fluid-scale, 1)), 24px);
    display: flex;
    align-items: center;
    gap: clamp(10px, calc(14px * var(--home-fluid-scale, 1)), 14px);
    color: #fff;
    font-size: clamp(18px, calc(25px * var(--home-fluid-scale, 1)), 25px);
    font-weight: 400;
    line-height: 1.1;
}
.footer--bankirr-v2 .footer-v2__pen {
    width: clamp(32px, calc(46px * var(--home-fluid-scale, 1)), 46px);
    height: auto;
    flex: 0 0 auto;
}
.footer--bankirr-v2 .footer-v2__form {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(10px, calc(14px * var(--home-fluid-scale, 1)), 14px);
    align-items: stretch;
}
.footer--bankirr-v2 .footer-v2__input {
    width: 100%;
    min-width: 0;
    height: clamp(48px, calc(62px * var(--home-fluid-scale, 1)), 62px);
    border: 1px solid #fff;
    background: #3a3a3a;
    color: #fff;
    font-family: "Arial", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(14px, calc(18px * var(--home-fluid-scale, 1)), 18px);
    padding: 0 clamp(12px, calc(18px * var(--home-fluid-scale, 1)), 18px);
}
.footer--bankirr-v2 .footer-v2__input::placeholder {
    color: #b8b8b8;
    opacity: 1;
}
.footer--bankirr-v2 .footer-v2__submit {
    min-width: clamp(85px, calc(124px * var(--home-fluid-scale, 1)), 124px);
    height: clamp(48px, calc(62px * var(--home-fluid-scale, 1)), 62px);
    border: 1px solid #444343;
    background: #fff;
    color: #111;
    font-size: clamp(14px, calc(20px * var(--home-fluid-scale, 1)), 20px);
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
}
.footer--bankirr-v2 .footer-v2__submit:hover {
    background: #f2f2f2;
}
.footer--bankirr-v2 .footer-v2__permission {
    margin-top: clamp(14px, calc(26px * var(--home-fluid-scale, 1)), 26px);
    display: flex;
    align-items: center;
    gap: clamp(9px, calc(12px * var(--home-fluid-scale, 1)), 12px);
    color: #fff;
    font-size: clamp(14px, calc(20px * var(--home-fluid-scale, 1)), 20px);
    font-weight: 700;
    line-height: 1.2;
}
.footer--bankirr-v2 .footer-v2__permission input {
    width: clamp(15px, calc(17px * var(--home-fluid-scale, 1)), 17px);
    height: clamp(15px, calc(17px * var(--home-fluid-scale, 1)), 17px);
    margin: 0;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    accent-color: #fff;
}
.footer--bankirr-v2 .footer-v2__copyright {
    margin: clamp(14px, calc(24px * var(--home-fluid-scale, 1)), 24px) 0 0;
    color: #fff;
    font-size: clamp(13px, calc(20px * var(--home-fluid-scale, 1)), 20px);
    font-weight: 700;
    line-height: 1.1;
}
.footer--bankirr-v2 .footer-v2__copyright--mobile {
    display: none;
}
.footer--bankirr-v2.footer--fullwidth {
    border-left: 0;
    border-right: 0;
}
.footer--bankirr-v2.footer--fullwidth .footer-v2 {
    --footer-v2-pad-x: 0px;
}
body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about)
    .footer--home.footer--bankirr-v2:not(.footer--fullwidth)
    .footer__container--home {
    padding-left: var(--home-card-inline-pad, 49px) !important;
    padding-right: var(--home-card-inline-pad, 49px) !important;
}
body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about)
    .footer--home.footer--bankirr-v2.footer--fullwidth
    .footer__container--home {
    max-width: calc(1500px * var(--home-fluid-scale, 0.88)) !important;
    padding-left: calc(var(--home-inline-pad, 37px) + var(--home-card-inline-pad, 49px)) !important;
    padding-right: var(--home-inline-pad, 37px) !important;
}
@media (max-width: 1260px) {
.footer--bankirr-v2 .footer-v2 {
        column-gap: 18px;
        --footer-v2-pad-y: 22px;
    
}
.footer--bankirr-v2 .footer-v2__brand {
        letter-spacing: 0.02em;
    
}


}
@media (max-width: 1023px) {
.footer--bankirr-v2 .footer-v2 {
        row-gap: 18px;
        min-height: auto;
    
}
.footer--bankirr-v2 .footer-v2__left {
        grid-area: left;
    
}
.footer--bankirr-v2 .footer-v2__seal-wrap {
        grid-area: seal;
        margin-top: calc(-1 * var(--footer-v2-pad-y));
        justify-content: flex-end;
        align-items: flex-start;
    
}
.footer--bankirr-v2 .footer-v2__right {
        grid-area: right;
    
}
.footer--bankirr-v2 .footer-v2__brand {
        font-size: 34px;
    
}
.footer--bankirr-v2 .footer-v2__link {
        font-size: 17px;
    
}
.footer--bankirr-v2 .footer-v2__email {
        font-size: 16px;
    
}
.footer--bankirr-v2 .footer-v2__newsletter-title {
        font-size: 25px;
    
}
.footer--bankirr-v2 .footer-v2__permission {
        font-size: 20px;
    
}
.footer--bankirr-v2 .footer-v2__copyright {
        font-size: 20px;
    
}


}
@media (max-width: 768px) {
.footer--bankirr-v2 .footer__container--home {
        padding-left: 0 !important;
        padding-right: 0 !important;
    
}
body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about)
        .footer--home.footer--bankirr-v2:not(.footer--fullwidth)
        .footer__container--home,
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about)
        .footer--home.footer--bankirr-v2.footer--fullwidth
        .footer__container--home {
        padding-left: 0 !important;
        padding-right: 0 !important;
    
}
.footer--bankirr-v2 .footer-v2 {
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 14px 16px 16px;

        display: grid;
        grid-template-areas:
            "left"
            "right"
            "links";
        grid-template-columns: minmax(0, 1fr);
        row-gap: 6px;
        column-gap: 0;
    
}
.footer--bankirr-v2 .footer-v2__seal-wrap {
        position: absolute;
        top: 0;
        right: 16px;
        margin-top: 0;
        justify-content: flex-end;
        align-items: flex-start;
    
}
.footer--bankirr-v2 .footer-v2__seal {
        width: 69px;
    
}
.footer--bankirr-v2 .footer-v2__left {
        padding-right: 88px;
    
}
.footer--bankirr-v2 .footer-v2__right {
        padding-right: 88px;
        box-sizing: border-box;
    
}
.footer--bankirr-v2 .footer-v2__brand {
        font-size: 28px;
        letter-spacing: 0.2em;
    
}
.footer--bankirr-v2 .footer-v2__subtitle {
        font-size: 9px;
        letter-spacing: 0.1em;
        margin-top: 2px;
    
}
.footer--bankirr-v2 .footer-v2__newsletter-title {
        font-size: 15px;
        gap: 7px;
        margin: 4px 0 8px;
    
}
.footer--bankirr-v2 .footer-v2__pen {
        width: 19px;
    
}
.footer--bankirr-v2 .footer-v2__form {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) 38px;
    
}
.footer--bankirr-v2 .footer-v2__input {
        height: 22px;
        font-size: 12px;
        padding: 0 8px;
    
}
.footer--bankirr-v2 .footer-v2__submit {
        min-width: 38px;
        height: 22px;
        font-size: 7px;
    
}
.footer--bankirr-v2 .footer-v2__permission {
        margin-top: 10px;
        gap: 6px;
        font-size: 8px;
    
}
.footer--bankirr-v2 .footer-v2__permission input {
        width: 7px;
        height: 7px;
    
}
.footer--bankirr-v2 .footer-v2__nav {
        margin-top: 0;
        gap: 12px;
    
}
.footer--bankirr-v2 .footer-v2__link {
        font-size: 10px;
    
}
.footer--bankirr-v2 .footer-v2__link-desktop {
        display: none;
    
}
.footer--bankirr-v2 .footer-v2__link-mobile {
        display: inline;
    
}
.footer--bankirr-v2 .footer-v2__email {
        margin-top: 10px;
        font-size: 10px;
    
}
.footer--bankirr-v2 .footer-v2__nav--desktop,
    .footer--bankirr-v2 .footer-v2__email--desktop,
    .footer--bankirr-v2 .footer-v2__copyright--mobile-legacy {
        display: none;
    
}
.footer--bankirr-v2 .footer-v2__links-mobile {
        display: block;
    
}
.footer--bankirr-v2 .footer-v2__links-mobile .footer-v2__copyright--mobile {
        margin-top: 12px;
    
}
.footer--bankirr-v2 .footer-v2__copyright {
        display: none;
    
}
.footer--bankirr-v2 .footer-v2__copyright--mobile {
        display: block;
        margin-top: 10px;
        font-size: 8px;
    
}
.footer--bankirr-v2 .footer-v2__copyright--mobile-legacy {
        display: none;
    
}


}
/* ========================================
   BANKIRR NAVBAR - DESKTOP ZOOM CONTINUITY
   Smooth behavior from 25% to 150% browser zoom (fixed window).
   Prevents aggressive breakpoint jumps and avoids growth on zoom-out.
======================================== */
@media (min-width: 769px) {
    body.has-bankirr-header {
        /* Scale down only for narrower effective widths; keep 100%-and-below zoom monotonic */
        --bankirr-zoom-stable-scale: clamp(0.68, calc(min(100vw, 1250px) / 1250px), 1);
        --bankirr-content-gutter: clamp(12px, calc(22px * var(--bankirr-zoom-stable-scale)), 22px);
    }

    body.has-bankirr-header .bankirr-header .navbar__container--bankirr {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        column-gap: clamp(10px, calc(16px * var(--bankirr-zoom-stable-scale)), 16px);
        padding: 0 var(--bankirr-content-gutter) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
        grid-column: 1;
        justify-self: stretch;
        width: 100%;
        max-width: none;
        min-width: 0;
        text-align: left !important;
        font-size: clamp(10.7px, calc(14.8px * var(--bankirr-zoom-stable-scale)), 14.8px) !important;
        letter-spacing: clamp(0.07em, calc(0.09em * var(--bankirr-zoom-stable-scale)), 0.09em);
        word-spacing: clamp(0.025em, calc(0.04em * var(--bankirr-zoom-stable-scale)), 0.04em);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.has-bankirr-header .bankirr-header .navbar__logo--bankirr {
        grid-column: 2 !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        justify-self: center !important;
        align-self: center !important;
        z-index: auto;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot {
        font-size: clamp(10.4px, calc(16px * var(--bankirr-zoom-stable-scale)), 16px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:first-child {
        margin-right: clamp(2px, calc(5px * var(--bankirr-zoom-stable-scale)), 5px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:last-child {
        margin-left: clamp(2px, calc(5px * var(--bankirr-zoom-stable-scale)), 5px);
    }

    body.has-bankirr-header .bankirr-header .navbar__word {
        font-size: clamp(24px, calc(42px * var(--bankirr-zoom-stable-scale)), 42px);
        letter-spacing: clamp(0.1em, calc(0.14em * var(--bankirr-zoom-stable-scale)), 0.14em);
        padding-left: clamp(0.1em, calc(0.14em * var(--bankirr-zoom-stable-scale)), 0.14em);
    }

    body.has-bankirr-header .bankirr-header .navbar__nav--bankirr {
        grid-column: 3;
        min-width: 0;
        justify-self: stretch;
        margin-left: 0 !important;
        overflow: hidden;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr {
        justify-content: flex-end !important;
        gap: clamp(4px, calc(8px * var(--bankirr-zoom-stable-scale)), 8px) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link {
        font-size: clamp(10.7px, calc(14.8px * var(--bankirr-zoom-stable-scale)), 14.8px) !important;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }
}
/* ==========================================================
   MERGED OVERRIDES
   Base: BANKIRR-Styles-3.4.26.txt
   Overrides: Updated-Bankirr-Styles.txt (EXCEPT breakpoint/scale)
   Rules kept from Updated: underline behavior, button styling, borders,
   font selection, font size, font spacing, ticker rules.
   Breakpoint/scale rules are intentionally kept from 3.4.26.
   ========================================================== */

/*
Theme Name: Interest Rate Research
Theme URI: https://interest.local
Description: IRR Theme
Version: 1.0.0
Author: IRR
Text Domain: irr-theme

/* ========================================
   RESET & BASE
======================================== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* ========================================
   ABOUT PAGE - HOME NAVBAR + FOOTER CHROME
======================================== */

body.page-template-page-about .main > .footer--home {
    margin-top: 0 !important;
}
body.page-template-page-about .footer--home {
    border-radius: 0;
}
@media (max-width: 767px) {
body.page-template-page-about {
        padding-top: 56px;
    
}
body.page-template-page-about .main.main--about {
        padding: 8px;
    
}
body.page-template-page-about .section {
        margin-bottom: 10px;
    
}
body.page-template-page-about .navbar__container {
        padding: 0 10px 0 30px;
        gap: 4px;
    
}
body.page-template-page-about .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body.page-template-page-about .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body.page-template-page-about .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-about .footer--home .footer__left,
    body.page-template-page-about .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-about .footer--home .footer__right {
        position: relative;
        padding-right: 0;
        min-height: 0;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    
}
body.page-template-page-about .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.page-template-page-about .footer--home .footer__crest {
        position: static;
        width: 84px;
        margin: 10px 0 0 auto;
    
}


}
html {
    font-size: 16px;
    background-color: #f0eef0 !important;
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
html,
body {
    background-color: #f0eef0 !important;
    width: 100%;
    min-width: 100%;
}
body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    background-color: #f0eef0 !important;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding-bottom: 0;
}
/* Ensure correct background on all archive pages */
body.tag,
body.category,
body.author,
body.archive,
body.search,
body.home,
body.page {
    background-color: #f0eef0 !important;
}
/* Override any WordPress global styles */
html body,
html body.tag,
html body.archive {
    background: #f0eef0 !important;
    background-color: #f0eef0 !important;
}
h1, h2 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
h2 {
    font-size: 22px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
ul {
    list-style: none;
}
button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}
/* ========================================
   UTILITY CLASSES
======================================== */

.hide-mobile {
    display: none;
}
@media (min-width: 768px) {
.hide-mobile {
        display: block;
    
}


}
@media (min-width: 1024px) {
.hero__lenders-logos img.hide-mobile {
        height: 54px;
    
}


}
/* ========================================
   LAYOUT - REUSABLE COMPONENTS
======================================== */

.main {
    padding: 12px;
    max-width: 900px;
    margin: 0 auto;
    background-color: transparent;
}
/* Full height main - pushes footer to bottom */
.main--full-height {
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
}
.main--full-height .footer--research,
.main--full-height .footer--fullwidth {
    margin-top: auto;
}
/* Remove bottom padding when fullwidth footer is present */
.main--full-height:has(.footer--fullwidth) {
    padding-bottom: 0;
}
.section {
    margin-bottom: 12px;
}
.section:last-of-type {
    margin-bottom: 0;
}
.card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 32px 24px;
}
.card--step {
    padding-top: 56px;
    position: relative;
}
.card--step .step__label {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
/* ========================================
   NAVBAR
======================================== */

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.navbar__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
}
/* Logo izquierdo - imagen */
.navbar__brand {
    display: flex;
    align-items: center;
}
.navbar__brand img {
    height: 9px;
    width: auto;
}
/* Logo centro - IRR PRO (oculto en mobile) */
.navbar__logo {
    display: none;
}
.navbar__logo img {
    height: 26px;
    width: auto;
}
/* Navegación derecha (oculta en mobile) */
.navbar__nav {
    display: none;
}
.navbar__nav-list {
    display: flex;
    align-items: center;
    gap: 24px;
}
.navbar__nav-link {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #555;
    transition: color 0.2s;
}
.navbar__nav-link:hover {
    color: #111;
}
/* Flecha de navegación */
.navbar__nav-arrow {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.navbar__nav-arrow img {
    height: 12px;
    width: auto;
}
/* Botón menú móvil */
.navbar__menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.navbar__menu-icon {
    width: 32px;
    height: auto;
}
/* ========================================
   MOBILE MENU
======================================== */

.mobile-menu {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
    padding: 24px 16px;
    overflow-y: auto;
}
.mobile-menu.is-active {
    display: block;
}
.mobile-menu__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.mobile-menu__link {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
body.menu-open {
    overflow: hidden;
}
/* Spacer para compensar el navbar fixed */
body {
    padding-top: 52px;
}
/* ========================================
   HERO SECTION
======================================== */

.hero {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero__content {
    order: 2;
}
.hero__title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}
.hero__title .underline {
  background-image: linear-gradient(to top, #C1C2C2 20%, transparent 40%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 70% !important;
  background-position: 0 45% !important; */
}
.hero__title-line--mobile,
.hero__text-line--mobile {
    display: none;
}
.hero__title-line--desktop,
.hero__text-line--desktop {
    display: inline;
}
.hero__break--desktop {
    display: inline;
}
.guarantee__title-line--mobile,
.guarantee__text-line--mobile {
    display: none;
}
.guarantee__title-line--desktop,
.guarantee__text-line--desktop {
    display: inline;
}
.step-one__subtitle-line--mobile,
.step-one__text-line--mobile {
    display: none;
}
.step-one__subtitle-line--desktop,
.step-one__text-line--desktop {
    display: inline;
}
.step-one__break--desktop {
    display: inline;
}
.step-two__intro-line--mobile,
.step-two__feature-line--mobile {
    display: none;
}
.step-two__intro-line--desktop,
.step-two__feature-line--desktop {
    display: inline;
}
.step-two__break--desktop {
    display: inline;
}
.step-three__text-line--mobile {
    display: none;
}
.step-three__text-line--desktop {
    display: inline;
}
.step-three__break--desktop {
    display: inline;
}
.research__title-line--mobile,
.research__subtitle-line--mobile,
.research__quote-line--mobile {
    display: none;
}
.research__title-line--desktop,
.research__subtitle-line--desktop,
.research__quote-line--desktop {
    display: inline;
}
.research__break--desktop {
    display: inline;
}
.hero__text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.hero__image {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero__image-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
}
.hero__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% 50% 50% 0;
}
.hero__badge {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.hero__badge img {
    width: 22px;
    height: auto;
}
.hero__caption {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.4;
}
/* Lenders Section */
.hero__lenders {
    margin-top: 24px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.hero__lenders-title {
    font-size: 12px;
    font-style: italic;
    color: #888;
    margin-bottom: 16px;
}
.hero__lenders-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.hero__lenders-logos img {
    height: 36px;
    width: auto;
    object-fit: contain;
}
/* ========================================
   RESPONSIVE - TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    body {
        padding-top: 56px;
    }

    h1 {
        font-size: 26px;
    }

    .main {
        padding: 20px;
    }

    .section {
        margin-bottom: 20px;
    }

    .card {
        padding: 40px 32px;
    }

    .navbar__container {
        height: 56px;
        padding: 0 24px;
    }

    .navbar__brand img {
        height: 11px;
    }

    /* Mostrar logo centro en tablet+ */
    .navbar__logo {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar__logo img {
        height: 28px;
    }

    .navbar__nav {
        display: block;
    }

    .navbar__menu-btn {
        display: none;
    }

    .mobile-menu {
        display: none !important;
    }

    .navbar__nav-link {
        font-size: 12px;
    }

    /* Hero tablet */
    .hero {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 24px;
    }

    .hero__content {
        order: 1;
        flex: 1;
    }

    .hero__title {
        font-size: 32px;
    }

    .hero__text {
        font-size: 18px;
    }

    .hero__image {
        order: 2;
        flex-shrink: 0;
    }

    .hero__image-wrapper {
        width: 160px;
        height: 160px;
    }

    .hero__badge {
        width: 36px;
        height: 36px;
    }

    .hero__badge img {
        width: 24px;
    }

    .hero__caption {
        font-size: 13px;
    }

    .hero__lenders {
        margin-top: 32px;
    }

    .hero__lenders-logos {
        justify-content: space-between;
    }

    .hero__lenders-logos img {
        height: 40px;
    }
}
/* ========================================
   RESPONSIVE - DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    body {
        padding-top: 60px;
    }

    h1 {
        font-size: 28px;
    }

    .main {
        padding: 24px;
    }

    .section {
        margin-bottom: 24px;
    }

    .card {
        padding: 48px 40px;
    }

    .navbar__container {
        height: 60px;
        padding: 0 40px;
    }

    .navbar__brand img {
        height: 12px;
    }

    .navbar__logo img {
        height: 32px;
    }

    .navbar__nav-list {
        gap: 28px;
    }

    .navbar__nav-link {
        font-size: 13px;
    }

    .navbar__nav-arrow img {
        height: 14px;
    }

    /* Hero desktop */
    .hero {
        gap: 32px;
    }

    .hero__title {
        font-size: 36px;
    }

    .hero__text {
        font-size: 20px;
    }

    .hero__image-wrapper {
        width: 180px;
        height: 180px;
    }

    .hero__badge {
        width: 40px;
        height: 40px;
    }

    .hero__badge img {
        width: 28px;
    }

    .hero__caption {
        font-size: 14px;
    }

    .hero__lenders {
        margin-top: 40px;
    }

    .hero__lenders-logos img {
        height: 44px;
    }
}
/* ========================================
   HOME PIXEL TUNING - HEADER + FIRST CARD
======================================== */

@media (min-width: 1024px) {
    body.home {
        padding-top: 120px;
    }

    body.home .navbar__container {
        max-width: 1500px;
        height: 120px;
        padding: 0 52px;
    }

    body.home .navbar__brand {
        margin-left: 56px;
    }

    body.home .navbar__brand img {
        height: 24px;
    }

    body.home .navbar__logo img {
        height: 72px;
    }

    body.home .navbar__nav-list {
        gap: 22px;
    }

    body.home .navbar__nav-link {
        font-family: 'EB Garamond', Georgia, serif;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #111;
    }

    body.home .navbar__nav-arrow img {
        height: 19px;
    }

    body.home .navbar__nav {
        margin-right: 56px;
    }

    body.home .main {
        max-width: 1500px;
        padding: 34px 68px;
    }

    body.home .section {
        margin-bottom: 30px;
    }

    body.home main .section:first-of-type .card {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: 96px 56px 0;
        background-color: #ffffff;
    }

    body.home main .section:first-of-type .hero {
        align-items: flex-start;
        gap: 36px;
    }

    body.home main .section:first-of-type .hero__content {
        flex: 1 1 58%;
        max-width: 780px;
    }

    body.home main .section:first-of-type .hero__title {
        font-size: 62px;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 600;
        margin-bottom: 46px;
    }

    body.home main .section:first-of-type .hero__text {
        font-size: 34px;
        line-height: 1.28;
        color: #1f1f1f;
    }

    body.home main .section:first-of-type .hero__image {
        flex: 0 0 auto;
        padding-top: 10px;
    }

    body.home main .section:first-of-type .hero__image-wrapper {
        width: 392px;
        height: 264px;
    }

    body.home main .section:first-of-type .hero__image-wrapper img {
        object-fit: contain;
        border-radius: 0;
    }

    body.home main .section:first-of-type .hero__lenders {
        margin-top: 94px;
        border-top: 0;
        padding-top: 0;
    }

    body.home main .section:first-of-type .hero__lenders-title {
        font-size: 19px;
        line-height: 1.3;
        color: #2f2f2f;
        margin-bottom: 32px;
    }

    body.home main .section:first-of-type .hero__lenders-logos {
        border-top: 1px solid #a7a7a7;
        padding: 28px 56px 30px;
        margin-left: -56px;
        margin-right: -56px;
        width: calc(100% + 112px);
        justify-content: space-between;
        gap: 28px;
    }

    body.home main .section:first-of-type .hero__lenders-logos img {
        height: 82px;
    }

    body.home main .section:first-of-type .hero__lenders-logos img.hide-mobile {
        height: 115px;
    }

    body.home main .section:nth-of-type(2) .card--guarantee {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: 84px 56px 74px;
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(2) .guarantee {
        gap: 0;
        padding-right: 0;
    }

    body.home main .section:nth-of-type(2) .guarantee__content {
        padding-right: 280px;
    }

    body.home main .section:nth-of-type(2) .guarantee__title {
        font-size: 62px;
        line-height: 1.08;
        font-weight: 600;
        margin-bottom: 44px;
    }

    body.home main .section:nth-of-type(2) .guarantee__text {
        font-size: 31px;
        line-height: 1.28;
        color: #1f1f1f;
        margin-bottom: 62px;
    }

    body.home main .section:nth-of-type(2) .btn--bordered {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.05em;
        padding: 18px 28px;
    }

    body.home main .section:nth-of-type(2) .guarantee__badge {
        top: -1px;
        right: 58px;
        transform: none;
    }

    body.home main .section:nth-of-type(2) .guarantee__badge img {
        width: 214px;
        transform: scaleY(1.12);
        transform-origin: top center;
    }

    body.home main .section:nth-of-type(3) .card--step {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: 86px 56px 62px;
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(3) .step__label {
        top: 0;
        transform: translate(-50%, 0);
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 26px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding: 12px 18px;
        border: 1px solid #8f8f8f;
        background-color: #d8d8d8;
    }

    body.home main .section:nth-of-type(3) .step__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 54px;
        line-height: 1.04;
        font-weight: 500;
        letter-spacing: 0.01em;
        margin-bottom: 42px;
        text-transform: uppercase;
    }

    body.home main .section:nth-of-type(3) .step__upload {
        margin-bottom: 42px;
    }

    body.home main .section:nth-of-type(3) .upload-box {
        width: min(100%, 710px);
        max-width: 100%;
        height: 240px;
        background-color: #e4e4e4;
        border-radius: 0;
        gap: 14px;
        padding: 18px;
        box-sizing: border-box;
    }

    body.home main .section:nth-of-type(3) .upload-box::before {
        top: 11px;
        left: 14px;
        right: 14px;
        bottom: 11px;
        border: 2px dashed #c8c8c8;
        border-radius: 0;
    }

    body.home main .section:nth-of-type(3) .upload-box__icon {
        width: 58px;
        height: 58px;
        color: #7c7c7c;
    }

    body.home main .section:nth-of-type(3) .upload-box__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: #8a8a8a;
    }

    body.home main .section:nth-of-type(3) .step__subtitle {
        display: block;
        width: max-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 44px;
        line-height: 1.14;
        font-weight: 500;
        margin-bottom: 14px;
    }

    body.home main .section:nth-of-type(3) .step__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 34px;
        line-height: 1.28;
        color: #1f1f1f;
    }

    body.home main .section:nth-of-type(3) .step__text em {
        font-style: normal;
        color: inherit;
    }

    body.home main .section:nth-of-type(3) .step__faq-link {
        margin-top: 18px;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 1.2;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
    }

    body.home main .section:nth-of-type(4) .card--step {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: 88px 56px 72px;
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(4) .step__label {
        top: 0;
        transform: translate(-50%, 0);
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding: 11px 17px;
        border: 1px solid #8f8f8f;
        background-color: #d8d8d8;
    }

    body.home main .section:nth-of-type(4) .step__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 54px;
        line-height: 1.04;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        margin-bottom: 42px;
    }

    body.home main .section:nth-of-type(4) .step__intro {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 34px;
        line-height: 1.28;
        color: #1f1f1f;
        max-width: 740px;
        margin: 0 auto 42px;
    }

    body.home main .section:nth-of-type(4) .step__features {
        gap: 56px;
    }

    body.home main .section:nth-of-type(4) .feature__icon {
        width: 220px;
        margin: 0 auto 14px;
    }

    body.home main .section:nth-of-type(4) .feature__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 44px;
        line-height: 1.14;
        font-weight: 500;
        margin-bottom: 14px;
    }

    body.home main .section:nth-of-type(4) .feature__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 34px;
        line-height: 1.28;
        color: #1f1f1f;
        max-width: 740px;
        margin: 0 auto;
    }

    body.home main .section:nth-of-type(5) .card--step {
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: 88px 56px 72px;
        background-color: #ffffff;
    }

    body.home main .section:nth-of-type(5) .step__label {
        top: 0;
        transform: translate(-50%, 0);
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding: 11px 17px;
        border: 1px solid #8f8f8f;
        background-color: #d8d8d8;
    }

    body.home main .section:nth-of-type(5) .step__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 54px;
        line-height: 1.04;
        font-weight: 500;
        letter-spacing: 0.01em;
        margin-bottom: 42px;
        text-transform: uppercase;
    }

    body.home main .section:nth-of-type(5) .step__subtitle {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 44px;
        line-height: 1.14;
        font-weight: 500;
        margin-bottom: 14px;
    }

    body.home main .section:nth-of-type(5) .step__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 34px;
        line-height: 1.28;
        color: #1f1f1f;
    }

    body.home main .section:nth-of-type(5) .step__tagline {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 34px;
        line-height: 1.28;
        font-weight: 650;
    }

    body.home main .section:nth-of-type(5) .step__tagline em {
        font-style: normal;
        font-weight: 650;
    }

    body.home main .section:nth-of-type(5) .step__seal {
        margin-left: -56px;
        margin-right: -56px;
        margin-bottom: 24px;
        padding: 16px 56px;
    }

    body.home main .section:nth-of-type(5) .step__seal-line {
        height: 62.72px;
        background-color: #333;
    }

    body.home main .section:nth-of-type(5) .step__seal-img {
        width: 248px;
        height: auto;
    }

    body.home main .section:nth-of-type(6) .research {
        padding: 0 46px;
    }

    body.home main .section:nth-of-type(6) .research__house {
        width: 400px;
        margin: 0 auto 28px;
    }

    body.home main .section:nth-of-type(6) .research__title {
        font-family: 'EB Garamond', Georgia, serif;
        font-size: 45px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: none;
        color: #000;
        max-width: 980px;
        margin: 0 auto 24px;
    }

    body.home main .section:nth-of-type(6) .research__subtitle {
        font-family: 'EB Garamond', Georgia, serif;
        font-size: 22px;
        line-height: 1.36;
        color: #000;
        max-width: 720px;
        margin: 0 auto 34px;
    }

    body.home main .section:nth-of-type(6) .research__divider {
        margin: 52px auto;
        max-width: 60%;
        background-color: #d4ddeb;
    }

    body.home main .section:nth-of-type(6) .research__quotes {
        gap: 76px;
        align-items: center;
    }

    body.home main .section:nth-of-type(6) .quote {
        width: min(100%, 1160px);
        max-width: 1160px;
        margin: 0 auto;
    }

    body.home main .section:nth-of-type(6) .quote__text {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 42px;
        line-height: 1.25;
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
        width: 100%;
        max-width: 1160px;
        margin: 0 auto 18px;
        text-wrap: balance;
    }

    body.home main .section:nth-of-type(6) .quote__source {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0;
        color: #2f4666;
        margin-bottom: 16px;
    }

    body.home main .section:nth-of-type(6) .quote__logo {
        width: 74px;
        opacity: 0.62;
    }

    body.home main .section:nth-of-type(6) .guides__title {
        font-size: 20px;
        line-height: 1.2;
    }
}
/* ========================================
   HOME FLUID SCALING (760px - 2200px)
   Preserves the same proportions as the tuned desktop layout.
======================================== */



/* ========================================
   HOME LOW-HEIGHT DESKTOP ADAPTATION
   Keeps 1366x768 visually aligned with the desktop reference.
======================================== */



@media (min-width: 760px) and (max-width: 2200px) {
    body.home main .section:nth-of-type(1) .hero__text,
    body.home main .section:nth-of-type(2) .guarantee__text,
    body.home main .section:nth-of-type(3) .step__text,
    body.home main .section:nth-of-type(4) .step__intro,
    body.home main .section:nth-of-type(4) .feature__text,
    body.home main .section:nth-of-type(5) .step__text,
    body.home main .section:nth-of-type(6) .research__subtitle {
        line-height: 1.5;
    }

    body.home main .section:nth-of-type(6) .quote__text {
        line-height: 1.22;
    }
}
/* ========================================
   HOME SECOND CARD MICRO-TUNE (760px - 900px)
   Keeps paragraph proportion and button scale aligned with the reference.
======================================== */



/* ========================================
   BUTTONS
======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.btn--primary {
    background-color: #588986;
    color: #ffffff;
}
.btn--primary:hover {
    background-color: #4a7572;
}
.btn--bordered {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 10px 18px;
}
.btn--bordered:hover {
    background-color: #fafafa;
    border-color: #bdbdbd;
    color: #666666;
}
/* ========================================
   GUARANTEE SECTION
======================================== */

.card--guarantee {
    position: relative;
    overflow: visible;
}
.guarantee {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 80px;
}
.guarantee__content {
    order: 1;
}
.guarantee__title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 16px;
}
.guarantee__text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 24px;
}
.guarantee__badge {
    position: absolute;
    top: 0;
    right: 24px;
    transform: translateY(0);
}
.guarantee__badge img {
    width: 90px;
    height: auto;
}
/* Get Started page - guarantee card mobile layout */
.guarantee--getstarted {
    gap: 16px;
}
.guarantee--getstarted .guarantee__title {
    font-size: 22px;
    margin-bottom: 0;
}
.guarantee--getstarted .guarantee__badge {
    position: absolute;
    top: 0;
    right: 24px;
    transform: translateY(0);
}
.guarantee--getstarted .guarantee__badge img {
    width: 80px;
}
.guarantee--getstarted .guarantee__text {
    font-size: 15px;
    margin-bottom: 16px;
}
.guarantee--getstarted .guarantee__buttons {
    margin-bottom: 0;
    gap: 0;
}
.guarantee--getstarted .guarantee__buttons .btn--dark,
.guarantee--getstarted .guarantee__buttons .btn--outline {
    border-radius: 0;
}
/* Guarantee buttons */
.guarantee__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.guarantee__buttons .btn--primary,
.guarantee__buttons .btn--dark {
    padding: 14px 20px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #111;
}
.guarantee__buttons .btn--dark {
    background-color: #111;
    color: #fff;
}
.guarantee__buttons .btn--outline {
    padding: 14px 20px;
    font-size: 11px;
    font-weight: 600;
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
}
.guarantee__buttons .btn--outline:hover {
    background-color: #f5f5f5;
    border-color: #111;
}
.guarantee__buttons .btn--link {
    background-color: transparent;
    color: #333;
    padding: 0;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 400;
    margin-left: 8px;
}
.guarantee--getstarted .guarantee__buttons .btn--link {
    margin-left: 12px;
}
.guarantee__buttons .btn--link:hover {
    color: #588986;
}
/* Highlight text - underlined in green */
.guarantee__text .highlight {
    text-decoration: underline;
    text-decoration-color: #588986;
    text-underline-offset: 3px;
}
/* ========================================
   RESPONSIVE - GUARANTEE TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .btn {
        padding: 14px 20px;
        font-size: 17px;
    }

    .guarantee__content {
        padding-top: 0;
        padding-right: 140px;
    }

    .guarantee__title {
        font-size: 32px;
    }

    /* Get Started page - tablet */
    .guarantee--getstarted .guarantee__title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .guarantee--getstarted .guarantee__badge {
        right: 40px;
        transform: translateY(0);
    }

    .guarantee--getstarted .guarantee__badge img {
        width: 120px;
    }

    .guarantee--getstarted .guarantee__text {
        font-size: 18px;
    }

    .guarantee__buttons {
        gap: 12px;
    }

    .guarantee__buttons .btn--primary,
    .guarantee__buttons .btn--dark,
    .guarantee__buttons .btn--outline {
        padding: 14px 20px;
        font-size: 12px;
    }

    .guarantee__buttons .btn--link {
        font-size: 13px;
    }

    .guarantee__badge {
        top: 0;
        right: 40px;
    }

    .guarantee__badge img {
        width: 110px;
    }
}
/* ========================================
   RESPONSIVE - GUARANTEE DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .btn {
        padding: 14px 20px;
        font-size: 18px;
    }

    .guarantee__content {
        padding-right: 160px;
    }

    .guarantee__title {
        font-size: 36px;
    }

    .guarantee__text {
        font-size: 20px;
    }

    .guarantee__buttons {
        gap: 14px;
    }

    .guarantee__buttons .btn--primary,
    .guarantee__buttons .btn--dark,
    .guarantee__buttons .btn--outline {
        padding: 14px 20px;
        font-size: 12px;
    }

    .guarantee__buttons .btn--link {
        font-size: 14px;
    }

    .guarantee__badge {
        right: 48px;
    }

    .guarantee__badge img {
        width: 130px;
    }

    /* Get Started page - desktop */
    .guarantee--getstarted .guarantee__title {
        font-size: 36px;
    }

    .guarantee--getstarted .guarantee__badge {
        right: 48px;
        transform: translateY(0);
    }

    .guarantee--getstarted .guarantee__badge img {
        width: 140px;
    }

    .guarantee--getstarted .guarantee__text {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
/* ========================================
   STEP SECTION
======================================== */

.step {
    text-align: center;
}
.step__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #111;
    background-color: #e0e0e0;
    padding: 8px 16px;
}
.step__title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.step__upload {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.upload-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 340px;
    height: 120px;
    background-color: #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    padding: 16px;
}
.upload-box::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #bbb;
    border-radius: 2px;
    pointer-events: none;
}
.upload-box:hover::before {
    border-color: #888;
}
.upload-box img,
.upload-box__icon {
    width: 36px;
    height: 36px;
    color: #888;
    opacity: 0.7;
}
.upload-box__text {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #888;
}
.step__faq-link {
    display: inline-block;
    margin-top: 24px;
    font-size: 14px;
    color: #0066cc;
    text-decoration: underline;
    font-style: italic;
}
.step__faq-link:hover {
    color: #004499;
}
.step__subtitle {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}
.step__text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.step__text em {
    font-style: italic;
    color: #555;
}
/* ========================================
   RESPONSIVE - STEP TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .step__label {
        font-size: 14px;
    }

    .step__title {
        font-size: 32px;
    }

    .upload-box {
        width: 380px;
        height: 130px;
    }

    .upload-box img,
    .upload-box__icon {
        width: 40px;
        height: 40px;
    }

    .step__subtitle {
        font-size: 26px;
    }

    .step__text {
        font-size: 17px;
    }
}
/* ========================================
   RESPONSIVE - STEP DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .step__title {
        font-size: 36px;
        margin-bottom: 32px;
    }

    .upload-box {
        width: 420px;
        height: 140px;
    }

    .upload-box img,
    .upload-box__icon {
        width: 44px;
        height: 44px;
    }

    .step__subtitle {
        font-size: 28px;
    }

    .step__text {
        font-size: 18px;
    }
}
/* ========================================
   STEP FEATURES
======================================== */

.step__intro {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 32px;
}
.step__features {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.feature {
    text-align: center;
}
.feature__icon {
    width: 120px;
    height: auto;
    margin: 0 auto 8px;
}
.feature__title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #111;
}
.feature__text {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}
/* ========================================
   RESPONSIVE - FEATURES TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .step__intro {
        font-size: 17px;
    }

    .step__features {
        gap: 40px;
    }

    .feature__icon {
        width: 150px;
    }

    .feature__title {
        font-size: 24px;
    }

    .feature__text {
        font-size: 16px;
    }
}
/* ========================================
   RESPONSIVE - FEATURES DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .step__intro {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .step__features {
        gap: 48px;
    }

    .feature__icon {
        width: 150px;
        margin-bottom: 10px;
    }

    .feature__title {
        font-size: 26px;
    }

    .feature__text {
        font-size: 17px;
    }
}
/* ========================================
   STEP SEAL
======================================== */

.step__seal {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 12px 24px;
}
.step__seal-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 24px;
    background-color: #333;
    z-index: 1;
}
.step__seal-img {
    position: relative;
    z-index: 2;
    width: 100px;
    height: auto;
}
.step__tagline {
    font-size: 18px;
    margin: 16px 0;
}
.step__tagline .underline {
    text-decoration: none;
    background: linear-gradient(to top, #C1C2C2 5%, transparent 40%);
    padding: 0 2px;
}
.step .btn {
    margin-top: 8px;
}
/* ========================================
   RESPONSIVE - SEAL TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .step__seal {
        margin-left: -32px;
        margin-right: -32px;
        margin-bottom: 24px;
        padding: 14px 32px;
    }

    .step__seal-line {
        height: 28px;
    }

    .step__seal-img {
        width: 120px;
    }

    .step__tagline {
        font-size: 20px;
        margin: 20px 0;
    }
}
/* ========================================
   RESPONSIVE - SEAL DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .step__seal {
        margin-bottom: 28px;
        margin-left: -40px;
        margin-right: -40px;
        padding: 16px 40px;
    }

    .step__seal-line {
        height: 32px;
    }

    .step__seal-img {
        width: 140px;
    }

    .step__tagline {
        font-size: 22px;
        margin: 24px 0;
    }
}
/* ========================================
   RESEARCH EXCERPTS SECTION
======================================== */

.research {
    text-align: center;
    padding: 0px 24px;
}
.research__house {
    width: 150px;
    height: auto;
    margin: 0 auto 16px;
}
.research__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #555;
    padding: 8px 16px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
}
.research__title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
}
.research__subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.research__divider {
    height: 1px;
    background-color: #eee;
    margin: 40px auto;
    max-width: 60%;
}
.research__quotes {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.quote {
    text-align: center;
}
.quote__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    margin-bottom: 8px;
}
.quote__source {
    display: block;
    font-size: 13px;
    color: #111;
    font-weight: 700;
    margin-bottom: 12px;
}
.quote__logo {
    width: 40px;
    height: auto;
    margin: 0 auto;
    opacity: 0.8;
}
.research__guides {
    text-align: center;
}
.guides__title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}
.guides__links {
    font-size: 13px;
    color: #666;
}
.guides__links a {
    color: #000;
    transition: color 0.2s;
}
.guides__links a:hover {
    color: #588986;
}
.guides__links span {
    margin: 0 8px;
    color: #ccc;
}
body.home main > .section:nth-of-type(6) .card {
    border: 1pt solid #000;
}
/* ========================================
   RESPONSIVE - RESEARCH TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .research {
        padding: 0px 40px;
    }

    .research__house {
        width: 180px;
    }

    .research__label {
        font-size: 12px;
    }

    .research__title {
        font-size: 30px;
    }

    .research__subtitle {
        font-size: 15px;
    }

    .research__divider {
        margin: 44px auto;
    }

    .research__quotes {
        gap: 44px;
    }

    .quote__text {
        font-size: 20px;
    }

    .quote__source {
        font-size: 14px;
    }

    .quote__logo {
        width: 44px;
    }

    .guides__title {
        font-size: 15px;
    }

    .guides__links {
        font-size: 14px;
    }
}
/* ========================================
   RESPONSIVE - RESEARCH DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .research {
        padding: 0px 60px;
    }

    .research__house {
        width: 180px;
        margin-bottom: 20px;
    }

    .research__title {
        font-size: 34px;
    }

    .research__subtitle {
        font-size: 16px;
    }

    .research__divider {
        margin: 48px auto;
    }

    .research__quotes {
        gap: 48px;
    }

    .quote__text {
        font-size: 22px;
    }

    .quote__logo {
        width: 48px;
    }
}
/* ========================================
   FOOTER
======================================== */

.footer {
    background-color: #333;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
/* Home page - last card connects with footer */
body.home .main > .section:last-of-type {
    margin-bottom: 0 !important;
}
body.home .main > .section:last-of-type .card {
    border-radius: 0;
    margin-bottom: 0 !important;
}
body.home .footer {
    border-radius: 0;
    margin-top: 0;
}
body.home .main > .footer--home {
    margin-top: 0 !important;
}
/* Get Started page - last card connects with footer */
body.page-template-page-get-started .section:last-of-type .card {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}
body.page-template-page-get-started .footer {
    border-radius: 0;
}
/* About page - last card connects with footer */
.main--about .section {
    margin-bottom: 0;
}
.main--about .section .card {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}
.main--about > .footer {
    border-radius: 0 !important;
    margin-top: 0;
}
.footer__container {
    padding: 12px 16px;
}
.footer__logo {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}
.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 5px;
}
.footer__link {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
    transition: color 0.2s;
}
.footer__link:hover {
    color: #ccc;
}
.footer__email {
    font-size: 9px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.footer__divider {
    height: 1px;
    background-color: #555;
    margin: 7px 0;
    max-width: 280px;
}
.footer__social {
    display: flex;
    gap: 6px;
}
.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #555;
    border-radius: 3px;
    color: #fff;
    transition: background-color 0.2s;
}
.footer__social-link:hover {
    background-color: #666;
}
.footer__social-link svg {
    width: 12px;
    height: 12px;
}
/* ========================================
   HOME FOOTER - TWO COLUMN LAYOUT
======================================== */

.footer--home {
    padding: 32px 0;
}
.footer__container--home {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer__left {
    flex: 1;
}
.footer__right {
    flex: 1;
    text-align: left;
}
.footer__form {
    display: flex;
    gap: 0;
    margin-bottom: 6px;
    max-width: 260px;
}
.footer__input {
    flex: 1;
    padding: 10px 12px;
    font-size: 10px;
    border: 1px solid #666;
    background: transparent;
    color: #fff;
    outline: none;
}
.footer__input::placeholder {
    color: #999;
}
.footer__input:focus {
    border-color: #fff;
}
.footer__submit {
    padding: 10px 18px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #fff;
    color: #333;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.footer__submit:hover {
    background: #eee;
}
.footer__form-label {
    font-size: 10px;
    color: #fff;
    margin-bottom: 6px;
}
.footer__copyright {
    font-size: 10px;
    color: #fff;
    margin-bottom: 12px;
}
.footer__crest {
    width: 120px;
    height: auto;
    opacity: 0.9;
}
.footer__signup {
    display: flex;
    flex-direction: column;
}
/* Home footer - text sizes (30% smaller) */
.footer--home .footer__logo {
    font-size: 13px;
    margin-bottom: 12px;
}
.footer--home .footer__nav {
    gap: 3px;
    margin-bottom: 10px;
}
.footer--home .footer__link {
    font-size: 8px;
}
.footer--home .footer__email {
    font-size: 8px;
}
/* Full-width footer variant */
.footer--fullwidth {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: -24px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 0;
}
@media (min-width: 768px) {
.footer--fullwidth {
        margin-bottom: -32px;
        padding-bottom: 72px;
    
}


}
@media (min-width: 1024px) {
.footer--fullwidth {
        margin-bottom: -40px;
        padding-bottom: 80px;
    
}


}
.footer--fullwidth .footer__container--home {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (min-width: 768px) {
.footer--fullwidth .footer__container--home {
        padding: 0 40px;
    
}


}
@media (min-width: 1024px) {
.footer--fullwidth .footer__container--home {
        padding: 0 64px;
    
}


}
/* ========================================
   RESPONSIVE - FOOTER TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .footer__container {
        padding: 14px 20px;
    }

    .footer__logo {
        font-size: 15px;
    }

    .footer__nav {
        gap: 3px;
    }

    .footer__link {
        font-size: 9px;
    }

    .footer__social-link {
        width: 24px;
        height: 24px;
    }

    /* Home footer tablet */
    .footer__container--home {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
    }

    .footer__right {
        text-align: right;
    }

    .footer__form {
        margin-left: auto;
    }

    .footer__crest {
        width: 140px;
    }

    .footer--home .footer__logo {
        font-size: 14px;
    }

    .footer--home .footer__link {
        font-size: 8px;
    }

    .footer--home .footer__email {
        font-size: 8px;
    }
}
/* ========================================
   RESPONSIVE - FOOTER DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .footer__container {
        padding: 16px 24px;
    }

    .footer__logo {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .footer__nav {
        gap: 3px;
        margin-bottom: 6px;
    }

    .footer__link {
        font-size: 10px;
    }

    .footer__email {
        font-size: 10px;
    }

    .footer__divider {
        margin: 8px 0;
    }

    .footer__social {
        gap: 8px;
    }

    .footer__social-link {
        width: 26px;
        height: 26px;
    }

    .footer__social-link svg {
        width: 13px;
        height: 13px;
    }

    /* Home footer desktop */
    .footer--home {
        padding: 40px 0;
    }

    .footer__container--home {
        gap: 60px;
    }

    .footer__form {
        max-width: 280px;
    }

    .footer__input {
        padding: 10px 14px;
        font-size: 11px;
    }

    .footer__submit {
        padding: 10px 22px;
        font-size: 11px;
    }

    .footer__form-label,
    .footer__copyright {
        font-size: 11px;
    }

    .footer__crest {
        width: 120px;
    }

    .footer--home .footer__logo {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .footer--home .footer__nav {
        gap: 4px;
        margin-bottom: 12px;
    }

    .footer--home .footer__link {
        font-size: 9px;
    }

    .footer--home .footer__email {
        font-size: 9px;
    }
}
/* ========================================
   HOME FOOTER - DESKTOP MATCH TUNE
======================================== */

@media (min-width: 1024px) {
    body.home .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: 44px 0 46px;
    }

    body.home .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 72px;
    }

    body.home .footer--home .footer__left {
        flex: 0 0 42%;
    }

    body.home .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 16px;
    }

    body.home .footer--home .footer__nav {
        gap: 8px;
        margin-bottom: 16px;
    }

    body.home .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 17px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body.home .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    body.home .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(92px, 9vw, 130px);
        min-height: 170px;
        text-align: left;
    }

    body.home .footer--home .footer__signup {
        width: 100%;
        max-width: 820px;
        min-width: 0;
        margin-left: auto;
        transform: translateX(0);
    }

    body.home .footer--home .footer__form {
        width: 100%;
        max-width: 820px;
        display: flex;
        align-items: stretch;
        gap: 14px;
        margin: 0 0 16px;
    }

    body.home .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 62px;
        padding: 0 18px;
        border: 2px solid #4d4d4f;
        font-size: 18px;
    }

    body.home .footer--home .footer__input::placeholder {
        color: #b4b4b4;
    }

    body.home .footer--home .footer__submit {
        height: 62px;
        padding: 0 26px;
        font-size: 20px;
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    }

    body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 4px;
    }

    body.home .footer--home .footer__crest {
        width: clamp(98px, 9.2vw, 138px);
        position: absolute;
        right: clamp(14px, 1.8vw, 28px);
        top: 84px;
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
    }
}
@media (min-width: 1360px) {
body.home .footer--home .footer__signup {
        transform: translateX(clamp(34px, 3vw, 64px));
    
}


}
@media (min-width: 1024px) and (max-width: 1279px) {
body.home .footer--home .footer__container--home {
        gap: 44px;
    
}
body.home .footer--home .footer__right {
        padding-right: 90px;
        min-height: 158px;
    
}
body.home .footer--home .footer__signup {
        max-width: 700px;
        margin-left: 0;
        transform: none;
    
}
body.home .footer--home .footer__form {
        max-width: 700px;
        gap: 10px;
    
}
body.home .footer--home .footer__submit {
        padding: 0 22px;
        font-size: 18px;
    
}
body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-size: 18px;
    
}
body.home .footer--home .footer__crest {
        width: 110px;
        right: 10px;
        top: 90px;
    
}


}
@media (min-width: 1280px) and (max-width: 1359px) {
body.home .footer--home .footer__signup {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
        margin-left: auto;
        transform: translateX(clamp(8px, calc((100vw - 1280px) * 0.33), 34px));
    
}
body.home .footer--home .footer__form {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
    
}


}
@media (min-width: 768px) and (max-width: 1023px) {
body.home .footer--home {
        padding: 34px 0 38px;
    
}
body.home .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 26px;
    
}
body.home .footer--home .footer__left {
        min-width: 0;
    
}
body.home .footer--home .footer__right {
        position: relative;
        min-height: 148px;
        padding-right: 108px;
        text-align: left;
    
}
body.home .footer--home .footer__signup {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
    
}
body.home .footer--home .footer__form {
        max-width: 470px;
        margin: 0 0 12px auto;
        gap: 10px;
    
}
body.home .footer--home .footer__input {
        height: 52px;
        font-size: 14px;
    
}
body.home .footer--home .footer__submit {
        height: 52px;
        padding: 0 18px;
        font-size: 17px;
    
}
body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-size: 14px;
        line-height: 1.2;
    
}
body.home .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 98px;
    
}


}
@media (max-width: 767px) {
body.home {
        padding-top: 56px;
        font-size: 14px;
        --home-mobile-p-size: clamp(14px, 6vw, 16px);
        --home-mobile-p-lh: 1.5;
        --home-mobile-card-padding: 20px 16px 24px;
    
}
body.home .navbar__container {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 30px;
        gap: 4px;
    
}
body.home .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body.home .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body.home .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.home .main {
        padding: 8px;
    
}
body.home .section {
        margin-bottom: 10px;
    
}
body.home .card {
        padding: var(--home-mobile-card-padding);
        border: 1px solid #000;
        border-radius: 0 !important;
        background-color: #ffffff;
        box-shadow: none;
    
}
body.home .card--guarantee {
        padding: var(--home-mobile-card-padding);
        border-radius: 0 !important;
    
}
body.home .card--step {
        padding: 44px 16px 24px;
        border-radius: 0 !important;
    
}
body.home main .section:first-of-type .card {
        padding-bottom: 0;
    
}
body.home .main > .section:last-of-type .card {
        border-radius: 0 !important;
    
}
/* Home mobile - first card alignment must match reference */
    body.home main .section:first-of-type .hero {
        align-items: flex-start;
        gap: 10px;
    
}
body.home main .section:first-of-type .hero__image {
        order: 1;
        width: 100%;
        align-items: flex-start;
        margin-bottom: 2px;
    
}
body.home main .section:first-of-type .hero__content {
        order: 2;
        width: 100%;
    
}
body.home main .section:first-of-type .hero__title {
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1;
        font-weight: 600;
        margin-bottom: 16px;
        max-width: none;
    
}
body.home main .section:first-of-type .hero__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        color: #1f1f1f;
        max-width: none;
    
}
body.home main .section:first-of-type .hero__image-wrapper {
        width: clamp(120px, 36vw, 170px);
        height: auto;
        aspect-ratio: auto;
        background: none;
        margin: 0;
    
}
body.home main .section:first-of-type .hero__image-wrapper img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 0;
    
}
body.home main .section:first-of-type .hero__title .underline {
  background-image: linear-gradient(to top, #C1C2C2 20%, transparent 40%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 70% !important;
  background-position: 0 45% !important;
}
body.home main .section:first-of-type .hero__title-line--desktop,
    body.home main .section:first-of-type .hero__text-line--desktop,
    body.home main .section:first-of-type .hero__break--desktop {
        display: none;
    
}
body.home main .section:first-of-type .hero__title-line--mobile,
    body.home main .section:first-of-type .hero__text-line--mobile {
        display: block;
    
}
body.home main .section:first-of-type .hero__lenders {
        margin-top: 22px;
        border-top: 0;
        padding-top: 0;
    
}
body.home main .section:first-of-type .hero__lenders-title {
        font-size: clamp(11px, 3.4vw, 14px);
        line-height: 1.3;
        color: #2f2f2f;
        margin-bottom: 12px;
    
}
body.home main .section:first-of-type .hero__lenders-logos {
        border-top: 1px solid #a7a7a7;
        padding: 18px 16px 18px;
        margin-left: -16px;
        margin-right: -16px;
        width: auto;
        box-sizing: border-box;
        gap: 12px;
    
}
body.home main .section:first-of-type .hero__lenders-logos img {
        height: clamp(24px, 8vw, 36px);
    
}
body.home main .section:nth-of-type(2) .guarantee {
        gap: 0;
        padding-right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__content {
        padding-right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__title {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(24px, 9vw, 30px);
        line-height: 1;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 14px;
        max-width: none;
        margin-right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        color: #1f1f1f;
        margin-bottom: 18px;
        max-width: none;
    
}
body.home main .section:nth-of-type(2) .guarantee__title-line--desktop,
    body.home main .section:nth-of-type(2) .guarantee__text-line--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(2) .guarantee__title-line--mobile,
    body.home main .section:nth-of-type(2) .guarantee__text-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(2) .btn--bordered {
        font-size: clamp(12px, 3.9vw, 11px);
        font-weight: 500;
        letter-spacing: 0.04em;
        padding: clamp(8px, 2.2vw, 11px) clamp(12px, 4vw, 16px);
        color: #000;
        border-color: #000;
    
}
body.home main .section:nth-of-type(2) .guarantee__badge {
        top: 0;
        right: 0;
    
}
body.home main .section:nth-of-type(2) .guarantee__badge img {
        width: clamp(78px, 30vw, 104px);
        transform: scaleY(0.94);
        transform-origin: top center;
    
}
body.home .step__label {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(10px, 2.7vw, 12px);
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #111;
        background-color: #d8d8d8;
        border: 1px solid #8f8f8f;
        padding: 6px 10px;
    
}
body.home .step__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
    
}
body.home .step__subtitle {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
        font-weight: 600;
    
}
body.home .step__text,
    body.home .step__intro,
    body.home .feature__text {
        font-family: inherit;
        font-size: clamp(16px, 5.1vw, 22px);
        line-height: 1.24;
        color: #1f1f1f;
        max-width: 12.4em;
        margin-left: auto;
        margin-right: auto;
    
}
body.home .step__text em {
        font-style: normal;
        color: inherit;
    
}
body.home main .section:nth-of-type(3) .step-one__subtitle-line--desktop,
    body.home main .section:nth-of-type(3) .step-one__text-line--desktop,
    body.home main .section:nth-of-type(3) .step-one__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(3) .step-one__subtitle-line--mobile,
    body.home main .section:nth-of-type(3) .step-one__text-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(3) .step__title,
    body.home main .section:nth-of-type(3) .step__subtitle {
        font-size: clamp(24px, 9vw, 24px);
        line-height: 1.3;
    
}
body.home main .section:nth-of-type(3) .step__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        max-width: none;
    
}
body.home main .section:nth-of-type(4) .step-two__intro-line--desktop,
    body.home main .section:nth-of-type(4) .step-two__feature-line--desktop,
    body.home main .section:nth-of-type(4) .step-two__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(4) .step-two__intro-line--mobile,
    body.home main .section:nth-of-type(4) .step-two__feature-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(4) .step__title {
        font-size: clamp(24px, 9vw, 24px);
        line-height: 1.1;
    
}
body.home main .section:nth-of-type(4) .step__intro,
    body.home main .section:nth-of-type(4) .feature__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        max-width: none;
    
}
body.home main .section:nth-of-type(5) .step-three__text-line--desktop,
    body.home main .section:nth-of-type(5) .step-three__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(5) .step-three__text-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(5) .step__title,
    body.home main .section:nth-of-type(5) .step__subtitle {
        font-size: clamp(24px, 9vw, 24px);
        line-height: 1.1;
    
}
body.home main .section:nth-of-type(5) .step__text {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        max-width: none;
    
}
body.home .feature__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(24px, 9vw, 24px);
        line-height: 1.1;
        font-weight: 600;
        color: #111;
    
}
body.home main .section:nth-of-type(3) .upload-box {
        width: min(100%, 340px);
        height: 156px;
        background-color: #e4e4e4;
        border-radius: 0;
        gap: 10px;
    
}
body.home main .section:nth-of-type(3) .upload-box::before {
        border: 2px dashed #c8c8c8;
        border-radius: 0;
    
}
body.home main .section:nth-of-type(3) .upload-box__icon {
        width: 38px;
        height: 38px;
        color: #7c7c7c;
    
}
body.home main .section:nth-of-type(3) .upload-box__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(12px, 4vw, 16px);
        font-weight: 400;
        color: #8a8a8a;
    
}
body.home main .section:nth-of-type(3) .step__faq-link {
        margin-top: 10px;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(12px, 3.8vw, 14px);
        line-height: 1.2;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    
}
body.home main .section:nth-of-type(5) .step__tagline {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(15px, 4.6vw, 20px);
        line-height: 1.24;
        font-weight: 600;
    
}
body.home main .section:nth-of-type(5) .step__tagline em {
        font-style: normal;
        font-weight: 650;
    
}
body.home main .section:nth-of-type(5) .step__seal {
        margin-left: -16px;
        margin-right: -16px;
        padding: 10px 16px;
        margin-bottom: 14px;
    
}
body.home main .section:nth-of-type(5) .step__seal-line {
        background-color: #333;
        height: 28px;
    
}
body.home main .section:nth-of-type(5) .step__seal-img {
        width: clamp(86px, 29vw, 120px);
    
}
body.home .research {
        padding: 0 16px;
    
}
body.home main .section:nth-of-type(6) .research__title-line--desktop,
    body.home main .section:nth-of-type(6) .research__subtitle-line--desktop,
    body.home main .section:nth-of-type(6) .research__quote-line--desktop,
    body.home main .section:nth-of-type(6) .research__break--desktop {
        display: none;
    
}
body.home main .section:nth-of-type(6) .research__title-line--mobile,
    body.home main .section:nth-of-type(6) .research__subtitle-line--mobile,
    body.home main .section:nth-of-type(6) .research__quote-line--mobile {
        display: block;
    
}
body.home main .section:nth-of-type(6) .research__house {
        width: clamp(108px, 35vw, 170px);
        margin: 0 auto 14px;
    
}
body.home main .section:nth-of-type(6) .research__title {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(17px, 5.2vw, 30px);
        line-height: 1.13;
        font-weight: 700;
        color: #000;
        max-width: 100%;
        margin: 0 auto 10px;
    
}
body.home main .section:nth-of-type(6) .research__title-line--mobile {
        white-space: nowrap;
    
}
body.home main .section:nth-of-type(6) .research__subtitle {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(10px, 2.8vw, 12px);
        line-height: 1.28;
        color: #000;
        max-width: 286px;
        margin: 0 auto 12px;
    
}
body.home main .section:nth-of-type(6) .research__divider {
        margin: 18px auto;
        max-width: 86%;
        background-color: #d4ddeb;
    
}
body.home main .section:nth-of-type(6) .research__quotes {
        gap: 24px;
    
}
body.home main .section:nth-of-type(6) .quote {
        width: 100%;
        max-width: 338px;
        margin: 0 auto;
    
}
body.home main .section:nth-of-type(6) .quote__text {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(13px, 3.9vw, 17px);
        line-height: 1.2;
        font-weight: 500;
        color: #000;
        margin-bottom: 6px;
        text-wrap: balance;
    
}
body.home main .section:nth-of-type(6) .quote__source {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(9px, 2.6vw, 11px);
        line-height: 1.18;
        font-weight: 500;
        color: #070192;
        margin-bottom: 6px;
    
}
body.home main .section:nth-of-type(6) .quote__logo {
        width: clamp(30px, 9.4vw, 38px);
        opacity: 0.62;
    
}
body.home main .section:nth-of-type(6) .guides__title {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: clamp(11px, 3vw, 13px);
        line-height: 1.2;
        color: #111;
    
}
body.home main .section:nth-of-type(6) .guides__links {
        font-size: clamp(8px, 8.3vw, 9.5px);
        color: #000;
    
}
body.home .footer--home {
        padding: 24px 0 26px;
    
}
body.home .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.home .footer--home .footer__left,
    body.home .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.home .footer--home .footer__right {
        position: relative;
        padding-right: 0;
        min-height: 0;
        text-align: left;
    
}
body.home .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    
}
body.home .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    
}
body.home .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    
}
body.home .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    
}
body.home .footer--home .footer__form-label,
    body.home .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.home .footer--home .footer__crest {
        position: static;
        width: 84px;
        margin: 10px 0 0 auto;
    
}


}
/* ========================================
   HOME FOOTER PROPORTIONAL SCALING (760px+)
   Keeps footer under the same scale system used by the rest of Home.
======================================== */







/* ========================================
   RESEARCH PAGE - HEADER
======================================== */

.research-header {
    padding: 24px 16px;
}
.research-header__title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}
.research-header__title .underline {
  background-image: linear-gradient(to top, #C1C2C2 20%, transparent 40%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 70% !important;
  background-position: 0 45% !important; */
}
.research-header__subtitle {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 24px;
}
.research-header__subtitle-line--mobile {
    display: none;
}
@media (max-width: 767px) {
.research-header__subtitle-line--desktop,
    .research-header__subtitle-break--desktop {
        display: none;
    
}
.research-header__subtitle-line--mobile {
        display: block;
    
}


}
/* Tags */
.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 24px;
}
.tags .tag {
    display: inline-block;
    padding: 4px 8px;
    background: transparent;
    color: #333;
    font-size: 8px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.05em;
    border: 1px solid #333;
    transition: all 0.2s;
}
.tags .tag:hover {
    background: #333;
    color: #fff;
}
/* Search Box */
.search-box {
    display: flex;
    align-items: center;
    max-width: 400px;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
.search-box form {
    flex: 1;
    min-width: 0;
}
/* Research-only search bar style */
body.is-research-context .research-header .search-box,
body.search .research-header .search-box {
    padding: 10px 12px 8px;
    background: #fff;
    border: 0;
    border-bottom: 4px solid #1f1f1f;
}
.search-box__icon {
    color: #999;
    flex-shrink: 0;
    margin-right: 12px;
}
.search-box__input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #999;
    background: transparent;
}
.search-box__input::placeholder {
    color: #999;
}
/* ========================================
   RESPONSIVE - RESEARCH HEADER TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .research-header {
        padding: 32px 24px;
    }

    .research-header__title {
        font-size: 32px;
    }

    .research-header__subtitle {
        font-size: 18px;
    }

    .tags {
        gap: 8px;
    }

    .tags .tag {
        padding: 5px 10px;
        font-size: 9px;
    }

    .search-box {
        max-width: 450px;
    }
}
/* ========================================
   RESPONSIVE - RESEARCH HEADER DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .research-header {
        padding: 40px 32px;
    }

    .research-header__title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .research-header__subtitle {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .tags {
        gap: 10px;
        margin-bottom: 32px;
    }

    .tags .tag {
        padding: 6px 12px;
        font-size: 10px;
    }

    .search-box {
        max-width: 500px;
    }
}
/* ========================================
   RESEARCH PAGE - BLOG POSTS
======================================== */

.blog-posts {
    padding: 0 16px;
    margin-bottom: 24px;
}
.post {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
.post:last-child {
    border-bottom: none;
}
.post__category {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #111;
    margin-bottom: 8px;
}
.post__title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #2d2d2d;
    margin-bottom: 8px;
}
.post__excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin: 0;
}
/* ========================================
   RESEARCH PAGE - CHART SECTION
======================================== */

.chart-section {
    text-align: left;
    padding: 0;
}
/* Research chart block should keep hard corners (no rounded edges) */
body.is-research-context .section > .card,
body.is-research-context .chart-section__card {
    border-radius: 0;
}
.chart-section__title {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
}
.chart-section__subtitle {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 18px;
}
.chart-section__card {
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 14px 14px 8px;
    background: #fff;
}
.chart-section__holder {
    position: relative;
    height: 520px;
}
.chart-section__source {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #6b7280;
}
/* ========================================
   RESEARCH PAGE - PAGINATION
======================================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 24px 16px;
}
.pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s;
}
.pagination__item:hover {
    background-color: #f0f0f0;
}
.pagination__item--active {
    background-color: #588986;
    color: #fff;
}
.pagination__dots {
    font-size: 14px;
    color: #999;
    padding: 0 4px;
}
/* ========================================
   RESEARCH PAGE - TYPOGRAPHY + PAGINATION TUNING
======================================== */

body.is-research-context .post__category {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111111;
}
body.is-research-context .post__title {
    font-size: 26px;
    line-height: 1.28;
    color: #111111;
}
body.is-research-context .post__title a {
    color: #111111;
}
body.is-research-context .post__title a:hover {
    color: #111111;
}
body.is-research-context .post__excerpt {
    font-size: 16px;
    line-height: 1.58;
    color: #111111;
}
body.is-research-context .research-header__subtitle {
    font-size: 17px;
    color: #111111;
}
body.is-research-context .chart-section__subtitle,
body.is-research-context .chart-section__source {
    color: #111111;
}
body.is-research-context .post {
    border-bottom: 0;
    position: relative;
}
body.is-research-context .post::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 0.5px solid #1f1f1f;
    margin-top: 18px;
}
body.is-research-context .main > .footer--home {
    margin-top: 44px;
}
/* Research footer should use Home/Get-Started desktop scale */






@media (max-width: 767px) {
    body.is-research-context .footer--home {
        padding: 32px 0 34px;
    }

    body.is-research-context .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    body.is-research-context .footer--home .footer__left,
    body.is-research-context .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    }

    body.is-research-context .footer--home .footer__right {
        position: relative;
        min-height: 160px;
        padding-right: 0;
        text-align: left;
    }

    body.is-research-context .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    }

    body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    }

    body.is-research-context .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }

    body.is-research-context .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    }

    body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.15;
        margin-bottom: 4px;
    }

    body.is-research-context .footer--home .footer__crest {
        width: 84px;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
        margin: 0;
    }
}
body.is-research-context .pagination {
    justify-content: flex-start !important;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 8px 16px 0;
    border-top: 0;
}
body.is-research-context .blog-posts {
    margin-bottom: 8px;
}
body.is-research-context .pagination__item {
    min-width: auto;
    height: auto;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #252b37;
    background: transparent;
    border-radius: 0;
}
body.is-research-context .pagination__item:hover {
    background: transparent;
    color: #111111;
}
/* ========================================
   RESEARCH FOOTER - DESKTOP ZOOM SAFETY
   Keeps footer balanced when browser zoom reduces CSS viewport width on desktop.
======================================== */
@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {
    body.is-research-context .footer--home {
        padding: 24px 0 26px;
    }

    body.is-research-context .footer--home .footer__container--home {
        gap: 18px;
    }

    body.is-research-context .footer--home .footer__logo {
        font-size: clamp(22px, 3.1vw, 28px);
        line-height: 1.08;
        margin-bottom: 10px;
    }

    body.is-research-context .footer--home .footer__link {
        font-size: clamp(11px, 1.55vw, 14px);
        line-height: 1.05;
    }

    body.is-research-context .footer--home .footer__email {
        font-size: clamp(11px, 1.45vw, 13px);
        line-height: 1.08;
    }

    body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-size: clamp(12px, 1.6vw, 16px);
        line-height: 1.15;
        margin-bottom: 2px;
    }

    body.is-research-context .footer--home .footer__input {
        font-size: clamp(13px, 1.65vw, 15px);
    }

    body.is-research-context .footer--home .footer__submit {
        font-size: clamp(14px, 1.8vw, 17px);
        padding-inline: clamp(12px, 1.8vw, 16px);
        white-space: nowrap;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1023px) {
body.is-research-context .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 22px;
    
}
body.is-research-context .footer--home .footer__left {
        min-width: 0;
    
}
body.is-research-context .footer--home .footer__right {
        position: relative;
        min-height: 126px;
        padding-right: 86px;
        text-align: left;
    
}
body.is-research-context .footer--home .footer__signup {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        transform: none;
    
}
body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px auto;
        gap: 8px;
    
}
body.is-research-context .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
    
}
body.is-research-context .footer--home .footer__submit {
        height: 46px;
        min-width: 68px;
    
}
body.is-research-context .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
        width: 78px;
        height: auto;
        margin: 0;
    
}


}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
body.is-research-context .footer--home .footer__right {
        min-height: 118px;
        padding-right: 96px;
    
}
body.is-research-context .footer--home .footer__form {
        margin-bottom: 8px;
    
}
body.is-research-context .footer--home .footer__input {
        height: 42px;
        padding: 0 10px;
        font-size: 13px;
    
}
body.is-research-context .footer--home .footer__submit {
        height: 42px;
        padding: 0 12px;
        font-size: 15px;
    
}
body.is-research-context .footer--home .footer__crest {
        width: 72px;
        right: 0;
        bottom: 0;
        left: auto;
        margin: 0;
    
}


}
body.is-research-context .pagination__item--active {
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
    background: #e8eaed !important;
    color: #111111 !important;
    font-weight: 700;
}
body.is-research-context .pagination__dots {
    color: #586174;
    font-size: 22px;
    line-height: 1;
    padding: 0;
}
/* ========================================
   RESPONSIVE - BLOG POSTS TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .blog-posts {
        padding: 0 24px;
    }

    .post {
        padding: 24px 0;
    }

    .post__category {
        font-size: 10px;
    }

    .post__title {
        font-size: 20px;
    }

    .post__excerpt {
        font-size: 15px;
    }

    .chart-section__title {
        font-size: 24px;
    }

    .chart-section__subtitle {
        font-size: 15px;
    }

    .chart-section__holder {
        height: 470px;
    }

    .chart-section__source {
        font-size: 14px;
    }

    .pagination {
        padding: 32px 24px;
        gap: 10px;
    }

    .pagination__item {
        min-width: 36px;
        height: 36px;
        font-size: 15px;
    }

    body.is-research-context .post__category {
        font-size: 13px;
    }

    body.is-research-context .post__title {
        font-size: 28px;
    }

    body.is-research-context .post__excerpt {
        font-size: 18px;
    }

    body.is-research-context .research-header__subtitle {
        font-size: 19px;
    }

    body.is-research-context .pagination {
        gap: 22px;
        padding: 10px 24px 0;
    }

    body.is-research-context .pagination__item {
        font-size: 18px;
    }
}
/* ========================================
   RESPONSIVE - BLOG POSTS DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .blog-posts {
        padding: 0 32px;
    }

    .post {
        padding: 28px 0;
    }

    .post__category {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .post__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .post__excerpt {
        font-size: 16px;
    }

    .chart-section__title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .chart-section__subtitle {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .chart-section__holder {
        height: 520px;
    }

    .chart-section__source {
        font-size: 14px;
    }

    .pagination {
        padding: 40px 32px;
        gap: 12px;
    }

    .pagination__item {
        min-width: 40px;
        height: 40px;
        font-size: 16px;
    }

    body.is-research-context .post__category {
        font-size: 14px;
        margin-bottom: 12px;
    }

    body.is-research-context .post__title {
        font-size: 30px;
        margin-bottom: 14px;
    }

    body.is-research-context .post__excerpt {
        font-size: 19px;
        line-height: 1.62;
    }

    body.is-research-context .research-header__subtitle {
        font-size: 20px;
    }

    body.is-research-context .pagination {
        margin-top: 0 !important;
        gap: 24px;
        padding: 10px 32px 0;
    }

    body.is-research-context .pagination__item {
        font-size: 20px;
    }

    body.is-research-context .pagination__item--active {
        width: 58px;
        height: 58px;
    }
}
/* ========================================
   RESEARCH PAGE - FOOTER TWO COLUMNS
======================================== */

.footer--research {
    border-radius: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: -12px;
}
.footer--research .footer__container {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
.footer--research .footer__nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 5px;
}
.footer--research .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 0;
}
.footer--research .footer__nav--right .footer__email {
    margin-top: 2px;
}
@media (min-width: 768px) {
.footer--research {
        margin-bottom: -20px;
    
}
.footer--research .footer__container {
        padding-left: 20px;
        padding-right: 20px;
    
}


}
@media (min-width: 1024px) {
.footer--research {
        margin-bottom: -24px;
    
}
.footer--research .footer__container {
        padding-left: 24px;
        padding-right: 24px;
    
}


}
/* ========================================
   SINGLE ARTICLE PAGE
======================================== */

.article {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 16px;
}
.article__header {
    margin-bottom: 24px;
}
.article__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #2d2d2d;
    margin-bottom: 16px;
}
/* Author Section */
.article__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.article__author .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.article__author-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.article__author-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.article__author-name a {
    color: #333;
    text-decoration: underline;
    transition: color 0.2s;
}
.article__author-name a:hover {
    color: #588986;
}
.article__author-bio {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
/* Article Tags */
.article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.article__tag {
    display: inline-block;
    padding: 4px 8px;
    background: transparent;
    color: #333;
    font-size: 8px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #333;
    border-radius: 0;
    transition: all 0.2s;
}
.article__tag:hover {
    background: #333;
    color: #fff;
}
/* Featured Image */
.article__featured {
    margin-bottom: 24px;
}
.article__featured img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.article__caption {
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-top: 8px;
    text-align: center;
}
/* Article Content */
.article__content {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2b2b2b;
}
.article__content p {
    margin-bottom: 1.5em;
}
.article__content h2 {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2d2d2d;
}
.article__content h3 {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2d2d2d;
}
.article__content h4 {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #2d2d2d;
}
.article__content ul,
.article__content ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}
.article__content li {
    margin-bottom: 0.5em;
}
.article__content blockquote {
    border-left: 3px solid #588986;
    padding-left: 20px;
    margin: 24px 0;
    font-style: italic;
    color: #555;
}
.article__content a {
    color: #588986;
    text-decoration: underline;
}
.article__content a:hover {
    color: #4a7572;
}
.article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 16px 0;
}
/* Post Navigation */
.article__nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}
.article__nav-prev,
.article__nav-next {
    flex: 1;
}
.article__nav-next {
    text-align: right;
}
.article__nav a {
    font-size: 14px;
    color: #588986;
    text-decoration: none;
    transition: color 0.2s;
}
.article__nav a:hover {
    color: #4a7572;
    text-decoration: underline;
}
/* ========================================
   RESPONSIVE - ARTICLE TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .article {
        padding: 32px 40px;
    }

    .article__title {
        font-size: 32px;
    }

    .article__author .avatar {
        width: 56px;
        height: 56px;
    }

    .article__author-name {
        font-size: 15px;
    }

    .article__tag {
        padding: 5px 10px;
        font-size: 9px;
    }

    .article__content {
        font-size: 17px;
    }

    .article__content h2 {
        font-size: 26px;
    }

    .article__content h3 {
        font-size: 20px;
    }
}
/* ========================================
   RESPONSIVE - ARTICLE DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .article {
        padding: 48px 60px;
    }

    .article__header {
        margin-bottom: 32px;
    }

    .article__title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .article__author {
        margin-bottom: 20px;
    }

    .article__author .avatar {
        width: 60px;
        height: 60px;
    }

    .article__author-name {
        font-size: 16px;
    }

    .article__author-bio {
        font-size: 14px;
    }

    .article__tags {
        gap: 10px;
    }

    .article__tag {
        padding: 6px 12px;
        font-size: 10px;
    }

    .article__featured {
        margin-bottom: 32px;
    }

    .article__content {
        font-size: 18px;
        line-height: 1.8;
    }

    .article__content h2 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .article__content h3 {
        font-size: 22px;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .article__content h4 {
        font-size: 18px;
    }

    .article__nav {
        margin-top: 48px;
        padding-top: 32px;
    }

    .article__nav a {
        font-size: 15px;
    }
}
/* ========================================
   BLOG POST LINKS
======================================== */

.post__title a {
    color: #2d2d2d;
    text-decoration: none;
    transition: color 0.2s;
}
.post__title a:hover {
    color: #0066cc;
}
/* ========================================
   ARCHIVE PAGE STYLES
======================================== */

.research-header__label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #111;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.archive-author {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}
.research-header__tag-description {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #222;
}
body.tag .research-header {
    padding-bottom: 8px;
}
body.tag .research-header__tag-description {
    margin-bottom: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #111111;
}
body.tag .research-header__tag-description p {
    margin: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}
@media (min-width: 768px) {
body.tag .research-header {
        padding-bottom: 10px;
    
}


}
@media (min-width: 1024px) {
body.tag .research-header {
        padding-bottom: 12px;
    
}


}
.archive-author .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
/* Blog posts inside card */
.blog-posts--card {
    padding: 0;
    margin-bottom: 0;
}
/* Pagination inside card */
.pagination--card {
    padding: 24px 0 0 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}
/* Active tag */
.tag--active {
    background-color: #588986;
    color: #ffffff;
}
.no-posts {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
}
@media (min-width: 768px) {
.research-header__label {
        font-size: 11px;
    
}


}
@media (min-width: 1024px) {
.research-header__label {
        font-size: 12px;
        margin-bottom: 10px;
    
}


}
/* ========================================
   FORCE BACKGROUND COLOR - OVERRIDE ALL
======================================== */

/* Maximum specificity overrides for background */
html:root,
html:root body,
html:root body.tag,
html:root body.category,
html:root body.author,
html:root body.archive,
html:root body.search {
    background: #f0eef0 !important;
    background-color: #f0eef0 !important;
}
/* Disable any accidental green background on containers */
.main,
.main--full-height,
.research-header,
.blog-posts,
section,
article {
    background-color: transparent !important;
    background: transparent !important;
}
/* Only allow green on buttons and specific elements */
.btn--primary,
.tag--active,
.pagination__item--active {
    background-color: #588986 !important;
}
/* ========================================
   GET STARTED PAGE - CONFIDENCE CARD
======================================== */

.card--badge {
    position: relative;
    overflow: visible;
    padding-top: 32px;
}
.confidence {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.confidence__content {
    order: 2;
}
.confidence__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #2d2d2d;
    margin-bottom: 16px;
    font-style: italic;
}
.confidence__text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}
/* Highlight text - underlined in green */
.confidence__text .highlight {
    color: inherit;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #588986;
    text-underline-offset: 3px;
}
.confidence__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.confidence__badge {
    position: absolute;
    top: 0;
    right: 24px;
    transform: translateY(-30%);
    z-index: 10;
}
.confidence__badge img {
    width: 100px;
    height: auto;
}
/* Button variants for confidence card */
.confidence__buttons .btn--primary {
    padding: 14px 20px;
    font-size: 12px;
}
.confidence__buttons .btn--outline {
    padding: 14px 20px;
    font-size: 12px;
    background-color: transparent;
    color: #588986;
    border: 2px solid #588986;
}
.confidence__buttons .btn--outline:hover {
    background-color: #588986;
    color: #ffffff;
}
.confidence__buttons .btn--link {
    background-color: transparent;
    color: #888;
    padding: 0;
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
}
.confidence__buttons .btn--link:hover {
    color: #588986;
}
/* ========================================
   RESPONSIVE - CONFIDENCE TABLET (768px+)
======================================== */

@media (min-width: 768px) {
    .card--badge {
        padding-top: 32px;
    }

    .confidence__content {
        padding-right: 140px;
    }

    .confidence__title {
        font-size: 26px;
    }

    .confidence__text {
        font-size: 15px;
    }

    .confidence__buttons {
        gap: 14px;
    }

    .confidence__buttons .btn--primary,
    .confidence__buttons .btn--outline {
        padding: 14px 20px;
        font-size: 13px;
    }

    .confidence__buttons .btn--link {
        font-size: 12px;
    }

    .confidence__badge {
        right: 32px;
    }

    .confidence__badge img {
        width: 120px;
    }
}
/* ========================================
   RESPONSIVE - CONFIDENCE DESKTOP (1024px+)
======================================== */

@media (min-width: 1024px) {
    .card--badge {
        padding-top: 32px;
    }

    .confidence__content {
        padding-right: 180px;
    }

    .confidence__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .confidence__text {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .confidence__buttons {
        gap: 16px;
    }

    .confidence__buttons .btn--primary,
    .confidence__buttons .btn--outline {
        padding: 14px 20px;
        font-size: 13px;
    }

    .confidence__badge {
        right: 40px;
    }

    .confidence__badge img {
        width: 140px;
    }
}
/* ========================================
   COUNTER OFFER CARD (GET STARTED PAGE)
======================================== */

.counter-offer {
    text-align: center;
    padding-bottom: 24px;
}
.counter-offer__title {
    font-size: 28px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 24px;
}
.counter-offer__title .underline {
    text-decoration: none;
    background: linear-gradient(to top, #C1C2C2 35%, transparent 40%);
    padding: 0 2px;
}
.counter-offer__upload {
    margin-bottom: 24px;
}
.counter-offer__docs {
    width: 120px;
    height: auto;
    margin: 0 auto;
}
.counter-offer__button-wrapper {
    margin-bottom: 24px;
}
.counter-offer__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: border-color 0.2s;
}
.counter-offer__btn:hover {
    border-color: #999;
}
.counter-offer__arrow {
    margin-left: 8px;
    opacity: 0.6;
}
.counter-offer__text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 32px;
}
.counter-offer__lenders {
    padding-top: 16px;
}
.counter-offer__lenders-title {
    font-size: 12px;
    font-style: italic;
    color: #888;
    margin: 0;
}
/* File Upload Dropdown */
.file-dropdown {
    position: relative;
    display: inline-block;
}
.file-dropdown__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: border-color 0.2s;
}
.file-dropdown__btn:hover {
    border-color: #999;
}
.file-dropdown__arrow {
    margin-left: 8px;
    opacity: 0.6;
    transition: transform 0.2s;
}
.file-dropdown.is-open .file-dropdown__arrow {
    transform: rotate(180deg);
}
.file-dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 10;
}
.file-dropdown.is-open .file-dropdown__menu {
    display: block;
}
.file-dropdown__item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s;
}
.file-dropdown__item:hover {
    background-color: #f5f5f5;
}
.file-dropdown__item svg {
    color: #888;
}
/* ========================================
   NEW OFFER FORM CARD
======================================== */

.new-offer {
    text-align: center;
}
.new-offer__title {
    font-size: 28px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 16px;
}
.new-offer__title .underline {
    text-decoration: none;
    background: linear-gradient(to top, #C1C2C2 35%, transparent 40%);
    padding: 0 2px;
}
.new-offer__subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 32px;
}
.new-offer__form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
/* Offer Form */
.offer-form {
    position: relative;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 32px 24px;
    text-align: left;
}
.offer-form__info {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 4px;
}
.offer-form__info:hover {
    color: #666;
}
.offer-form__instruction {
    font-size: 14px;
    color: #555;
    margin-bottom: 24px;
}
.offer-form__field {
    margin-bottom: 24px;
}
.offer-form__field:last-of-type {
    margin-bottom: 0;
}
.offer-form__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}
.offer-form__input {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    color: #333;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    transition: border-color 0.2s;
}
.offer-form__input::placeholder {
    color: #999;
}
.offer-form__input:focus {
    border-bottom-color: #588986;
}
.offer-form__input--currency {
    font-family: monospace;
    letter-spacing: 2px;
}
/* Radio Options */
.offer-form__options {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.offer-form__option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #f8f8f8;
    cursor: pointer;
    transition: background-color 0.2s;
}
.offer-form__option:first-child {
    border-radius: 4px 4px 0 0;
}
.offer-form__option:last-child {
    border-radius: 0 0 4px 4px;
}
.offer-form__option:hover {
    background-color: #f0f0f0;
}
.offer-form__option input[type="radio"] {
    display: none;
}
.offer-form__option span {
    font-size: 14px;
    color: #333;
}
.offer-form__option input[type="radio"]:checked + span {
    font-weight: 600;
    color: #588986;
}
/* Pagination */
.offer-form__pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}
.offer-form__page {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    background: none;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}
.offer-form__page:hover {
    border-color: #999;
    color: #666;
}
.offer-form__page--active {
    border-color: #588986;
    color: #588986;
    font-weight: 600;
}
/* Step visibility */
.offer-form__step {
    display: none;
}
.offer-form__step--active {
    display: block;
}
/* Select dropdown */
.offer-form__select {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
.offer-form__select:focus {
    border-color: #588986;
}
/* Hint text */
.offer-form__hint {
    font-size: 12px;
    font-style: italic;
    color: #888;
    margin-top: -8px;
    margin-bottom: 12px;
}
/* Divider */
.offer-form__divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 24px 0;
}
/* Checkbox field */
.offer-form__field--checkbox {
    margin-top: 16px;
}
.offer-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}
.offer-form__checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}
.offer-form__checkbox span {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}
/* Submit button */
.offer-form__submit {
    margin-top: 24px;
}
.btn--full {
    width: 100%;
}
.btn--loading {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}
/* County autocomplete */
.offer-form__autocomplete {
    position: relative;
}
.offer-form__results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.offer-form__results li {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.offer-form__results li:last-child {
    border-bottom: none;
}
.offer-form__results li:hover {
    background-color: #f5f5f5;
}
/* Error states */
.offer-form__input--error {
    border-bottom-color: #d32f2f !important;
}
.offer-form__options--error {
    border-color: #d32f2f !important;
}
/* ========================================
   SCHEDULE A CALL CARD
======================================== */

.schedule-call {
    text-align: center;
}
.schedule-call__title {
    font-size: 28px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 16px;
}
.schedule-call__title .underline {
    text-decoration: none;
    background: linear-gradient(to top, #C1C2C2 35%, transparent 40%);
    padding: 0 2px;
}
.schedule-call__subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 32px;
}
.schedule-call__calendar {
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
.schedule-call__calendar .calendly-inline-widget {
    min-height: 580px;
}
/* Responsive - Tablet */
@media (min-width: 768px) {
    .schedule-call__title {
        font-size: 32px;
    }

    .schedule-call__subtitle {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .schedule-call__calendar .calendly-inline-widget {
        min-height: 630px;
    }
}
/* Responsive - Desktop */
@media (min-width: 1024px) {
    .schedule-call__title {
        font-size: 36px;
    }

    .schedule-call__subtitle {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
.counter-offer__title {
        font-size: 32px;
    
}
.counter-offer__docs {
        width: 140px;
    
}
.counter-offer__btn {
        padding: 16px 28px;
        font-size: 14px;
    
}
.counter-offer__text {
        font-size: 20px;
    
}


}
@media (min-width: 1024px) {
.counter-offer__title {
        font-size: 36px;
        margin-bottom: 32px;
    
}
.counter-offer__docs {
        width: 160px;
    
}
.counter-offer__btn {
        padding: 14px 20px;
        font-size: 14px;
    
}
.counter-offer__text {
        font-size: 22px;
        margin-bottom: 40px;
    
}


}
/* ========================================
   THANK YOU PAGE
======================================== */

.thank-you {
    text-align: center;
    padding: 40px 20px;
}
.thank-you__icon {
    margin-bottom: 24px;
}
.thank-you__icon svg {
    width: 80px;
    height: 80px;
}
.thank-you__title {
    font-size: 32px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 12px;
}
.thank-you__subtitle {
    font-size: 18px;
    color: #588986;
    font-weight: 600;
    margin-bottom: 24px;
}
.thank-you__content {
    max-width: 500px;
    margin: 0 auto 32px;
}
.thank-you__content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
}
.thank-you__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px;
    margin: 0 auto;
}
@media (min-width: 768px) {
.thank-you {
        padding: 60px 40px;
    
}
.thank-you__title {
        font-size: 40px;
    
}
.thank-you__subtitle {
        font-size: 20px;
    
}
.thank-you__content p {
        font-size: 16px;
    
}
.thank-you__actions {
        flex-direction: row;
        justify-content: center;
        max-width: none;
    
}


}
/* ========================================
   404 ERROR PAGE
======================================== */

.error-page {
    text-align: center;
    padding: 40px 20px;
}
.error-page__code {
    font-size: 100px;
    font-weight: 700;
    color: #588986;
    line-height: 1;
    margin-bottom: 16px;
}
.error-page__title {
    font-size: 28px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 12px;
}
.error-page__subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}
.error-page__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px;
    margin: 0 auto 40px;
}
.error-page__search {
    max-width: 400px;
    margin: 0 auto;
}
.error-page__search p {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}
.error-page__search-form {
    display: flex;
    gap: 8px;
}
.error-page__search-input {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.error-page__search-input:focus {
    border-color: #588986;
}
.error-page__search-btn {
    padding: 12px 16px;
    background-color: #588986;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
.error-page__search-btn:hover {
    background-color: #4a7573;
}
@media (min-width: 768px) {
.error-page {
        padding: 60px 40px;
    
}
.error-page__code {
        font-size: 140px;
    
}
.error-page__title {
        font-size: 36px;
    
}
.error-page__subtitle {
        font-size: 18px;
    
}
.error-page__actions {
        flex-direction: row;
        justify-content: center;
        max-width: none;
    
}


}
/* ========================================
   ABOUT PAGE
======================================== */

.about-page {
    padding: 20px;
}
/* Table of Contents */
.about-toc {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}
.about-toc__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}
.about-toc__list {
    list-style: none;
}
.about-toc__list li {
    margin-bottom: 8px;
}
.about-toc__list a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}
.about-toc__list a:hover {
    color: #111;
    text-decoration: underline;
}
/* Main Content */
.about-main {
    max-width: 100%;
}
.about-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.about-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-section__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111;
}
.about-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}
.about-section p:last-child {
    margin-bottom: 0;
}
.about-section a {
    color: #0066cc;
    text-decoration: underline;
}
.about-section a:hover {
    color: #004499;
}
.about-section strong {
    color: #111;
}
@media (min-width: 768px) {
.about-page {
        display: flex;
        gap: 40px;
        padding: 40px;
    
}
.about-toc {
        flex-shrink: 0;
        width: 220px;
        position: sticky;
        top: 90px;
        align-self: flex-start;
        margin-bottom: 0;
        order: 2;
    
}
.about-main {
        flex: 1;
        order: 1;
    
}
.about-section__title {
        font-size: 26px;
    
}
.about-section p {
        font-size: 16px;
    
}


}
/* Mobile-only lender logo sequence for card 1 */
@media (max-width: 767px) {
    body.home main .section:first-of-type .hero__lenders-logos {
        display: flex;
    }

    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--prmg {
        order: 1;
    }

    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--rocket {
        order: 2;
    }

    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--freedom {
        order: 3;
    }

    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--pennymac {
        order: 4;
    }
}
/* Desktop/tablet lender logo sequence for card 1 */
@media (min-width: 768px) {
    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--prmg {
        order: 1;
    }

    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--freedom {
        order: 2;
    }

    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--rocket {
        order: 3;
    }

    body.home main .section:first-of-type .hero__lenders-logos .hero__lender-logo--pennymac {
        order: 4;
    }
}
/* ========================================
   GET STARTED - MATCH HOME SHELL
   Header/Footer parity with Home + uniform card width
======================================== */

body.page-template-page-get-started .section > .card {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #a7a7a7;
    border-radius: 0 !important;
    background-color: #ffffff;
    box-sizing: border-box;
}
body.page-template-page-get-started .main > .section:last-of-type .card {
    margin-bottom: 0;
}
body.page-template-page-get-started .main > .footer--home,
body.page-template-page-get-started .footer {
    margin-top: 0 !important;
}
@media (min-width: 1024px) {
body.page-template-page-get-started .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: 44px 0 46px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 72px;
    
}
body.page-template-page-get-started .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.page-template-page-get-started .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 16px;
    
}
body.page-template-page-get-started .footer--home .footer__nav {
        gap: 8px;
        margin-bottom: 16px;
    
}
body.page-template-page-get-started .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 17px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-get-started .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(92px, 9vw, 130px);
        min-height: 170px;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: 820px;
        min-width: 0;
        margin-left: auto;
        transform: translateX(0);
    
}
body.page-template-page-get-started .footer--home .footer__form {
        width: 100%;
        max-width: 820px;
        display: flex;
        align-items: stretch;
        gap: 14px;
        margin: 0 0 16px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 62px;
        padding: 0 18px;
        border: 2px solid #4d4d4f;
        font-size: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__input::placeholder {
        color: #b4b4b4;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 62px;
        padding: 0 26px;
        font-size: 20px;
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 4px;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        width: clamp(98px, 9.2vw, 138px);
        position: absolute;
        right: clamp(14px, 1.8vw, 28px);
        top: 84px;
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
    
}


}
@media (min-width: 1360px) {
body.page-template-page-get-started .footer--home .footer__signup {
        transform: translateX(clamp(34px, 3vw, 64px));
    
}


}
@media (min-width: 1024px) and (max-width: 1279px) {
body.page-template-page-get-started .footer--home .footer__container--home {
        gap: 44px;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        padding-right: 90px;
        min-height: 158px;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        max-width: 700px;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        max-width: 700px;
        gap: 10px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        padding: 0 22px;
        font-size: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        width: 110px;
        right: 10px;
        top: 90px;
    
}


}
@media (min-width: 1280px) and (max-width: 1359px) {
body.page-template-page-get-started .footer--home .footer__signup {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
        margin-left: auto;
        transform: translateX(clamp(8px, calc((100vw - 1280px) * 0.33), 34px));
    
}
body.page-template-page-get-started .footer--home .footer__form {
        max-width: clamp(700px, calc(700px + (100vw - 1280px) * 1.5), 820px);
    
}


}
@media (min-width: 768px) and (max-width: 1023px) {
body.page-template-page-get-started .footer--home {
        padding: 34px 0 38px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 26px;
    
}
body.page-template-page-get-started .footer--home .footer__left {
        min-width: 0;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        position: relative;
        min-height: 148px;
        padding-right: 108px;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        max-width: 470px;
        margin: 0 0 12px auto;
        gap: 10px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        height: 52px;
        font-size: 14px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 52px;
        padding: 0 18px;
        font-size: 17px;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 14px;
        line-height: 1.2;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 98px;
    
}


}
@media (max-width: 767px) {
body.page-template-page-get-started {
        padding-top: 56px;
        font-size: 14px;
        --home-mobile-card-padding: 20px 16px 24px;
    
}
body.is-research-context {
        padding-top: 56px;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__container {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 30px;
        gap: 4px;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body:is(.page-template-page-get-started, .is-research-context) .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.page-template-page-get-started .main {
        padding: 8px;
    
}
body.page-template-page-get-started .section {
        margin-bottom: 10px;
    
}
body.page-template-page-get-started .card {
        padding: var(--home-mobile-card-padding);
        border: 1px solid #a7a7a7;
        border-radius: 0 !important;
        background-color: #ffffff;
        box-shadow: none;
    
}
body.page-template-page-get-started .card--step {
        padding: 44px 16px 24px;
    
}
body.page-template-page-get-started .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__left,
    body.page-template-page-get-started .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        position: relative;
        min-height: 112px;
        padding-right: 118px;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: 100%;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px;
        gap: 8px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 46px;
        padding: 0 14px;
        font-size: 16px;
        flex: 0 0 auto;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 12px;
        line-height: 1.2;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 96px;
        top: auto;
    
}


}
/* ========================================
   GET STARTED - HOME TYPOGRAPHY PARITY
   Matches Home heading/paragraph scale on mobile + desktop
======================================== */

@media (max-width: 767px) {
    body.page-template-page-get-started {
        --home-mobile-p-size: clamp(14px, 6vw, 20px);
        --home-mobile-p-lh: 1.18;
    }

    body.page-template-page-get-started .guarantee--getstarted .guarantee__title,
    body.page-template-page-get-started .step__title,
    body.page-template-page-get-started .step__subtitle,
    body.page-template-page-get-started .new-offer__title,
    body.page-template-page-get-started .schedule-call__title {
        font-size: clamp(24px, 9vw, 36px);
        line-height: 1.1;
    }

    body.page-template-page-get-started .guarantee--getstarted .guarantee__text,
    body.page-template-page-get-started .step__text,
    body.page-template-page-get-started .step__intro,
    body.page-template-page-get-started .feature__text,
    body.page-template-page-get-started .new-offer__subtitle,
    body.page-template-page-get-started .schedule-call__subtitle {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
    }

    body.page-template-page-get-started .step__text em {
        font-style: normal;
        color: inherit;
    }
}
/* ========================================
   GET STARTED - CARD 2 PARITY WITH HOME CARD 1
   Typography + lender logos strip
======================================== */

body.page-template-page-get-started #counter-offer .hero__lenders {
    text-align: center;
    border-top: 0;
    padding-top: 0;
    overflow: hidden;
}
body.page-template-page-get-started #counter-offer > .card {
    padding: 0;
}
body.page-template-page-get-started #counter-offer .card__inner--counter-offer {
    position: relative;
}
body.page-template-page-get-started #counter-offer .hero__lenders-title {
    display: none;
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
@media (max-width: 767px) {
body.page-template-page-get-started #counter-offer .step__subtitle {
        font-family: "EB Garamond", Georgia, serif;
        font-size: clamp(24px, 7vw, 36px);
        line-height: 1.1;
        font-weight: 600;
    
}
body.page-template-page-get-started #counter-offer .step__text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
        color: #1f1f1f;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders {
        margin-top: 0;
        width: 100%;
        border-top: 1px solid #a7a7a7;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos {
        padding: 18px 16px 18px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        gap: 12px;
    
}
body.page-template-page-get-started #counter-offer .card__inner--counter-offer {
        padding: 44px 16px 22px;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos img {
        height: clamp(24px, 8vw, 36px);
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--prmg {
        order: 1;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--rocket {
        order: 2;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--freedom {
        order: 3;
    
}
body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--pennymac {
        order: 4;
    
}


}
/* ========================================
   GET STARTED - STEP LABEL BOXES (HOME PARITY)
======================================== */

body.page-template-page-get-started .card--step .step__label {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #111;
    background-color: #d8d8d8;
    border: 1px solid #8f8f8f;
}
@media (max-width: 767px) {
body.page-template-page-get-started .card--step .step__label {
        font-size: clamp(10px, 2.7vw, 12px);
        padding: 6px 10px;
        top: -1px;
        transform: translateX(-50%);
    
}


}
.gs-break-desktop {
    display: none;
}
@media (min-width: 768px) {
.gs-break-desktop {
        display: block;
    
}


}
@media (min-width: 1024px) {
body.page-template-page-get-started .guarantee--getstarted .guarantee__buttons {
        flex-wrap: nowrap;
    
}


}
/* ========================================
   GET STARTED - BADGE SIZE PARITY (HOME CARD 2)
======================================== */

body.page-template-page-get-started .guarantee--getstarted .guarantee__badge {
    top: 0;
    right: 0;
    transform: none;
}
body.page-template-page-get-started .guarantee--getstarted .guarantee__badge img {
    width: clamp(78px, 30vw, 104px);
    height: calc(clamp(78px, 30vw, 104px) * 333 / 214);
    object-fit: contain;
    transform: none;
    transform-origin: top center;
}
/* ========================================
   GET STARTED - CARD 1 STRUCTURE PARITY (HOME-LIKE)
======================================== */

body.page-template-page-get-started .section:first-of-type .guarantee--getstarted {
    padding-right: 0;
}
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__content {
    order: 1;
    padding-right: clamp(48px, 7.2vw, 118px);
}
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__title {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
}
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__text {
    max-width: none;
    color: #1f1f1f;
}
body.page-template-page-get-started .section:first-of-type .guarantee__buttons .btn--dark,
body.page-template-page-get-started .section:first-of-type .guarantee__buttons .btn--outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px clamp(16px, 1.8vw, 24px);
    line-height: 1;
}
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--mobile,
body.page-template-page-get-started .section:first-of-type .guarantee__text-line--mobile {
    display: none;
}
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--desktop,
body.page-template-page-get-started .section:first-of-type .guarantee__text-line--desktop {
    display: inline;
}
@media (max-width: 767px) {
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__content {
        padding-right: 0;
    
}
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--desktop,
    body.page-template-page-get-started .section:first-of-type .guarantee__text-line--desktop,
    body.page-template-page-get-started .section:first-of-type .gs-break-desktop {
        display: none;
    
}
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--mobile,
    body.page-template-page-get-started .section:first-of-type .guarantee__text-line--mobile {
        display: block;
    
}


}
@media (min-width: 768px) {
body.page-template-page-get-started .section:first-of-type .guarantee__title-line--desktop,
    body.page-template-page-get-started .section:first-of-type .guarantee__text-line--desktop {
        white-space: nowrap;
    
}


}
/* ========================================
   GET STARTED + HOME PARITY FIXES
======================================== */

/* 1) Keep step labels sitting on the card border in every breakpoint */
body.home main .section:nth-of-type(3) .step__label,
body.home main .section:nth-of-type(4) .step__label,
body.home main .section:nth-of-type(5) .step__label,
body.page-template-page-get-started .card--step .step__label {
    top: -1px;
}
body.page-template-page-get-started .card--step > .step,
body.page-template-page-get-started .card--step > .new-offer,
body.page-template-page-get-started .card--step > .schedule-call {
    margin-top: clamp(12px, 1.2vw, 18px);
}
/* 2) Match step-card inner spacing with Home (desktop fluid scale) */


/* 3) Card 3 (New Offer) paragraph uses same family/scale as Home step copy */
body.page-template-page-get-started #new-offer .new-offer__subtitle {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1f1f1f;
    font-weight: 400;
}
body.page-template-page-get-started #new-offer .new-offer__subtitle-line--mobile {
    display: none;
}
body.page-template-page-get-started #new-offer .new-offer__subtitle-line--desktop {
    display: inline;
}
body.page-template-page-get-started #schedule-call .schedule-call__subtitle-line--mobile {
    display: none;
}
body.page-template-page-get-started #schedule-call .schedule-call__subtitle-line--desktop {
    display: inline;
}
@media (max-width: 767px) {
body.page-template-page-get-started #new-offer .new-offer__subtitle {
        font-size: var(--home-mobile-p-size);
        line-height: var(--home-mobile-p-lh);
    
}
body.page-template-page-get-started #new-offer .new-offer__subtitle-line--desktop {
        display: none;
    
}
body.page-template-page-get-started #new-offer .new-offer__subtitle-line--mobile {
        display: block;
    
}
body.page-template-page-get-started #schedule-call .schedule-call__subtitle-line--desktop,
    body.page-template-page-get-started #schedule-call .gs-break-desktop {
        display: none;
    
}
body.page-template-page-get-started #schedule-call .schedule-call__subtitle-line--mobile {
        display: block;
    
}


}
/* 4) Footer parity with Home + flush against last card */
body.page-template-page-get-started .main > .section:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 767px) {
body.page-template-page-get-started .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-get-started .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-get-started .footer--home .footer__left,
    body.page-template-page-get-started .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-get-started .footer--home .footer__right {
        position: relative;
        padding-right: 0;
        min-height: 0;
        text-align: left;
    
}
body.page-template-page-get-started .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-get-started .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    
}
body.page-template-page-get-started .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-get-started .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    
}
body.page-template-page-get-started .footer--home .footer__form-label,
    body.page-template-page-get-started .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.page-template-page-get-started .footer--home .footer__crest {
        position: static;
        width: 84px;
        margin: 10px 0 0 auto;
    
}


}
/* ========================================
   GET STARTED - CARD 1 MOBILE DISTRIBUTION TUNING
======================================== */
@media (max-width: 767px) {
    body.page-template-page-get-started .section:first-of-type .card--guarantee {
        padding: 24px 20px 22px;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted {
        gap: 14px;
        padding-right: 0;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__content {
        padding-right: clamp(54px, 16vw, 72px);
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__title {
        font-size: clamp(24px, 7vw, 36px);
        line-height: 1.08;
        margin-bottom: 12px;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__text {
        font-size: clamp(10.5px, 2.9vw, 11.5px);
        line-height: 1.32;
        color: #1f1f1f;
        margin-bottom: 14px;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__text-line--mobile {
        display: block;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__text-line--mobile-p2-start {
        margin-top: 0.72em;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__badge {
        top: 0;
        right: 8px;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__badge img {
        width: clamp(90px, 24vw, 108px);
        height: calc(clamp(90px, 24vw, 108px) * 333 / 214);
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        column-gap: 0;
        row-gap: 8px;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--dark,
    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--outline {
        flex: 0 0 50%;
        min-width: 0;
        justify-content: center;
        height: 44px;
        min-height: 44px;
        padding: 0 6px;
        font-size: clamp(9px, 2.5vw, 10px);
        line-height: 1;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--outline {
        margin-left: -1px;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--link {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 0;
        text-align: left;
        font-size: clamp(9px, 2.5vw, 10px);
        line-height: 1.2;
    }
}
/* ========================================
   GET STARTED - MOBILE CARD 1 + CARD 2 FINE TUNING
======================================== */
body.page-template-page-get-started #counter-offer .counter-offer__title-line--mobile,
body.page-template-page-get-started #counter-offer .counter-offer__text-line--mobile {
    display: none;
}
body.page-template-page-get-started #counter-offer .counter-offer__title-line--desktop,
body.page-template-page-get-started #counter-offer .counter-offer__text-line--desktop {
    display: inline;
}
body.page-template-page-get-started #counter-offer .counter-offer__lenders-note {
    display: none;
}
@media (max-width: 767px) {
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--dark,
    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--outline {
        height: 40px;
        min-height: 40px;
        padding: 0 5px;
        font-size: clamp(8.5px, 2.4vw, 9.5px);
    
}
body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__buttons .btn--link {
        margin-top: 10px;
        font-size: clamp(8.5px, 2.4vw, 9.5px);
    
}
body.page-template-page-get-started #counter-offer .counter-offer__title-line--desktop,
    body.page-template-page-get-started #counter-offer .counter-offer__text-line--desktop,
    body.page-template-page-get-started #counter-offer .gs-break-desktop {
        display: none;
    
}
body.page-template-page-get-started #counter-offer .counter-offer__title-line--mobile,
    body.page-template-page-get-started #counter-offer .counter-offer__text-line--mobile {
        display: block;
    
}
body.page-template-page-get-started #counter-offer .step__subtitle {
        margin-bottom: 10px;
    
}
body.page-template-page-get-started #counter-offer .counter-offer__text {
        font-size: clamp(11px, 3.1vw, 12px);
        line-height: 1.35;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    
}
body.page-template-page-get-started #counter-offer .step__upload {
        margin-bottom: 20px;
    
}
body.page-template-page-get-started #counter-offer .upload-box {
        width: min(100%, 246px);
        height: 108px;
        padding: 12px;
    
}
body.page-template-page-get-started #counter-offer .upload-box::before {
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
    
}
body.page-template-page-get-started #counter-offer .upload-box__icon {
        width: 30px;
        height: 30px;
    
}
body.page-template-page-get-started #counter-offer .upload-box__text {
        font-size: 10px;
    
}
body.page-template-page-get-started #counter-offer .step__faq-link {
        margin-top: 12px;
        font-size: 11px;
        line-height: 1.25;
    
}
body.page-template-page-get-started #counter-offer .counter-offer__lenders-note {
        display: block;
        margin: 12px 0 8px;
        font-size: 10px;
        line-height: 1.2;
        font-style: italic;
        color: #8a8a8a;
        text-align: center;
    
}


}
/* ========================================
   ABOUT - MATCH HOME SHELL WITHOUT OVERSCALE
======================================== */

body.page-template-page-about .section > .card {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #a7a7a7;
    border-radius: 0 !important;
    background-color: #ffffff;
    box-sizing: border-box;
}
body.page-template-page-about .main.main--about {
    padding-bottom: 0;
}
body.page-template-page-about .main > .section:last-of-type {
    margin-bottom: 0 !important;
}
body.page-template-page-about .main > .section:last-of-type .card,
body.page-template-page-about .main > .footer--home,
body.page-template-page-about .footer {
    margin-top: 0 !important;
    margin-bottom: 0;
}
body.page-template-page-about .about-page,
body.page-template-page-about .about-toc,
body.page-template-page-about .footer--home,
body.page-template-page-about .footer--home .footer__input,
body.page-template-page-about .footer--home .footer__submit {
    border-radius: 0 !important;
}
body.page-template-page-about .about-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 1024px) {
body.page-template-page-about .footer--home {
        background: linear-gradient(90deg, #2d2e31 0%, #34353a 52%, #2e2f32 100%);
        padding: 44px 0 46px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 72px;
    
}
body.page-template-page-about .footer--home .footer__left {
        flex: 0 0 42%;
    
}
body.page-template-page-about .footer--home .footer__logo {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 16px;
    
}
body.page-template-page-about .footer--home .footer__nav {
        gap: 8px;
        margin-bottom: 16px;
    
}
body.page-template-page-about .footer--home .footer__link {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 17px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__email {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0.01em;
    
}
body.page-template-page-about .footer--home .footer__right {
        flex: 1 1 58%;
        position: relative;
        padding-right: clamp(92px, 9vw, 130px);
        min-height: 170px;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: 820px;
        min-width: 0;
        margin-left: auto;
        transform: translateX(0);
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: 820px;
        display: flex;
        align-items: stretch;
        gap: 14px;
        margin: 0 0 16px;
    
}
body.page-template-page-about .footer--home .footer__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 62px;
        padding: 0 18px;
        border: 2px solid #4d4d4f;
        font-size: 18px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 62px;
        padding: 0 26px;
        font-size: 20px;
        line-height: 1;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #181818;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-family: "EB Garamond", Georgia, serif;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 4px;
    
}
body.page-template-page-about .footer--home .footer__crest {
        width: clamp(98px, 9.2vw, 138px);
        position: absolute;
        right: clamp(14px, 1.8vw, 28px);
        top: 84px;
        bottom: auto;
        opacity: 0.95;
        filter: grayscale(100%) contrast(115%) brightness(88%);
    
}


}
@media (min-width: 1360px) {
body.page-template-page-about .footer--home .footer__signup {
        transform: translateX(clamp(34px, 3vw, 64px));
    
}


}
@media (min-width: 1024px) and (max-width: 1279px) {
body.page-template-page-about .footer--home .footer__container--home {
        gap: 44px;
    
}
body.page-template-page-about .footer--home .footer__right {
        padding-right: 90px;
        min-height: 158px;
    
}
body.page-template-page-about .footer--home .footer__signup {
        max-width: 700px;
        margin-left: 0;
        transform: none;
    
}
body.page-template-page-about .footer--home .footer__form {
        max-width: 700px;
        gap: 10px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        padding: 0 22px;
        font-size: 18px;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 18px;
    
}
body.page-template-page-about .footer--home .footer__crest {
        width: 110px;
        right: 10px;
        top: 90px;
    
}


}
@media (min-width: 768px) and (max-width: 1023px) {
body.page-template-page-about .footer--home {
        padding: 34px 0 38px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 26px;
    
}
body.page-template-page-about .footer--home .footer__left {
        min-width: 0;
    
}
body.page-template-page-about .footer--home .footer__right {
        position: relative;
        min-height: 148px;
        padding-right: 108px;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
    
}
body.page-template-page-about .footer--home .footer__form {
        max-width: 470px;
        margin: 0 0 12px auto;
        gap: 10px;
    
}
body.page-template-page-about .footer--home .footer__input {
        height: 52px;
        font-size: 14px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 52px;
        padding: 0 18px;
        font-size: 17px;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 14px;
        line-height: 1.2;
    
}
body.page-template-page-about .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 98px;
    
}


}
@media (max-width: 767px) {
body.page-template-page-about {
        padding-top: 56px;
    
}
body.page-template-page-about .navbar__container {
        padding: 0 10px 0 30px;
        gap: 4px;
    
}
body.page-template-page-about .navbar__brand {
        flex: 1 1 auto;
        min-width: 0;
    
}
body.page-template-page-about .navbar__brand img {
        width: min(272px, calc(100vw - 98px));
        height: auto;
        max-width: 100%;
    
}
body.page-template-page-about .navbar__menu-btn {
        margin-left: auto;
        padding: 6px 2px;
        flex: 0 0 auto;
    
}
body.page-template-page-about .main {
        padding: 8px;
    
}
body.page-template-page-about .section {
        margin-bottom: 10px;
    
}
body.page-template-page-about .card {
        padding: var(--home-mobile-card-padding);
        border: 1px solid #a7a7a7;
        border-radius: 0 !important;
        background-color: #ffffff;
        box-shadow: none;
    
}
body.page-template-page-about .footer--home {
        padding: 24px 0 26px;
    
}
body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.page-template-page-about .footer--home .footer__left,
    body.page-template-page-about .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    
}
body.page-template-page-about .footer--home .footer__right {
        position: relative;
        min-height: 112px;
        padding-right: 118px;
        text-align: left;
    
}
body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: 100%;
    
}
body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px;
        gap: 8px;
    
}
body.page-template-page-about .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
    
}
body.page-template-page-about .footer--home .footer__submit {
        height: 46px;
        padding: 0 14px;
        font-size: 16px;
        flex: 0 0 auto;
    
}
body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 12px;
        line-height: 1.2;
    
}
body.page-template-page-about .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 96px;
        top: auto;
    
}


}
body.page-template-page-about .main.main--about > .section {
    margin-bottom: 0 !important;
}
/* ========================================
   ABOUT FOOTER PARITY WITH HOME/GET
======================================== */

@media (max-width: 767px) {
    body.page-template-page-about .footer--home {
        padding: 24px 0 26px;
    }

    body.page-template-page-about .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    body.page-template-page-about .footer--home .footer__left,
    body.page-template-page-about .footer--home .footer__right {
        width: 100%;
        min-width: 0;
    }

    body.page-template-page-about .footer--home .footer__right {
        position: relative;
        padding-right: 0;
        min-height: 0;
        text-align: left;
    }

    body.page-template-page-about .footer--home .footer__signup {
        width: 100%;
        max-width: none;
        margin-left: 0;
        transform: none;
    }

    body.page-template-page-about .footer--home .footer__form {
        width: 100%;
        max-width: none;
        display: flex;
        gap: 8px;
        margin: 0 0 10px;
    }

    body.page-template-page-about .footer--home .footer__input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }

    body.page-template-page-about .footer--home .footer__submit {
        height: 44px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1;
    }

    body.page-template-page-about .footer--home .footer__form-label,
    body.page-template-page-about .footer--home .footer__copyright {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    }

    body.page-template-page-about .footer--home .footer__crest {
        position: static;
        width: 84px;
        margin: 10px 0 0 auto;
    }
}
/* ========================================
   HOME CARD 2 - BADGE RATIO 214x333
======================================== */

body.home main .section:nth-of-type(2) .guarantee__badge img {
    width: clamp(78px, 30vw, 104px);
    height: calc(clamp(78px, 30vw, 104px) * 333 / 214);
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: none;
    transform-origin: top center;
}
/* ========================================
   SITEWIDE ZOOM RESILIENCE (DESKTOP/TABLET)
   Prevents layout regressions when browser zoom changes CSS viewport size.
======================================== */

body .navbar__container,
body .navbar__brand,
body .navbar__nav,
body .navbar__nav-list,
body .main,
body .section,
body .card,
body .footer__container--home,
body .footer__left,
body .footer__right,
body .footer__signup,
body .footer__form,
body .hero,
body .guarantee,
body .step,
body .research,
body .about-page,
body .about-main,
body .about-toc,
body .article,
body .article__header,
body .article__content,
body .research-header,
body .blog-posts,
body .post {
    min-width: 0;
    box-sizing: border-box;
}
body .footer__form {
    max-width: 100%;
}
body .footer__submit {
    white-space: nowrap;
}
body .navbar__brand img,
body .navbar__logo img,
body .footer__crest,
body .guarantee__badge img,
body .step__seal-img {
    max-width: 100%;
}
/* Keep shell/navbar/footer styles active when zoom-out pushes CSS viewport > 2200px */


/* ========================================
   RESEARCH + BLOGS ALIGNMENT TO HOME SHELL
   (No cards, same horizontal grid as navbar/home cards)
======================================== */

@media (max-width: 767px) {
    body.is-research-context .main {
        padding: 8px;
        max-width: 100%;
    }

    body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.is-research-context .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.single-post.is-research-context .article {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* ========================================
   RESEARCH FOOTER ZOOM-SAFE RANGES
   (Desktop zoom can push CSS viewport into tablet/mobile breakpoints)
======================================== */

@media (min-width: 768px) and (max-width: 1023px) {
    body.is-research-context .footer--home {
        padding: 34px 0 38px;
    }

    body.is-research-context .footer--home .footer__container--home {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 26px;
    }

    body.is-research-context .footer--home .footer__left {
        min-width: 0;
    }

    body.is-research-context .footer--home .footer__right {
        position: relative;
        min-width: 0;
        min-height: 148px;
        padding-right: 108px;
        text-align: left;
    }

    body.is-research-context .footer--home .footer__signup {
        width: 100%;
        max-width: 470px;
        min-width: 0;
        margin-left: auto;
        transform: none;
    }

    body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: 470px;
        margin: 0 0 12px auto;
        gap: 10px;
    }

    body.is-research-context .footer--home .footer__input {
        height: 52px;
        font-size: 14px;
    }

    body.is-research-context .footer--home .footer__submit {
        height: 52px;
        padding: 0 18px;
        font-size: 17px;
    }

    body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-size: 14px;
        line-height: 1.2;
    }

    body.is-research-context .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 98px;
        margin: 0;
    }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
body.is-research-context .footer--home {
        padding: 24px 0 26px;
    
}
body.is-research-context .footer--home .footer__container--home {
        display: flex;
        flex-direction: column;
        gap: 18px;
    
}
body.is-research-context .footer--home .footer__right {
        position: relative;
        min-height: 112px;
        padding-right: 118px;
        text-align: left;
    
}
body.is-research-context .footer--home .footer__signup,
    body.is-research-context .footer--home .footer__form {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    
}
body.is-research-context .footer--home .footer__form {
        margin: 0 0 8px;
        gap: 8px;
    
}
body.is-research-context .footer--home .footer__input {
        height: 46px;
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
    
}
body.is-research-context .footer--home .footer__submit {
        height: 46px;
        padding: 0 14px;
        font-size: 16px;
        line-height: 1;
        flex: 0 0 auto;
    
}
body.is-research-context .footer--home .footer__form-label,
    body.is-research-context .footer--home .footer__copyright {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 2px;
    
}
body.is-research-context .footer--home .footer__crest {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 96px;
        margin: 0;
    
}


}
/* ========================================
   GET STARTED CARD CONTINUITY (>2200px)
   Keep card typography/badges at the same capped scale used by home-like desktop
======================================== */
@media (min-width: 2201px) {
    body.page-template-page-get-started .guarantee--getstarted .guarantee__title,
    body.page-template-page-get-started .step__title,
    body.page-template-page-get-started .new-offer__title,
    body.page-template-page-get-started .schedule-call__title {
        font-size: 47.52px; /* 54 * 0.88 */
        line-height: 1.04;
    }

    body.page-template-page-get-started .step__subtitle {
        font-size: 38.72px; /* 44 * 0.88 */
        line-height: 1.14;
    }

    body.page-template-page-get-started .guarantee--getstarted .guarantee__text,
    body.page-template-page-get-started .step__text,
    body.page-template-page-get-started .step__intro,
    body.page-template-page-get-started .feature__text,
    body.page-template-page-get-started .new-offer__subtitle,
    body.page-template-page-get-started .schedule-call__subtitle,
    body.page-template-page-get-started #counter-offer .step__text {
        font-size: 29.92px; /* 34 * 0.88 */
        line-height: 1.24;
    }

    body.page-template-page-get-started .section:first-of-type .guarantee--getstarted .guarantee__title,
    body.page-template-page-get-started #counter-offer .step__subtitle {
        font-size: 54.56px; /* 62 * 0.88 */
        line-height: 1.1;
    }

    body.page-template-page-get-started .guarantee--getstarted .guarantee__badge {
        top: -1px;
        right: 51.04px; /* 58 * 0.88 */
        transform: none;
    }

    body.page-template-page-get-started .guarantee--getstarted .guarantee__badge img {
        width: 188.32px; /* 214 * 0.88 */
        height: calc(188.32px * 333 / 214);
        max-width: none;
        max-height: none;
        object-fit: contain;
        transform: none;
        transform-origin: top center;
    }

    body.page-template-page-get-started #counter-offer .hero__lenders {
        margin-top: 82.72px; /* 94 * 0.88 */
        margin-top: 0;
        width: 100%;
        border-top: 1px solid #a7a7a7;
    }

    body.page-template-page-get-started #counter-offer .hero__lenders-logos {
        padding: 24.64px 49px 26.4px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        gap: 24.64px;
    }

    body.page-template-page-get-started #counter-offer .hero__lenders-logos img {
        height: 72.16px; /* 82 * 0.88 */
    }

    body.page-template-page-get-started #counter-offer .hero__lenders-logos .hero__lender-logo--pennymac {
        height: 109px;
        width: auto;
    }

    body.page-template-page-get-started #counter-offer .card__inner--counter-offer {
        padding: 75.68px 49px 82.72px;
    }
}
/* ========================================
   HOME CARD CONTINUITY (>2200px)
   Keep home card typography/seals/logos at the same capped scale as <=2200
======================================== */
@media (min-width: 2201px) {
    body.home .hero__title {
        font-size: 54.56px;
        line-height: 1.1;
    }

    body.home .hero__text {
        font-size: 29.92px;
        line-height: 1.24;
    }

    body.home .hero__lenders {
        margin-top: 82.72px;
    }

    body.home .hero__lenders-logos {
        padding: 24.64px 49px 26.4px;
    }

    body.home .hero__lenders-logos img {
        height: 72.16px;
    }

    body.home main .section:nth-of-type(2) .guarantee__title {
        font-size: 54.56px;
        line-height: 1.1;
    }

    body.home main .section:nth-of-type(2) .guarantee__text {
        font-size: 27.28px;
        line-height: 1.22;
    }

    body.home main .section:nth-of-type(2) .guarantee__badge {
        right: 51.04px;
        top: -1px;
        transform: none;
    }

    body.home main .section:nth-of-type(2) .guarantee__badge img {
        width: 188.32px;
        height: calc(188.32px * 333 / 214);
        max-width: none;
        max-height: none;
        object-fit: contain;
        transform: none;
    }

    body.home .step__title {
        font-size: 47.52px;
        line-height: 1.04;
    }

    body.home .step__subtitle,
    body.home .feature__title {
        font-size: 38.72px;
        line-height: 1.14;
    }

    body.home .step__text,
    body.home .step__intro,
    body.home .feature__text {
        font-size: 29.92px;
        line-height: 1.24;
    }

    body.home main .section:nth-of-type(5) .step__seal-img {
        width: 218.24px;
        height: auto;
    }

    body.home .research__title {
        font-size: 39.6px;
        line-height: 1.15;
    }

    body.home .research__subtitle {
        font-size: 19.36px;
        line-height: 1.3;
    }
}
/* ========================================
   SHARED TEXT GUTTER ALIGNMENT + GET LOGOS STRIP WIDTH
   Keep left-aligned text blocks aligned to navbar gutter across shell pages.
======================================== */

/* Keep divider paint clipped to card edges on Get Started card 2 */
body.page-template-page-get-started #counter-offer .hero__lenders {
    overflow: hidden;
}
/* Keep Get Started card 1 using the same dynamic left/right gutter as Home/Research
   across desktop + zoom ranges (including <67% zoom scenarios in Chrome desktop). */
@media (min-width: 760px) {
    body.page-template-page-get-started .section:first-of-type .card--guarantee {
        padding-left: var(--home-card-inline-pad);
        padding-right: var(--home-card-inline-pad);
    }
}
/* Ultra-wide / zoom-out continuity:
   keep navbar title aligned to the same card/text grid used in the page content. */
@media (min-width: 2201px) {
    body:not(.has-bankirr-header):is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__container {
        padding-left: var(--home-inline-pad) !important;
        padding-right: var(--home-inline-pad) !important;
    }

    body:not(.has-bankirr-header):is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__brand {
        margin-left: var(--home-card-inline-pad) !important;
    }

    body:not(.has-bankirr-header):is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .navbar__nav {
        margin-right: var(--home-card-inline-pad) !important;
    }
}
@media (max-width: 767px) {
body.page-template-page-get-started #counter-offer .hero__lenders-logos {
        /* Slightly wider than current mobile strip without crowding logos */
        padding-inline: 10px;
        margin-left: -17px;
        margin-right: -17px;
        width: calc(100% + 34px);
    
}


}
@media (min-width: 768px) and (max-width: 2200px) {
body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.is-research-context .article {
        padding-left: var(--home-card-inline-pad);
        padding-right: var(--home-card-inline-pad);
    
}
body.is-research-context .pagination {
        margin-left: 0 !important;
        margin-right: 0 !important;
    
}


}
@media (min-width: 2201px) {
/* Match the same capped gutter used by the shared navbar shell */
    body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.is-research-context .article {
        padding-left: var(--home-card-inline-pad) !important;
        padding-right: var(--home-card-inline-pad) !important;
    
}



}
/* Desktop zoom safety: when a desktop browser zooms in and falls into mobile rules,
   keep Get Started card 1 text aligned with the same left gutter used by Home/Research. */
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
    body.page-template-page-get-started .section:first-of-type .card--guarantee {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* Stronger home >2200 overrides (match section-specific selectors) */
@media (min-width: 2201px) {
    body.home main .section:first-of-type .hero__title {
        font-size: 54.56px;
        line-height: 1.1;
    }

    body.home main .section:first-of-type .hero__text {
        font-size: 29.92px;
        line-height: 1.24;
    }

    body.home main .section:first-of-type .hero__lenders {
        margin-top: 82.72px;
    }

    body.home main .section:first-of-type .hero__lenders-logos {
        padding: 24.64px 49px 26.4px;
    }

    body.home main .section:first-of-type .hero__lenders-logos img {
        height: 72.16px;
    }

    body.home main .section:nth-of-type(3) .step__title,
    body.home main .section:nth-of-type(4) .step__title,
    body.home main .section:nth-of-type(5) .step__title {
        font-size: 40px;
        line-height: 1.04;
    }

    body.home main .section:nth-of-type(3) .step__subtitle,
    body.home main .section:nth-of-type(5) .step__subtitle,
    body.home main .section:nth-of-type(4) .feature__title {
        font-size: 38.72px;
        line-height: 1.14;
    }

    body.home main .section:nth-of-type(3) .step__text,
    body.home main .section:nth-of-type(4) .step__intro,
    body.home main .section:nth-of-type(4) .feature__text,
    body.home main .section:nth-of-type(5) .step__text {
        font-size: 29.92px;
        line-height: 1.24;
    }

    body.home main .section:nth-of-type(6) .research__title {
        font-size: 39.6px;
        line-height: 1.15;
    }

    body.home main .section:nth-of-type(6) .research__subtitle {
        font-size: 19.36px;
        line-height: 1.3;
    }
}
/* FINAL NAVBAR GRID PARITY FOR EXTREME ZOOM-OUT (<67% browser zoom equivalent)
   Match navbar title alignment with the same outer+inner gutter used by cards. */


/* Chrome desktop zoom safety (retina): avoid inverse scaling when zooming from
   ~125% to ~150%, where viewport CSS width shrinks and vw-based scales can
   overcompensate. Keep scale responsive, but with a floor in the desktop range. */


/* Research desktop zoom-out (<50% browser zoom equivalent can push width >2200):
   avoid footer bottom gaps caused by fixed negative margin compensation combined
   with large viewport/subpixel rounding. */
@media (min-width: 2201px) {
    body.is-research-context .main.main--full-height {
        padding-bottom: 0 !important;
    }

    body.is-research-context .main > .footer--home.footer--fullwidth {
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }

    body.single-post.is-research-context .main {
        padding-bottom: 0 !important;
    }

    body.single-post.is-research-context .main > .footer--home.footer--fullwidth {
        margin-bottom: 0 !important;
    }
}
/* ========================================
   FOOTER TEXT START PARITY WITH NAVBAR BRAND
   Align footer left text start with navbar "INTEREST..." start.
======================================== */

@media (max-width: 759px) {
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--home .footer__container--home,
    body:is(.home, .page-template-page-get-started, .is-research-context, .page-template-page-about) .footer--research .footer__container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
/* ========================================
   RESEARCH/BLOG CONTENT WIDTH CAP
   Keep current left start, cap right edge at navbar "RESEARCH" end.
======================================== */
@media (min-width: 768px) {
    body.is-research-context .research-header,
    body.is-research-context .blog-posts,
    body.is-research-context .pagination,
    body.single-post.is-research-context .article {
        width: min(100%, var(--research-content-max-width, 100%)) !important;
        max-width: var(--research-content-max-width, 100%) !important;
        box-sizing: border-box;
    }
}
/* ========================================
   FOOTER SUBSCRIBE MODAL (HNP-STYLE FLOW)
======================================== */
.footer-subscribe-modal {
    width: min(960px, calc(100vw - 32px));
    border: 1px solid #cfcfcf;
    border-radius: 0;
    padding: 0;
    background: #f2f2f2;
    color: #111;
    position: fixed;
    inset: 0;
    margin: auto;
    max-height: calc(100vh - 32px);
    overflow: auto;
}
.footer-subscribe-modal::backdrop {
    background: rgba(0, 0, 0, 0.5);
}
.footer-subscribe-modal__inner {
    padding: 26px;
}
.footer-subscribe-modal__head {
    margin-bottom: 14px;
}
.footer-subscribe-modal__close {
    margin: 0 0 10px;
    text-align: right;
}
.footer-subscribe-modal__close button {
    background: transparent;
    border: 0;
    color: #111;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}
.footer-subscribe-modal__kicker {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.footer-subscribe-modal__title {
    margin: 0;
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.2;
    font-family: 'Garet', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}
.footer-subscribe-modal__intro {
    margin: 0 0 14px;
    color: #303030;
    font-size: 15px;
    line-height: 1.45;
}
.footer-subscribe-modal__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-subscribe-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.footer-subscribe-modal__form input,
.footer-subscribe-modal__form textarea {
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    line-height: 1.2;
    padding: 11px 12px;
}
.footer-subscribe-modal__form textarea {
    resize: vertical;
    min-height: 110px;
}
.footer-subscribe-modal__submit {
    align-self: flex-start;
    border: 1px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 12px 18px;
    cursor: pointer;
}
.footer-subscribe-modal__submit:hover {
    background: #242424;
}
@media (max-width: 767px) {
.footer-subscribe-modal {
        width: calc(100vw - 18px);
    
}
.footer-subscribe-modal__inner {
        padding: 16px;
    
}
.footer-subscribe-modal__grid {
        grid-template-columns: 1fr;
    
}
.footer-subscribe-modal__title {
        font-size: clamp(20px, 7vw, 30px);
    
}


}
/* ========================================
   BANKIRR HEADER (DESKTOP + MOBILE)
======================================== */
body.has-bankirr-header {
    padding-top: 136px !important;
    --bankirr-border-color: #000;
    --bankirr-content-gutter: var(--home-card-inline-pad, var(--bankirr-card-gutter));
    --bankirr-shell-width: clamp(
        320px,
        1436px
    );
}
.bankirr-desktop {
    display: block;
}
.bankirr-mobile-wrap {
    display: none;
}
.bankirr-header .bankirr-top-row,
.bankirr-header .bankirr-board,
.bankirr-header .navbar--bankirr {
    width: min(var(--bankirr-shell-width), calc(100vw - 24px));
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.bankirr-header .bankirr-top-row {
    height: 5px;
    position: fixed;
    top: 0;
    background: #f0eef0;
    z-index: 1002;
}
.bankirr-header .bankirr-board {
    position: fixed;
    top: 5px;
    display: flex;
    border: 1px solid var(--bankirr-border-color);
    border-color: var(--bankirr-border-color);
    border-bottom: 0;
    background: #000;
    color: #eaeaea;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
    letter-spacing: 0.05em;
    z-index: 1001;
}
.bankirr-header .bankirr-board__date {
    flex: 0 0 auto;
    padding: 12px 24px;
    border-right: 1px solid var(--bankirr-border-color);
    white-space: nowrap;
    font-size: 14px;
}
.bankirr-header .bankirr-board__viewport {
    overflow: hidden;
    width: 100%;
}
.bankirr-header .bankirr-board__track {
    display: inline-block;
    white-space: nowrap;
    animation: bankirr-scroll 30s linear infinite;
}
.bankirr-header .bankirr-board:hover .bankirr-board__track {
    animation-play-state: paused;
}
.bankirr-header .bankirr-board__row {
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
}
.bankirr-header .metric {
    margin-right: 42px;
}
.bankirr-header .up {
    color: #ff3b30;
}
.bankirr-header .down {
    color: #34c759;
}
.bankirr-header .flat {
    color: #eaeaea;
}
@keyframes bankirr-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-30%);
    }
}
.bankirr-header .navbar--bankirr {
    position: fixed;
    top: 45px;
    border: 1px solid var(--bankirr-border-color);
    border-top: 1px solid var(--bankirr-border-color);
    border-bottom: 1px solid var(--bankirr-border-color);
    background: #fff;
    z-index: 1000;
}
body.has-bankirr-header .bankirr-header .navbar__container--bankirr {
    width: 100%;
    max-width: none !important;
    height: 90px;
    margin: 0 !important;
    padding: 0 var(--bankirr-content-gutter) !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    justify-content: normal;
    position: relative;
    box-sizing: border-box;
}
body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
    display: block;
    font-family: 'EB Garamond', Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #111 !important;
    white-space: nowrap;
    width: auto;
    max-width: 374px;
    min-width: 0;
    word-spacing: 0.22em;
    letter-spacing: 0.2em;
    text-align: left;
    margin-left: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.has-bankirr-header .bankirr-header .navbar__logo--bankirr {
    grid-column: 2;
    position: static;
    inset: auto;
    left: auto;
    top: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    justify-self: center;
    align-self: center;
    text-decoration: none;
    color: #111;
    margin: 0 !important;
}
body.has-bankirr-header .bankirr-header .navbar__wordmark {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
body.has-bankirr-header .bankirr-header .navbar__dot:first-child {
    margin-right: 40px;
}
body.has-bankirr-header .bankirr-header .navbar__dot:last-child {
    margin-left: 30px;
}
body.has-bankirr-header .bankirr-header .navbar__dot {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
}
body.has-bankirr-header .bankirr-header .navbar__word {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    line-height: 1;
    padding-left: 0.28em;
}
body.has-bankirr-header .bankirr-header .navbar__nav--bankirr {
    grid-column: 3;
    justify-self: end;
    display: block !important;
    margin-right: 0 !important;
}
body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px !important;
    margin: 0;
    padding: 0;
}
body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link {
    font-family: 'EB Garamond', Georgia, serif !important;
    font-size: 14px !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #111 !important;
}
body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link:hover {
    opacity: 0.7;
}
/* Tablet/Desktop stabilization to avoid header overlap in search/research views */
@media (min-width: 769px) and (max-width: 1360px) {
    body.has-bankirr-header {
        --bankirr-content-gutter: clamp(12px, calc(12px + (10 * ((100vw - 768px) / 592))), 22px);
    }

    body.has-bankirr-header .bankirr-header .navbar__container--bankirr {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        justify-content: normal;
    }

    body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
        width: auto;
        min-width: 0;
        max-width: clamp(170px, calc(170px + (100 * ((100vw - 768px) / 592))), 270px);
        font-size: clamp(10.6px, calc(10.6px + (2.6 * ((100vw - 768px) / 592))), 13.2px) !important;
        letter-spacing: 0.1em;
        word-spacing: 0.06em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.has-bankirr-header .bankirr-header .navbar__logo--bankirr {
        grid-column: 2;
        position: static !important;
        inset: auto !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        justify-self: center;
        align-self: center;
        margin: 0 !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot {
        font-size: clamp(11.5px, calc(11.5px + (2.8 * ((100vw - 768px) / 592))), 14.3px);
    }

    body.has-bankirr-header .bankirr-header .navbar__word {
        font-size: clamp(28.5px, calc(28.5px + (7 * ((100vw - 768px) / 592))), 35.5px);
        letter-spacing: 0.16em;
        padding-left: 0.16em;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav--bankirr {
        grid-column: 3;
        justify-self: end;
        min-width: 0;
        margin: 0 !important;
        display: block !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr {
        gap: clamp(8px, calc(8px + (4 * ((100vw - 768px) / 592))), 12px) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link {
        font-size: clamp(11.4px, calc(11.4px + (2.4 * ((100vw - 768px) / 592))), 13.8px) !important;
        letter-spacing: 0.03em;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:first-child {
        margin-right: clamp(14px, calc(14px + (4 * ((100vw - 768px) / 592))), 18px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:last-child {
        margin-left: clamp(12px, calc(12px + (4 * ((100vw - 768px) / 592))), 16px);
    }
}
/* Narrow desktop balance (e.g. 1350x720 effective width):
   keep all navbar blocks proportional without center/right overlap. */
@media (min-width: 769px) and (max-width: 1120px) {
    body.has-bankirr-header {
        --bankirr-content-gutter: clamp(10px, 1.4vw, 14px);
    }

    body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
        max-width: clamp(150px, 22vw, 230px);
        font-size: clamp(10.2px, 0.95vw, 12px) !important;
        letter-spacing: 0.085em;
        word-spacing: 0.05em;
    }

    body.has-bankirr-header .bankirr-header .navbar__word {
        font-size: clamp(26.5px, 2.5vw, 30px);
        letter-spacing: 0.12em;
        padding-left: 0.12em;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot {
        font-size: clamp(10.5px, 1.05vw, 12.8px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:first-child {
        margin-right: clamp(10px, 1vw, 14px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:last-child {
        margin-left: clamp(9px, 0.9vw, 12px);
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr {
        gap: clamp(6px, 0.8vw, 10px) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link {
        font-size: clamp(10.8px, 0.95vw, 12.6px) !important;
        letter-spacing: 0.02em;
    }
}
/* Continuity above 1360px:
   avoid abrupt jump between "small" and "large" 100% views. */
@media (min-width: 1361px) and (max-width: 2200px) {
    body.has-bankirr-header {
        --bankirr-content-gutter: clamp(22px, calc(22px + (6 * ((100vw - 1360px) / 840))), 28px);
    }

    body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
        max-width: clamp(290px, calc(290px + (84 * ((100vw - 1360px) / 840))), 374px);
        font-size: clamp(13.2px, calc(13.2px + (1.8 * ((100vw - 1360px) / 840))), 15px) !important;
        letter-spacing: 0.14em;
        word-spacing: 0.12em;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot {
        font-size: clamp(14.3px, calc(14.3px + (2.7 * ((100vw - 1360px) / 840))), 17px);
    }

    body.has-bankirr-header .bankirr-header .navbar__word {
        font-size: clamp(35.5px, calc(35.5px + (4.5 * ((100vw - 1360px) / 840))), 40px);
        letter-spacing: 0.18em;
        padding-left: 0.18em;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr {
        gap: clamp(12px, calc(12px + (3 * ((100vw - 1360px) / 840))), 15px) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link {
        font-size: clamp(13.8px, calc(13.8px + (1.7 * ((100vw - 1360px) / 840))), 15.5px) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:first-child {
        margin-right: clamp(18px, calc(18px + (3 * ((100vw - 1360px) / 840))), 21px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:last-child {
        margin-left: clamp(16px, calc(16px + (3 * ((100vw - 1360px) / 840))), 19px);
    }
}
/* Short-height desktop (e.g. 720px tall screens):
   keep full navbar proportional while preventing center/right collisions. */
@media (max-height: 760px) and (min-width: 769px) {
    body.has-bankirr-header {
        --bankirr-content-gutter: clamp(10px, 1.2vw, 16px);
    }

    body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
        max-width: clamp(145px, 17vw, 210px);
        font-size: clamp(10.4px, 0.85vw, 12.4px) !important;
        letter-spacing: 0.085em;
        word-spacing: 0.05em;
    }

    body.has-bankirr-header .bankirr-header .navbar__word {
        font-size: clamp(26.5px, 2.2vw, 33px);
        letter-spacing: 0.13em;
        padding-left: 0.13em;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot {
        font-size: clamp(10.8px, 0.95vw, 13.4px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:first-child {
        margin-right: clamp(10px, 0.95vw, 16px);
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:last-child {
        margin-left: clamp(9px, 0.85vw, 14px);
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr {
        gap: clamp(6px, 0.7vw, 10px) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link {
        font-size: clamp(10.8px, 0.82vw, 12.8px) !important;
        letter-spacing: 0.02em;
    }
}
@media (min-width: 769px) {
body.has-bankirr-header {
        padding-top: 136px !important;
    
}
.bankirr-desktop {
        display: block;
    
}
.bankirr-mobile-wrap {
        display: none;
    
}


}
@media (max-width: 768px) {
body.has-bankirr-header {
        padding-top: 0 !important;
        background: #fff;
        --bankirr-shell-width: calc(100vw - 16px);
        --bankirr-content-gutter: 8px;
    
}
.bankirr-desktop {
        display: none;
    
}
.bankirr-mobile-wrap {
        display: block;
    
}
.bankirr-mobile {
        width: var(--bankirr-shell-width);
        max-width: calc(100vw - 16px);
        margin: 0 auto;
        border: 1px solid var(--bankirr-border-color);
        box-sizing: border-box;
        background: #fff;
    
}
.bankirr-mobile .ticker {
    background: #000;
    color: #eaeaea;
    display: flex;
    align-items: center;   /* ADD */
    border-bottom: 1px solid var(--bankirr-border-color);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
    letter-spacing: 0.04em;
    font-size: 11px;       /* ADD (master size) */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    
}
.bankirr-mobile .ticker__date {
        flex: 0 0 auto;
    padding: 8px 6px;        /* remove vertical padding */
    border-right: 1px solid var(--bankirr-border-color);
    white-space: nowrap;
    font-size: 1em;        /* inherit from ticker */
    background: #000;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1;
    
}
.bankirr-mobile .ticker__viewport {
        overflow: hidden;
        width: 100%;
    
}
.bankirr-mobile .ticker__track {
        display: inline-block;
        white-space: nowrap;
        animation: ticker-scroll 16s linear infinite;
    
}
.bankirr-mobile .ticker__row {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;       /* remove vertical padding */
    font-size: 1em;        /* same baseline */
    line-height: 1;
    
}
.bankirr-mobile .metric {
        margin-right: 16px;
    
}
@keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-30%);
        }
    
}
.bankirr-mobile .mast {
        background: #fff;
        min-height: 72px;
        padding: 6px 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    
}
.bankirr-mobile .mast__top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #111;
        font-family: 'EB Garamond', Georgia, serif;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        padding-left: 0.18em;
        line-height: 1;
    
}
.bankirr-mobile .mast__dot {
        font-size: 10px;
    
}
.bankirr-mobile .mast__sub {
        margin-top: 6px;
        font-family: 'EB Garamond', Georgia, serif;
        font-size: 8px;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        padding-left: 0.14em;
        color: #111;
        text-decoration: none;
    
}
.bankirr-mobile .rect-nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid var(--bankirr-border-color);
        background: #fff;
    
}
.bankirr-mobile .rect-nav a {
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #111;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-size: 8px;
        border-right: 1px solid var(--bankirr-border-color);
    
}
.bankirr-mobile .rect-nav a:last-child {
        border-right: 0;
    
}
.bankirr-mobile .rect-nav a:active {
        background: #f2f2f2;
    
}


}
/* Desktop zoom continuity:
   Keep BANKIRR desktop header fluid when desktop browser zoom pushes CSS width below 768px. */
@media (hover: hover) and (pointer: fine) and (min-width: 641px) and (max-width: 768px) {
    body.has-bankirr-header {
        padding-top: 120px !important;
        --bankirr-shell-width: calc(100vw - 10px);
        --bankirr-content-gutter: clamp(8px, 1.6vw, 12px);
    }

    .bankirr-desktop {
        display: block !important;
    }

    .bankirr-mobile-wrap {
        display: none !important;
    }

    .bankirr-header .bankirr-board__date {
        padding: 8px 10px;
        font-size: 10px;
    }

    .bankirr-header .bankirr-board__row {
        padding: 8px 10px;
        font-size: 10px;
    }

    .bankirr-header .navbar--bankirr {
        top: 37px;
    }

    body.has-bankirr-header .bankirr-header .navbar__container--bankirr {
        height: 82px;
        padding: 0 10px !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    }

    body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
        max-width: 180px;
        font-size: 9.8px !important;
        letter-spacing: 0.09em;
        word-spacing: 0.06em;
    }

    body.has-bankirr-header .bankirr-header .navbar__word {
        font-size: clamp(26.5px, 3.2vw, 28.5px);
        letter-spacing: 0.14em;
        padding-left: 0.14em;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot {
        display: inline-block;
        font-size: 10.5px;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:first-child {
        margin-right: 8px;
    }

    body.has-bankirr-header .bankirr-header .navbar__dot:last-child {
        margin-left: 8px;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr {
        gap: 6px !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav-list--bankirr .navbar__nav-link {
        font-size: 10px !important;
        letter-spacing: 0.02em;
    }
}
/* Search + archives: keep footer pinned to page bottom when there are few/no results */
body.search.has-bankirr-header,
body:is(.tag, .author, .category, .archive).has-bankirr-header {
    min-height: 100dvh;
}
body.search.has-bankirr-header .main.main--full-height,
body:is(.tag, .author, .category, .archive).has-bankirr-header .main.main--full-height {
    min-height: calc(100dvh - 136px);
    padding-bottom: 0 !important;
}
body.search.has-bankirr-header .main > .footer--home.footer--fullwidth,
body:is(.tag, .author, .category, .archive).has-bankirr-header .main > .footer--home.footer--fullwidth {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}
@media (max-width: 768px) {
body.search.has-bankirr-header .main.main--full-height,
    body:is(.tag, .author, .category, .archive).has-bankirr-header .main.main--full-height {
        min-height: calc(100dvh - 0px);
    
}


}
/* Extra stability on extreme zoom-out widths */
@media (min-width: 2201px) {
    body:is(.tag, .author, .category, .archive).has-bankirr-header .main.main--full-height {
        padding-bottom: 0 !important;
    }

    body:is(.tag, .author, .category, .archive).has-bankirr-header .main > .footer--home.footer--fullwidth {
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }
}
/* BANKIRR desktop zoom-out parity (>2200px)
   Keep navbar text axis aligned with card content axis under heavy zoom-out. */
@media (min-width: 2201px) {
    body.has-bankirr-header .bankirr-header .navbar__container--bankirr {
        padding-left: var(--bankirr-content-gutter) !important;
        padding-right: var(--bankirr-content-gutter) !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__brand--bankirr {
        margin-left: 0 !important;
    }

    body.has-bankirr-header .bankirr-header .navbar__nav--bankirr {
        margin-right: 0 !important;
    }
}
/* ========================================
   404 HOME LAYOUT PARITY
   Match home shell/card widths so BANKIRR header aligns identically.
======================================== */
body.error404 .main.main--404 .card,
body.error404 .main.main--404 .btn,
body.error404 .main.main--404 .footer--home,
body.error404 .main.main--404 .footer--home *,
body.error404 .main.main--404 input,
body.error404 .main.main--404 button {
    border-radius: 0 !important;
}
body.error404 .error-page,
body.error404 .error-page__code,
body.error404 .error-page__title,
body.error404 .error-page__subtitle {
    color: #111;
}
body.error404 .error-page__actions .btn--primary {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
}
body.error404 .error-page__actions .btn--primary:hover {
    background: #111 !important;
}
body.error404 .error-page__actions .btn--outline {
    border: 1px solid #111;
    color: #111;
    background: #fff;
}
body.error404 .error-page__actions .btn--outline:hover {
    background: #f5f5f5;
    border-color: #111;
}
body.error404 .main.main--404 > .footer--home {
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
}
body.error404 .main.main--404 > .footer--home .footer__container--home {
    align-items: flex-start;
}
@media (max-width: 759px) {
body.error404 .main.main--404 {
        padding: 8px;
    
}
body.error404 .main.main--404 > .footer--home .footer__right {
        text-align: left;
    
}


}

