/* ============================================================
   SKILLSFUTURE — INDEX / HOMEPAGE STYLES
   Used by: index.html only
   ============================================================ */

/* ── HERO ───────────────────────────────────────────────────── */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 60% 40%, rgba(14, 165, 233, 0.15) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 10% 60%, rgba(99, 102, 241, 0.10) 0%, transparent 60%),
        var(--dark);
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--border) 1px, transparent 1px),
        linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.35;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.8rem;
    color: var(--primary-light);
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-badge i {
    color: var(--gold);
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--accent2) 60%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 32px;
}

.hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

/* ── ASSESSMENT CTA STRIP ───────────────────────────────────── */
.assessment-hero-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.10) 0%, rgba(99, 102, 241, 0.10) 100%);
    border: 1px solid rgba(56, 189, 248, 0.40);
    border-radius: 14px;
    padding: 14px 20px;
    text-decoration: none;
    margin-bottom: 36px;
    transition: all 0.3s;
    max-width: 460px;
}

.assessment-hero-cta:hover {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.18) 0%, rgba(99, 102, 241, 0.18) 100%);
    border-color: rgba(56, 189, 248, 0.7);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(14, 165, 233, 0.18);
}

.assessment-cta-icon {
    font-size: 1.7rem;
    color: var(--accent);
    flex-shrink: 0;
}

.assessment-cta-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.assessment-cta-text strong {
    color: var(--text-white);
    font-size: 0.95rem;
    font-weight: 700;
}

.assessment-cta-text small {
    color: var(--text-muted);
    font-size: 0.78rem;
}

.assessment-cta-arrow {
    font-size: 1.3rem;
    color: var(--primary-light);
    flex-shrink: 0;
}

/* ── HERO STATS ─────────────────────────────────────────────── */
.hero-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item .stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--accent) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-item .stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

.hero-image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-image-wrap img {
    width: 100%;
    max-width: 560px;
    border-radius: 20px;
    border: 1px solid var(--border);
    box-shadow: 0 0 80px rgba(14, 165, 233, 0.25), 0 0 120px rgba(99, 102, 241, 0.12);
}

.hero-image-glow {
    position: absolute;
    inset: -20px;
    border-radius: 30px;
    background: radial-gradient(ellipse at center, rgba(14, 165, 233, 0.18) 0%, transparent 70%);
    filter: blur(20px);
    z-index: -1;
}

/* ── SECTION COMMON ─────────────────────────────────────────── */
section {
    padding: 90px 0;
}

.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 16px;
}

.section-desc {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 620px;
    line-height: 1.75;
}

.section-title-center {
    text-align: center;
}

.section-title-center .section-desc {
    margin: 0 auto;
}

/* ── WHY ────────────────────────────────────────────────────── */
.why-section {
    background: var(--dark-card);
}

.differentiator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.diff-card {
    background: var(--dark-card2);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.diff-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent2) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.diff-card:hover {
    transform: translateY(-4px);
    border-color: rgba(14, 165, 233, 0.4);
}

.diff-card:hover::before {
    opacity: 1;
}

.diff-icon {
    width: 48px;
    height: 48px;
    background: rgba(14, 165, 233, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.4rem;
    color: var(--primary-light);
}

.diff-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.diff-card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── TRACKS ─────────────────────────────────────────────────── */
.tracks-section {
    background: var(--dark);
}

.track-tabs {
    display: flex;
    gap: 8px;
    margin: 40px 0 32px;
    flex-wrap: wrap;
}

.track-tab {
    padding: 12px 28px;
    border-radius: 50px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
}

.track-tab.active,
.track-tab:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent2) 100%);
    color: white;
    border-color: transparent;
}

.track-content {
    display: none;
}

.track-content.active {
    display: block;
}

.highlight-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.3);
    color: var(--primary-light);
    font-size: 0.78rem;
    font-weight: 600;
}

