/* Home page only */
.home-main {
    overflow: hidden;
    background: #fff
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .7s ease
}

.fade-up.is-visible,
.fade-up.active {
    opacity: 1;
    transform: none
}

.home-hero.fade-up,
.home-hero .fade-up {
    opacity: 1;
    transform: none;
}

.home-hero {
    min-height: 820px;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 160px 0 92px;
    color: #fff;
    background: #063232
}

.home .site-header:not(.is-sticky) {
    background: rgba(3, 33, 33, .08);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom-color: rgba(255, 255, 255, .14);
    box-shadow: none;
}

.home .site-header:not(.is-sticky) :is(.header-nav a, .header-phone, .header-search) {
    color: #fff;
}

.home .site-header:not(.is-sticky) :is(.header-phone, .header-search, .menu-toggle) {
    border-color: rgba(255, 255, 255, .3);
}

.home .site-header:not(.is-sticky) .menu-toggle span {
    background: #fff;
}

.home-hero::before {
    width: 560px;
    height: 560px;
    position: absolute;
    top: -310px;
    left: 34%;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
}

.home-hero::after {
    width: 390px;
    height: 390px;
    position: absolute;
    right: -145px;
    bottom: -210px;
    border: 64px solid rgba(251, 177, 47, .075);
    border-radius: 50%;
    content: ""
}

.home-hero-media,
.home-hero-overlay {
    position: absolute;
    inset: 0
}

.home-hero-media {
    background:
        radial-gradient(circle at 82% 15%, rgba(216, 239, 182, .24), transparent 30%),
        radial-gradient(circle at 8% 92%, rgba(251, 177, 47, .1), transparent 26%),
        linear-gradient(118deg, #021f20 0%, #063b3a 58%, #315e5b 100%)
}

.home-hero-overlay {
    background:
        linear-gradient(90deg, rgba(1, 23, 24, .56), transparent 64%),
        repeating-linear-gradient(90deg, transparent 0, transparent 94px, rgba(255, 255, 255, .018) 95px)
}

.home-hero .container {
    position: relative;
    z-index: 1
}

.home-hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
    gap: clamp(60px, 7vw, 104px);
    align-items: center;
   
    margin: auto
}

.home-hero-copy {
    max-width: 720px
}

.home-eyebrow,
.home-section-kicker {
    color: #fbb12f;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .045em;
    text-transform: uppercase
}

.home-hero .home-eyebrow {
    width: max-content;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 9px 13px;
    border: 1px solid rgba(251, 177, 47, .3);
    border-radius: 999px;
    background: rgba(251, 177, 47, .08);
    font-size: .72rem;
    line-height: 1.2;
}

.home-divider {
    width: 72px;
    height: 4px;
    display: block;
    margin: 0 0 27px;
    border-radius: 99px;
    background: #fbb12f
}

.home-hero h1 {
    max-width: 720px;
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(3.35rem, 4.65vw, 4.75rem);
    font-weight: 600;
    line-height: 1.01;
    letter-spacing: -.052em;
    text-wrap: balance;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .18)
}

.home-hero h1 span {
    color: #d8efb6;
    font: inherit;
}

.home-hero-phone {
    margin: 0 0 31px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.02rem
}

.home-hero-phone a {
    color: #fbb12f;
    font-weight: 900
}

.home-hero-cta {
    min-width: 290px;
    justify-content: center;
    padding: 14px 25px;
    font-size: .9rem;
    box-shadow: 0 15px 34px rgba(251, 177, 47, .24)
}

.home-hero-feature {
    min-height: 525px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 26px;
    background: #173f3f;
    box-shadow: 0 34px 80px rgba(0, 0, 0, .32);
    transform: rotate(.6deg)
}

.home-hero-feature::before {
    position: absolute;
    z-index: 2;
    inset: 13px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 18px;
    pointer-events: none;
    content: ""
}

.home-hero-feature-image {
    position: absolute;
    inset: 0;
    background: url("../../../../../wp-content/uploads/2026/08/Leesa-Sandoval-NMLS-184490.webp") center 26%/cover no-repeat
}

.home-hero-feature::after {
    position: absolute;
    inset: 34% 0 0;
    background: linear-gradient(transparent, rgba(3, 33, 33, .84));
    content: ""
}

