/* ==========================================================================
   Premium Base Styles & Variables
   ========================================================================== */
:root {
    --primary-color: #2563eb;
    --primary-hover: #1d4ed8;
    --secondary-color: #f8fafc;
    --text-main: #334155;
    --text-light: #64748b;
    --heading-color: #0f172a;
    --white: #ffffff;
    --border-color: #e2e8f0;
    --alert-bg: #fffbeb;
    --alert-text: #b45309;
    --success-bg: #ecfdf5;
    --success-border: #10b981;
    --danger-bg: #fef2f2;
    --danger-border: #ef4444;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --radius-md: 8px;
    --radius-lg: 12px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    background-color: #f1f5f9;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.text-center { text-align: center; }

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
    background-color: #1e3a8a; /* Dark blue background */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-sm);
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo a {
    font-size: 24px;
    font-weight: 800;
    color: var(--white);
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo span {
    color: #93c5fd; /* Light blue accent */
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 12px; /* Reduced gap to prevent wrapping */
}

.main-nav a {
    color: #f1f5f9;
    font-weight: 600;
    font-size: 14px; /* Slightly smaller to fit */
    text-decoration: none;
    padding: 8px 10px; /* Reduced padding */
    border-radius: var(--radius-md);
    transition: background 0.2s, color 0.2s;
}

.main-nav a:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.15); /* Light translucent hover */
    text-decoration: none;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 25px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle .bar {
    height: 3px;
    width: 100%;
    background-color: var(--white);
    border-radius: 3px;
}

/* ==========================================================================
   Hero Section & Disclaimers
   ========================================================================== */
.hero-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: var(--white);
    padding: 60px 0 80px;
}

.hero-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.hero-disclaimer-inline {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    backdrop-filter: blur(4px);
}
.hero-disclaimer-inline a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/* Stat Boxes in Hero */
.stat-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.stat-box {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: var(--radius-md);
    padding: 15px 20px;
    min-width: 150px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: var(--heading-color);
}
.animated-box {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animated-box:hover {
    transform: translateY(-8px);
}
.stat-icon {
    font-size: 28px;
    margin-bottom: 5px;
}
.stat-num {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
}
.stat-text {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
}

/* Hero State Dropdown */
.hero-state-selector {
    max-width: 500px;
    margin: 0 auto;
}
.state-dropdown {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: var(--radius-md);
    border: none;
    outline: none;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    color: var(--heading-color);
    appearance: none;
    background: var(--white) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat right 15px top 50%;
    background-size: 12px auto;
}
.state-dropdown:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   Main Content Area & Article Styling
   ========================================================================== */
.main-content {
    padding-bottom: 40px;
}

.article-card {
    background-color: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-lg);
    margin-bottom: 30px;
}

.page-title {
    color: var(--heading-color);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

h2 {
    color: var(--heading-color);
    font-size: 26px;
    font-weight: 700;
    margin: 50px 0 25px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 10px;
}
h2:first-of-type { margin-top: 0; }

h3 {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 10px;
}

p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #475569;
}

ul.content-list, ol.content-list {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #475569;
}

ul.content-list li, ol.content-list li {
    margin-bottom: 10px;
}

/* Informational Box / Quick Summary */
.info-box {
    background-color: var(--secondary-color);
    border-left: 4px solid var(--primary-color);
    padding: 24px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin: 25px 0;
}
.info-box ul { list-style: none; padding: 0; }
.info-box li { margin-bottom: 10px; font-size: 16px; }
.info-box strong { color: var(--heading-color); }

/* Alert Box */
.alert-box {
    background-color: var(--alert-bg);
    color: var(--alert-text);
    padding: 16px 20px;
    border-radius: var(--radius-md);
    margin: 20px 0;
    font-size: 15px;
    border: 1px solid #fde68a;
    font-weight: 500;
}

/* Premium Button */
.btn-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px 0 rgb(37 99 235 / 0.39);
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: var(--primary-hover);
    color: var(--white);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgb(37 99 235 / 0.39);
}

/* ==========================================================================
   Quick Access Grid
   ========================================================================== */
.quick-access-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}
.quick-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 25px 20px;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, border-color 0.3s;
    text-decoration: none !important;
}

