/* FindraCapital Premium Landing Page */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --fc-blue: #2563EB;
    --fc-purple: #7C3AED;
    --fc-indigo: #4F46E5;
    --fc-success: #10B981;
    --fc-warning: #F59E0B;
    --fc-gradient: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    --fc-gradient-soft: linear-gradient(135deg, rgba(37,99,235,0.08) 0%, rgba(124,58,237,0.08) 100%);
    --fc-text: #0F172A;
    --fc-text-muted: #64748B;
    --fc-radius: 20px;
    --fc-radius-sm: 16px;
    --fc-radius-lg: 24px;
    --fc-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    --fc-shadow-lg: 0 20px 60px rgba(37, 99, 235, 0.12);
    --fc-glass: rgba(255, 255, 255, 0.72);
    --fc-glass-border: rgba(255, 255, 255, 0.5);
}

html {
    overflow-x: clip;
}

body.landing-page {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: var(--fc-text);
    background: #fff;
    overflow-x: clip;
    max-width: 100%;
}

body.landing-page main {
    overflow-x: clip;
    max-width: 100%;
}

/* Navbar */
.landing-nav {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding: 0.75rem 0;
    transition: box-shadow 0.3s;
}

.landing-nav.scrolled {
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.landing-nav .navbar-brand {
    background: var(--fc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}

.landing-nav .nav-link {
    color: var(--fc-text-muted) !important;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.landing-nav .nav-link:hover {
    color: var(--fc-blue) !important;
}

.btn-fc-primary {
    background: var(--fc-gradient);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 0.65rem 1.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-fc-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.btn-fc-outline {
    background: #fff;
    border: 1.5px solid rgba(37, 99, 235, 0.25);
    color: var(--fc-blue);
    font-weight: 600;
    border-radius: 12px;
    padding: 0.65rem 1.5rem;
    transition: all 0.2s;
}

.btn-fc-outline:hover {
    border-color: var(--fc-blue);
    background: rgba(37, 99, 235, 0.04);
    color: var(--fc-blue);
    transform: translateY(-2px);
}

/* Hero */
.hero-premium {
    min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    padding: 5.5rem 0 4rem;
    background: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
}

.hero-premium .row {
    --bs-gutter-x: 3rem;
}

.hero-premium .col-lg-5 {
    position: relative;
    z-index: 2;
}

.hero-premium .col-lg-7 {
    position: relative;
    z-index: 1;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.hero-premium::before {
    content: '';
    position: absolute;
    top: -15%; right: -8%;
    width: 55%; height: 70%;
    background: radial-gradient(ellipse, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1rem;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 1.25rem;
}

.hero-headline {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.hero-headline .gradient-text {
    background: var(--fc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-sub {
    font-size: 1.05rem;
    color: var(--fc-text-muted);
    line-height: 1.65;
    max-width: 480px;
}

/* Hero Fintech Dashboard */
.hero-dashboard {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}

.hd-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: flex-end;
}

.hd-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    background: var(--fc-glass);
    backdrop-filter: blur(14px);
    border: 1px solid var(--fc-glass-border);
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: var(--fc-shadow);
    white-space: nowrap;
    color: var(--fc-text);
}

.hd-badge i {
    color: var(--fc-success);
    margin-right: 0.3rem;
}

.hd-panel {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--fc-radius-lg);
    box-shadow: 0 24px 64px rgba(37, 99, 235, 0.12), 0 4px 16px rgba(15, 23, 42, 0.06);
}

.hd-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.75rem;
}

.hd-live {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    color: var(--fc-success);
}

.hd-live-dot {
    width: 8px; height: 8px;
    background: var(--fc-success);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.hd-ref { color: var(--fc-text-muted); font-weight: 600; }

.hd-approval-card {
    padding: 1.25rem;
    background: var(--fc-gradient-soft);
    border-radius: var(--fc-radius-sm);
    border: 1px solid rgba(37, 99, 235, 0.1);
}

.hd-approval-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hd-label { font-size: 0.72rem; color: var(--fc-text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.hd-amount { font-size: 1.75rem; font-weight: 800; color: var(--fc-text); letter-spacing: -0.02em; }

.hd-status-badge {
    padding: 0.3rem 0.75rem;
    background: var(--fc-success);
    color: #fff;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
}

.hd-progress-wrap {
    margin-top: 0.85rem;
    height: 6px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.hd-progress-bar {
    height: 100%;
    width: 100%;
    background: var(--fc-gradient);
    border-radius: 4px;
    animation: progress-fill 2s ease-out;
}

@keyframes progress-fill {
    from { width: 0; }
    to { width: 100%; }
}

.hd-mini-card {
    padding: 1rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    height: 100%;
}

.hd-mini-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--fc-text-muted); }
.hd-mini-value { display: block; font-size: 1.15rem; font-weight: 800; color: var(--fc-text); margin-top: 0.2rem; }
.hd-mini-sub { font-size: 0.65rem; color: var(--fc-text-muted); }
.hd-lender { font-size: 0.95rem !important; }

.hd-partner-dots { display: flex; gap: 0.35rem; margin-top: 0.5rem; }
.hd-dot { width: 10px; height: 10px; border-radius: 50%; }
.hd-dot--hdfc { background: #004C8F; }
.hd-dot--icici { background: #F58220; }
.hd-dot--axis { background: #971237; }
.hd-dot--sbi { background: #22409A; }

.hd-notification {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 12px;
    font-size: 0.8rem;
    animation: notif-slide 0.6s ease-out 1s both;
}

.hd-notification strong { display: block; color: var(--fc-text); }
.hd-notification span { color: var(--fc-text-muted); font-size: 0.75rem; }

@keyframes notif-slide {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Trust Bar */
.trust-bar {
    background: var(--fc-gradient);
    padding: 1.35rem 0;
    color: #fff;
}

.trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0;
}

.trust-bar-item {
    text-align: center;
    padding: 0 2rem;
}

.trust-bar-value {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.trust-bar-label {
    display: block;
    font-size: 0.75rem;
    opacity: 0.85;
    font-weight: 500;
}

.trust-bar-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.25);
}

/* Partners */
.partners-section {
    padding: 3.5rem 0 3rem;
    background: linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.partners-eyebrow {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--fc-blue);
    margin-bottom: 0.5rem;
}

.partners-premium .partners-title {
    text-align: center;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--fc-text);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.partners-sub {
    text-align: center;
    font-size: 0.95rem;
    color: var(--fc-text-muted);
    max-width: 520px;
    margin: 0 auto 2rem;
}

.partners-marquee-wrap {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    padding: 1rem 0;
}

.partners-marquee {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    width: max-content;
    animation: partners-marquee 35s linear infinite;
    will-change: transform;
}

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

@keyframes partners-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 64px;
    padding: 0.75rem 1.5rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
    flex-shrink: 0;
}

.partner-logo-card:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.15);
}

.partner-logo-img {
    height: 40px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    opacity: 1;
    transition: transform 0.35s ease;
}

.partner-logo-card:hover .partner-logo-img {
    transform: scale(1.08);
}

/* Section headers */
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--fc-blue);
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--fc-text);
}

.section-sub {
    color: var(--fc-text-muted);
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto;
}

/* ── Loan Marketplace (visual centerpiece) ── */
.marketplace-section {
    position: relative;
    padding: 5rem 0 6rem;
    overflow: hidden;
    background: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 50%, #F8FAFC 100%);
}

.marketplace-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.mp-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

.mp-blob--1 {
    width: 420px; height: 420px;
    top: -8%; left: -6%;
    background: rgba(37, 99, 235, 0.18);
}

.mp-blob--2 {
    width: 360px; height: 360px;
    top: 30%; right: -8%;
    background: rgba(124, 58, 237, 0.14);
}

.mp-blob--3 {
    width: 280px; height: 280px;
    bottom: 5%; left: 35%;
    background: rgba(16, 185, 129, 0.1);
}

.mp-rupee {
    position: absolute;
    font-size: 2rem;
    font-weight: 800;
    color: var(--fc-blue);
    opacity: 0.06;
    user-select: none;
}

.mp-rupee--1 { top: 12%; left: 8%; font-size: 3rem; }
.mp-rupee--2 { top: 55%; right: 12%; font-size: 2.5rem; }
.mp-rupee--3 { bottom: 18%; left: 18%; }
.mp-rupee--4 { top: 28%; right: 28%; font-size: 1.5rem; }

.marketplace-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 1.5rem;
    padding-top: 0.75rem;
    list-style: none;
}

.marketplace-card {
    position: relative;
    height: 320px;
    border-radius: var(--fc-radius-lg);
    background: #fff;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07), 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.4s ease;
    overflow: visible;
}

.marketplace-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: calc(var(--fc-radius-lg) + 1px);
    padding: 2px;
    background: var(--fc-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s;
}

.marketplace-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--fc-radius-lg);
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    transition: box-shadow 0.4s;
    pointer-events: none;
}

.marketplace-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.15), 0 8px 16px rgba(124, 58, 237, 0.08);
}