.home-lender-card {
    position: absolute;
    z-index: 3;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 25px 27px;
    border: 1px solid rgba(216, 239, 182, .32);
    border-radius: 17px;
    background: rgba(3, 45, 45, .9);
    color: #e4efed;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px)
}

.home-lender-card h2 {
    margin: 7px 0 11px;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.2
}

.home-lender-card p {
    margin: 0 0 7px;
    font-size: .83rem;
    line-height: 1.55
}

.home-lender-card p:last-child {
    margin-bottom: 0
}

.home-lender-card a {
    color: #fbb12f;
    font-weight: 900
}

.home-lender-label {
    width: max-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(216, 239, 182, .2);
    color: #d8efb6;
    font-size: .68rem;
    font-weight: 900;
    text-transform: none
}

.home-award-video {
    position: relative;
    overflow: hidden;
    padding: 104px 0;
    background: #fff
}

.home-award-video::before {
    width: 390px;
    height: 390px;
    position: absolute;
    right: -128px;
    top: -170px;
    box-sizing: border-box;
    border: 72px solid rgba(236, 248, 248, .72);
    border-radius: 50%;
    content: ""
}

.home-award-video .container {
    position: relative;
    z-index: 1
}

.home-video-frame {
    max-width: 960px;
    margin: auto;
    padding: 14px;
    border: 1px solid rgba(6, 50, 50, .09);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(3, 33, 33, .14)
}

.home-video-frame iframe {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    border: 0;
    border-radius: 14px;
    cursor: pointer
}

.blog-section {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(rgba(6, 50, 50, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 50, 50, .025) 1px, transparent 1px), #ecf8f8;
    background-size: 42px 42px
}

.blog-section::before {
    width: 250px;
    height: 250px;
    position: absolute;
    right: -85px;
    top: 45px;
    border-radius: 50%;
    background: rgba(216, 239, 182, .35);
    content: ""
}

.blog-section .container {
    position: relative;
    z-index: 1
}

.blog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 52px
}

.blog-header-copy {
    max-width: 660px
}

.blog-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #fbb12f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.blog-header h2 {
    margin: 0 0 16px;
    color: #063232
}

.blog-header p {
    max-width: 600px;
    margin: 0;
    color: #5f7a7d;
    font-size: 17px;
    line-height: 1.8
}

.blog-view-all {
    display: inline-flex;
    flex: none;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 50px;
    background: #fbb12f;
    color: #fff;
    font-size: .86rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(251, 177, 47, .22);
    transition: .35s
}

.blog-view-all:hover,
.blog-view-all:focus-visible {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 30px
}

.blog-card {
    min-height: 300px;
    display: grid;
    grid-template-columns: minmax(0, 35%) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    padding: 18px;
    border: 1px solid #e6eeee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .4s
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .08)
}

.blog-card-image {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #dfeeed
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover
}

.blog-card-content {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 4px 0
}

.blog-meta {
    min-height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 14px
}

.blog-badge {
    padding: 6px 12px;
    border-radius: 30px;
    background: #fff4de;
    color: #f59e0b;
    font-size: 12px;
    font-weight: 700
}

.blog-date {
    color: #789194;
    font-size: 12px
}