/* Universal Pastel Background Colors */
.bg-soft-blue { background-color: #dbeafe; border-color: #93c5fd; }
.bg-soft-green { background-color: #dcfce7; border-color: #86efac; }
.bg-soft-orange { background-color: #ffedd5; border-color: #fdba74; }
.bg-soft-purple { background-color: #f3e8ff; border-color: #d8b4fe; }

.quick-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.quick-card:hover h3, .quick-card:hover p {
    color: var(--white) !important;
}
.quick-card .icon {
    font-size: 32px;
    margin-bottom: 15px;
}
.quick-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: var(--heading-color);
}
.quick-card p {
    margin: 0;
    font-size: 14px;
}

/* ==========================================================================
   Tables
   ========================================================================== */
.table-responsive {
    overflow-x: auto;
    margin: 25px 0;
}
.premium-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
}
.premium-table th {
    background: var(--secondary-color);
    color: var(--heading-color);
    font-weight: 600;
    text-align: left;
    padding: 15px;
    border-bottom: 2px solid var(--border-color);
}
.premium-table td {
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-main);
}
.premium-table tr:last-child td { border-bottom: none; }

/* ==========================================================================
   Eligibility Grid (Yes/No Cards)
   ========================================================================== */
.eligibility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 25px 0;
}
.eligibility-card {
    padding: 25px;
    border-radius: var(--radius-lg);
    border: 1px solid;
}
.yes-card {
    background: var(--success-bg);
    border-color: var(--success-border);
}
.no-card {
    background: var(--danger-bg);
    border-color: var(--danger-border);
}
.check-list, .cross-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.check-list li, .cross-list li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}
.check-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    top: 2px;
}
.cross-list li::before {
    content: '❌';
    position: absolute;
    left: 0;
    top: 2px;
}

/* ==========================================================================
   Documents Grid
   ========================================================================== */
.doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 25px 0;
}
.doc-item {
    background: var(--white);
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    box-shadow: var(--shadow-sm);
}

/* ==========================================================================
   State Grid System
   ========================================================================== */
.state-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.state-card-link {
    text-decoration: none !important;
}
.state-card-item {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: var(--shadow-sm);
    height: 100%;
}
.state-card-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}
.state-card-item h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: var(--heading-color);
}
.state-card-item p {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
}
.state-hindi-text {
    font-size: 14px !important;
    color: var(--text-light) !important;
    font-weight: 500 !important;
    margin-bottom: 18px !important;
}
.btn-state {
    display: block;
    background-color: var(--primary-color);
    color: var(--white) !important;
    padding: 10px 16px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--primary-color);
}
.btn-state:hover {
    background-color: var(--primary-hover);
    color: var(--white);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}

.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}
.badge-hot { background-color: #ef4444; }
.badge-new { background-color: #10b981; }

/* ==========================================================================
   Vertical Timeline UI (Step-by-Step)
   ========================================================================== */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
}
.compact-timeline {
    margin: 20px auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    left: 25px;
    margin-left: -1px;
}
.compact-timeline::after {
    left: 17px;
}
.timeline-item {
    padding: 10px 0 30px 60px;
    position: relative;
    background-color: inherit;
    width: 100%;
}
.compact-timeline .timeline-item {
    padding: 5px 0 20px 45px;
}
.timeline-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 5px;
    background-color: var(--primary-color);
    border: 4px solid var(--white);
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
}
.compact-timeline .timeline-icon {
    width: 30px;
    height: 30px;
    left: 2px;
    font-size: 14px;
    border-width: 3px;
}
.timeline-content {
    padding: 20px;
    background-color: var(--secondary-color);
    position: relative;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
}
.compact-timeline .timeline-content {
    padding: 15px;
}
.timeline-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--heading-color);
    font-size: 18px;
}
.compact-timeline .timeline-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.compact-timeline .timeline-content p {
    font-size: 14px;
    margin-bottom: 0;
}

/* ==========================================================================
   FAQ Accordion Styling
   ========================================================================== */
.faq-section { margin-top: 30px; }
.faq-item {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    font-weight: 600;
    color: var(--heading-color);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    padding: 16px 20px;
    background: var(--white);
    transition: background 0.2s;
}
.faq-question:hover { background: var(--secondary-color); }
.faq-question::after {
    content: '+';
    font-size: 24px;
    color: var(--primary-color);
    transition: transform 0.3s;
}
.faq-item.active .faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: #475569;
    border-top: 1px solid var(--border-color);
    background: var(--white);
    margin-top: 10px;
    padding-top: 15px;
}
.faq-item.active .faq-answer { display: block; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    background-color: var(--heading-color);
    color: var(--text-light);
    padding: 50px 0 20px;
    margin-top: 60px;
}
.footer-disclaimer-box {
    background-color: rgba(255,255,255,0.03);
    padding: 24px;
    border-radius: var(--radius-md);
    margin-bottom: 40px;
    border: 1px solid rgba(255,255,255,0.08);
}
.footer-disclaimer-box h4 {
    color: #fca5a5;
    margin-bottom: 12px;
    font-size: 18px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
}
.footer-links ul {
    list-style: none;
    display: flex;
    gap: 24px;
}
.footer-links a {
    color: var(--text-light);
    font-size: 15px;
    font-weight: 500;
}
.footer-links a:hover { color: var(--white); }

/* ==========================================================================
   Mobile Responsiveness
   ========================================================================== */
