﻿:root {
    --green: #00552e;
    --deep: #003f25;
    --gold: #e6b84a;
    --ink: #123629;
    --muted: #565b57;
    --cream: #fffbee;
    --radius: 8px;
    --shadow: 0 3px 14px #163c2410;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: #fcfdfb;
    font-size: 14px;
}
button,
a,
input,
select {
    touch-action: manipulation;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
}
button,
a {
    transition:
        background 0.2s,
        color 0.2s,
        transform 0.2s;
}
a:hover {
    color: #9a7016;
}
button:active,
.btn:active {
    transform: translateY(1px);
}
:focus-visible {
    outline: 3px solid #bf8a1f !important;
    outline-offset: 4px;
}
h1,
h2,
h3,
p {
    margin: 0;
}
h2 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
p {
    color: var(--muted);
    line-height: 1.45;
}
.container {
    max-width: 1380px;
    padding-left: 30px;
    padding-right: 30px;
}
.icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}
.btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 20px;
    white-space: nowrap;
}
.btn .icon {
    width: 18px;
    height: 18px;
}
.btn-green {
    background: linear-gradient(125deg, #08723d, var(--deep));
    color: white;
    box-shadow: 0 3px 8px #003f2520;
}
.btn-green:hover {
    background: #004227;
    color: #fff;
}
.btn-green .icon {
    filter: brightness(0) invert(1);
}
.btn-gold {
    color: #152c1d;
    background: linear-gradient(115deg, #f8d77f, #e4b344);
    box-shadow: 0 2px 10px #ac802520;
}
.btn-gold:hover {
    background: #edc258;
}
.btn-outline {
    border: 1px solid #c79935;
    background: white;
}
.btn-outline:hover {
    background: var(--cream);
}
.icon-button {
    border: 0;
    background: transparent;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
}
.icon-button:hover {
    background: #e5efe8;
}
.skip-link {
    position: fixed;
    top: -80px;
    left: 15px;
    z-index: 2000;
    background: #fff;
    padding: 12px;
}
.skip-link:focus {
    top: 5px;
}
.utility {
    background: var(--deep);
    color: #fff;
    font-size: 12px;
    min-height: 35px;
}
.utility .container {
    min-height: 35px;
}
.utility .icon {
    width: 17px;
    height: 17px;
    filter: brightness(0) invert(1);
    margin-right: 6px;
}
.utility i {
    margin: 0 10px;
    font-style: normal;
    opacity: 0.5;
}
.utility-contact {
    display: flex;
    align-items: center;
    gap: 25px;
}
.site-header {
    position: sticky;
    top: 0;
    background: #fffefbf5;
    backdrop-filter: blur(12px);
    z-index: 1020;
    transition: box-shadow 0.2s;
}
.site-header.scrolled {
    box-shadow: 0 3px 14px #003f2515;
}
.navbar {
    gap: 12px;
    min-height: 94px;
    flex-wrap: nowrap;
}
.navbar-brand {
    margin: 0 auto 0 0;
    padding: 0;
}
.navbar-brand img {
    width: 224px;
    height: 78px;
    object-fit: contain;
}
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}
.nav-link {
    border: 0;
    background: transparent;
    color: #101b15;
    font-size: 12px;
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.nav-link.active {
    color: #986b0c;
    border-bottom: 2px solid #d7ab4b;
}
.menu-toggle {
    display: none;
}
.dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
}
.hero {
    background: linear-gradient(110deg, #f9fcf6 10%, #f2f8ea 55%, #fff3d6);
    overflow: hidden;
}
.hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: 43% 44% 13%;
    min-height: 440px;
    align-items: center;
    padding-bottom: 62px;
}
.hero-copy {
    position: relative;
    z-index: 2;
    padding: 25px 0;
}
.eyebrow {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--green);
    font-weight: 700;
    margin-bottom: 3px;
}
h1 {
    font-size: clamp(48px, 5.4vw, 76px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -3px;
}
h1 span {
    color: #966907;
}
.hero-description {
    font-size: 16px;
    color: #15201a;
    max-width: 440px;
    margin: 12px 0;
}
.highlights {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 17px 0;
}
.highlights span {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 22px;
    font-weight: 700;
}
.highlights .icon,
.hero-benefits .icon,
.benefit > .icon {
    background: var(--green);
    border-radius: 50%;
    padding: 8px;
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.highlights .icon,
.hero-benefits .icon,
.benefit > .icon {
    background-color: transparent;
}
.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.hero-art {
    position: absolute;
    inset: 0 8% 0 36%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 20%, black 90%, transparent);
}
.family {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 40%;
}
.hero-benefits {
    grid-column: 3;
    z-index: 2;
    padding: 15px 0 0 5px;
}
.hero-benefits > div:not(.growth-seal) {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    margin: 11px 0;
}
.hero-benefits .icon {
    width: 35px;
    height: 35px;
    padding: 4px;
}
.dream {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 25px;
    line-height: 0.96;
    color: var(--green);
    margin: 0 0 12px 15px;
}
.growth-seal {
    width: 102px;
    height: 102px;
    background: radial-gradient(#fff0a5, #e2b34d);
    border: 4px double #b98826;
    outline: 3px solid #f3d685;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 1.05;
    padding-top: 15px;
    box-shadow: 0 4px 8px #98732d40;
    margin: 17px auto 5px;
}
.benefit-section {
    position: relative;
    margin-top: -57px;
    z-index: 3;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 18px 0;
}
.benefit {
    padding: 0 25px;
    text-align: center;
    border-right: 1px solid #e2e6e2;
}
.benefit:last-child {
    border: 0;
}
.benefit > .icon {
    width: 52px;
    height: 52px;
    padding: 3px;
    margin-bottom: 5px;
}
.benefit h2 {
    font-size: 16px;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}
.benefit p {
    font-size: 13px;
    max-width: 170px;
    margin: auto;
}
.section {
    padding-top: 20px;
    padding-bottom: 0;
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 12px;
}
.section-heading p {
    margin-top: 4px;
    font-size: 14px;
}
.loan-card {
    height: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    background: white;
    box-shadow: var(--shadow);
    transition: transform 0.2s;
}
.loan-card:hover {
    transform: translateY(-4px);
}
.loan-photo {
    width: 100%;
    height: 116px;
    object-fit: cover;
}
.loan-body {
    display: flex;
    gap: 10px;
    padding: 11px 11px 0;
}
.loan-body > .icon {
    width: 27px;
    height: 27px;
}
.loan-body h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 16px;
}
.loan-body p {
    font-size: 11px;
    margin-top: 6px;
}
.text-button {
    border: 0;
    background: transparent;
    padding: 5px 0;
    min-height: 44px;
    color: var(--green);
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.text-button .icon {
    width: 14px;
    height: 14px;
}
.mission {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
    border-radius: var(--radius);
    background: linear-gradient(100deg, #004f2e, #00633a, #003520);
    color: white;
    overflow: hidden;
    min-height: 100px;
    padding-right: 25px;
}
.mission > img {
    width: 18%;
    height: 108px;
    object-fit: cover;
    mask-image: linear-gradient(to right, black 65%, transparent);
}
.mission h2 {
    font-size: 22px;
    flex: 1;
}
.mission p {
    color: white;
    font-size: 14px;
    max-width: 330px;
    border-left: 1px solid #ffffff25;
    padding-left: 25px;
}
.overview {
    display: grid;
    grid-template-columns: 34% 43% 21%;
    gap: 1%;
    align-items: stretch;
}
.pay-block {
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #e8eae5;
}
.phone-mockup {
    width: 43%;
    height: 210px;
    object-fit: contain;
}
.pay-block h2 {
    font-size: 29px;
    letter-spacing: -1.1px;
}
.pay-block h2 span {
    color: #b58b2a;
}
.pay-block h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0;
}
.pay-block p {
    font-size: 11px;
    max-width: 190px;
}
.store-links {
    display: flex;
    gap: 5px;
    margin-top: 13px;
    flex-wrap: wrap;
}
.store-links button {
    border: 0;
    background: none;
    padding: 0;
    min-height: 44px;
}
.store-links img {
    width: 93px;
    height: auto;
}
.statistics {
    padding: 9px 10px;
}
.statistics h2 {
    font-size: 21px;
    margin-bottom: 16px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.stats-grid > div {
    text-align: center;
    padding: 12px 3px;
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 6px;
}
.stats-grid .icon {
    display: block;
    margin: 0 auto 11px;
    width: 42px;
    height: 42px;
}
.stats-grid strong {
    display: block;
    font-size: 20px;
}
.stats-grid span {
    font-size: 11px;
    display: block;
    margin-top: 4px;
}
.story {
    position: relative;
    border: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    min-height: 200px;
    background: var(--green);
}
.story > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.story:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, #003f2570);
}
.story > span {
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.story .icon {
    width: 47px;
    height: 47px;
}
.testimonial-layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}
.testimonial-area {
    min-width: 0;
}
.testimonial-area .section-heading {
    margin-bottom: 7px;
}
.slider-controls {
    display: flex;
}
.slider-controls .icon {
    width: 18px;
    height: 18px;
}
.testimonial-viewport {
    overflow: hidden;
    padding: 5px 3px 12px;
}
.testimonial-track {
    display: flex;
    gap: 14px;
    transition: transform 0.4s ease;
}
.testimonial {
    flex: 0 0 calc((100% - 28px) / 3);
    padding: 15px 12px;
    display: flex;
    gap: 10px;
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 7px;
    min-width: 0;
}
.customer-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial blockquote {
    font-size: 11px;
    line-height: 1.5;
    color: #4f5450;
    margin: 0 0 6px;
}
.testimonial strong {
    font-size: 11px;
    display: block;
    margin-top: 6px;
}
.testimonial small {
    font-size: 11px;
    display: block;
}
.stars {
    display: flex;
    gap: 1px;
}
.stars .icon {
    width: 15px;
    height: 15px;
}
.goals {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #006538, #003b24);
    color: white;
    padding: 22px 20px;
    border-radius: 7px;
}
.goals h2 {
    font-size: 21px;
    position: relative;
    z-index: 1;
}
.goals p {
    color: #fff;
    font-size: 13px;
    margin: 8px 0 12px;
    position: relative;
    z-index: 1;
}
.goals .btn {
    position: relative;
    z-index: 1;
}
.goals-art {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 130px;
    opacity: 0.2;
}
.partners {
    padding-bottom: 25px;
}
.partner-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-top: 15px;
}
.partner-grid > div {
    background: white;
    box-shadow: var(--shadow);
    min-height: 70px;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #164376;
    border-radius: 5px;
    padding: 8px;
}
.partner-grid > div:nth-child(3n) {
    color: #a32b28;
}
.partner-grid > div:nth-child(4) {
    color: #8b224d;
}
footer {
    background: linear-gradient(115deg, #003e26, #002e1c);
    color: white;
    padding-top: 27px;
    font-size: 13px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.95fr 1.25fr 1.4fr;
    gap: 25px;
}
.footer-grid > div:not(:first-child) {
    border-left: 1px solid #ffffff24;
    padding-left: 25px;
}
.footer-grid h2 {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.footer-grid a,
.footer-grid > div > button {
    display: block;
    min-height: 24px;
    line-height: 1.7;
}
.footer-grid button:not(.btn) {
    background: transparent;
    border: 0;
    padding: 0;
    color: white;
    text-align: left;
}
.footer-logo img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.contact p {
    color: white;
    margin-bottom: 8px;
}
.contact a {
    margin-bottom: 6px;
}
.contact .icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    margin-right: 5px;
}
.socials {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.socials button {
    min-width: 44px;
    min-height: 44px;
}
.socials .icon {
    width: 28px;
    height: 28px;
}
.newsletter-title {
    margin-top: 5px;
}
.newsletter-input {
    display: flex;
    background: white;
    border-radius: 6px;
    overflow: hidden;
}
.newsletter-input input {
    width: 100%;
    min-width: 0;
    border: 0;
    padding: 12px;
    font-size: 12px;
}
.newsletter-input .btn {
    border-radius: 0;
    padding: 10px 14px;
}
.form-status {
    font-size: 12px;
    margin-top: 7px;
    color: inherit;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    padding: 14px 0;
    border-top: 1px solid #ffffff30;
    font-size: 11px;
}
.footer-bottom button {
    border: 0;
    background: none;
    color: white;
    min-height: 44px;
    padding: 8px 10px;
}
.offcanvas .nav-link {
    font-size: 16px;
    padding: 12px;
}
.offcanvas h2 {
    font-size: 22px;
}
.offcanvas .btn {
    margin-top: 20px;
}
.modal-content {
    border: 0;
    border-radius: 12px;
}
.modal-body {
    line-height: 1.65;
}
.modal-body p + p {
    margin-top: 12px;
}
.modal-footer {
    border-color: #edf0eb;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px #00552e20;
}
.modal .form-status {
    color: var(--green);
}
@media (min-width: 1440px) {
    .hero-layout {
        min-height: 500px;
    }
    .hero-art {
        right: 9%;
        left: 37%;
    }
    .loan-photo {
        height: 125px;
    }
    .section {
        padding-top: 24px;
    }
    .overview {
        min-height: 235px;
    }
    .phone-mockup {
        height: 230px;
    }
}
@media (max-width: 1199px) {
    .desktop-nav {
        display: none;
    }
    .menu-toggle {
        display: inline-grid;
    }
    .utility-contact {
        gap: 14px;
    }
    .utility-contact > span:last-child {
        display: none;
    }
    .hero-layout {
        grid-template-columns: 46% 40% 14%;
        min-height: 420px;
    }
    .hero-art {
        left: 38%;
        right: 7%;
    }
    h1 {
        font-size: 61px;
    }
    .hero-description {
        font-size: 14px;
    }
    .hero-actions .btn {
        padding: 9px 12px;
        font-size: 12px;
    }
    .hero-benefits > div:not(.growth-seal) {
        font-size: 10px;
        gap: 2px;
    }
    .loan-photo {
        height: 150px;
    }
    .loan-body h3 {
        font-size: 14px;
    }
    .loan-body p,
    .text-button {
        font-size: 12px;
    }
    .mission {
        gap: 15px;
    }
    .mission h2 {
        font-size: 19px;
    }
    .mission p {
        font-size: 12px;
        max-width: 250px;
        padding-left: 15px;
    }
    .overview {
        grid-template-columns: 40% 58%;
        gap: 2%;
    }
    .story {
        grid-column: 1/-1;
        min-height: 180px;
    }
    .story > img {
        object-position: center 35%;
    }
    .testimonial-layout {
        grid-template-columns: 3fr 1.1fr;
    }
    .testimonial {
        flex-basis: calc((100% - 14px) / 2);
    }
    .footer-grid {
        gap: 15px;
        grid-template-columns: 0.9fr 0.8fr 0.9fr 1.2fr 1.3fr;
    }
    .footer-grid > div:not(:first-child) {
        padding-left: 15px;
    }
    .socials {
        gap: 0;
    }
    .partner-grid > div {
        font-size: 15px;
    }
    .footer-grid {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .utility-contact > a:nth-child(2),
    .utility-contact > span {
        display: none;
    }
    .hero-layout {
        grid-template-columns: 53% 47%;
        padding-bottom: 70px;
    }
    .hero-benefits {
        display: none;
    }
    .hero-art {
        left: 41%;
        right: -10%;
    }
    h1 {
        font-size: 58px;
    }
    .hero-copy {
        padding-top: 30px;
    }
    .hero-description {
        max-width: 340px;
    }
    .benefit {
        padding: 0 10px;
    }
    .benefit h2 {
        font-size: 14px;
    }
    .benefit p {
        font-size: 12px;
    }
    .mission {
        flex-wrap: wrap;
        padding: 15px;
    }
    .mission > img {
        width: 130px;
        height: 90px;
    }
    .mission h2 {
        flex-basis: 50%;
    }
    .mission p {
        max-width: none;
        flex: 1;
        border: 0;
        padding: 0;
    }
    .statistics h2 {
        font-size: 18px;
    }
    .stats-grid {
        gap: 6px;
    }
    .stats-grid span {
        font-size: 10px;
    }
    .testimonial-layout {
        grid-template-columns: 1fr;
    }
    .goals {
        padding: 22px;
        min-height: 150px;
    }
    .partner-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .footer-grid > div:not(:first-child) {
        border: 0;
        padding: 0;
    }
    .footer-logo {
        grid-row: span 1;
    }
    .footer-grid > div:last-child {
        grid-column: span 2;
    }
    .footer-bottom {
        flex-wrap: wrap;
    }
    .footer-grid a,
    .footer-grid > div > button {
        min-height: 32px;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .utility {
        font-size: 10px;
    }
    .utility i {
        margin: 0 5px;
    }
    .utility-contact {
        display: none;
    }
    .utility .container {
        justify-content: center !important;
    }
    .navbar {
        min-height: 78px;
        gap: 2px;
    }
    .navbar-brand img {
        width: 166px;
        height: 62px;
    }
    .header-apply {
        display: none;
    }
    .hero-layout {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 35px;
        min-height: 0;
    }
    .hero-copy {
        padding: 24px 0 10px;
    }
    .eyebrow {
        font-size: 12px;
    }
    h1 {
        font-size: 60px;
        letter-spacing: -2.5px;
    }
    .hero-description {
        max-width: 440px;
        font-size: 15px;
        line-height: 1.5;
    }
    .hero-actions {
        gap: 8px;
    }
    .hero-actions .btn {
        font-size: 12px;
        flex: 1;
        padding: 10px;
    }
    .hero-art {
        position: relative;
        inset: auto;
        margin: 0 -20px;
        height: 300px;
        mask-image: linear-gradient(to bottom, transparent, black 12%, black 90%, transparent);
    }
    .family {
        object-position: center 40%;
    }
    .highlights {
        margin: 15px 0;
        gap: 12px;
    }
    .highlights span {
        font-size: 20px;
        gap: 5px;
    }
    .highlights .icon {
        width: 35px;
        height: 35px;
        padding: 3px;
    }
    .benefit-section {
        margin-top: -35px;
    }
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 6px 10px;
    }
    .benefit {
        padding: 14px 8px;
        border-bottom: 1px solid #e7ebe7;
    }
    .benefit:nth-child(2n) {
        border-right: 0;
    }
    .benefit:last-child {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: 45px auto;
        align-items: center;
        text-align: left;
        column-gap: 12px;
        justify-content: center;
    }
    .benefit:last-child .icon {
        grid-row: span 2;
        margin: 0;
    }
    .benefit:last-child p {
        max-width: none;
        margin: 0;
    }
    .benefit > .icon {
        width: 45px;
        height: 45px;
    }
    .benefit h2 {
        font-size: 15px;
    }
    .benefit p {
        font-size: 12px;
    }
    .section {
        padding-top: 24px;
    }
    .section-heading {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }
    h2 {
        font-size: 22px;
    }
    .section-heading .btn {
        font-size: 12px;
    }
    .section-heading p {
        font-size: 13px;
    }
    .loan-photo {
        height: 175px;
    }
    .loan-body {
        padding: 14px 14px 2px;
    }
    .loan-body h3 {
        font-size: 16px;
    }
    .loan-body p {
        font-size: 13px;
    }
    .loan-body > .icon {
        width: 32px;
        height: 32px;
    }
    .mission {
        gap: 15px;
        padding: 20px;
        margin-top: 24px;
    }
    .mission > img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        mask-image: none;
    }
    .mission h2 {
        font-size: 20px;
    }
    .mission p {
        flex-basis: 100%;
        font-size: 14px;
    }
    .overview {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }
    .pay-block {
        border: 0;
        justify-content: center;
    }
    .phone-mockup {
        height: 225px;
        width: 42%;
        max-width: 180px;
    }
    .pay-block h2 {
        font-size: 32px;
    }
    .pay-block p {
        font-size: 12px;
    }
    .statistics {
        padding: 0;
    }
    .statistics h2 {
        font-size: 21px;
    }
    .stats-grid {
        gap: 8px;
    }
    .stats-grid > div {
        padding: 14px 4px;
    }
    .stats-grid strong {
        font-size: 20px;
    }
    .stats-grid span {
        font-size: 10px;
    }
    .story {
        min-height: 230px;
    }
    .testimonial {
        flex-basis: 100%;
        padding: 20px;
        gap: 15px;
    }
    .testimonial blockquote {
        font-size: 14px;
    }
    .testimonial strong,
    .testimonial small {
        font-size: 12px;
    }
    .customer-photo {
        width: 50px;
        height: 50px;
    }
    .testimonial-area .section-heading {
        align-items: center;
    }
    .testimonial-area h2 {
        font-size: 20px;
    }
    .slider-controls .icon-button {
        width: 44px;
    }
    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .partner-grid > div:last-child {
        grid-column: 1/-1;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        font-size: 13px;
    }
    .footer-logo {
        grid-column: 1/-1;
    }
    .footer-logo img {
        height: 130px;
    }
    .footer-grid > div:nth-child(4) {
        grid-column: 1/-1;
    }
    .footer-grid a,
    .footer-grid > div > button {
        min-height: 44px;
    }
    .footer-bottom {
        display: block;
        text-align: center;
    }
    .footer-bottom > span {
        display: block;
        margin: 10px 0;
    }
    .footer-bottom button {
        padding: 8px;
    }
    .footer-grid h2 {
        font-size: 15px;
    }
    .contact p {
        min-height: 30px;
    }
    .socials {
        gap: 10px;
    }
    .newsletter-input input {
        font-size: 14px;
        min-height: 48px;
    }
}
@media (max-width: 359px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    h1 {
        font-size: 51px;
    }
    .hero-actions {
        flex-direction: column;
    }
    .hero-art {
        height: 260px;
        margin: 0 -15px;
    }
    .highlights {
        gap: 8px;
    }
    .highlights span {
        font-size: 18px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonial-area h2 {
        max-width: 175px;
    }
    .testimonial-area .section-heading {
        gap: 0;
    }
    .slider-controls {
        gap: 0;
    }
    .navbar-brand img {
        width: 152px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *:before,
    *:after {
        transition: none !important;
        animation: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .loan-photo {
        height: 105px;
    }
    .loan-body {
        gap: 7px;
        padding: 10px 8px 0;
    }
    .loan-body h3 {
        font-size: 11px;
    }
    .loan-body p,
    .text-button {
        font-size: 10px;
    }
    .loan-body > .icon {
        width: 23px;
        height: 23px;
    }
}
.utility select {
    background: transparent;
    color: white;
    border: 0;
    min-height: 35px;
    font-size: 12px;
    padding: 0 5px;
}
.utility select option {
    color: var(--ink);
    background: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .overview {
        grid-template-columns: 34% 43% 21%;
        gap: 1%;
    }
    .story {
        grid-column: auto;
        min-height: 200px;
    }
    .statistics {
        padding: 9px 6px;
    }
    .statistics h2 {
        font-size: 18px;
    }
    .stats-grid {
        gap: 6px;
    }
    .stats-grid strong {
        font-size: 18px;
    }
    .stats-grid span {
        font-size: 10px;
    }
    .phone-mockup {
        height: 200px;
    }
    .store-links img {
        width: 78px;
    }
    .story > img {
        object-position: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .story > img {
        width: 40%;
        object-position: center 35%;
    }
    .story > span {
        margin-left: 40%;
        font-size: 16px;
    }
}