.blog-title {
    min-height: 64px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 12px;
    color: #063232;
    font-size: 1.38rem;
    font-weight: 700;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.blog-title a {
    color: inherit
}

.blog-excerpt {
    min-height: 76px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 16px;
    color: #5f7a7d;
    font-size: 15px;
    line-height: 1.68;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.blog-read-more {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #063232;
    font-size: 15px;
    font-weight: 700
}

.blog-read-more:hover {
    color: #fbb12f
}

.home-testimonial {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: linear-gradient(180deg, #f8faf9 0%, #fff 100%)
}

.home-testimonial-card {
    max-width: 900px;
    position: relative;
    margin: auto;
    padding: 38px 46px 36px;
    border: 1px solid rgba(251, 177, 47, .48);
    border-left: 5px solid #fbb12f;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(3, 33, 33, .1)
}

.home-testimonial-card::before {
    position: absolute;
    right: 24px;
    top: 5px;
    color: rgba(251, 177, 47, .2);
    content: "\201C";
    font-size: 5.4rem;
    font-weight: 900;
    line-height: 1
}

.home-testimonial blockquote {
    position: relative;
    z-index: 1;
    margin: 0 0 22px;
    padding-right: 30px;
    color: #063232;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.7;
}

.home-testimonial blockquote a {
    color: #f59e0b;
    font-weight: 900
}

.home-testimonial figcaption {
    color: #f59e0b;
    font-size: 1.5rem
}

.home-testimonial figcaption strong {
    font-weight: 900
}

.home-value-tool {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #ecf8f8
}

.home-value-tool::before {
    width: 420px;
    height: 420px;
    position: absolute;
    top: -250px;
    left: -210px;
    border: 70px solid rgba(194, 223, 147, .24);
    border-radius: 50%;
    content: ""
}

.home-value-card {
    max-width: 980px;
    display: block;
    position: relative;
    margin: auto;
    padding: 52px;
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(3, 33, 33, .1)
}

.home-value-card h2 {
    margin-bottom: 28px;
    text-align: center;
    font-weight: 700;
}

.home-value-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 18px;
    background: #d8efb6;
    color: #063232
}

.home-value-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.home-value-description {
    margin-bottom: 28px;
    font-size: 1.03rem;
    line-height: 1.75
}

.home-value-benefits {
    display: grid;
    gap: 12px
}

.home-value-benefits li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #315e61;
    font-size: .93rem;
    font-weight: 700
}

.home-value-benefits i {
    width: 24px;
    height: 24px;
    display: grid;
    flex: none;
    place-items: center;
    border-radius: 50%;
    background: #fbb12f;
    color: #063232;
    font-size: .68rem
}

.home-value-widget-panel {
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 22px;
    background: #f5f7f7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7)
}

.home-value-widget-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dceaea
}

.home-value-widget-heading span {
    color: #789194;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.home-value-widget-heading strong {
    color: #063232;
    font-size: .92rem
}

.homebot-widget {
    width: 100%;
    min-height: 180px;
    overflow: hidden;
    border-radius: 14px;
    background: #fff
}

.homebot-widget:empty {
    padding: 28px;
    color: #789194;
    text-align: center;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.homebot-widget:empty::before {
    max-width: 280px;
    content: "Loading your secure home value report...";
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.5
}

.homebot-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important
}

.homebot-branding {
    margin: 14px 0 0;
    color: #789194;
    font-size: .72rem;
    font-weight: 700;
    text-align: right;
    margin-top: 0; 
}

.home-services-resources {
    position: relative;
    overflow: hidden;
    padding: 118px 0;
    background: #063b3a
}

.home-services-resources::before {
    width: 230px;
    height: 230px;
    position: absolute;
    right: -112px;
    top: 72px;
    border: 1px solid rgba(251, 177, 47, .32);
    border-radius: 50%;
    content: ""
}

.home-services-resources .container {
    position: relative;
    z-index: 1
}

.home-section-heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center
}

.home-section-heading h2 {
    margin: 12px 0 0;
    color: #fff
}

body.home #page .home-services-resources .home-section-heading .section-title {
    color: #fff;
}

.home-card-grid {
    display: grid;
    gap: 24px
}

.home-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.home-six-card-grid {
    width: 100%
}

.home-feature-card {
    min-height: 350px;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    padding: 34px 32px 30px;
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 17px;
    background: #f9fbfa;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
    transition: .35s
}

.home-feature-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #fbb12f 34%, #d8efb6 34%);
    content: ""
}

.home-feature-card::after {
    width: 92px;
    height: 92px;
    position: absolute;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    background: rgba(216, 239, 182, .4);
    content: ""
}

.home-feature-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 58px rgba(0, 0, 0, .24)
}

.home-feature-icon {
    width: 70px;
    height: 70px;
    display: grid;
    position: relative;
    z-index: 1;
    place-items: center;
    margin-bottom: 22px;
    border: 1px solid rgba(6, 50, 50, .08);
    border-radius: 14px;
    background: #ecf8f8;
    color: #063232;
    box-shadow: 0 10px 22px rgba(3, 33, 33, .08)
}

.home-feature-icon svg {
    width: 35px;
    height: 35px;
    fill: currentColor
}

.home-feature-card h3 {
    min-height: 56px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    color: #063232;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: -.01em
}

.home-feature-card h3 a {
    color: inherit;
    text-decoration: none
}

.home-feature-card h3 a:hover {
    color: #f59e0b
}

