/* =========================================
   LARGE DESKTOP
   1400px and below
======================================== */
@media (max-width: 1399.98px) {

    /* ============= hero section ============= */
    .hero-title {
        font-size: 72px;
    }

    .hero-visual {
        min-height: 620px;
    }

    /* ============= LOANS SECTION ============= */
    .section-title {
        font-size: 54px;
    }
}

/* =========================================
   DESKTOP / SMALL LAPTOP
   1200px and below
========================================= */
@media (max-width: 1199.98px) {

    /* ============= hero section ============= */
    .hero-title {
        font-size: 60px;
        letter-spacing: -2.5px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-visual-circle {
        width: 450px;
        height: 450px;
    }

    .loan-card {
        width: min(410px, 100%);
    }

    .floating-card-one {
        right: 0;
    }

    .floating-card-two {
        left: 0;
    }

    .hero-brand-mark {
        right: 25px;
    }

    /* ============= LOANS SECTION ============= */
    .loans-section {
        padding: 105px 0;
    }

    .loan-explore-panel {
        padding: 40px;
    }

    .loan-panel-amount {
        font-size: 66px;
    }

    .loan-need-item {
        padding: 22px;
    }

    /* ============= PROCESS SECTION ============= */
    .process-section {
        padding: 105px 0;
    }

    .process-heading {
        margin-bottom: 65px;
    }

    .process-step-content h3 {
        font-size: 20px;
    }

    /* ============= ABOUT SECTION ============= */
    .about-section {
        padding: 105px 0;
    }

    .about-visual {
        min-height: 570px;
    }

    .about-shape-one {
        width: 420px;
        height: 420px;
    }

    .about-main-card {
        width: 390px;
    }

    /* ============= RESOURCES SECTION ============= */
    .resources-section {
        padding: 105px 0;
    }

    .featured-resource {
        padding: 34px;
    }

    .featured-resource h3 {
        font-size: 31px;
    }

    .resource-topic {
        padding: 23px;
    }

    /* ============= FAQ SECTION ============= */
    .faq-section {
        padding: 105px 0;
    }

    .faq-intro .section-title {
        font-size: 48px;
    }

    /* ============= CTA SECTION ============= */
    .final-cta-section {
        padding-bottom: 105px;
    }

    .final-cta-wrap {
        padding: 52px;
    }

    .final-cta-content h2 {
        font-size: 43px;
    }

    /* ============= FOOTER SECTION ============= */
    .footer-top {
        gap: 38px;
    }
}

/* =========================================
   TABLET LANDSCAPE
   992px and below
========================================= */
@media (max-width: 991.98px) {
    :root {
        --header-height: 78px;
    }

    /* ============= HEADER ============= */
    .site-header .navbar {
        min-height: var(--header-height);
    }

    .brand-logo {
        width: 138px;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 18px;
        border: 1px solid var(--evafine-border);
        border-radius: 20px;
        background: var(--evafine-white);
        box-shadow: var(--shadow-sm);
    }

    .navbar-nav {
        align-items: stretch !important;
        gap: 3px;
    }

    .nav-link {
        padding: 12px 8px !important;
    }

    .nav-link::after {
        display: none;
    }

    .navbar-nav .evafine-btn {
        width: 100%;
        margin-top: 8px;
    }

    /* ============= HERO ============= */
    .hero-section {
        min-height: auto;
    }

    .hero-content {
        max-width: 760px;
        margin: 0 auto;
        padding: 105px 0 40px;
        text-align: center;
    }

    .hero-title {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
        font-size: 62px;
        letter-spacing: -2.5px;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-mini-info {
        justify-content: center;
    }

    /* HERO VISUAL */
    .hero-visual {
        min-height: 600px;
        margin-bottom: 60px;
    }

    .hero-visual-circle {
        width: 520px;
        height: 520px;
    }

    .loan-card {
        width: min(440px, 92%);
    }

    .floating-card-one {
        right: 5%;
    }

    .floating-card-two {
        left: 5%;
    }

    .hero-brand-mark {
        right: 10%;
    }

    /* ============= LOANS SECTION ============= */
    .loans-section {
        padding: 90px 0;
    }

    .loans-heading-row {
        margin-bottom: 42px;
    }

    .section-title {
        max-width: 650px;
        font-size: 50px;
    }

    .section-description {
        max-width: 600px;
        margin: 22px 0 0;
    }

    .loans-layout {
        grid-template-columns: 1fr;
    }

    .loan-explore-panel {
        min-height: auto;
    }

    .loan-needs-panel {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .loan-need-item {
        grid-template-columns: 1fr;
        align-items: flex-start;
        min-height: 240px;
    }

    .loan-need-arrow {
        position: absolute;
        top: 22px;
        right: 22px;
    }

    .loan-need-item:hover,
    .loan-need-item.active {
        transform:
            translateY(-4px);
    }

    /* ============= PROCESS SECTION ============= */
    .process-section {
        padding: 90px 0;
    }

    .process-heading {
        margin-bottom: 55px;
    }

    .process-flow {
        grid-template-columns: 1fr;
        gap: 36px;
        max-width: 680px;
        margin: 0 auto;
    }

    .process-track {
        top: 48px;
        bottom: 48px;
        left: 47px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .process-track-fill {
        width: 100%;
        height: 0;
        transition: height 1.5s ease;
    }

    .process-flow.is-active .process-track-fill {
        width: 100%;
        height: 100%;
    }

    .process-step {
        display: grid;
        grid-template-columns: 96px 1fr;
        gap: 24px;
        text-align: left;
    }

    .process-step-number {
        margin: 0;
    }

    .process-step-icon {
        position: absolute;
        top: 22px;
        left: 22px;
        margin: 0;
        transform: scale(0.8);
        z-index: 3;
    }

    .process-step.is-visible .process-step-icon {
        transform: scale(1);
    }

    .process-step-content {
        max-width: none;
        margin: 10px 0 0;
    }

    .process-cta {
        margin-top: 55px;
    }

    /* ============= ABOUT SECTION ============= */
    .about-section {
        padding: 90px 0;
    }

    .about-visual {
        max-width: 650px;
        min-height: 560px;
        margin: 0 auto;
    }

    .about-content {
        max-width: 700px;
        margin: 35px auto 0;
        text-align: center;
    }

    .about-description {
        margin: 22px auto 35px;
    }

    .about-point {
        max-width: 580px;
        margin: 0 auto;
        text-align: left;
    }

    .about-action {
        text-align: center;
    }

    /* ============= RESOURCES SECTION ============= */
    .resources-section {
        padding: 90px 0;
    }

    .resources-heading-row {
        margin-bottom: 42px;
    }

    .resources-layout {
        grid-template-columns: 1fr;
    }

    .featured-resource {
        min-height: 520px;
    }

    .featured-resource-content {
        max-width: 520px;
    }

    .resource-topic {
        min-height: 155px;
    }

    /* ============= FAQ SECTION ============= */
    .faq-section {
        padding: 90px 0;
    }

    .faq-intro {
        position: static;
        max-width: 680px;
        margin-bottom: 25px;
    }

    .faq-intro .section-title {
        max-width: 650px;
    }

    .faq-description {
        max-width: 620px;
    }

    .faq-help-card {
        max-width: 520px;
    }

    /* ============= CTA SECTION ============= */
    .final-cta-section {
        padding-bottom: 90px;
    }

    .final-cta-wrap {
        padding: 46px;
        border-radius: 29px;
    }

    .final-cta-content h2 {
        max-width: 650px;
    }

    .final-cta-action {
        align-items: flex-start;
        margin-top: 12px;
    }

    /* ============= FOOTER SECTION ============= */
    .footer-top {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 45px 35px;
    }

    .footer-start {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        padding-top: 30px;
        border-top: 1px solid var(--evafine-border);
    }

    .footer-start .footer-column-title {
        display: none;
    }

    .footer-start h3 {
        max-width: none;
        margin: 0;
    }

    /* ============= LEGAL SECTION ============= */
    .legal-modal {
        --bs-modal-width: 700px;
    }

    /* ============= APPLICATION MODAL SECTION ============= */
    .application-modal {
        --bs-modal-width: 760px;
    }

}

/* =========================================
   TABLET / LARGE MOBILE
   768px and below
========================================= */
@media (max-width: 767.98px) {

    /* ============= HERO CONTENT ============= */
    .hero-content {
        padding-top: 80px;
    }

    .hero-badge {
        margin-bottom: 22px;
        font-size: 11px;
    }

    .hero-title {
        font-size: clamp(42px, 12vw, 58px);
        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 1.7;
    }

    /* HERO ACTIONS */
    .hero-actions {
        flex-direction: column;
        gap: 16px;
    }

    .hero-primary-btn {
        width: 100%;
        max-width: 360px;
    }

    .hero-mini-info {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* HERO VISUAL */
    .hero-visual {
        min-height: 520px;
    }

    .hero-visual-circle {
        width: 410px;
        height: 410px;
    }

    /* LOAN CARD */
    .loan-card {
        width: calc(100% - 18px);
        padding: 27px 22px;
        border-radius: 24px;
    }

    .loan-card-top {
        margin-bottom: 28px;
    }

    .loan-card h2 {
        font-size: 22px;
    }

    .loan-card-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 20px;
    }

    .loan-amount {
        font-size: 38px;
    }

    /* FLOATING CARDS */
    .floating-card {
        min-width: auto;
        padding:
            10px 12px;
    }

    .floating-card-one {
        top: 30px;
        right: 0;
    }

    .floating-card-two {
        left: 0;
        bottom: 25px;
    }

    .floating-card strong {
        font-size: 11px;
    }

    .floating-card small {
        font-size: 8px;
    }

    .floating-card-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    /* BRAND MARK */
    .hero-brand-mark {
        width: 52px;
        height: 52px;
        right: 18px;
        bottom: 70px;
        border-radius: 17px;
        font-size: 24px;
    }

    /* ============= LOANS SECTION ============= */
    .loans-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 44px;
    }

    .section-description {
        font-size: 15px;
    }

    .loan-explore-panel {
        padding: 32px;
        border-radius: 26px;
    }

    .loan-explore-top h3 {
        font-size: 28px;
    }

    .loan-panel-amount {
        margin: 50px 0 28px;
        font-size: 58px;
    }

    .loan-panel-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .loan-needs-panel {
        grid-template-columns: 1fr;
    }

    .loan-need-item {
        grid-template-columns: auto 1fr auto;
        min-height: auto;
    }


    .loan-need-arrow {
        position: static;
    }

    .loan-need-item:hover,
    .loan-need-item.active {
        transform: translateX(-4px);
    }

    .loans-bottom-note {
        gap: 14px;
    }

    .loans-bottom-note p {
        text-align: center;
        font-size: 11px;
    }

    /* ============= PROCESS SECTION ============= */
    .process-section {
        padding: 80px 0;
    }

    .process-heading {
        margin-bottom: 45px;
    }

    .process-description {
        font-size: 15px;
    }

    .process-step {
        grid-template-columns: 82px 1fr;
        gap: 20px;
    }

    .process-step-number {
        width: 82px;
        height: 82px;
    }

    .process-track {
        left: 40px;
    }

    .process-step-icon {
        width: 44px;
        height: 44px;
        top: 19px;
        left: 19px;
        font-size: 17px;
    }

    .process-step-content h3 {
        font-size: 19px;
    }

    .process-step-content p {
        font-size: 13px;
    }

    .process-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        border-radius: 20px;
    }

    /* ============= ABOUT SECTION ============= */
    .about-section {
        padding: 80px 0;
    }

    .about-visual {
        min-height: 520px;
    }

    .about-shape-one {
        width: 380px;
        height: 380px;
    }

    .about-shape-two {
        width: 270px;
        height: 270px;
    }

    .about-main-card {
        width: calc(100% - 60px);
        padding: 31px;
        border-radius: 25px;
    }

    .about-main-card h3 {
        font-size: 26px;
    }

    .about-float-card {
        padding: 10px 12px;
    }

    .about-float-one {
        right: 0;
        top: 55px;
    }

    .about-float-two {
        left: 0;
        bottom: 50px;
    }

    .about-description {
        font-size: 15px;
    }

    /* ============= RESOURCES SECTION ============= */
    .resources-section {
        padding: 80px 0;
    }

    .featured-resource {
        min-height: 500px;
        padding: 30px;
        border-radius: 26px;
    }

    .featured-resource-content {
        margin-top: 65px;
    }

    .featured-resource h3 {
        font-size: 28px;
    }

    .resource-topic {
        padding: 22px;
        border-radius: 21px;
    }

    /* ============= FAQ SECTION ============= */
    .faq-section {
        padding: 80px 0;
    }

    .faq-intro .section-title {
        font-size: 43px;
    }

    .faq-description {
        font-size: 15px;
    }

    .evafine-accordion .accordion-button {
        padding: 21px 20px;
        gap: 13px;
        font-size: 15px;
    }

    .evafine-accordion .accordion-body {
        padding: 0 63px 22px;
        font-size: 12px;
    }

    /* ============= CTA SECTION ============= */
    .final-cta-section {
        padding: 20px 0 80px;
    }

    .final-cta-wrap {
        padding: 38px 32px;
    }

    .final-cta-content h2 {
        font-size: 38px;
    }

    /* ============= FOOTER SECTION ============= */
    .site-footer {
        padding-top: 70px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-brand p {
        max-width: 420px;
    }

    .footer-start {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        grid-template-columns: 1fr auto;
    }

    .footer-bottom-links {
        display: none;
    }

    /* ============= LEGAL SECTION ============= */
    .legal-modal .modal-dialog {
        padding: 10px;
    }

    .legal-modal .modal-content {
        border-radius: 23px;
    }

    .legal-modal-header {
        padding: 25px 24px 21px;
    }

    .legal-modal-header h2 {
        font-size: 24px;
    }

    .legal-modal-body {
        padding: 25px 24px 30px;
    }

    /* ============= APPLICATION MODAL SECTION ============= */
    .application-modal .modal-dialog {
        padding: 10px;
    }

    .application-modal .modal-content {
        border-radius: 24px;
    }

    .application-body {
        padding: 28px 25px 30px;
    }

    .purpose-options {
        grid-template-columns: repeat(3, 1fr);
    }

    .application-safe-note {
        display: none;
    }

}

/* =========================================
   MOBILE
   576px and below
========================================= */
@media (max-width: 575.98px) {

    /* ============= GLOBAL ============= */
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    /* ============= HEADER ============= */
    .brand-logo {
        width: 128px;
    }

    .custom-toggler {
        width: 44px;
        height: 44px;
    }

    /* ============= HERO CONTENT ============= */
    .hero-content {
        padding-top: 65px;
    }

    .hero-badge {
        padding: 8px 12px;
        font-size: 10px;
    }

    .hero-title {
        font-size: 44px;
        line-height: 1.06;
        letter-spacing: -1.8px;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.65;
    }

    /* HERO VISUAL */
    .hero-visual {
        min-height: 500px;
    }

    .hero-visual-circle {
        width: 350px;
        height: 350px;
    }

    /* LOAN CARD */
    .loan-card {
        width: 100%;
    }

    .loan-card-top {
        gap: 12px;
    }

    .loan-card h2 {
        font-size: 20px;
    }

    .loan-amount {
        font-size: 36px;
    }

    /* FLOATING CARDS */
    .floating-card-one {
        top: 8px;
        right: -5px;
    }

    .floating-card-two {
        left: -5px;
        bottom: 7px;
    }

    /* ============= LOANS SECTION ============= */
    .loans-section {
        padding: 70px 0;
    }

    .section-tag {
        font-size: 10px;
    }

    .section-title {
        font-size: 38px;
        letter-spacing: -1.6px;
    }

    .loan-explore-panel {
        padding: 27px 22px;
        border-radius: 23px;
    }

    .loan-explore-top h3 {
        font-size: 24px;
    }

    .loan-panel-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .loan-panel-amount {
        margin: 42px 0 24px;
        font-size: 50px;
        letter-spacing: -3px;
    }

    .loan-panel-currency {
        font-size: 27px;
    }

    .loan-panel-bottom .evafine-btn {
        width: 100%;
    }

    .loan-need-item {
        padding: 20px;
        gap: 14px;
        border-radius: 20px;
    }

    .loan-need-icon {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }

    .loan-need-content h4 {
        font-size: 16px;
    }

    .loan-need-content p {
        font-size: 12px;
    }

    .loans-bottom-note {
        margin-top: 34px;
    }

    /* ============= PROCESS SECTION ============= */
    .process-section {
        padding: 70px 0;
    }

    .process-flow {
        gap: 30px;
    }

    .process-step {
        grid-template-columns: 70px 1fr;
        gap: 16px;
    }

    .process-step-number {
        width: 70px;
        height: 70px;
    }

    .process-step-number span {
        font-size: 18px;
    }

    .process-track {
        left: 34px;
    }

    .process-step-icon {
        width: 38px;
        height: 38px;
        top: 16px;
        left: 16px;
        border-radius: 12px;
        font-size: 15px;
    }

    .process-step-content {
        margin-top: 5px;
    }

    .process-step-content h3 {
        font-size: 17px;
    }

    .process-step-content p {
        font-size: 12px;
    }

    .process-cta {
        margin-top: 45px;
    }

    .process-cta h3 {
        font-size: 19px;
    }

    .process-cta .evafine-btn {
        width: 100%;
    }

    /* ============= ABOUT SECTION ============= */
    .about-section {
        padding: 70px 0;
    }

    .about-visual {
        min-height: 470px;
    }

    .about-shape-one {
        width: 315px;
        height: 315px;
    }

    .about-main-card {
        width: calc(100% - 20px);
        padding: 27px 22px;
        border-radius: 22px;
    }

    .about-main-card h3 {
        font-size: 23px;
    }

    .about-main-card p {
        font-size: 13px;
    }

    .about-card-footer strong {
        font-size: 13px;
    }

    .about-float-card strong {
        font-size: 10px;
    }

    .about-float-card small {
        font-size: 7px;
    }

    .about-float-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .about-point {
        grid-template-columns: 42px 1fr;
        gap: 14px;
    }

    .about-point h4 {
        font-size: 16px;
    }

    .about-point p {
        font-size: 12px;
    }

    /* ============= RESOURCES SECTION ============= */
    .resources-section {
        padding: 70px 0;
    }

    .featured-resource {
        min-height: auto;
        padding: 26px 22px 45px;
        border-radius: 23px;
    }

    .featured-resource-top {
        align-items: flex-start;
    }

    .resource-read-time {
        font-size: 9px;
    }

    .featured-resource-content {
        margin-top: 52px;
    }

    .featured-resource-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 22px;
        border-radius: 15px;
        font-size: 21px;
    }

    .featured-resource h3 {
        font-size: 25px;
    }

    .featured-resource p {
        font-size: 13px;
    }

    .resource-art-letter {
        font-size: 140px;
    }

    .resource-topic {
        grid-template-columns: 44px 1fr auto;
        gap: 14px;
        padding: 19px;
    }

    .resource-topic-number {
        width: 44px;
        height: 44px;
    }

    .resource-topic-content h3 {
        font-size: 16px;
    }

    .resource-topic-content p {
        font-size: 11px;
    }

    .resource-topic-arrow {
        width: 35px;
        height: 35px;
    }

    .resource-tip {
        align-items: flex-start;
        margin-top: 32px;
        padding: 14px 16px;
    }

    /* ============= FAQ SECTION ============= */
    .faq-section {
        padding: 70px 0;
    }

    .faq-intro .section-title {
        font-size: 37px;
    }

    .faq-help-card {
        padding: 18px;
        border-radius: 18px;
    }

    .evafine-accordion .accordion-item {
        border-radius: 17px;
    }

    .evafine-accordion .accordion-button {
        padding: 18px 16px;
        font-size: 14px;
        line-height: 1.45;
    }

    .faq-number {
        min-width: 25px;
        font-size: 9px;
    }

    .evafine-accordion .accordion-button::after {
        width: 31px;
        height: 31px;
        flex-shrink: 0;
        font-size: 18px;
    }

    .evafine-accordion .accordion-body {
        padding: 0 50px 19px;
        font-size: 11px;
    }

    /* ============= CTA SECTION ============= */
    .final-cta-section {
        padding-bottom: 70px;
    }

    .final-cta-wrap {
        padding: 34px 22px;
        border-radius: 24px;
    }

    .final-cta-content h2 {
        font-size: 34px;
        letter-spacing: -1.5px;
    }

    .final-cta-content p {
        font-size: 13px;
    }

    .final-cta-action {
        width: 100%;
    }

    .final-cta-button {
        width: 100%;
    }

    .final-cta-action small {
        align-self: center;
    }

    /* ============= FOOTER SECTION ============= */
    .site-footer {
        padding: 60px 0 24px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;
        padding-bottom: 40px;
    }

    .footer-logo img {
        width: 135px;
    }

    .footer-start {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .footer-disclosure {
        padding: 14px;
    }

    .footer-bottom {
        margin-top: 20px;
    }

    /* ============= LEGAL SECTION ============= */
    .legal-modal .modal-dialog {
        margin: 8px;
        padding: 0;
    }

    .legal-modal .modal-content {
        max-height: calc(100vh - 16px);
        border-radius: 20px;
    }

    .legal-modal-header {
        padding: 21px 18px 18px;
    }

    .legal-modal-header h2 {
        font-size: 21px;
    }

    .legal-modal-close {
        width: 38px;
        height: 38px;
        border-radius: 11px;
        font-size: 14px;
    }

    .legal-modal-body {
        padding: 22px 18px 26px;
    }

    .legal-intro p {
        font-size: 12px;
    }

    .legal-section {
        grid-template-columns: 36px 1fr;
        gap: 13px;
        padding: 21px 0;
    }

    .legal-section>span {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .legal-section h3 {
        font-size: 15px;
    }

    .legal-section p {
        font-size: 11px;
    }

    .privacy-choice-hero {
        padding: 22px;
        border-radius: 17px;
    }

    .privacy-request-placeholder {
        flex-direction: column;
        align-items: flex-start;
        padding: 17px;
    }

    /* ============= APPLICATION MODAL SECTION ============= */
    .application-modal .modal-dialog {
        margin: 8px;
        padding: 0;
    }

    .application-modal .modal-content {
        max-height: calc(100vh - 16px);
        border-radius: 20px;
    }

    .application-header {
        padding: 17px 18px;
    }

    .application-brand img {
        width: 108px;
    }

    .application-brand>span {
        display: none;
    }

    .application-close {
        width: 38px;
        height: 38px;
    }

    .application-progress {
        padding: 16px 18px 14px;
    }

    .application-body {
        min-height: auto;
        padding: 24px 18px 27px;
    }

    .application-step-heading h2 {
        font-size: 24px;
    }

    .application-amount-box {
        padding: 20px;
        border-radius: 18px;
    }

    .application-amount strong {
        font-size: 38px;
    }

    .purpose-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .application-form-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .application-review {
        grid-template-columns: 1fr;
    }

    .review-item:nth-child(odd) {
        border-right: none;
    }

    .review-item:nth-last-child(2) {
        border-bottom: 1px solid var(--evafine-border);
    }

    .application-footer {
        gap: 12px;
        padding: 13px 18px 16px;
        border-radius: 0 0 19px 19px;
    }

    .application-footer-right {
        gap: 10px;
        margin-left: auto;
    }

    .application-footer #applicationNext {
        min-width: 120px;
        min-height: 46px;
        padding: 11px 18px;
    }


    .application-complete-step {
        min-height: auto;
    }

    .application-complete {
        padding:
            20px 0;
    }

    .application-complete-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 18px;
        border-radius: 19px;
        font-size: 27px;
    }

    .application-complete h2 {
        font-size: 25px;
    }

    .application-complete>p {
        font-size: 11px;
    }

    .application-complete-summary {
        grid-template-columns: 1fr;
    }

    .application-complete-summary>div:first-child {
        border-right: none;
        border-bottom: 1px solid var(--evafine-border);
    }

    .application-complete-close {
        width: 100%;
    }

}

/* =========================================
   SMALL MOBILE
   400px and below
========================================= */
@media (max-width: 399.98px) {

    /* ============= HEADER ============= */
    .brand-logo {
        width: 118px;
    }

    .custom-toggler {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    /* ============= HERO ============= */
    .hero-content {
        padding-top: 55px;
    }

    .hero-badge {
        max-width: 100%;
        line-height: 1.4;
    }

    .hero-title {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .hero-description {
        font-size: 14px;
    }

    /* BUTTON */
    .hero-primary-btn {
        max-width: none;
    }

    /* VISUAL */
    .hero-visual {
        min-height: 470px;
    }

    .hero-visual-circle {
        width: 305px;
        height: 305px;
    }

    /* LOAN CARD */
    .loan-card {
        padding: 24px 18px;
        border-radius: 21px;
    }

    .loan-card-top {
        margin-bottom: 24px;
    }

    .loan-card h2 {
        font-size: 19px;
    }

    .loan-card-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .loan-amount {
        font-size: 34px;
        letter-spacing: -1.5px;
    }

    /* FLOATING CARDS */
    .floating-card {
        gap: 8px;
        padding: 8px 9px;
        border-radius: 13px;
    }

    .floating-card-icon {
        width: 28px;
        height: 28px;
        border-radius: 9px;
        font-size: 12px;
    }

    .floating-card strong {
        font-size: 10px;
    }

    .floating-card small {
        font-size: 7px;
    }

    .floating-card-one {
        right: -8px;
    }

    .floating-card-two {
        left: -8px;
    }

    .hero-brand-mark {
        width: 46px;
        height: 46px;
        right: 10px;
        border-radius: 14px;
        font-size: 21px;
    }

    /* ============= LOANS SECTION ============= */
    .section-title {
        font-size: 34px;
    }

    .loan-explore-panel {
        padding: 24px 18px;
    }

    .loan-explore-top {
        gap: 12px;
    }

    .loan-explore-top h3 {
        font-size: 22px;
    }

    .loan-panel-icon {
        width: 43px;
        height: 43px;
        border-radius: 14px;
        font-size: 18px;
    }

    .loan-panel-amount {
        font-size: 44px;
    }

    .loan-need-item {
        grid-template-columns: auto 1fr;
        padding: 17px;
    }

    .loan-need-arrow {
        display: none;
    }

    .loans-bottom-note .loans-note-line {
        display: none;
    }

    .loans-bottom-note {
        justify-content: center;
    }

    /* ============= ABOUT SECTION ============= */
    .about-visual {
        min-height: 445px;
    }

    .about-main-card {
        width: 100%;
        padding: 24px 18px;
    }

    .about-shape-one {
        width: 275px;
        height: 275px;
    }

    .about-main-card h3 {
        font-size: 21px;
    }

    .about-float-one {
        top: 20px;
        right: -8px;
    }

    .about-float-two {
        left: -8px;
        bottom: 20px;
    }

    .about-point {
        grid-template-columns:
            38px 1fr;
    }

    .about-point-number {
        width: 38px;
        height: 38px;
    }

    /* ============= RESOURCES SECTION ============= */
    .featured-resource {
        padding: 23px 18px 40px;
    }

    .resource-type {
        font-size: 9px;
    }

    .featured-resource h3 {
        font-size: 23px;
    }

    .resource-topic {
        grid-template-columns: 40px 1fr;
    }

    .resource-topic-number {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .resource-topic-arrow {
        display: none;
    }

    .resource-tip-icon {
        width: 36px;
        height: 36px;
    }

    /* ============= FAQ SECTION ============= */
    .faq-intro .section-title {
        font-size: 34px;
    }

    .faq-help-card {
        gap: 12px;
    }

    .faq-help-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 17px;
    }

    .evafine-accordion .accordion-button {
        gap: 9px;
        padding: 17px 14px;
        font-size: 13px;
    }

    .faq-number {
        display: none;
    }

    .evafine-accordion .accordion-body {
        padding: 0 48px 18px 14px;
    }

    /* ============= CTA SECTION ============= */
    .final-cta-wrap {
        padding: 30px 18px;
    }

    .final-cta-content h2 {
        font-size: 30px;
    }

    .cta-circle-one {
        right: -210px;
    }

    /* ============= FOOTER SECTION ============= */
    .footer-top {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-brand,
    .footer-start {
        grid-column: auto;
    }

    .footer-column {
        gap: 11px;
    }

    .footer-start {
        padding-top: 25px;
    }

    .footer-bottom {
        grid-template-columns: 1fr auto;
        gap: 15px;
    }

    .footer-bottom>p {
        font-size: 9px;
    }

    /* ============= LEGAL SECTION ============= */
    .legal-modal-header h2 {
        font-size: 19px;
    }

    .legal-section {
        grid-template-columns: 1fr;
    }

    .legal-section>span {
        width: 32px;
        height: 32px;
    }

    .privacy-choice-hero h3 {
        font-size: 18px;
    }

    /* ============= APPLICATION MODAL SECTION ============= */
    .application-step-heading h2 {
        font-size: 22px;
    }

    .purpose-option-content {
        min-height: 75px;
    }

    .application-disclosure {
        padding: 14px;
    }

    .application-disclosure-icon {
        width: 37px;
        height: 37px;
    }

    .application-footer {
        padding: 12px 14px 14px;
    }

    .application-back {
        font-size: 10px;
    }

    .application-footer #applicationNext {
        min-width: 112px;
        padding: 10px 15px;
        font-size: 13px;
    }

}