.marketplace-card:hover::before { opacity: 1; }

.marketplace-card:hover::after {
    box-shadow: 0 0 40px 4px rgba(37, 99, 235, 0.12);
}

.marketplace-card:hover .mp-illustration-wrap {
    transform: scale(1.08);
}

.marketplace-card:hover .mp-badge {
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}

.marketplace-card:hover .mp-btn-single {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.mp-badge {
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 2;
    padding: 0.35rem 0.85rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: box-shadow 0.3s;
}

.mp-badge--warning { background: var(--fc-warning); color: #1E293B; }
.mp-badge--success { background: var(--fc-success); color: #fff; }
.mp-badge--primary { background: var(--fc-blue); color: #fff; }
.mp-badge--purple { background: var(--fc-purple); color: #fff; }

.mp-card-inner {
    height: 100%;
    padding: 2rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: var(--fc-radius-lg);
    background: #fff;
    position: relative;
}

.mp-illustration-wrap {
    width: 110px;
    height: 110px;
    margin-bottom: 0.75rem;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mp-illustration-wrap .mp-illustration {
    width: 100%;
    height: 100%;
}

.mp-illustration svg { width: 100%; height: 100%; }

.mp-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--fc-text);
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
}

.mp-benefit {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--fc-blue);
    margin: 0 0 0.25rem;
}

.mp-rate {
    font-size: 0.78rem;
    color: var(--fc-text-muted);
    margin: 0 0 1rem;
}

.mp-rate strong { color: var(--fc-text); }

.mp-btn-single {
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    background: var(--fc-gradient);
    color: #fff !important;
    text-decoration: none;
    margin-top: auto;
    transition: transform 0.25s, box-shadow 0.25s;
}

.marketplace-carousel-hint {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 0.8rem;
    color: var(--fc-text-muted);
    font-weight: 500;
}

.marketplace-card.reveal.visible {
    transition-delay: calc(var(--stagger, 0) * 0.08s);
}

/* Tablet: 2 per row */
@media (max-width: 1199px) {
    .marketplace-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.25rem 1.5rem;
    }
}

/* Mobile: horizontal swipe carousel */
@media (max-width: 767px) {
    .marketplace-section {
        padding: 3.5rem 0 4rem;
    }

    .marketplace-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding: 1rem 0.75rem 1.5rem;
        scrollbar-width: none;
    }

    .marketplace-grid::-webkit-scrollbar { display: none; }

    .marketplace-card {
        flex: 0 0 82%;
        max-width: 300px;
        scroll-snap-align: center;
    }
}

/* Why Choose FindraCapital */
.why-choose-section { background: #FAFBFC; }

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.why-choose-card {
    background: #fff;
    border-radius: var(--fc-radius-lg);
    padding: 2rem 1.75rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--fc-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-choose-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.12);
}

.why-choose-icon {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    flex-shrink: 0;
}

.why-choose-graphic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-graphic svg {
    width: 5rem;
    height: 5rem;
    display: block;
}

.why-choose-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--fc-text);
    margin-bottom: 0.65rem;
    width: 100%;
}