.home-feature-card p {
    flex: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: #3f6264;
    font-size: 1rem;
    line-height: 1.7
}

.home-feature-card p a {
    color: #f59e0b;
    font-weight: 800
}

.home-feature-card .btn {
    width: max-content;
    display: inline-flex;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 999px;
    background: #063232;
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(3, 33, 33, .16)
}

.home-feature-card .btn:hover {
    background: #fbb12f;
    color: #063232
}

.home-resource-card {
    background: #f9fbfa
}

.home-application-cta {
    padding: 84px 0;
    background: #c5e998
}

.home-application-card {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 54px;
    align-items: center;
    margin: auto;
    padding: 43px 45px;
    border: 1px solid rgba(6, 50, 50, .08);
    border-radius: 14px;
    background: linear-gradient(112deg, #f8fbf5 0%, #eff8df 68%, #e4f3c8 100%);
    box-shadow: 0 20px 48px rgba(3, 33, 33, .11)
}

.home-application-copy h2 {
    max-width: 570px;
    margin: 9px 0 12px;
    color: #063232
}

.home-application-copy p {
    max-width: 620px;
    margin: 0;
    color: #526f72;
    font-size: .98rem;
    line-height: 1.65
}

.home-application-card .btn {
    min-width: 285px;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 999px;
    background: #063232;
    color: #fff;
    font-size: .83rem;
    box-shadow: 0 13px 28px rgba(3, 33, 33, .22)
}

.home-application-card .btn:hover {
    background: #fbb12f;
    color: #063232;
    transform: translateY(-3px)
}

@media(max-width:1100px) {
    .home-hero {
        padding-top: 135px
    }

    .home-hero-content {
        grid-template-columns: 1fr;
        gap: 48px;
        max-width: 760px
    }

    .home-hero-copy {
        max-width: 680px
    }

    .home-hero-feature {
        width: 100%;
        max-width: 610px
    }

    .blog-card {
        grid-template-columns: minmax(0, 25%) minmax(0, 1fr)
    }

    .blog-title {
        font-size: 1.2rem
    }

    .home-card-grid-three {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .home-value-card {
        grid-template-columns: 1fr;
        gap: 42px;
        max-width: 820px
    }

    .home-value-intro {
        max-width: 680px
    }
}

@media(max-width:767px) {
    .home-main {
        padding-top: 0
    }

    .home-hero {
        min-height: auto;
        padding: 130px 0 70px
    }

    .home-hero::after {
        width: 220px;
        height: 220px;
        right: -115px;
        bottom: -120px
    }

    .home-hero h1 {
        font-size: clamp(2.55rem, 11vw, 3.25rem);
        line-height: 1.03;
        letter-spacing: -.045em
    }

    .home-hero-content {
        gap: 38px
    }

    .home-hero-feature {
        min-height: 410px
    }

    .home-lender-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 19px
    }

    .home-lender-card h2 {
        font-size: 1.15rem
    }

    .home-lender-card p {
        font-size: .76rem
    }

    .home-award-video,
    .blog-section,
    .home-testimonial,
    .home-value-tool,
    .home-services-resources,
    .home-application-cta {
        padding: 68px 0
    }

    .home-award-video::before {
        width: 250px;
        height: 250px;
        right: -96px;
        top: -112px;
        border-width: 46px
    }

    .home-video-frame {
        padding: 8px;
        border-radius: 16px
    }

    .blog-section .container {
        padding-inline: 16px
    }

    .blog-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 26px;
        margin-bottom: 38px
    }

    .blog-header p {
        font-size: 1rem
    }

    .blog-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto
    }

    .blog-card {
        min-height: 0;
        grid-template-columns: 1fr
    }

    .blog-card-image {
        width: 100%;
        min-height: 0;
        aspect-ratio: 16/9
    }

    .blog-meta,
    .blog-title,
    .blog-excerpt {
        min-height: 0
    }

    .home-testimonial-card,
    .home-value-card {
        padding: 30px 24px
    }

    .home-value-card {
        gap: 32px;
        border-radius: 20px
    }

    .home-value-card h2 {
        font-size: clamp(2rem, 9vw, 2.55rem) !important
    }

    .home-value-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
        border-radius: 15px
    }

    .home-value-widget-panel {
        padding: 20px;
        border-radius: 16px
    }

    .home-value-widget-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px
    }

    .homebot-widget {
        min-height: 160px
    }

    .home-card-grid-three {
        grid-template-columns: 1fr
    }

    .home-feature-card {
        min-height: 0;
        padding: 30px 26px
    }

    .home-feature-card h3 {
        min-height: 0
    }

    .home-application-card {
        grid-template-columns: 1fr;
        padding: 34px 26px
    }

    .home-application-card .btn {
        width: 100%;
        min-width: 0
    }

    .homebot-branding {
        text-align: left
    }
}

