/* M.Sc. Spot Counselling landing page */
.spot-landing-wrap {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.65;
}
.spot-hero {
    background: linear-gradient(135deg, #00618a 0%, #004d6d 55%, #b75906 100%);
    color: #fff;
    padding: 28px 24px 32px;
    border-radius: 6px;
    margin-bottom: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.spot-hero h1 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: none;
    color: #fff;
}
.spot-hero .spot-hero-sub {
    font-size: 17px;
    opacity: 0.95;
    margin-bottom: 10px;
}
.spot-hero .spot-hero-note {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    margin-top: 8px;
}
.spot-section {
    background: #fff;
    border: 1px solid #e2e8ec;
    border-radius: 6px;
    padding: 20px 22px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.spot-section h2 {
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #b75906;
    color: #00618a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.spot-section h3 {
    font-size: 15px;
    color: #b75906;
    margin: 18px 0 10px;
    font-weight: 700;
}
.spot-elig-list {
    padding-left: 22px;
    margin: 0;
}
.spot-elig-list li {
    margin-bottom: 10px;
    text-align: justify;
}
.spot-table-doc {
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
}
.spot-table-doc th {
    background: #00618a;
    color: #fff;
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #005574;
    font-weight: 600;
}
.spot-table-doc td {
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #d8dee4;
    vertical-align: middle;
}
.spot-table-doc tbody tr:nth-child(even) {
    background: #f7fafc;
}
.spot-table-doc .spot-row-label {
    font-weight: 700;
    background: #eef4f8;
    text-align: center;
}
.spot-matrix-highlight {
    border: 2px solid #b75906;
    background: linear-gradient(to bottom, #fffbf5, #fff);
}
.spot-matrix-highlight .spot-matrix-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 8px;
}
.spot-matrix-chip {
    min-width: 88px;
    text-align: center;
    padding: 12px 10px;
    border-radius: 6px;
    border: 1px solid #e8c9a8;
    background: #fff;
}
.spot-matrix-chip strong {
    display: block;
    font-size: 22px;
    color: #00618a;
    line-height: 1.2;
}
.spot-matrix-chip span {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.spot-instructions ol {
    padding-left: 22px;
    margin: 0;
}
.spot-instructions li {
    margin-bottom: 12px;
    text-align: justify;
}
.spot-cta-bar {
    text-align: center;
    padding: 22px 16px;
    margin: 24px 0;
    background: #f0f7fa;
    border: 1px dashed #00618a;
    border-radius: 8px;
}
.spot-cta-bar .btn-apply-main {
    font-size: 16px;
    padding: 12px 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #00a54f;
    border-color: #008942;
}
.spot-cta-bar .btn-apply-main:hover {
    background: #008942;
    border-color: #007a3a;
}
.spot-seats-table thead tr {
    background: #00618a;
    color: #fff;
}
.spot-seats-table thead th {
    border-color: #005574 !important;
    font-weight: 600;
    text-align: center;
}
.spot-fee-footnote {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
    font-style: italic;
}
.spot-footer-links {
    text-align: center;
    padding: 16px 0 8px;
    border-top: 1px solid #eee;
    margin-top: 8px;
}
@media (max-width: 767px) {
    .spot-hero h1 { font-size: 22px; }
    .spot-matrix-chip { min-width: 70px; flex: 1 1 40%; }
}
