
.admission-page { font-family: var(--vims-font, "Inter", system-ui, sans-serif); color: var(--vims-gray-900, #1a1a1a); }
.admission-page section { padding: 4rem 1rem; }
.admission-page .container { max-width: 1100px; margin: 0 auto; }

/* Hero */
.adm-hero {
    background: var(--vims-primary-gradient, linear-gradient(135deg, #1a3020 0%, #0f1d13 100%));
    color: #fff;
    padding: 5rem 1rem 4rem;
    text-align: center;
}
.adm-hero h1 { font-size: clamp(1.85rem, 4.5vw, 3rem); margin: 0 0 1rem; line-height: 1.15; font-weight: 700;   color: #fff;
}
.adm-hero p { font-size: clamp(1rem, 2vw, 1.2rem); max-width: 720px; margin: 0 auto 2rem; opacity: 0.92; line-height: 1.6; }
.adm-trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 2rem; font-size: 0.9rem; opacity: 0.95; }
.adm-trust-strip span::before { content: "✓ "; color: var(--vims-bronze, #a97d5c); font-weight: 700; }

/* Section headers */
.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: var(--vims-bronze, #a97d5c);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}
.section-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    margin: 0 0 1rem;
    line-height: 1.2;
    color: var(--vims-primary, #1a3020);
    font-weight: 700;
}
.section-subtitle {
    font-size: 1.05rem;
    color: var(--vims-gray-700, #555);
    max-width: 720px;
    margin: 0 0 2.5rem;
    line-height: 1.6;
}

/* 3-Step process */
.steps-section { background: #fff; }
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.step-card {
    background: #faf7f0;
    border: 1px solid #e0d8c8;
    border-radius: 8px;
    padding: 1.75rem;
    position: relative;
}
.step-card .step-num {
    position: absolute;
    top: -16px;
    left: 1.25rem;
    background: var(--vims-bronze, #a97d5c);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
}
.step-card h3 { font-size: 1.2rem; margin: 0.5rem 0 0.75rem; color: var(--vims-primary, #1a3020); }
.step-card p { font-size: 0.95rem; line-height: 1.65; color: #444; margin: 0; }

/* Eligibility */
.eligibility-section { background: #f5f1e8; }
.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}
.elig-card {
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 8px;
    padding: 1.75rem;
}
.elig-card h3 { font-size: 1.2rem; margin: 0 0 0.5rem; color: var(--vims-primary, #1a3020); }
.elig-card .elig-for { color: var(--vims-bronze, #a97d5c); font-style: italic; font-size: 0.92rem; margin-bottom: 1rem; }
.elig-card ul { margin: 0; padding-left: 1.2rem; font-size: 0.95rem; line-height: 1.7; color: #444; }
.elig-card ul li { margin-bottom: 0.4rem; }
.elig-note {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: #fff8e7;
    border-left: 4px solid var(--vims-bronze, #a97d5c);
    border-radius: 4px;
    font-size: 0.88rem;
    color: #5a4a2a;
    line-height: 1.55;
}

/* Fee schedule */
.fees-section { background: #fff; }
.fees-note {
    background: #f5f1e8;
    border-left: 4px solid var(--vims-primary, #1a3020);
    padding: 1rem 1.25rem;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.fee-mode-block { margin-bottom: 2rem; }
.fee-mode-block h3 {
    font-size: 1.1rem;
    color: var(--vims-primary, #1a3020);
    margin: 0 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}
.fee-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 8px;
    overflow: hidden;
}
.fee-table th, .fee-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid #f0e8d8;
    font-size: 0.95rem;
}
.fee-table th {
    background: var(--vims-primary, #1a3020);
    color: #fff;
    font-weight: 600;
    font-size: 0.88rem;
}
.fee-table td.fee-amount {
    text-align: right;
    font-weight: 600;
    color: var(--vims-bronze, #a97d5c);
    font-variant-numeric: tabular-nums;
}
.fee-table tr:last-child td { border-bottom: none; }
.fee-table tr:nth-child(even) td { background: #faf7f0; }

.additional-charges {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #faf7f0;
    border-radius: 8px;
    border: 1px solid #e0d8c8;
}
.additional-charges h3 { margin: 0 0 1rem; font-size: 1.1rem; color: var(--vims-primary, #1a3020); }
.additional-charges ul { margin: 0; padding-left: 1.2rem; font-size: 0.93rem; line-height: 1.8; color: #444; }
.additional-charges ul li strong { color: var(--vims-primary, #1a3020); }

.day-one-callout {
    margin-top: 2rem;
    padding: 1.5rem 1.75rem;
    background: var(--vims-primary, #1a3020);
    color: #fff;
    border-radius: 8px;
    border-left: 5px solid var(--vims-gold, #d4af37);
}
.day-one-callout h3 { margin: 0 0 0.5rem; color: var(--vims-gold, #d4af37); font-size: 1.05rem; }
.day-one-callout p { margin: 0; line-height: 1.65; opacity: 0.95; font-size: 0.95rem; }

/* Documents */
.docs-section { background: #f5f1e8; }
.docs-list {
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 8px;
    padding: 1.75rem 2rem;
    margin-top: 1rem;
}
.docs-list ol {
    margin: 0;
    padding-left: 1.5rem;
    font-size: 0.97rem;
    line-height: 2;
    color: #333;
}
.docs-list ol li { padding-left: 0.3rem; }
.docs-list ol li strong { color: var(--vims-primary, #1a3020); }
.docs-flex-only {
    margin-top: 1rem;
    padding: 0.85rem 1.25rem;
    background: #fff8e7;
    border-left: 4px solid var(--vims-bronze, #a97d5c);
    border-radius: 4px;
    font-size: 0.9rem;
    color: #5a4a2a;
    line-height: 1.6;
}
.docs-pending-note {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    line-height: 1.6;
}

/* Important dates */
.dates-section { background: #fff; }
.dates-list {
    margin-top: 1.5rem;
    border: 1px solid #e0d8c8;
    border-radius: 8px;
    overflow: hidden;
}
.date-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
    border-bottom: 1px solid #f0e8d8;
    background: #fff;
    align-items: center;
}
.date-row:last-child { border-bottom: none; }
.date-row:nth-child(even) { background: #faf7f0; }
.date-row .date-label { font-weight: 600; color: var(--vims-primary, #1a3020); font-size: 0.95rem; }
.date-row .date-value { color: #444; font-size: 0.95rem; line-height: 1.55; }
@media (max-width: 600px) {
    .date-row { grid-template-columns: 1fr; gap: 0.25rem; }
    .date-row .date-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--vims-bronze, #a97d5c); }
}

/* Why choose */
.why-section { background: var(--vims-primary, #1a3020); color: #fff; }
.why-section .section-title, .why-section .section-eyebrow { color: #fff; }
.why-section .section-eyebrow { color: var(--vims-gold, #d4af37); }
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}
.why-item {
    background: rgba(255,255,255,0.05);
    padding: 1.5rem;
    border-radius: 8px;
    border-top: 3px solid var(--vims-gold, #d4af37);
}
.why-item h4 { margin: 0 0 0.5rem; font-size: 1.05rem; color: var(--vims-gold, #d4af37); }
.why-item p { font-size: 0.92rem; line-height: 1.6; opacity: 0.92; margin: 0; }

/* FAQ */
.faq-section { background: #f5f1e8; }
.faq-item {
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.faq-item summary {
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    color: var(--vims-primary, #1a3020);
    list-style: none;
    position: relative;
    padding-right: 2.5rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--vims-bronze, #a97d5c);
    font-size: 1.5rem;
    font-weight: 400;
    transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-body {
    padding: 0 1.25rem 1rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}

/* Apply CTA */
.apply-cta-section {
    background: var(--vims-primary-gradient, linear-gradient(135deg, #1a3020 0%, #0f1d13 100%));
    color: #fff;
    text-align: center;
    padding: 4rem 1rem;
}
.apply-cta-section h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin: 0 0 0.5rem; }
.apply-cta-section p { opacity: 0.9; margin: 0 0 2rem; font-size: 1rem; }
.apply-cta-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-bottom: 1.5rem; }
.apply-cta-buttons a {
    background: var(--vims-bronze, #a97d5c);
    color: #fff;
    padding: 0.9rem 1.6rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.15s ease;
}
.apply-cta-buttons a:hover { background: #8e6845; }
.apply-cta-buttons .btn-secondary { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); }
.apply-cta-buttons .btn-secondary:hover { background: rgba(255,255,255,0.18); }
.apply-cta-section .address {
    margin-top: 1.5rem;
    font-size: 0.88rem;
    opacity: 0.85;
    line-height: 1.6;
}

/* Related */
.related-pages { background: #fff; }
.related-pages ul { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; }
.related-pages a { color: var(--vims-primary, #1a3020); text-decoration: none; font-weight: 500; padding: 0.4rem 0; }
.related-pages a:hover { color: var(--vims-bronze, #a97d5c); }
.related-pages a::after { content: " →"; color: var(--vims-bronze, #a97d5c); }