.why-choose-text {
    font-size: 0.9rem;
    color: var(--fc-text-muted);
    margin: 0;
    line-height: 1.6;
    max-width: 22rem;
}

/* Customer Journey */
.journey-section {
    background: #fff;
}

.journey-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.journey-timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: linear-gradient(90deg, var(--fc-blue), var(--fc-purple));
    border-radius: 4px;
}

.journey-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0.5rem;
}

.journey-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--fc-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--fc-blue);
    margin-bottom: 1rem;
    box-shadow: var(--fc-shadow);
    transition: all 0.35s;
}

.journey-step:hover .journey-dot {
    background: var(--fc-gradient);
    color: #fff;
    border-color: transparent;
    transform: scale(1.1);
}

.journey-step h4 {
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.journey-step p {
    font-size: 0.78rem;
    color: var(--fc-text-muted);
    margin: 0;
    max-width: 140px;
    margin-inline: auto;
}

/* EMI Calculator */
.emi-glass {
    background: var(--fc-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--fc-glass-border);
    border-radius: var(--fc-radius);
    box-shadow: var(--fc-shadow-lg);
    padding: 2.5rem;
}

.emi-result-box {
    background: var(--fc-gradient);
    border-radius: var(--fc-radius-sm);
    padding: 2rem;
    color: #fff;
    text-align: center;
}

.emi-result-box .emi-value {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.emi-stat-row {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.emi-stat-row .label {
    font-size: 0.75rem;
    opacity: 0.85;
}

.emi-stat-row .value {
    font-size: 1.1rem;
    font-weight: 700;
}

.range-input {
    accent-color: var(--fc-blue);
}

/* Why choose */
.why-card {
    background: #fff;
    border-radius: var(--fc-radius);
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fc-shadow-lg);
}

.why-card .why-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--fc-gradient-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

/* Stats */
.stats-premium {
    background: var(--fc-gradient);
    border-radius: var(--fc-radius);
    padding: 3.5rem 2rem;
    color: #fff;
}

.stat-item-premium .stat-value {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.stat-item-premium .stat-label {
    font-size: 0.9rem;
    opacity: 0.85;
    margin-top: 0.25rem;
}

/* Testimonials */
.testimonials-section {
    background: linear-gradient(180deg, #fff 0%, #FAFBFF 100%);
}

.testimonial-card-lg {
    background: #fff;
    border-radius: var(--fc-radius-lg);
    padding: 2.25rem;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    transition: transform 0.35s, box-shadow 0.35s;
    display: flex;
    flex-direction: column;
}

.testimonial-card-lg:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(37, 99, 235, 0.1);
}

.testimonial-stars {
    color: #FBBF24;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.testimonial-rating {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--fc-text);
}

.testimonial-quote {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--fc-text-muted);
    margin: 0 0 1.5rem;
    flex: 1;
    border: none;
    padding: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.testimonial-avatar-lg {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.testimonial-name {
    font-weight: 800;
    font-size: 1rem;
    color: var(--fc-text);
}

.testimonial-city {
    font-size: 0.82rem;
    color: var(--fc-text-muted);
}

/* FAQ */
.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 0.75rem;
    border-radius: var(--fc-radius-sm) !important;
    overflow: hidden;
    box-shadow: var(--fc-shadow);
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: var(--fc-radius-sm) !important;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--fc-gradient-soft);
    color: var(--fc-blue);
}

.faq-accordion .accordion-body {
    color: var(--fc-text-muted);
    padding: 0 1.5rem 1.25rem;
    line-height: 1.7;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.85rem 0;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
}

.sticky-cta.visible {
    transform: translateY(0);
}

body.landing-page.sticky-active {
    padding-bottom: 72px;
}

/* Footer */
.footer-premium {
    background: #0F172A;
    color: #94A3B8;
    padding: 4rem 0 2rem;
}

.footer-premium h5, .footer-premium h6 {
    color: #fff;
    font-weight: 700;
}

.footer-premium a {
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-premium a:hover {
    color: #fff;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    color: #94A3B8;
    transition: all 0.2s;
}

.social-link:hover {
    background: var(--fc-gradient);
    color: #fff;
}

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Responsive */
@media (max-width: 991px) {
    .hero-dashboard {
        max-width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }

    .hd-badges {
        justify-content: flex-start;
    }

    .trust-bar-item { padding: 0 1.25rem; }
    .trust-bar-divider { display: none; }
    .trust-bar-inner { gap: 1rem; }

    .journey-timeline {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .journey-timeline::before { display: none; }

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

@media (max-width: 767px) {
    .hero-premium {
        min-height: auto;
        padding: 5rem 0 2rem;
    }

    .trust-bar-value { font-size: 1.1rem; }
    .trust-bar-item { padding: 0.5rem 1rem; flex: 1 1 40%; }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .sticky-cta .sticky-text { font-size: 0.9rem; }
    .sticky-cta .btn { font-size: 0.82rem; }
}