@media(prefers-reduced-motion:reduce) {

    .fade-up,
    .blog-card {
        opacity: 1;
        transform: none;
        transition: none
    }
}


@media(max-width:574px){
    .homebot-widget:empty{
        max-width: 100%;
    padding: 0;
    margin: 0 auto;
    }
}

/* ==========================================================================
   Homepage hero — final modern presentation
   ========================================================================== */
.home .home-hero {
	min-height: clamp(760px, 82vh, 900px);
	display: grid;
	align-items: center;
	padding: clamp(150px, 12vw, 178px) 0 clamp(78px, 7vw, 104px);
	isolation: isolate;
	background: #042b2c;
}

.home .home-hero-media {
	z-index: -3;
	background:
		url("../../../../../wp-content/uploads/2026/08/Welcome-to-203k-and-Renovation-Loans-Education-Resource-Center-scaled.webp")
		center 42% / cover no-repeat;
	transform: none;
}

.home .home-hero-overlay {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(2, 28, 29, .97) 0%, rgba(3, 37, 38, .91) 43%, rgba(3, 37, 38, .58) 70%, rgba(3, 31, 32, .72) 100%),
		linear-gradient(180deg, rgba(2, 25, 26, .24), rgba(2, 25, 26, .72));
}

.home .home-hero::before {
	width: 520px;
	height: 520px;
	top: -340px;
	left: 43%;
	z-index: -1;
	border-color: rgba(255, 255, 255, .1);
	box-shadow: 0 0 0 90px rgba(255, 255, 255, .018);
}

.home .home-hero::after {
	width: 330px;
	height: 330px;
	right: -180px;
	bottom: -190px;
	z-index: -1;
	border-width: 58px;
	border-color: rgba(251, 177, 47, .1);
}

.home .home-hero .container {
	width: min(var(--container-width, 1360px), calc(100% - 48px));
}

.home .home-hero-content {
	grid-template-columns: minmax(0, 1.12fr) minmax(370px, .72fr);
	gap: clamp(52px, 7vw, 96px);
	align-items: center;
	max-width: 1260px;
}

.home .home-hero-copy {
	max-width: 735px;
	padding: 8px 0;
}

.home .home-hero .home-eyebrow {
	width: auto;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffc257;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.5;
	letter-spacing: .045em;
}

.home .home-hero .home-eyebrow::before {
	content: "\f015";
	width: 31px;
	height: 31px;
	display: grid;
	flex: 0 0 31px;
	place-items: center;
	border: 1px solid rgba(255, 194, 87, .44);
	border-radius: 50%;
	background: rgba(251, 177, 47, .13);
	color: #ffc257;
	font-family: "Font Awesome 6 Free";
	font-size: 11px;
	font-weight: 900;
}

.home .home-divider {
	width: 58px;
	height: 3px;
	margin-bottom: 24px;
	background: linear-gradient(90deg, #fbb12f, #d8efb6);
}

.home .home-hero h1 {
	max-width: 730px;
	margin-bottom: 25px;
	color: #fff;
	font-size: clamp(51px, 4.6vw, 68px);
	font-weight: 600;
	line-height: 1.045;
	letter-spacing: -.045em;
	text-shadow: 0 12px 34px rgba(0, 0, 0, .3);
}

.home .home-hero h1 span {
	color: #d8efb6;
	position: relative;
}

.home .home-hero-phone {
	width: max-content;
	max-width: 100%;
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0 0 27px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 10px;
	background: rgba(5, 50, 50, .46);
	color: rgba(255, 255, 255, .86);
	font-size: 15px;
	line-height: 1.5;
	backdrop-filter: blur(10px);
}

.home .home-hero-phone::before {
	content: "\f095";
	color: #fbb12f;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
}

.home .home-hero-phone a {
	color: #ffc257;
	font-weight: 700;
}

.home .home-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.home .home-hero-cta {
	min-width: 310px;
	min-height: 54px;
	padding: 14px 24px;
	border: 1px solid #f6a91f;
	border-radius: 999px;
	background: #f6a91f;
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	box-shadow: 0 14px 32px rgba(246, 169, 31, .24);
}

.home .home-hero-cta:hover,
.home .home-hero-cta:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #063232;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
	transform: none;
}

