/* B.Tech 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;
}

/* Branch × category matrix (document style) */
.spot-seats-section .spot-seats-lead {
    margin: -4px 0 16px;
    color: #5a6570;
    font-size: 14px;
}
.spot-matrix-wrap {
    margin-top: 4px;
}
.spot-matrix-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: #fff;
}
.spot-matrix-table thead th {
    background: #00618a;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 11px 8px;
    border: 1px solid #005070;
    white-space: nowrap;
}
.spot-matrix-table .spot-col-branch {
    text-align: left;
    min-width: 220px;
}
.spot-matrix-table tbody td {
    border: 1px solid #d5dee5;
    padding: 8px 6px;
    vertical-align: middle;
    text-align: center;
}
.spot-matrix-table tbody tr:nth-child(even) {
    background: #f7fafc;
}
.spot-matrix-table tbody tr:hover {
    background: #eef6fa;
}
.spot-matrix-table td.spot-col-branch {
    text-align: left;
    font-weight: 600;
    color: #1f3d4d;
    padding-left: 12px;
}
.spot-matrix-table td.spot-col-sn {
    color: #6b7780;
    width: 48px;
}
.spot-dash {
    color: #b0b8c0;
    font-weight: 600;
}
.spot-filled {
    display: inline-block;
    min-width: 54px;
    padding: 5px 8px;
    border-radius: 4px;
    background: #eceff2;
    color: #7a858e;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.spot-seat-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 6px 10px;
    border-radius: 5px;
    text-decoration: none !important;
    background: #00a54f;
    border: 1px solid #008942;
    color: #fff !important;
    line-height: 1.15;
}
.spot-seat-btn:hover,
.spot-seat-btn:focus {
    background: #008942;
    border-color: #007a3a;
    color: #fff !important;
}
.spot-seat-btn.is-female {
    background: #b75906;
    border-color: #9a4a05;
}
.spot-seat-btn.is-female:hover,
.spot-seat-btn.is-female:focus {
    background: #9a4a05;
    border-color: #823f04;
}
.spot-seat-btn .spot-seat-num {
    font-size: 16px;
    font-weight: 700;
}
.spot-seat-btn .spot-seat-lbl {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.95;
}
.spot-matrix-empty {
    text-align: center !important;
    color: #a94442;
    padding: 18px !important;
}
.spot-seats-note {
    margin: 12px 0 0;
    font-size: 12px;
    color: #6b7780;
}

.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%; }
    .spot-matrix-table {
        font-size: 12px;
    }
    .spot-matrix-table .spot-col-branch {
        min-width: 160px;
    }
    .spot-seat-btn {
        min-width: 48px;
        padding: 5px 6px;
    }
}
