* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
    background-color: #ffffff;
    color: #1a1a1a;
}

.navbar {
    width: 100%;
    background-color: #ffffff;
    padding: clamp(14px, 1.8vw, 20px) clamp(20px, 4.5vw, 60px);
}

.nav-container {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.logo-img {
    height: clamp(32px, 3vw, 42px);
    width: auto;
    display: block;
}

.nav-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 40px);
    list-style: none;
    flex-wrap: wrap;
}

.nav-link {
    text-decoration: none;
    color: #2d3748;
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav-link.active {
    background-color: #3b37d4;
    color: #ffffff;
    padding: clamp(7px, 0.8vw, 9px) clamp(16px, 2vw, 24px);
    border-radius: 8px;
}

.arrow-down {
    font-size: 12px;
    margin-left: 2px;
}

.auth-btn {
    background-color: #1e1b8c;
    color: #ffffff;
    padding: clamp(8px, 1vw, 10px) clamp(16px, 2vw, 22px);
    border-radius: 8px;
    text-decoration: none;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.hero-wrapper {
    padding: 0 clamp(16px, 3vw, 40px);
    margin-bottom: 40px;
}

.hero-banner {
    max-width: 1340px;
    margin: 0 auto;
    background: linear-gradient(135deg, #1b1cbf 0%, #292cd4 50%, #2023c5 100%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.04),
        rgba(255, 255, 255, 0.04) 1px,
        transparent 1px,
        transparent 56px
    );
    pointer-events: none;
    z-index: 1;
}

/* The whole banner (text + image) slides together */
.hero-slides-track {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
    pointer-events: none;
    position: relative;
    z-index: 2;
}

.hero-slides-track::-webkit-scrollbar {
    display: none;
}

.hero-slide {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    pointer-events: auto;
    padding: clamp(32px, 5vw, 60px) clamp(28px, 6vw, 70px);
    box-sizing: border-box;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 60px);
    flex-wrap: wrap;
}

.hero-content {
    flex: 1 1 420px;
    max-width: 540px;
    color: #ffffff;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #3b37d4;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: clamp(11px, 0.85vw, 12px);
    font-weight: 600;
    margin-bottom: clamp(18px, 2.5vw, 30px);
}

.badge-pill span {
    
    color: linear-gradient(90deg, #080784 0%, #4644EA 100%);
}

.badge-icon {
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0;
}

.hero-title {
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hero-description {
    font-size: clamp(13px, 1vw, 14px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: clamp(24px, 3vw, 36px);
    max-width: 420px;
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    color: #3b37d4;
    padding: clamp(10px, 1.2vw, 12px) clamp(18px, 2vw, 24px);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(13px, 1vw, 15px);
}

.btn-arrow {
    background-color: #3b37d4;
    color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.carousel-dots {
    position: absolute;
    left: clamp(28px, 6vw, 70px);
    bottom: clamp(24px, 3.5vw, 40px);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    width: 22px;
    background-color: #ffffff;
    border-radius: 10px;
}

.hero-visuals {
    position: relative;
    flex: 0 1 540px;
    width: clamp(320px, 38vw, 540px);
    height: clamp(280px, 32vw, 440px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
}

.glow-backdrop-img {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
}

.glow-purple {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.glow-white {
    width: 78%;
    height: 85%;
    z-index: 2;
}

.img-card {
    position: absolute;
    top: 13%;
    left: -2%;
    width: 44%;
    border-radius: 14px;
    z-index: 3;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

.img-phone-hand {
    position: absolute;
    right: 5%;
    bottom: -14%;
    height: 114%;
    width: auto;
    z-index: 4;
}

.offers-badge {
    position: absolute;
    right: -2%;
    top: 29%;
    background-color: #10b981;
    color: #ffffff;
    padding: clamp(10px, 1.4vw, 14px) clamp(16px, 2vw, 22px);
    border-radius: 12px;
    z-index: 5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.offers-count {
    display: block;
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 700;
    line-height: 1;
}

.offers-label {
    display: block;
    font-size: clamp(10px, 0.9vw, 12px);
    font-weight: 400;
    margin-top: 4px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(30, 27, 140, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease;
    pointer-events: auto;
}

.slider-btn:hover {
    background: rgba(30, 27, 140, 1);
}

.prev-btn {
    left: clamp(10px, 2vw, 24px);
}

.next-btn {
    right: clamp(10px, 2vw, 24px);
}

@media (max-width: 900px) {
    .hero-visuals {
        width: clamp(200px, 40vw, 320px);
        height: clamp(180px, 36vw, 280px);
    }

    .hero-title {
        font-size: clamp(22px, 5vw, 32px);
    }

    .hero-description {
        font-size: 12px;
    }

    .carousel-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 16px;
    }
    .slider-btn {
        display: none;
    }
    .prev-btn {
        left: 8px;
    }

    .next-btn {
        right: 8px;
    }
}

@media (max-width: 640px) {
    .nav-menu {
        display: none;
    }

    .hero-wrapper {
        padding: 0 12px;
        margin-bottom: 24px;
    }

    .hero-banner {
        border-radius: 18px;
    }

    .hero-slide {
        padding: 20px 16px 44px;
    }

    .hero-container {
        flex-wrap: nowrap;
        align-items: center;
        gap: 12px;
    }

    .hero-content {
        flex: 1 1 55%;
        max-width: 55%;
    }

    .badge-pill {
        white-space: normal;
        line-height: 1.3;
        padding: 6px 10px;
        font-size: 9px;
        margin-bottom: 10px;
    }

    .badge-icon {
        height: 14px;
    }

    .hero-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .hero-description {
        font-size: 10px;
        line-height: 1.4;
        margin-bottom: 14px;
    }

    .btn-explore {
        padding: 8px 14px;
        font-size: 11px;
        gap: 6px;
    }

    .btn-arrow {
        width: 16px;
        height: 16px;
    }

    .hero-visuals {
        flex: 0 0 45%;
        width: 45%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0;
    }

    .offers-badge {
        padding: 6px 10px;
        right: -4%;
        top: 26%;
    }

    .offers-count {
        font-size: 11px;
    }

    .offers-label {
        font-size: 7px;
    }
}

@media (max-width: 480px) {
    .hero-slide {
        padding: 18px 14px 40px;
    }

    .hero-title {
        font-size: 17px;
    }

    .hero-description {
        font-size: 9px;
    }

    .slider-btn {
        width: 26px;
        height: 26px;
    }

    .slider-btn svg {
        width: 11px;
        height: 11px;
    }

    .prev-btn {
        left: 6px;
    }

    .next-btn {
        right: 6px;
    }
}
@media (max-width: 640px) {
    .nav-menu {
        display: none;
    }
}


/* ===== Credit Cards and Loans section ===== */

.loans-wrapper {
    max-width: 1720px;
    margin: 0 auto 60px;
    padding: 0 clamp(16px, 3vw, 40px);
}

.loans-header {
    text-align: center;
    margin-bottom: clamp(28px, 4vw, 44px);
}

.loans-title {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 600;
    color: #14142b;
    margin-bottom: 10px;
}

.loans-title .highlight {
    color: #3b37d4;
}

.loans-subtitle {
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 400;
    color: #6b7280;
}

.loans-carousel {
    display: flex;
    align-items: center;
    gap: 12px;
}

.loans-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f3f4f8;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.loans-arrow:hover {
    background: #e5e7eb;
}

.loans-track {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 4px 12px;
    scrollbar-width: none;
}

.loans-track::-webkit-scrollbar {
    display: none;
}

.loan-card {
    scroll-snap-align: start;
    flex: 0 0 261px;
    width: 261px;
    height: 455px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(20, 20, 43, 0.05);
}

.loan-icon-wrap {
    position: relative;
    width: 100%;
    height: 210px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: visible;
}

.loan-icon {
    width: 62%;
    height: 62%;
    object-fit: contain;
}

.icon-bg-1 { background: linear-gradient(135deg, #fde3d0, #fdf3ea); }
.icon-bg-2 { background: linear-gradient(135deg, #dbe3ff, #eef1ff); }
.icon-bg-3 { background: linear-gradient(135deg, #d7f0de, #eef9f0); }
.icon-bg-4 { background: linear-gradient(135deg, #dfe4fb, #eef0fd); }
.icon-bg-5 { background: linear-gradient(135deg, #fde3d0, #fdf3ea); }
.icon-bg-6 { background: linear-gradient(135deg, #d7f0de, #eef9f0); }

.loan-coin {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9d3d, #e8720f);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.coin-green {
    background: linear-gradient(135deg, #3fbf72, #1a8f4c);
}

.loan-name {
    font-size: 20px;
    font-weight: 500;
    color: #14142b;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.loan-desc {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #6b7280;
    margin-bottom: 16px;
    flex: 1;
}

.loan-btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    flex-shrink: 0;
    gap: 8px;
    border: 1.5px solid #3b37d4;
    color: #3b37d4;
    background: #ffffff;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.loans-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
}

.loan-dot {
    width: 8px;
    height: 8px;
    background-color: #d9dbe8;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.loan-dot.active {
    width: 22px;
    background-color: #3b37d4;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .loan-card {
        flex: 0 0 220px;
        width: 220px;
        height: 400px;
    }

    .loan-icon-wrap {
        height: 170px;
    }
}
.standing-section {
    padding: 70px 40px 0 40px;
    background-color: #fbfcff;
    position: relative;
    overflow: hidden;
    /* remove background-image from here */
}

.standing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/credit-bg.jpeg');
                  /* faded look like your reference */
    z-index: 0;
    pointer-events: none;
}

.standing-container {
    max-width: 1340px;
    margin: 0 auto;
    text-align: center;
}

.standing-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.standing-title {
    font-size: 44px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.standing-title .highlight-blue {
    color: #3b37d4;
}

.standing-subtitle {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.standing-stage {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.purple-circle-bg {
    position: absolute;
    width: 520px;
    height: 520px;
    background: linear-gradient(180deg, #4d49e0 0%, #7b78f0 100%);
    border-radius: 50%;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-woman-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.img-woman {
    height: 600px;
    width: auto;
    object-fit: contain;
    display: block;
}

.feature-card {
    position: absolute;
    z-index: 4;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
}

.card-img {
    width: 380px;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.card-left {
    left: 0;
    top: 35%;
    transform: translateY(-50%);
}

.card-left:hover {
    transform: translateY(-56%);
}

.card-right {
    right: 0;
    top: 42%;
    transform: translateY(-50%);
}

.card-right:hover {
    transform: translateY(-48%);
}
/* ===== Featured Offers from Our Partners ===== */
 
.offers-section {
    max-width: 1720px;
   margin: 30px auto 90px;
    padding: 0 clamp(16px, 3vw, 40px);
}
 
.offers-header {
    text-align: center;
    margin-bottom: clamp(32px, 4.5vw, 50px);
}
 
.offers-title {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    color: #14142b;
    margin-bottom: 14px;
}
 
.offers-title .highlight {
    color: #3b37d4;
}
 
.offers-subtitle {
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.6;
    color: #6b7280;
}
 
.offer-card {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: clamp(28px, 4vw, 56px);
    background: #ffffff;
    border-radius: 20px;
    padding: clamp(24px, 3vw, 40px);
    box-shadow: 0 20px 50px rgba(20, 20, 43, 0.08);
}

/* ---------------------------------------------------------------
   "Ticket stub" curve at the top & bottom of the offer card.
   Instead of a dashed line + tiny dot, this is a circle painted in
   the page's background colour and placed half on / half off the
   card edge, so it reads as a smooth semicircular bite cut out of
   the card — matching the reference screenshot.
   --------------------------------------------------------------- */
.offer-connector {
    position: absolute;
    left: 39%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff; /* same colour as the page behind the card */
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}

.offer-connector-top {
    top: -22px;
}

.offer-connector-bottom {
    bottom: -22px;
}

@media (max-width: 900px) {
    .offer-connector {
        width: 34px;
        height: 34px;
    }

    .offer-connector-top {
        top: -17px;
    }

    .offer-connector-bottom {
        bottom: -17px;
    }
}
 
.offer-card-image {
    flex: 1 1 380px;
    max-width: 460px;
    border-radius: 14px;
    overflow: hidden;
    align-self: center;
}
 
.offer-card-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}
 
.offer-card-details {
    position: relative;
    flex: 1 1 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: clamp(24px, 3vw, 40px);
    border-left: 1px dashed #dfe1f5;
    overflow: hidden;
}
 
.offer-watermark {
    position: absolute;
    top: 30%;
    right: -10px;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #f4f5fb;
    color: #e7e9f7;
    font-size: 90px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    pointer-events: none;
}
 
.offer-name,
.offer-stars,
.offer-stats,
.offer-perks,
.offer-actions {
    position: relative;
    z-index: 1;
}
 
.offer-name {
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 600;
    color: #14142b;
    margin-bottom: 10px;
}
 
.offer-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}
 
.offer-stats {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 18px;
}
 
.offer-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
 
.offer-stat-label {
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
}
 
.offer-stat-value {
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 700;
    color: #14142b;
}
 
.offer-stat-divider {
    flex-shrink: 0;
    width: 1px;
    height: 38px;
    background: #d9dbe8;
}
 
.offer-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 26px;
}
 
.offer-perk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #14142b;
}
 
.perk-check {
    flex-shrink: 0;
}
 
.offer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
 
.offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
 
.offer-btn-outline {
    border: 1.5px solid #3b37d4;
    color: #3b37d4;
    background: #ffffff;
}
 
.offer-btn-filled {
    background-color: #1e1b8c;
    color: #ffffff;
}
 
.offer-btn-arrow {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
 
.offers-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: clamp(28px, 4vw, 44px);
}
 
.offer-page-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f3f4f8;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
 
.offer-page-arrow:hover {
    background: #e5e7eb;
}
 
.offer-page-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f3f4f8;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
 
.offer-page-dot.active {
    background: #3b37d4;
    color: #ffffff;
}
 
@media (max-width: 640px) {
    .offer-connector {
        display: none;
    }
 
    .offer-card-details {
        border-left: none;
        padding-left: 0;
        padding-top: 24px;
        border-top: 1px dashed #dfe1f5;
    }
 
    .offer-watermark {
        display: none;
    }
}
/* Loan Analysis Section */
.loan-analysis-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 40px;
    background-color: #f9faff;
    background-image: radial-gradient(rgba(59, 55, 212, 0.08) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.analysis-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.analysis-content {
    flex: 1;
    max-width: 580px;
}

.analysis-title {
    font-size: 42px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.analysis-title .highlight-blue {
    color: #3b37d4;
}

.analysis-description {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #666666;
    margin-bottom: 32px;
}

.analysis-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.analysis-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: #2d3748;
    font-weight: 400;
}

.check-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #16a34a;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.btn-more-about {
    display: inline-block;
    padding: 12px 32px;
    border: 1px solid #3b37d4;
    border-radius: 8px;
    color: #3b37d4;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s ease;
}

.btn-more-about:hover {
    background-color: #3b37d4;
    color: #ffffff;
}

.analysis-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.phone-mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 540px;
    display: flex;
    justify-content: center;
}

.phone-img {
    width: 600px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}
.badge-tag {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 12px;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.badge-approval {
    top: 18%;
    left: -10px;
    background-color: #16a34a;
}

.badge-approval .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 11px;
}

.badge-approval .badge-text {
    font-size: 14px;
    font-weight: 600;
}

.floating-hdfc-card {
    position: absolute;
    top: 36%;
    left: 40%;
    transform: translateX(-50%);
    width: 410px;
    z-index: 5;
    transition: transform 0.3s ease;
}

.floating-hdfc-card:hover {
    transform: translateX(-50%) translateY(-4px);
}

.hdfc-card-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    /* box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12); */
}

.badge-rate {
    bottom: 12%;
    right: 70px;
    background-color: #ff3b30;
    padding: 8px 16px;
    z-index: 4;
}

.badge-rate .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}

.badge-rate-text {
    display: flex;
    flex-direction: column;
}

.rate-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}

.rate-sub {
    font-size: 10px;
    font-weight: 400;
    opacity: 0.9;
}
/* Growth Offerings Section */
.growth-offerings-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.growth-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.growth-content {
    flex: 1;
    max-width: 520px;
}

.growth-title {
    font-size: 38px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.growth-title .highlight-blue {
    color: #3b37d4;
}

.growth-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    margin: 0;
}

.growth-cards-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 620px;
}

.card-customer-served {
    flex: 1.1;
    height: 260px;
    background: linear-gradient(135deg, #080784 0%, #4644EA 100%);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(59, 55, 212, 0.2);
}

.card-customer-served::after {
    content: "₹";
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 180px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    user-select: none;
}

.card-label {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin-bottom: 12px;
}

.card-number {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

.avatars-group {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.avatar-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
    margin-left: -12px;
}

.avatar-img:first-child {
    margin-left: 0;
}

.growth-stat-stack {
    flex: 0.9;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f2f8;
    box-sizing: border-box;
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stat-title {
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
}

.stat-count {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.stat-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
/* Financial Advisor Section */
.advisor-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 40px;
    background-color: #f9faff;
    background-image: radial-gradient(rgba(59, 55, 212, 0.08) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.advisor-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.advisor-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advisor-mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 640px;
    display: flex;
    justify-content: center;
}

.advisor-phone-img {
    width: 650px;
    
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

.advisor-content {
    flex: 1.2;
    max-width: 680px;
}

.advisor-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 36px;
    letter-spacing: -0.5px;
}

.advisor-title .highlight-blue {
    color: #3b37d4;
}

.advisor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.advisor-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f2f8;
    box-sizing: border-box;
}

.advisor-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #3b37d4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advisor-card-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.card-heading {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.card-text {
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

.advisor-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-learn-more {
    display: inline-block;
    padding: 12px 32px;
    border: 1px solid #3b37d4;
    border-radius: 8px;
    color: #3b37d4;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s ease;
}

.btn-learn-more:hover {
    background-color: #3b37d4;
    color: #ffffff;
}

.app-download-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.download-label {
    font-size: 12px;
    color: #4a5568;
    font-weight: 500;
}

.store-badge-link {
    display: inline-block;
}

.playstore-badge {
    height: 40px;
    width: auto;
    display: block;
}
/* Blog Updates Section */
.blogs-updates-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.blogs-container {
    width: 100%;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.blogs-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.header-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blogs-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

.blogs-title .highlight-blue {
    color: #3b37d4;
}

.blogs-subtitle {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.btn-see-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #3b37d4;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-see-more:hover {
    background-color: #2e2ab3;
}

.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #f0f2f8;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.blog-card-media {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #f4f5f9;
    overflow: hidden;
}

.blog-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.badge-new {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #ff5252;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    z-index: 2;
}

.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.35;
}

.blog-card-excerpt {
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 24px 0;
    flex: 1;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #f0f2f8;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #888888;
}

.btn-icon-link {
    width: 32px;
    height: 32px;
    background-color: #3b37d4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-icon-link:hover {
    background-color: #2e2ab3;
}
/* Financial Advisor Banner Section */
.banner-promo-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #f9fafe;
    background-image: linear-gradient(to bottom, #ffffff 50%, #f9fafe 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.banner-promo-container {
    width: 100%;
    max-width: 1080px;
    background: linear-gradient(180deg, #f7f9ff 0%, #edf1fd 100%);
    border-radius: 20px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 10px 30px rgba(59, 55, 212, 0.05);
    border: 1px solid #e2e8f8;
    overflow: hidden;
    box-sizing: border-box;
}

.banner-promo-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        90deg,
        rgba(59, 55, 212, 0.03),
        rgba(59, 55, 212, 0.03) 1px,
        transparent 1px,
        transparent 60px
    );
    pointer-events: none;
}

.banner-asset {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.banner-asset-left {
    justify-content: flex-start;
}

.banner-asset-right {
    justify-content: flex-end;
}

.promo-img {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.08));
}

.banner-content {
    flex: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.banner-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.banner-title .highlight-blue {
    color: #3b37d4;
}

.banner-title .highlight-dark {
    color: #111827;
}

.banner-description {
    font-size: 14px;
    color: #555555;
    max-width: 500px;
    line-height: 1.5;
    margin: 0 0 28px 0;
}

.btn-apply-now {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #2722b8;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(39, 34, 184, 0.25);
    transition: all 0.2s ease;
}

.btn-apply-now:hover {
    background-color: #1f1a9c;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(39, 34, 184, 0.35);
}

.btn-apply-now svg {
    transition: transform 0.2s ease;
}

.btn-apply-now:hover svg {
    transform: translateX(3px);
}
/* Footer Styles */
.site-footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f9fafe;
    box-sizing: border-box;
}

.footer-top {
    width: 100%;
    padding: 60px 40px 40px;
    border-bottom: 1px solid #eef2fa;
    display: flex;
    justify-content: center;
}

.footer-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    position: relative;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-brand-col {
    width: 250px;
    flex-shrink: 0;
}

.footer-logo {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
}

.brand-logo-img {
    width: 200px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.footer-brand-desc {
    font-size: 12px;
    color: #4a5568;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.footer-app-download {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.download-label {
    font-size: 12px;
    color: #4a5568;
    font-weight: 500;
}

.playstore-badge {
    height: 38px;
    width: auto;
    display: block;
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #2722b8;
    margin: 0 0 16px 0;
}

.footer-links,
.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links li a,
.footer-contact-info li,
.footer-contact-info li a {
    font-size: 13px;
    color: #4a5568;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links li a:hover,
.footer-contact-info li a:hover {
    color: #2722b8;
}

.footer-back-to-top {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-scroll-top {
    width: 40px;
    height: 40px;
    background-color: #2722b8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-scroll-top:hover {
    background-color: #1f1a9c;
}

.footer-bottom {
    width: 100%;
    padding: 20px 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.footer-bottom-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text {
    font-size: 12px;
    color: #a0aec0;
    margin: 0;
}

.footer-legal-social {
    display: flex;
    align-items: center;
    gap: 32px;
}

.legal-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.legal-links a {
    font-size: 12px;
    color: #4a5568;
    text-decoration: none;
    transition: color 0.2s ease;
}

.legal-links a:hover {
    color: #2722b8;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-links a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #f0f2fe;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.social-links a:hover {
    background-color: #e2e6fe;
}
/* ==========================================
   MOBILE & TABLET RESPONSIVE OVERRIDES
   ========================================== */

@media (max-width: 1024px) {
    .standing-section {
        padding: 40px 20px 0;
    }
    
    .standing-stage {
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .purple-circle-bg {
        width: 320px;
        height: 320px;
        bottom: -60px;
    }

    .hero-woman-wrapper {
        order: 1;
        height: auto;
    }

    .img-woman {
        height: 320px;
    }

    .feature-card {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 380px;
    }

    .card-left { order: 2; }
    .card-right { order: 3; }

    .analysis-container,
    .growth-container,
    .advisor-container {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .analysis-content,
    .growth-content,
    .advisor-content {
        max-width: 100%;
    }

    .analysis-list {
        align-items: flex-start;
        text-align: left;
    }

    .growth-cards-wrapper {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .card-customer-served {
        width: 100%;
    }

    .growth-stat-stack {
        width: 100%;
    }

    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 12px 16px;
    }

    .nav-container {
        flex-wrap: wrap;
    }

    .nav-menu {
        display: none;
    }

    .standing-title,
    .analysis-title,
    .growth-title,
    .advisor-title,
    .blogs-title,
    .banner-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .advisor-grid {
        grid-template-columns: 1fr;
    }

    .advisor-bottom-row {
        flex-direction: column;
        gap: 20px;
        
    }

    .app-download-wrap {
       
    }

    .floating-hdfc-card,
    .badge-approval,
    .badge-rate {
        position: static;
        margin: 10px auto;
    }

    .phone-mockup-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
    }

 .blogs-header {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-align: center;
    }

    .banner-promo-container {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
    }

    .banner-asset {
        display: none;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .footer-brand-col {
        width: 100%;
    }

    .footer-bottom-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-legal-social {
        flex-direction: column;
        gap: 16px;
    }
}
/* Partners Auto-Scroll Marquee Section */
.partners-carousel-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 30px;
    background-color: #ffffff;
    overflow: hidden;
}

.partners-container {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.partners-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.partners-title .highlight-blue {
    color: #3b37d4;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: marquee-scroll 20s linear infinite;
}

.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

.partner-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.partner-item img {
    height: 100%;
    width: auto;
    max-height: 50px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-item:hover img {
    transform: scale(1.05);
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* =========================================================
   EAZY CREDIT - MOBILE NAVIGATION OVERRIDE
   ========================================================= */

.mobile-menu-btn {
    display: none;
}

.nav-link {
    position: relative;
}

.nav-link.active {
    background-color: #3b37d4;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
}

@media (max-width: 768px) {

    .navbar {
        position: relative;
        z-index: 1000;
        padding: 12px 16px;
        background-color: #ffffff;
        border-bottom: 1px solid #e5e7eb;
    }

    .nav-container {
        width: 100%;
        max-width: none;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .mobile-menu-btn {
        display: flex;
        width: 46px;
        height: 46px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        background: #ffffff;
        border: 1px solid #eeeeee;
        border-radius: 12px;
        cursor: pointer;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        flex-shrink: 0;
        z-index: 1002;
    }

    .mobile-menu-btn span {
        width: 24px;
        height: 3px;
        background: #0d2927;
        border-radius: 10px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .mobile-menu-btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .brand-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        z-index: 1001;
    }

    .logo-img {
        width: auto;
        height: 42px;
        max-width: 190px;
        object-fit: contain;
    }

    .auth-btn {
        margin-left: auto;
        width: 46px;
        height: 46px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        flex-shrink: 0;
        z-index: 1002;
    }

    .auth-btn span {
        display: none;
    }

    .auth-btn .user-icon {
        width: 25px;
        height: 25px;
    }

    .navbar .nav-menu {
        display: block;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        border-radius: 16px;
        padding: 10px;
        box-shadow:
            0 15px 40px rgba(20, 20, 43, 0.12),
            0 4px 12px rgba(20, 20, 43, 0.05);
        border: 1px solid #eeeeee;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition:
            opacity 0.25s ease,
            transform 0.25s ease,
            visibility 0.25s ease;
        z-index: 1000;
    }

    .navbar .nav-menu.mobile-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nav-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        border-radius: 10px;
        color: #2d3748;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .nav-link:hover {
        background-color: #f3f4ff;
        color: #3b37d4;
    }

    .nav-link.active {
        background: #3b37d4;
        color: #ffffff;
        padding: 14px 16px;
        border-radius: 10px;
        box-shadow: 0 5px 12px rgba(59, 55, 212, 0.18);
    }

    .nav-link.active:hover {
        background: #302bc2;
        color: #ffffff;
    }

    .arrow-down {
        font-size: 12px;
        margin-left: auto;
    }
}

@media (max-width: 480px) {

    .navbar {
        padding: 10px 12px;
    }

    .nav-container {
        min-height: 60px;
    }

    .mobile-menu-btn,
    .auth-btn {
        width: 44px;
        height: 44px;
        border-radius: 11px;
    }

    .mobile-menu-btn span {
        width: 22px;
    }

    .logo-img {
        height: 38px;
        max-width: 175px;
    }

    .navbar .nav-menu {
        top: calc(100% + 8px);
    }

    .nav-link,
    .nav-link.active {
        padding: 13px 14px;
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .loans-arrow {
        display: none;
    }

    .loans-carousel {
        gap: 0;
    }

    .loans-track {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        overflow: visible;
        padding: 6px 4px 12px;
    }

    .loan-card {
        width: 100%;
        height: auto;
        flex: none;
        border: none;
        box-shadow: none;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .loan-icon-wrap {
        height: 130px;
        margin-bottom: 12px;
    }

    .loan-desc,
    .loan-btn {
        display: none;
    }

    .loan-name {
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
        margin-bottom: 0;
    }

    .loans-dots {
        display: none;
    }
}
@media (max-width: 1024px) {
    .standing-section {
        padding: 40px 20px 0;
    }

    .standing-stage {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        overflow: visible;
    }

    .purple-circle-bg {
        width: 280px;
        height: 280px;
        bottom: 0;
        top: auto;
    }

    .feature-card {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 460px;
        order: 1;
    }

    .card-left { order: 1; }
    .card-right { order: 2; }

    .card-img {
        width: 100%;
        height: auto;
    }

    .hero-woman-wrapper {
        order: 3;
        height: auto;
        margin-top: 10px;
    }

    .img-woman {
        height: 300px;
    }
 
}
@media (max-width: 480px) {
    .standing-title {
        font-size: 24px;
    }

    .purple-circle-bg {
        width: 220px;
        height: 220px;
    }

    .img-woman {
        height: 350px;
    }

    .feature-card {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .growth-container {
        flex-direction: column;
        text-align: left;
        gap: 24px;
    }

    .growth-content {
        max-width: 100%;
    }

    .growth-title {
        font-size: 22px;
    }

    .growth-description {
        font-size: 12px;
    }

    .growth-cards-wrapper {
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
        max-width: 100%;
    }

    .card-customer-served {
        flex: 1;
        height: auto;
        min-height: 150px;
        padding: 18px 16px;
        border-radius: 14px;
    }

    .card-customer-served::after {
        font-size: 90px;
    }

    .card-label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .card-number {
        font-size: 28px;
    }

    .avatar-img {
        width: 28px;
        height: 28px;
        margin-left: -8px;
    }

    .growth-stat-stack {
        flex: 1;
        gap: 10px;
    }

    .stat-card {
        padding: 14px;
        border-radius: 12px;
    }

    .stat-title {
        font-size: 11px;
    }

    .stat-count {
        font-size: 20px;
    }

    .stat-icon-box {
        width: 32px;
        height: 32px;
    }

    .icon-img {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 1024px) {
    .advisor-container {
        flex-direction: column-reverse;
        gap: 32px;
        text-align: left;
    }

    .advisor-content {
        max-width: 100%;
        text-align: left;
    }

    .advisor-title {
        text-align: left;
    }

    .advisor-mockup-wrapper {
        max-width: 320px;
        margin: 0 auto;
    }

  .advisor-bottom-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        margin-top: 0;
    }

    .app-download-wrap {
        align-items: flex-start;
        gap: 8px;
    }

    .advisor-grid {
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .advisor-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .advisor-mockup-wrapper {
        max-width: 280px;
    }

    .advisor-card {
        padding: 18px;
        gap: 12px;
    }

    .card-heading {
        font-size: 14px;
    }

    .card-text {
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .banner-promo-section {
        padding: 30px 16px;
    }

    .banner-promo-container {
        flex-direction: row;
        align-items: center;
        padding: 20px 12px;
        gap: 8px;
        border-radius: 16px;
    }

    .banner-asset {
        display: flex;
        flex: 0 0 auto;
    }

    .promo-img {
        max-width: 70px;
    }

    .banner-content {
        flex: 1;
        min-width: 0;
    }

    .banner-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .banner-description {
        font-size: 11px;
        margin-bottom: 16px;
    }

    .btn-apply-now {
        padding: 9px 18px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .promo-img {
        max-width: 54px;
    }

    .banner-title {
        font-size: 15px;
    }

    .banner-description {
        font-size: 10px;
    }

    .btn-apply-now {
        padding: 8px 14px;
        font-size: 11px;
    }
}

@media (max-width: 640px) {
    .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px 20px;
    }

    .footer-brand-col {
        grid-column: 1 / -1;
    }

    .footer-container > *:nth-child(4) {
        grid-column: 1 / -1;
    }

    .footer-heading {
        margin-bottom: 14px;
    }

    .footer-back-to-top {
        position: fixed;
        top: auto;
        right: 20px;
        bottom: 20px;
        z-index: 999;
    }

    .btn-scroll-top {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        box-shadow: 0 8px 20px rgba(39, 34, 184, 0.35);
    }
}
@media (max-width: 768px) {
    .advisor-section {
        padding: 0 40px;
    }
}
@media (max-width: 768px) {
    .advisor-bottom-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .phone-mockup-wrapper {
        position: relative;
        flex-direction: row;
    }

    .badge-approval,
    .floating-hdfc-card,
    .badge-rate {
        position: absolute;
        margin: 0;
    }

    .badge-approval {
        top: 20%;
        left: -6px;
        padding: 7px 14px;
        z-index: 5;
    }

    .badge-approval .badge-text {
        font-size: 12px;
    }

    .floating-hdfc-card {
        top: 37%;
        left: 40%;
        transform: translateX(-50%);
        width: 78%;
        z-index: 5;
    }

    .floating-hdfc-card:hover {
        transform: translateX(-50%) translateY(-4px);
    }

    .hdfc-card-img {
        width: 100%;
    }

    .badge-rate {
        bottom: 10%;
        right: 4px;
        padding: 6px 12px;
        z-index: 5;
    }

    .rate-title {
        font-size: 11px;
    }

    .rate-sub {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .floating-hdfc-card {
        width: 85%;
    }

    .badge-approval {
        padding: 6px 10px;
    }

    .badge-rate {
        right: 0;
        padding: 5px 10px;
    }
}
@media (max-width: 768px) {
    .loan-analysis-section {
        padding: 0px 16px;
        padding: 0px 40px; 
    }
}
@media (max-width: 768px) {
    .growth-offerings-section {
        padding: 40px 20px;
    }
}
/* Feature Card Inner (Credit Score / EMI Calculator cards) */
.feature-card-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 16px 32px rgba(20, 20, 43, 0.08);
    width: 380px;
    box-sizing: border-box;
}

.feature-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
}

.feature-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #14142b;
    line-height: 1.35;
    margin: 0;
}

.feature-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    background-color: #1e1b8c;
    color: #ffffff;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.feature-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.feature-card-title {
    text-align: left;
}

/* Fix: feature-card-inner had a fixed 380px width that overflowed
   small screens (e.g. iPhone SE @375px) and got clipped by
   .standing-section's overflow: hidden */

@media (max-width: 640px) {
    .feature-card-inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 16px 18px;
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .feature-card-inner {
        padding: 14px 16px;
        gap: 12px;
    }

    .feature-icon {
        width: 48px;
        height: 48px;
    }

    .feature-card-title {
        font-size: 13px;
    }

    .feature-card-btn {
        font-size: 12px;
        padding: 8px 14px;
    }
}
.blogs-cta-row {
    display: none;
}

.btn-see-more-mobile {
    display: none;
}

@media (max-width: 768px) {
    .btn-see-more-desktop {
        display: none;
    }

    .blogs-cta-row {
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }

    .btn-see-more-mobile {
        display: inline-flex;
    }
}

.marquee-mobile {
    display: none;
}

@media (max-width: 768px) {
    .marquee-desktop {
        display: none;
    }

    .marquee-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .marquee-track.marquee-reverse {
        animation-direction: reverse;
    }
}
.brk-mobile {
    display: none;
}

.brk-desktop {
    display: inline;
}

@media (max-width: 768px) {
    .brk-mobile {
        display: inline;
    }

    .brk-desktop {
        display: none;
    }
}
.brk-mobile {
    display: none !important;
}

.brk-desktop {
    display: inline !important;
}

@media (max-width: 768px) {
    .brk-mobile {
        display: inline !important;
    }

    .brk-desktop {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .blogs-updates-section {
        padding: 40px 20px;
    }

    .partners-carousel-section {
        padding: 24px 16px;
    }

    .marquee-mobile {
        gap: 14px;
    }
}

.analysis-brk {
    display: inline;
}
@media (max-width: 768px) {
    .phone-mockup-wrapper {
        margin-left: 30px;
    }
}
/* ===== OVERRIDE: 6 cards visible per row on desktop (scrollable via arrows), 3 per row fixed grid on mobile ===== */

.loans-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 6px 4px 12px;
}

.loan-card {
    flex: 0 0 calc((100% - (16px * 5)) / 6);
    width: calc((100% - (16px * 5)) / 6);
    height: 455px;
}

@media (max-width: 1024px) {
    .loan-card {
        flex: 0 0 calc((100% - (16px * 3)) / 4);
        width: calc((100% - (16px * 3)) / 4);
        height: 400px;
    }

    .loan-icon-wrap {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .loans-carousel {
        gap: 0;
    }

    .loans-arrow {
        display: none;
    }

    .loans-track {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        overflow: visible;
        padding: 6px 4px 12px;
    }

    .loan-card {
        width: 100%;
        height: auto;
        border: none;
        box-shadow: none;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .loan-icon-wrap {
        height: 90px;
        margin-bottom: 8px;
    }

    .loan-icon {
        width: 55%;
        height: 55%;
    }

    .loan-coin {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .loan-desc,
    .loan-btn {
        display: none;
    }

    .loan-name {
        font-size: 12px;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .loans-dots {
        display: none;
    }
}
/* ===== Restore panel-stripe background using real assets ===== */

.banner-promo-container {
    background-image:
        url('../images/pattern-panels-1.png'),
        url('../images/pattern-panels-2.png');
    background-position: left top, right top;
    background-size: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
}

/* ===== OVERRIDE: loan-analysis-section — 0 bottom padding, phone touches bottom ===== */

.loan-analysis-section {
    padding-bottom: 0;
    align-items: flex-end;
}

.analysis-container {
    align-items: flex-end;
}

.analysis-content {
    padding-bottom: 50px;
}

.analysis-visual {
    align-items: flex-end;
}

.phone-mockup-wrapper {
    align-items: flex-end;
}

.phone-img {
    display: block;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .analysis-container {
        align-items: center;
    }

    .analysis-content {
        padding-bottom: 0;
    }
}
/* ===== OVERRIDE: advisor-section — 0 bottom padding, phone touches bottom ===== */

.advisor-section {
    padding-bottom: 0;
}

.advisor-container {
    align-items: flex-end;
}

.advisor-content {
    padding-bottom: 50px;
}

.advisor-visual {
    align-items: flex-end;
}

.advisor-mockup-wrapper {
    align-items: flex-end;
}

.advisor-phone-img {
    display: block;
    
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .advisor-container {
        align-items: center;
    }

    .advisor-content {
        padding-bottom: 0;
    }
}
@media (max-width: 640px) {
    .phone-img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 640px) {
    .advisor-phone-img {
        width: 100%;
    }
}