.home .home-hero-actions .btn {
	justify-content: center;
	gap: 11px;
}

.home .home-hero-actions .btn > i {
	font-size: .82em;
	transition: transform var(--transition-fast);
}

.home .home-hero-actions .btn:hover > i,
.home .home-hero-actions .btn:focus-visible > i {
	transform: translateX(3px);
}

.home .home-hero-feature {
	width: 100%;
	max-width: 455px;
	min-height: 535px;
	margin-left: auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 24px;
	background: #163e3f;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
	transform: none;
}

.home .home-hero-feature::before {
	inset: 12px;
	z-index: 4;
	border-color: rgba(255, 255, 255, .18);
	border-radius: 17px;
}

.home .home-hero-feature-image {
	background-position: center 24%;
	transition: transform 700ms ease;
}

.home .home-hero-feature:hover .home-hero-feature-image {
	transform: scale(1.025);
}

.home .home-hero-feature::after {
	inset: 27% 0 0;
	background: linear-gradient(180deg, transparent, rgba(2, 31, 32, .94));
}

.home .home-lender-card {
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 23px 24px;
	border: 1px solid rgba(216, 239, 182, .3);
	border-radius: 16px;
	background: rgba(3, 45, 45, .88);
	box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
}

.home .home-lender-card .home-lender-label {
	margin-bottom: 5px;
	color: #ffc257;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .04em;
	text-transform: none;
}

.home .home-lender-card h2 {
	margin: 0 0 9px;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
}

.home .home-lender-card p {
	margin-bottom: 7px;
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
	line-height: 1.55;
}

.home .home-lender-card p:last-child {
	margin-bottom: 0;
}

.home .home-lender-card a {
	color: #ffc257;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.home .home-hero {
		min-height: auto;
		padding-top: 140px;
	}

	.home .home-hero-content {
		grid-template-columns: minmax(0, 1fr);
		gap: 48px;
		max-width: 780px;
	}

	.home .home-hero-copy {
		max-width: 730px;
	}

	.home .home-hero-feature {
		max-width: 570px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.home .home-hero {
		padding: 124px 0 62px;
	}

	.home .home-hero .container {
		width: calc(100% - 36px);
	}

	.home .home-hero-media {
		background-position: 58% center;
	}

	.home .home-hero-overlay {
		background: linear-gradient(180deg, rgba(2, 28, 29, .9), rgba(2, 31, 32, .94));
	}

	.home .home-hero-content {
		gap: 36px;
	}

	.home .home-hero h1 {
		font-size: clamp(39px, 11vw, 50px);
		line-height: 1.07;
	}

	.home .home-hero-phone {
		width: 100%;
		align-items: flex-start;
	}

	.home .home-hero-cta {
		width: 100%;
		min-width: 0;
	}

	.home .home-hero-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.home .home-hero-actions .btn {
		width: 100%;
		min-width: 0;
	}

	.home .home-hero-feature {
		min-height: 430px;
		border-radius: 20px;
	}

	.home .home-lender-card {
		left: 14px;
		right: 14px;
		bottom: 14px;
		padding: 18px;
	}
}

@media (max-width: 479px) {
	.home .home-hero .home-eyebrow {
		align-items: flex-start;
		font-size: 11px;
	}

	.home .home-hero h1 {
		font-size: clamp(35px, 10.6vw, 44px);
	}

	.home .home-hero-feature {
		min-height: 390px;
	}

	.home .home-lender-card h2 {
		font-size: 18px;
	}
}

.home .home-services-resources .home-section-heading .section-title a {
	color: inherit;
	text-decoration: none;
	transition: color var(--transition-fast);
}

.home .home-services-resources .home-section-heading .section-title a:hover,
.home .home-services-resources .home-section-heading .section-title a:focus-visible {
	color: var(--color-accent-dark);
}

