.hero {
    position: relative;
    overflow: hidden;
    padding: 4rem 1rem 1.75rem; /* py-16 px-4 */
    background: linear-gradient(135deg, #eff6ff, #eef2ff, #f5f3ff);
}

.hero-container {
    max-width: 72rem; /* max-w-6xl */
    margin: 0 auto;
}

.hero-content {
    text-align: center;
}

.hero-title {
    margin-bottom: 1.5rem; /* mb-6 */
    font-size: 2.25rem; /* text-4xl */
    font-weight: 700;
    letter-spacing: -0.02em; /* tracking-tight */
    color: #111827; /* text-gray-900 */
}

.hero-title .hero-title-gradient {
    background: -webkit-linear-gradient(#40c2ba, #004485);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    max-width: 48rem; /* max-w-3xl */
    margin: 0 auto 1.75rem; /* mb-10 */
    font-size: 1.125rem; /* text-lg */
    line-height: 1.35; /* leading-relaxed */
    color: #374151; /* text-gray-700 */
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; /* gap-4 */
    margin-bottom: 2rem; /* mb-10 */
}

.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px !important;
    gap: 0.5rem;
    border: 0;
    border-radius: 9999px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* shadow-sm */
    font-size: 15px !important; /* text-sm */
}

.badge span {
    color: #1f2937;
}

.badge-icon {
    width: 1.5rem; /* h-5 */
    height: 1.5rem; /* w-5 */
    color: #2563eb; /* text-blue-600 */
}

.hero-cta {
    margin-bottom: 0.85rem; /* mb-4 */
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.4rem; /* px-8 py-4 */
    border-radius: 12px;
    background: linear-gradient(
        to right,
        #2563eb,
        #4f46e5
    ); /* from-blue-600 to-indigo-600 */
    color: #ffffff !important;
    font-size: 0.8rem; /* text-lg */
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.hero-tagline {
    font-size: 1rem; /* text-base */
    color: #4b5563; /* text-gray-600 */
}

.cibil-info {
    padding: 4rem 1rem; /* py-16 px-4 */
    background: linear-gradient(135deg, #fffbeb, #ffffff, #eef5ff);
}

.cibil-container {
    max-width: 64rem; /* max-w-5xl */
    margin: 0 auto;
}

.cibil-title {
    margin-bottom: 1rem; /* mb-8 */
    text-align: center;
    font-size: 1.875rem; /* text-3xl */
    font-weight: 700;
    color: #111827; /* text-gray-900 */
}

.cibil-card {
    padding: 2rem; /* p-8 */
    border: 1px solid rgb(228, 228, 231, 0.7);
    border-radius: 1rem; /* rounded-2xl */
    background: rgba(255, 255, 255, 0.7); /* bg-white/70 */
    backdrop-filter: blur(8px); /* backdrop-blur-sm */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* shadow-lg */
}

.cibil-text {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.75; /* leading-relaxed */
    color: #374151; /* text-gray-700 */
}

.cibil-text--spaced {
    margin-bottom: 1.5rem; /* mb-6 */
}

.cibil-highlight {
    margin-bottom: 1.5rem; /* mb-6 */
    padding: 1.5rem; /* p-6 */
    border-radius: 0.75rem; /* rounded-xl */
    background: linear-gradient(
        to right,
        #dcfce7,
        #d1fae5
    ); /* from-green-100 to-emerald-100 */
    border-left: 4px solid #16a34a; /* border-l-4 border-green-600 */
}

.highlight-content {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem; /* gap-3 */
}

.highlight-icon {
    width: 1.7rem; /* h-6 */
    height: 1.7rem; /* w-6 */
    margin-top: 0.25rem; /* mt-1 */
    flex-shrink: 0;
    color: #15803d; /* text-green-700 */
}

.highlight-text {
    font-size: 1.125rem; /* text-lg */
    color: #111827; /* text-gray-900 */
}

.credit-importance {
    padding: 4rem 1rem; /* py-16 px-4 */
    background: linear-gradient(135deg, #fafafa, #fafaf9, #fafafa);
}

.credit-importance-container {
    max-width: 72rem; /* max-w-6xl */
    margin: 0 auto;
}

.credit-importance-title {
    margin-bottom: 0.5rem; /* mb-4 */
    text-align: center;
    font-size: 1.875rem; /* text-3xl */
    font-weight: 700;
    color: #111827; /* text-gray-900 */
}

.credit-importance-subtitle {
    margin-bottom: 1.75rem; /* mb-12 */
    text-align: center;
    font-size: 1.125rem; /* text-lg */
    color: #374151; /* text-gray-700 */
}

.credit-benefits {
    display: grid;
    gap: 2rem; /* gap-6 */
    margin-bottom: 2.5rem; /* mb-10 */
}

.benefit-card {
    padding: 1.5rem; /* p-6 */
    border: 1px solid #1d4ed8;
    border-radius: 1rem; /* rounded-2xl */
    background: rgba(255, 255, 255, 0.8); /* bg-white/80 */
    backdrop-filter: blur(8px); /* backdrop-blur-sm */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* shadow-lg */
}

.benefit-icon {
    display: inline-flex;
    padding: 0.75rem; /* p-3 */
    margin-bottom: 1rem; /* mb-4 */
    border-radius: 9999px;
    background: linear-gradient(
        135deg,
        #dbeafe,
        #cffafe
    ); /* from-blue-100 to-cyan-100 */
}

.benefit-icon-svg {
    width: 1.5rem; /* h-6 */
    height: 1.5rem; /* w-6 */
    color: #1d4ed8; /* text-blue-700 */
}

.benefit-title {
    margin-bottom: 0.5rem; /* mb-2 */
    font-size: 1.25rem; /* text-xl */
    font-weight: 600;
    color: #1d4ed8; /* text-gray-900 */
}

.benefit-text {
    color: #374151; /* text-gray-700 */
}

.credit-summary {
    max-width: fit-content;
    border-left: 6px solid #1d4ed8;
    margin: 0 auto;
    padding: 1.5rem; /* p-6 */
    border-radius: 1rem; /* rounded-2xl */
    background: #eff6ff; /* bg-white/70 */
    backdrop-filter: blur(8px); /* backdrop-blur-sm */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* shadow-lg */
    text-align: center;
}

.credit-summary p {
    font-size: 1.125rem; /* text-lg */
    color: #1f2937; /* text-gray-800 */
}

.credit-calculation {
    padding: 4rem 1rem; /* py-16 px-4 */
    background: linear-gradient(135deg, #faf5ff, #f5f3ff);
}

.credit-calculation-container {
    max-width: 72rem; /* max-w-6xl */
    margin: 0 auto;
}

.credit-calculation-title {
    margin-bottom: 0.4rem; /* mb-4 */
    text-align: center;
    font-size: 1.875rem; /* text-3xl */
    font-weight: 700;
    color: #111827; /* text-gray-900 */
}

.credit-calculation-intro {
    max-width: 48rem; /* max-w-3xl */
    margin: 0 auto 1.5rem; /* mb-10 */
    text-align: center;
    font-size: 1.125rem; /* text-lg */
    color: #374151; /* text-gray-700 */
}

.credit-factors {
    display: grid;
    gap: 2rem; /* gap-6 */
    margin-bottom: 2.5rem; /* mb-10 */
}

.factor-card {
    display: flex;
    align-items: center;
    border: 1px solid #7e22ce;
    gap: 1rem; /* gap-4 */
    padding: 1.5rem; /* p-6 */
    border-radius: 0.75rem; /* rounded-xl */
    background: rgba(255, 255, 255, 0.8); /* bg-white/80 */
    backdrop-filter: blur(8px); /* backdrop-blur-sm */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
}

.factor-icon {
    padding: 0.5rem; /* p-3 */
    border-radius: 0.5rem; /* rounded-lg */
    background: linear-gradient(
        135deg,
        #f3e8ff,
        #fce7f3
    ); /* from-purple-100 to-pink-100 */
}

.factor-icon-svg {
    width: 1.75rem; /* h-6 */
    height: 1.75rem; /* w-6 */
    color: #7e22ce; /* text-purple-700 */
}

.factor-text {
    font-size: 1.125rem; /* text-lg */
    color: #1f2937; /* text-gray-800 */
}

.credit-note {
    width: fit-content;
    margin: 0 auto;
    border-left: 6px solid #7e22ce;
    margin-bottom: 2.5rem; /* mb-10 */
    padding: 1.5rem; /* p-6 */
    border-radius: 1rem; /* rounded-2xl */
    background: rgba(255, 255, 255, 0.7); /* bg-white/70 */
    backdrop-filter: blur(8px); /* backdrop-blur-sm */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* shadow-lg */
}

.credit-note p {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.75; /* leading-relaxed */
    color: #374151; /* text-gray-700 */
}

.credit-faq {
    width: fit-content;
    margin: 0 auto;
    padding: 2rem; /* p-8 */
    border-radius: 1rem; /* rounded-2xl */
    background: linear-gradient(
        to right,
        #eff6ff,
        #eef2ff
    ); /* from-blue-100 to-indigo-100 */
    border-left: 6px solid #2563eb; /* border-l-4 border-blue-600 */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* shadow-lg */
}

.credit-faq-title {
    margin-bottom: 0.5rem; /* mb-3 */
    font-size: 1.25rem; /* text-xl */
    font-weight: 600;
    color: #111827; /* text-gray-900 */
}

.credit-faq-text {
    font-size: 1rem; /* text-lg */
    line-height: 1.75; /* leading-relaxed */
    color: #1f2937; /* text-gray-800 */
}

/* What Impacts Your Credit Score the Most */

.credit-impact {
    padding: 4rem 1rem; /* py-16 px-4 */
    background: linear-gradient(
        135deg,
        rgba(247, 254, 231, 0.6),
        rgba(236, 253, 245, 0.4),
        rgba(245, 243, 255, 0.6)
    );
}

.credit-impact-container {
    max-width: 72rem; /* max-w-6xl */
    margin: 0 auto;
}

.credit-impact-title {
    margin-bottom: 0.5rem; /* mb-4 */
    text-align: center;
    font-size: 1.875rem; /* text-3xl */
    font-weight: 700;
    color: #111827; /* text-gray-900 */
}

.credit-impact-subtitle {
    margin-bottom: 1.75rem; /* mb-12 */
    text-align: center;
    font-size: 1.125rem; /* text-lg */
    color: #374151; /* text-gray-700 */
}

.credit-impact-layout {
    display: grid;
    gap: 2rem; /* gap-8 */
    align-items: center;
    margin-bottom: 2.5rem; /* mb-10 */
}

.credit-bars {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* space-y-4 */
}

.credit-bar-card {
    padding: 1rem; /* p-4 */
    border: 1px solid rgb(228, 228, 231, 0.7);
    border-radius: 0.75rem; /* rounded-xl */
    background: rgba(255, 255, 255, 0.8); /* bg-white/80 */
    backdrop-filter: blur(8px); /* backdrop-blur-sm */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
}

.credit-bar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem; /* mb-2 */
}

.credit-bar-label {
    font-size: 1.125rem; /* text-lg */
    font-weight: 600;
    color: #111827;
}

.credit-bar-value {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    color: #111827;
}

.credit-bar-track {
    height: 0.75rem; /* h-3 */
    overflow: hidden;
    border-radius: 9999px;
    background: #e5e7eb; /* bg-gray-200 */
}

.credit-bar-fill {
    height: 100%;
    border-radius: 9999px;
}

/* Gradient fills */
.credit-bar-fill--blue {
    background: linear-gradient(to right, #3b82f6, #2563eb);
}

.credit-bar-fill--purple {
    background: linear-gradient(to right, #a855f7, #9333ea);
}

.credit-bar-fill--pink {
    background: linear-gradient(to right, #ec4899, #db2777);
}

.credit-bar-fill--orange {
    background: linear-gradient(to right, #f97316, #ea580c);
}

.credit-bar-fill--teal {
    background: linear-gradient(to right, #14b8a6, #0d9488);
}

.credit-donut {
    display: flex;
    justify-content: center;
}

.credit-donut-svg {
    width: 20rem; /* w-80 */
    height: 20rem; /* h-80 */
}

.credit-impact-note {
    width: fit-content;
    margin: 0 auto;
    border-left: 6px solid #f59e0b;
    background-color: #fff7ed;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem; /* gap-3 */
    padding: 1.5rem; /* p-6 */
    border-radius: 1rem; /* rounded-2xl */
    backdrop-filter: blur(8px); /* backdrop-blur-sm */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* shadow-lg */
}

.credit-impact-note-icon {
    width: 1.5rem; /* h-6 */
    height: 1.5rem; /* w-6 */
    margin-top: 0.25rem; /* mt-1 */
    flex-shrink: 0;
    color: #0f766e; /* text-teal-700 */
}

.credit-impact-note p {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.75; /* leading-relaxed */
    color: #374151; /* text-gray-700 */
}

/* How to Check Your Credit Score on My Mudra */

/* Section */
.credit-steps {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #eef2ff, #f3e8ff, #fce7f3);
}

/* Container */
.credit-steps-container {
    max-width: 72rem;
    margin: 0 auto;
}

/* Title */
.credit-steps-title {
    margin-bottom: 0.35rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

/* Subtitle */
.credit-steps-subtitle {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.125rem;
    color: #374151;
}

/* Grid */
.credit-steps-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

/* Step Card */
.credit-step-card {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #6d28d9;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* Step Number */
.credit-step-number {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.credit-step-number span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #4f46e5, #7c3aed);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

/* Icon */
.credit-step-icon {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit-step-icon .credit-step-icon-img {
    display: inline-flex;
    padding: 0.75rem;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #ede9fe, #fce7f3);
    color: #6d28d9;
    width: 3.75rem;
    height: 3.75rem;
}

/* Step Text */
.credit-step-title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.credit-step-text {
    color: #374151;
}

/* Info Box */
.credit-steps-info {
    border-left: 6px solid #7c3aed;
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.credit-steps-info p {
    font-size: 1.125rem;
    line-height: 1.625;
    color: #374151;
}

/* CTA */
.credit-steps-cta {
    text-align: center;
}

.credit-steps-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(to right, #4f46e5, #7c3aed);
    border: none;
    cursor: pointer;
}

/* What Happens After You Check Your Credit Score on My Mudra */
.post-score-section {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #f0f9ff, #eff6ff, #eef2ff);
}

@media (min-width: 600px) {
    .post-score-section {
        padding: 2rem 1rem 3rem;
    }
}

/* Container */
.post-score-container {
    max-width: 64rem; /* max-w-5xl */
    margin: 0 auto;
}

/* Heading */
.post-score-title {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 600px) {
    .post-score-title {
        font-size: 2.25rem;
    }
}

/* Grid */
.post-score-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 600px) {
    .post-score-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Card */
.post-score-card {
    display: flex;
    align-items: center;
    border-left: 6px solid #15803d;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* Icon wrapper */
.post-score-icon {
    flex-shrink: 0;
}

.post-score-icon img {
    display: inline-flex;
    padding: 0.5rem;
    border-radius: 9999px;
    background: linear-gradient(to bottom right, #dcfce7, #d1fae5);
    color: #15803d;
    width: 2.75rem;
    height: 2.75rem;
}

/* Text */
.post-score-text {
    font-size: 1rem;
    color: #1f2937;
    line-height: 1.625;
}

/* Why You Can Trust My Mudra for Credit Score Check */

/* Section */
.trust-section {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #f9fafb, #fff, #fafafa);
}

@media (min-width: 600px) {
    .trust-section {
        padding: 2rem 1rem 3rem;
    }
}

/* Container */
.trust-container {
    max-width: 72rem;
    margin: 0 auto;
}

/* Title */
.trust-title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 600px) {
    .trust-title {
        font-size: 2.25rem;
    }
}

/* Subtitle */
.trust-subtitle {
    margin-bottom: 1.75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #374151;
}

/* Grid */
.trust-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .trust-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card */
.trust-card {
    padding: 1.5rem;
    border: 1px solid #e4e4e7;
    text-align: center;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* Icon */
.trust-icon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.trust-icon span {
    display: inline-flex;
    padding: 0.85rem;
    border-radius: 9999px;
    background: linear-gradient(to bottom right, #e2e8f0, #e4e4e7);
    color: #6d28d9;
    width: 4rem;
    height: 4rem;
}

/* Card text */
.trust-card-title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.trust-card-text {
    color: #374151;
}

/* Callout */
.trust-callout {
    max-width: 40rem;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
    background: linear-gradient(to right, #f4f4f5, #f1f5f9);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #27272a;
}

.trust-callout p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

/* How My Mudra Sources Your Credit Score */

/* Section */
.credit-source-section {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #fff1f2, #fdf2f8, #fff7ed);
}

@media (min-width: 600px) {
    .credit-source-section {
        padding: 2rem 1rem 3rem;
    }
}

/* Container */
.credit-source-container {
    max-width: 64rem; /* max-w-5xl */
    margin: 0 auto;
}

/* Title */
.credit-source-title {
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 600px) {
    .credit-source-title {
        font-size: 2.25rem;
    }
}

/* Main card */
.credit-source-card {
    margin-bottom: 0rem;
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* Paragraph */
.credit-source-paragraph {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.625;
}

.credit-source-paragraph-two {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.625;
}

/* Points list */
.credit-source-points {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Individual point */
.credit-source-point {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Icon */
.credit-source-icon {
    flex-shrink: 0;
}

.credit-source-icon img {
    display: inline-flex;
    padding: 0.25rem;
    border-radius: 0.5rem;
    background: linear-gradient(to bottom right, #ffedd5, #fce7f3);
    color: #c2410c;
    width: 2.25rem;
    height: 2.25rem;
}

/* Point text */
.credit-source-point p {
    font-size: 1.125rem;
    color: #1f2937;
    line-height: 1.625;
}

/* Credit Score Range in India */

/* Section */
.credit-range-section {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #fafafa, #f4f4f5, #e5e7eb);
}

@media (min-width: 600px) {
    .credit-range-section {
        padding: 2rem 1rem 3rem;
    }
}

/* Container */
.credit-range-container {
    max-width: 64rem;
    margin: 0 auto;
}

/* Title */
.credit-range-title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 600px) {
    .credit-range-title {
        font-size: 2.25rem;
    }
}

/* Subtitle */
.credit-range-subtitle {
    margin-bottom: 1.75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #374151;
}

/* Table wrapper */
.credit-range-table-wrapper {
    margin-bottom: 2.5rem;
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.credit-range-table-scroll {
    overflow-x: auto;
}

/* Table */
.credit-range-table {
    width: 100%;
    border-collapse: collapse;
}

/* Header */
.credit-range-table thead tr {
    background: #fafafa;
    border-left: 4px solid #000;
    border-top: 1px solid #e4e4e7;
}

.credit-range-table th {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}

/* Cells */
.credit-range-table td {
    padding: 1rem 1.5rem;
}

.credit-range-table span {
    font-size: 1.25rem;
    font-weight: 600;
}

/* Rows */
.row-poor {
    background: #fee2e2;
    border-left: 4px solid #dc2626;
}

.row-fair {
    background: #fef9c3;
    border-left: 4px solid #eab308;
}

.row-good {
    background: #ecfccb;
    border-left: 4px solid #65a30d;
}

.row-excellent {
    background: #d1fae5;
    border-left: 4px solid #059669;
}

.row-noscore {
    background: #f3f4f6;
    border-left: 4px solid #9ca3af;
}

/* Text colors */
.row-poor span {
    color: #7f1d1d;
}
.row-fair span {
    color: #713f12;
}
.row-good span {
    color: #365314;
}
.row-excellent span {
    color: #064e3b;
}
.row-noscore span {
    color: #111827;
}

/* Info box */
.credit-range-info {
    border-left: 6px solid #0f766e;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.credit-range-info img {
    width: 1.5rem;
    height: 1.5rem;
    color: #0f766e;
    margin-top: 0.25rem;
}

.credit-range-info p {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.625;
}

/* FAQ */
.credit-range-faq {
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    background: linear-gradient(to right, #fffbeb, #fefce8);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #f59e0b;
}

.credit-range-faq h3 {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #d97706;
}

.credit-range-faq p {
    font-size: 1rem;
    color: #1f2937;
    line-height: 1.625;
}

/* What Your Credit Report Shows */

/* Section */
.credit-report-section {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #eff6ff, #eef2ff, #f5f3ff);
}

@media (min-width: 600px) {
    .credit-report-section {
        padding: 2rem 1rem 3rem;
    }
}

/* Container */
.credit-report-container {
    max-width: 72rem;
    margin: 0 auto;
}

/* Title */
.credit-report-title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 600px) {
    .credit-report-title {
        font-size: 2.25rem;
    }
}

/* Subtitle */
.credit-report-subtitle {
    margin: 0 auto 1.75rem;
    max-width: 48rem;
    text-align: center;
    font-size: 1.125rem;
    color: #374151;
}

/* Grid */
.credit-report-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
    .credit-report-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .credit-report-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Report Item */
.report-item {
    display: flex;
    align-items: center;
    border: 1px solid #1d4ed8;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.report-item span {
    font-size: 1rem;
    color: #1f2937;
}

/* Icon */
.report-icon {
    flex-shrink: 0;
    padding: 0.35rem;
    border-radius: 0.5rem;
    background: linear-gradient(to bottom right, #dbeafe, #e0e7ff);
}

.report-icon img {
    width: 1.75rem;
    height: 1.75rem;
    color: #1d4ed8;
}

/* Hover Effect */
.hover-scale {
    transition: transform 0.25s ease;
}

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

/* Bottom Note */
.credit-report-note {
    max-width: max-content;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 1rem;
    border-left: 6px solid #1d4ed8;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.credit-report-note p {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.625;
}

/* How to Improve Your Credit Score */

/* Section */
.improve-score-section {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #fffbeb, #fefce8, #fff7ed);
}

@media (min-width: 640px) {
    .improve-score-section {
        padding: 2rem 1rem 3rem;
    }
}

/* Container */
.improve-score-container {
    max-width: 72rem;
    margin: 0 auto;
}

/* Title */
.improve-score-title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 640px) {
    .improve-score-title {
        font-size: 2.25rem;
    }
}

/* Subtitle */
.improve-score-subtitle {
    margin-bottom: 1.75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #374151;
}

/* Grid */
.tips-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .tips-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-title {
        font-size: 2.25rem;
    }
}

/* Card */
.tip-card {
    padding: 1.5rem;
    border: 1px solid #d97706;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.tip-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.tip-card p {
    color: #374151;
}

/* Header */
.tip-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

/* Number */
.tip-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: linear-gradient(to bottom right, #ea580c, #d97706);
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* Note */
.improve-score-note {
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    border-left: 6px solid #d97706;
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.improve-score-note p {
    font-size: 1rem;
    color: #374151;
    line-height: 1.625;
}

/* =========================
   WHY MY MUDRA
========================= */

.why-mymudra {
    background: linear-gradient(to bottom right, #fdf6fa, #fdf0f7, #fdf6f7);
    padding: 2rem 1rem 3rem;
}

.container {
    max-width: 72rem;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.125rem;
    color: #374151;
    margin-bottom: 3rem;
}

.why-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.why-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #be185d;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.why-card:hover {
    transform: scale(1.03);
}

.why-icon-wrap {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

@media (min-width: 640px) {
    .why-icon-wrap {
        justify-content: flex-start;
    }
}

.why-icon-wrap {
    background: linear-gradient(to bottom right, #fbcfe8, #fecdd3);
    padding: 0.75rem;
    border-radius: 999px;
    width: fit-content;
}

.why-icon {
    width: 2rem;
    height: 2rem;
    color: #be185d;
}

.why-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
    text-align: center;
}

.why-card p {
    color: #374151;
    text-align: center;
}

@media (min-width: 640px) {
    .why-card h3,
    .why-card p {
        text-align: left;
    }
}

/* =========================
   SERVICES SECTION
========================= */

.services {
    background: linear-gradient(to bottom right, #ecfccb, #f0fdf4, #d1fae5);
    padding: 2rem 1rem 3rem;
}

.services-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.service-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e4e4e7;
    backdrop-filter: blur(8px);
    padding: 1.25rem;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: scale(1.03);
}

.service-icon {
    margin: 0 auto 0.75rem;
    padding: 0.6rem;
    border-radius: 999px;
    width: fit-content;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon i {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

/* Color Variants */
.blue .service-icon {
    background: linear-gradient(to bottom right, #3b82f6, #06b6d4);
}

.purple .service-icon {
    background: linear-gradient(to bottom right, #8b5cf6, #ec4899);
}

.green .service-icon {
    background: linear-gradient(to bottom right, #22c55e, #10b981);
}

.orange .service-icon {
    background: linear-gradient(to bottom right, #f97316, #f59e0b);
}

.indigo .service-icon {
    background: linear-gradient(to bottom right, #6366f1, #8b5cf6);
}

.service-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
}

/* Bottom Note */
.services-note {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    border-left: 6px solid #10b981;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    max-width: fit-content;
    margin: 0 auto;
}

.services-note p {
    font-size: 1.125rem;
    color: #374151;
}

/* FAQ */
.faq-box {
    padding: 2rem;
    border-radius: 1rem;
    background: linear-gradient(to right, #f0fdf4, #ecfdf5);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #16a34a;
}

.faq-box h3 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    color: #15803d;
}

.faq-box p {
    font-size: 1.125rem;
    color: #1f2937;
    line-height: 1.625;
}

/* FAQ Section */

/* Section */
.faq-section {
    padding: 4rem 1rem;
    background: linear-gradient(to bottom right, #f8fafc, #f9fafb, #fafafa);
}

@media (min-width: 600px) {
    .faq-section {
        padding: 2rem 1rem 3rem;
    }
}

/* Container */
.faq-container {
    max-width: 56rem;
    margin: 0 auto;
}

/* Title */
.faq-title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 600px) {
    .faq-title {
        font-size: 2.25rem;
    }
}

/* Subtitle */
.faq-subtitle {
    margin-bottom: 1.75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #374151;
}

/* List */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* DaisyUI overrides / alignment */
.faq-item {
    border: 2px solid #f3f4f6;
    border-radius: 0.75rem;
    background-color: #f9fafb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

/* Final CTA Section */

/* =========================
  CTA Card Container
========================= */

.cta-card {
    max-width: 60rem;
    margin: 2rem auto 0;
    padding: 1.5rem 0.5rem;
    border-radius: 0.5rem;
    border: 2px solid #f1f1f1;
    background: linear-gradient(
        to right,
        rgba(255, 228, 230, 0.5),
        #ffffff,
        rgba(224, 231, 255, 0.5)
    );
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================
  Inner Content
========================= */

.cta-content {
    width: 100%;
    max-width: 64rem;
    padding: 0 0.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

/* =========================
  Heading
========================= */

.cta-heading {
    color: #004485;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.35;
    max-width: 48rem;
}

/* =========================
  Subtext
========================= */

.cta-subtext {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.6;
    max-width: 42rem;
}

/* =========================
  CTA Button
========================= */

.cta-link {
    margin-top: 1rem;
}

.cta-button {
    background-color: #004485;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.cta-button:hover {
    background-color: #003366;
}

.cta-icon {
    width: 1rem;
    height: 1rem;
}

/* =========================
  Responsive Breakpoints
========================= */

@media (max-width: 480px) {
    .hero {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-title {
        margin-bottom: 0.5rem;
        font-size: 2.1rem;
    }

    .hero-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .hero-badges {
        margin-bottom: 20px;
    }

    .badge {
        font-size: 13px !important; /* text-sm */
    }

    .hero-tagline {
        font-size: 0.8rem;
    }

    .cibil-info {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .cibil-card {
        padding: 20px;
    }

    .cibil-text {
        font-size: 15px;
    }

    .credit-steps-button {
        font-size: 14px;
        padding: 15px 25px;
    }

    .credit-importance {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .credit-calculation {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .credit-impact {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .credit-steps {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .post-score-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .trust-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .credit-source-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .credit-range-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .credit-range-table th {
        font-size: 1rem;
    }

    .credit-range-table span {
        font-size: 1rem;
    }

    .credit-report-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .credit-report-note {
        padding: 20px;
    }

    .improve-score-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .faq-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .cta-button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ≥ 480px (xs) */
@media (min-width: 480px) {
    .cta-heading {
        font-size: 1.75rem;
    }

    .cta-subtext {
        font-size: 1rem;
    }

    .cta-button {
        font-size: 1rem;
    }
}

/* ≥ 640px (sm) */
@media (min-width: 600px) {
    .cta-card {
        padding: 2.5rem 2rem;
        border-radius: 0.75rem;
    }

    .cta-heading {
        font-size: 2rem;
    }

    .cta-link {
        margin-top: 0.5rem;
    }
}

/* ≥ 768px (md) */
@media (min-width: 768px) {
    .cta-card {
        border-radius: 1rem;
    }
}

/* sm breakpoint */
@media (min-width: 600px) {
    .hero {
        padding-top: 5rem; /* sm:py-20 */
        padding-bottom: 5rem;
    }

    .hero-title {
        font-size: 3rem; /* sm:text-5xl */
    }

    .hero-description {
        font-size: 1.25rem; /* sm:text-xl */
    }

    .badge {
        font-size: 1rem; /* sm:text-base */
    }

    .hero-badges {
        gap: 1.5rem; /* sm:gap-6 */
    }

    .cibil-info {
        padding-top: 2rem; /* sm:py-20 */
        padding-bottom: 3rem;
    }

    .cibil-title {
        font-size: 2.25rem; /* sm:text-4xl */
    }

    .credit-importance {
        padding-top: 2rem; /* sm:py-20 */
        padding-bottom: 3rem;
    }

    .credit-importance-title {
        font-size: 2.25rem; /* sm:text-4xl */
    }

    .credit-benefits {
        grid-template-columns: repeat(2, 1fr); /* sm:grid-cols-2 */
    }

    .credit-summary {
        padding: 2rem; /* sm:p-8 */
    }

    .credit-calculation {
        padding-top: 2rem; /* sm:py-20 */
        padding-bottom: 3rem;
    }

    .credit-calculation-title {
        font-size: 2.25rem; /* sm:text-4xl */
    }

    .credit-factors {
        grid-template-columns: repeat(2, 1fr); /* sm:grid-cols-2 */
    }

    .credit-note {
        padding: 2rem; /* sm:p-8 */
    }

    /* What Impacts Your Credit Score the Most */

    .credit-impact {
        padding-top: 2rem; /* sm:py-20 */
        padding-bottom: 3rem;
    }

    .credit-impact-note {
        padding: 1.5rem; /* sm:p-8 */
    }

    .credit-impact-title {
        font-size: 2.25rem;
    }

    /* How to Check Your Credit Score on My Mudra */

    .credit-steps {
        padding: 2rem 1rem 3rem;
    }

    .credit-steps-title {
        font-size: 2.25rem;
    }

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

    .credit-steps-info {
        padding: 2rem;
    }
}

/* md breakpoint */
@media (min-width: 825px) {
    .hero {
        padding-top: 7.5rem;
        padding-bottom: 2.15rem;
    }

    .hero-title {
        font-size: 3.75rem; /* md:text-6xl */
        margin-bottom: 10px;
    }

    .hero-btn-primary {
        padding: 1rem 2rem;
        font-size: 1.125rem; /* text-lg */
    }
}

/* lg breakpoint */
@media (min-width: 1000px) {
    .credit-factors {
        grid-template-columns: repeat(3, 1fr); /* lg:grid-cols-3 */
    }

    /* What Impacts Your Credit Score the Most */

    .credit-impact-layout {
        grid-template-columns: repeat(2, 1fr); /* lg:grid-cols-2 */
    }

    /* How to Check Your Credit Score on My Mudra */

    .credit-steps-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
