/*==================================================
  RESPONSIVE
==================================================*/

@media (max-width: 991px) {

    .desktop-nav,
    .header-cta {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .header-shell {
        height: 66px;
        padding: 0 12px 0 18px;
    }

    .brand-logo {
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    .site-header {
        top: 12px;
    }

    .container {
        width: 92%;
    }

    .brand-logo {
        font-size: 24px;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 145px 0 75px;
    }

    .application-card {
        max-width: 100%;
        margin-left: 0;
    }

    .hero-ring {
        opacity: 0.35;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 120px 0 60px;
    }

    .hero-content h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .application-card {
        padding: 22px;
        border-radius: 22px;
    }

    .application-card h2 {
        font-size: 31px;
    }

    .client-form-box {
        max-height: 560px;
    }
}

@media (max-width: 991px) {
    .process-section {
        padding: 90px 0;
    }

    .process-board {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 26px;
    }

    .process-track {
        display: none;
    }
}

@media (max-width: 575px) {
    .process-section {
        padding: 75px 0;
    }

    .section-heading {
        text-align: left;
        margin-bottom: 48px;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .process-board {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .process-item {
        padding-top: 0;
        padding-left: 92px;
        text-align: left;
        min-height: 76px;
    }

    .process-item::before {
        left: 0;
        transform: none;
    }

    .process-item:hover::before {
        transform: translateY(-4px);
    }

    .process-item p {
        margin: 0;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .loan-section {
        padding: 90px 0;
    }

    .loan-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

@media (max-width: 575px) {
    .loan-section {
        padding: 75px 0;
    }

    .loan-left h2 {
        font-size: 38px;
    }

    .loan-options {
        grid-template-columns: 1fr;
    }

    .loan-option {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .trust-section {
        padding: 90px 0;
    }

    .trust-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .trust-visual {
        min-height: 360px;
    }

    .trust-orbit {
        width: 310px;
        height: 310px;
    }
}

@media (max-width: 575px) {
    .trust-section {
        padding: 75px 0;
    }

    .trust-visual {
        min-height: 300px;
    }

    .trust-orbit {
        width: 250px;
        height: 250px;
    }

    .trust-center {
        width: 92px;
        height: 92px;
        font-size: 36px;
    }

    .orbit-badge {
        padding: 10px 12px;
        font-size: 11px;
    }

    .badge-one {
        top: 8px;
        left: 4px;
    }

    .badge-two {
        right: -25px;
        top: 112px;
    }

    .badge-three {
        bottom: 14px;
        left: 22px;
    }

    .trust-content h2 {
        font-size: 38px;
    }

    .trust-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .cta-section {
        padding: 90px 0;
    }

    .cta-panel {
        grid-template-columns: 1fr;
        padding: 42px;
    }

    .cta-action {
        text-align: left;
    }

    .cta-mini {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .cta-section {
        padding: 75px 0;
    }

    .cta-panel {
        padding: 30px 24px;
        border-radius: 26px;
    }

    .cta-content h2 {
        font-size: 38px;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .faq-section {
        padding: 90px 0;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .faq-left {
        position: relative;
        top: 0;
    }
}

@media (max-width: 575px) {
    .faq-section {
        padding: 75px 0;
    }

    .faq-left h2 {
        font-size: 38px;
    }

    .faq-question {
        font-size: 17px;
        padding: 24px 0;
    }
}

/*==================================================
                    RESPONSIVE FOOTER
==================================================*/

@media (max-width: 991px) {

    .footer {
        padding: 60px 0 28px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-navigation {
        max-width: 620px;
    }
}

@media (max-width: 767px) {

    .footer-trust {
        grid-template-columns: 1fr;
    }

    .footer-trust-item {
        min-height: 78px;
    }

    .footer-navigation {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {

    .footer {
        padding: 48px 0 24px;
    }

    .footer-logo img {
        height: 62px;
    }

    .footer-brand>p {
        font-size: 14px;
    }

    .footer-navigation {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-legal {
        padding: 22px 18px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        gap: 16px;
    }
}