/* Home page responsive audit refinements. */
.home .home-main :is(img, iframe, svg) {
	max-width: 100%;
}

.home :is(
	.home-award-video,
	.blog-section,
	.home-testimonial,
	.home-value-tool,
	.home-services-resources,
	.home-application-cta
) {
	padding-block: clamp(72px, 7vw, 110px);
}

.home :is(.blog-header-copy, .home-section-heading, .home-application-copy) {
	min-width: 0;
}

.home .blog-card,
.home .home-feature-card,
.home .home-value-card,
.home .home-application-card {
	min-width: 0;
}

.home .blog-title,
.home .home-feature-card h3,
.home .home-application-copy h2 {
	overflow-wrap: anywhere;
}

@media (min-width: 1440px) {
	.home .home-hero-content {
		max-width: 1260px;
		margin-inline: auto;
	}

	.home .home-video-frame {
		max-width: 1000px;
	}

	.home .home-value-card {
		max-width: 1040px;
	}
}

@media (max-width: 1199px) {
	.home :is(
		.home-award-video,
		.blog-section,
		.home-testimonial,
		.home-value-tool,
		.home-services-resources,
		.home-application-cta
	) {
		padding-block: clamp(72px, 8vw, 88px);
	}

	.home .home-card-grid-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .home-feature-card {
		min-height: 330px;
	}
}

@media (max-width: 991px) {
	.home .blog-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
		margin-bottom: 38px;
	}

	.home .blog-grid {
		gap: 22px;
	}

	.home .blog-card {
		grid-template-columns: minmax(150px, 32%) minmax(0, 1fr);
		gap: 18px;
	}

	.home .home-application-card {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.home .home-application-card .btn {
		width: max-content;
		max-width: 100%;
		min-width: 0;
	}
}

@media (max-width: 767px) {
	.home :is(
		.home-award-video,
		.blog-section,
		.home-testimonial,
		.home-value-tool,
		.home-services-resources,
		.home-application-cta
	) {
		padding-block: 62px;
	}

	.home .blog-section .container {
		padding-inline: 0;
	}

	.home .blog-grid,
	.home .home-card-grid-three {
		grid-template-columns: minmax(0, 1fr);
	}

	.home .blog-card {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		padding: 15px;
	}

	.home .blog-card-image {
		aspect-ratio: 16 / 9;
	}

	.home .blog-view-all,
	.home .home-feature-card .btn,
	.home .home-application-card .btn {
		min-height: 48px;
	}

	.home .home-testimonial-card {
		padding: 28px 22px;
	}

	.home .home-testimonial blockquote {
		padding-right: 0;
		font-size: clamp(17px, 4.8vw, 20px);
		line-height: 1.65;
	}

	.home .home-testimonial figcaption {
		font-size: 20px;
	}

	.home .home-value-card {
		padding: 28px 22px;
	}

	.home .home-value-widget-panel {
		padding: 18px;
	}

	.home .home-feature-card {
		min-height: 0;
		padding: 27px 23px;
	}

	.home .home-feature-card p {
		font-size: 15px;
	}

	.home .home-application-card {
		gap: 24px;
		padding: 29px 23px;
	}

	.home .home-application-card .btn {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.home .home-hero {
		padding-top: 116px;
	}

	.home .home-hero .container {
		width: calc(100% - 36px);
	}

	.home .home-hero-phone {
		flex-wrap: wrap;
	}

	.home .home-video-frame {
		padding: 6px;
		border-radius: 13px;
	}

	.home .home-video-frame iframe {
		border-radius: 9px;
	}

	.home .blog-header {
		gap: 20px;
	}

	.home .blog-view-all {
		width: 100%;
		justify-content: center;
	}

	.home .home-value-widget-heading {
		gap: 7px;
	}
}

@media (max-width: 359px) {
	.home .home-hero h1 {
		font-size: 34px;
	}

	.home .home-hero .home-eyebrow {
		width: 100%;
	}

	.home .home-lender-card {
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 15px;
	}

	.home .home-lender-card h2 {
		font-size: 17px;
	}

	.home .home-lender-card p {
		font-size: 12px;
	}

	.home .home-testimonial-card,
	.home .home-value-card,
	.home .home-application-card {
		padding-right: 18px;
		padding-left: 18px;
	}
}