@media (max-width: 768px) {
    .hero-title { font-size: 30px; }
    .hero-subtitle { font-size: 16px; }
    .hero-section { padding: 40px 0 60px; }
    
    .article-card {
        padding: 24px;
        margin-top: -20px;
    }
    
    .eligibility-grid { grid-template-columns: 1fr; }

    .menu-toggle { display: flex; }
    .main-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: var(--white);
        box-shadow: var(--shadow-md);
        padding: 20px;
    }
    .main-nav.active { display: block; }
    .main-nav ul {
        flex-direction: column;
        gap: 10px;
    }
    .main-nav a {
        color: var(--text-main);
        padding: 12px;
        display: block;
        background: none;
        border-radius: var(--radius-md);
    }
    .main-nav a:hover {
        background: #f1f5f9;
        color: var(--primary-color);
    }
    .page-title { font-size: 26px; }
    .state-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .state-grid { grid-template-columns: 1fr; }
    .timeline::after { left: 20px; }
    .timeline-icon {
        width: 30px;
        height: 30px;
        left: 5px;
        font-size: 14px;
    }
    .timeline-item { padding-left: 50px; }
}

/* ==========================================================================
   Advanced Inner Page UI Components (Competitor Match)
   ========================================================================== */

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb span {
    color: var(--text-color);
    font-weight: 600;
}

/* Update Date */
.update-date {
    font-size: 14px;
    color: #64748b;
    margin-top: -10px;
    margin-bottom: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* District Grid */
.district-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.district-btn {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px;
    border-radius: var(--radius-sm);
    text-align: center;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    transition: all 0.2s;
    cursor: default;
}
.district-btn:hover {
    background: #e0f2fe;
    border-color: #bae6fd;
    color: #0369a1;
}

/* Callout Boxes */
.callout {
    padding: 16px 20px;
    border-radius: var(--radius-md);
    margin: 25px 0;
    font-size: 15.5px;
    line-height: 1.6;
    border-left: 4px solid transparent;
}
.callout.blue {
    background-color: #eff6ff;
    border-left-color: #3b82f6;
    color: #1e3a8a;
}
.callout.yellow {
    background-color: #fefce8;
    border-left-color: #eab308;
    color: #854d0e;
}
.callout.green {
    background-color: #f0fdf4;
    border-left-color: #22c55e;
    color: #166534;
}
.callout.red {
    background-color: #fef2f2;
    border-left-color: #ef4444;
    color: #991b1b;
}

/* Styled Ordered Lists */
ol.steps-ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
    margin-bottom: 30px;
}
ol.steps-ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 12px;
    padding: 15px 15px 15px 55px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background: #f8fafc;
    border-left: 4px solid var(--primary-color);
    border-radius: 0 6px 6px 0;
}
ol.steps-ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(37,99,235,0.3);
}

/* Official Button Group */
.official-btn-group {
    display: flex;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}
.btn-official {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: #059669; /* Green */
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: var(--radius-md);
    transition: background 0.3s, transform 0.2s;
    flex: 1;
    min-width: 250px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(5,150,105,0.2);
}
.btn-official:hover {
    background: #047857;
    transform: translateY(-2px);
}
.btn-official.secondary {
    background: #475569;
    box-shadow: 0 4px 6px -1px rgba(71,85,105,0.2);
}
.btn-official.secondary:hover {
    background: #334155;
}

/* Keyboard Tags */
kbd {
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 14px;
    color: #334155;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

/* Related States Grid */
.related-states {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 25px;
    margin-top: 40px;
}
.related-states h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--heading-color);
}
.related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.related-grid a {
    background: #fff;
    border: 1px solid #cbd5e1;
    color: var(--primary-color);
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.related-grid a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* ==========================================================================
   Footer Grid & FAQ Components
   ========================================================================== */
.footer-disclaimer-box {
    background: #1e293b;
    padding: 20px;
    border-radius: var(--radius-md);
    margin-bottom: 30px;
    border-left: 4px solid #ef4444;
}
.footer-disclaimer-box h4 {
    color: #f87171;
    margin-top: 0;
    margin-bottom: 10px;
}
.footer-disclaimer-box p {
    color: #cbd5e1;
    font-size: 14px;
    margin: 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}
.footer-grid h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #334155;
    padding-bottom: 10px;
}
.footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-grid ul li {
    margin-bottom: 10px;
}
.footer-grid ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 14px;
}
.footer-grid ul li a:hover {
    color: #fff;
}
.footer-official-text {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #94a3b8;
}
.footer-official-text a {
    color: var(--primary-color);
    text-decoration: none;
}

/* FAQ Section */
.faq-section {
    margin-top: 40px;
    background: #f8fafc;
    padding: 25px;
    border-radius: var(--radius-md);
    border: 1px solid #e2e8f0;
}
.faq-section h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--heading-color);
    font-size: 22px;
}

.faq-q {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 8px 0;
}
.faq-a {
    font-size: 15px;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
}
.disclaimer-link {
    color: #ef4444 !important;
    font-weight: bold;
}

/* ==========================================================================
   Info Table (Financial & Eligibility)
   ========================================================================== */
.info-table-wrap {
    overflow-x: auto;
    margin: 20px 0;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
}
.info-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    text-align: left;
}
.info-table th {
    background: var(--primary-color);
    color: var(--white);
    padding: 14px 20px;
    font-weight: 600;
}
.info-table td {
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color);
}
.info-table tbody tr:nth-child(even) {
    background: #f8fafc;
}
.info-table tbody tr:hover {
    background: #f1f5f9;
}