/* ── LEVEL CARDS ────────────────────────────────────────────── */
.level-card {
    background: var(--dark-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 36px;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.level-card:hover {
    border-color: rgba(14, 165, 233, 0.45);
    transform: translateX(4px);
}

.level-card .level-num {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 7rem;
    font-weight: 900;
    color: rgba(14, 165, 233, 0.05);
    line-height: 1;
    padding-right: 20px;
}

.level-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.badge-l1 {
    background: rgba(6, 182, 212, 0.15);
    border: 1px solid rgba(6, 182, 212, 0.4);
    color: var(--accent);
}

.badge-l2 {
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: var(--accent2);
}

.badge-l3 {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: var(--gold);
}

.level-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.level-title-wrap {
    flex: 1;
}

.level-title-wrap h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.level-title-wrap .level-sub {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.level-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.level-meta-item .meta-val {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-white);
}

.level-meta-item .meta-label {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.level-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.learn-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.learn-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: var(--text-body);
    margin-bottom: 10px;
    line-height: 1.5;
}

.learn-list li i {
    color: var(--green);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.capstone-box {
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 12px;
    padding: 20px;
}

.capstone-box h5 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.capstone-box p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

.specialization-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.spec-item {
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 12px 16px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 10px;
    font-size: 0.85rem;
    color: #fbbf24;
}

/* ── JUNIOR TRACK ───────────────────────────────────────────── */
.junior-card {
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-card2) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.for-whom-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.for-tag {
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(6, 182, 212, 0.12);
    border: 1px solid rgba(6, 182, 212, 0.3);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 600;
}

.mini-app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.mini-app {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.25);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ── OUTCOMES ───────────────────────────────────────────────── */
.outcomes-section {
    background: var(--dark-card);
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 40px 0;
}

.role-card {
    background: var(--dark-card2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s;
}

.role-card:hover {
    border-color: var(--primary-light);
    transform: translateY(-3px);
}

.role-card .role-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.role-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.role-card p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0;
}

.salary-banner {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(99, 102, 241, 0.12) 100%);
    border: 1px solid rgba(14, 165, 233, 0.28);
    border-radius: 16px;
    padding: 32px 40px;
    text-align: center;
    margin-top: 40px;
}

.salary-banner .salary-range {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--gold) 0%, var(--accent2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.salary-banner p {
    color: var(--text-muted);
    margin: 8px 0 0;
}

/* ── CAMPUS DELIVERY ────────────────────────────────────────── */
.campus-section {
    background: var(--dark);
}

.campus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.campus-card {
    background: var(--dark-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.campus-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.campus-card:hover {
    border-color: rgba(14, 165, 233, 0.5);
    transform: translateY(-4px);
}

.campus-card:hover::before {
    opacity: 1;
}

.campus-icon {
    width: 44px;
    height: 44px;
    background: rgba(6, 182, 212, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.campus-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.campus-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── DELIVERY ───────────────────────────────────────────────── */
.delivery-section {
    background: var(--dark-card);
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 48px;
}

.delivery-item {
    background: var(--dark-card2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s;
}

.delivery-item:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
}

.delivery-item .d-icon {
    width: 44px;
    height: 44px;
    background: rgba(6, 182, 212, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.delivery-item h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.delivery-item p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0;
}

/* ── ADMISSION ──────────────────────────────────────────────── */
.admission-section {
    background: var(--dark);
}

.admission-steps {
    display: flex;
    gap: 0;
    margin-top: 48px;
    flex-wrap: wrap;
}

.admission-step {
    flex: 1;
    min-width: 200px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.admission-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -1px;
    width: 2px;
    height: 56px;
    background: linear-gradient(to bottom, var(--primary), transparent);
}

.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
    margin: 0 auto 16px;
}

.admission-step h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.admission-step p {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.direct-entry-note {
    margin-top: 40px;
    padding: 20px 28px;
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 12px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--green);
    font-weight: 600;
}

/* ── CTA ────────────────────────────────────────────────────── */
.cta-section {
    background: var(--dark-card);
    text-align: center;
    padding: 100px 0;
}

.cta-inner {
    max-width: 760px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    margin-bottom: 16px;
}

.cta-sub {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    line-height: 1.6;
}

.cta-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cta-info-card {
    background: var(--dark-card2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px 28px;
    min-width: 200px;
    text-align: center;
}

.cta-info-card i {
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 8px;
    display: block;
}

.cta-info-card h5 {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.cta-info-card p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── CONTACT SECTION ────────────────────────────────────────── */
.contact-section {
    background: var(--dark-card);
    position: relative;
    overflow: hidden;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.c-info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.c-icon {
    width: 48px;
    height: 48px;
    background: rgba(14, 165, 233, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--primary-light);
    flex-shrink: 0;
    border: 1px solid var(--border);
}

.c-text h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.c-text p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.glass-panel {
    background: rgba(13, 22, 38, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-white);
    margin-left: 4px;
}

.form-group input, 
.form-group select, 
.form-group textarea {
    background: rgba(6, 13, 26, 0.4);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 16px;
    color: var(--text-white);
    font-size: 0.95rem;
    transition: all 0.3s;
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-light);
    background: rgba(6, 13, 26, 0.8);
    box-shadow: 0 0 15px rgba(14, 165, 233, 0.15);
}

.form-group select option {
    background: var(--dark-card);
    color: var(--text-white);
}

/* ── RESPONSIVE: INDEX ──────────────────────────────────────── */
@media (max-width: 768px) {
    .level-body {
        grid-template-columns: 1fr;
    }

    .campus-grid {
        grid-template-columns: 1fr;
    }

    .admission-step:not(:last-child)::after {
        display: none;
    }

    .contact-form-wrap {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    section {
        padding: 64px 0;
    }

    .salary-banner {
        padding: 24px 20px;
    }

    .specialization-grid {
        grid-template-columns: 1fr;
    }
}