﻿/* =====================================================
    STYLE HALAMAN JURUSAN (PROGRAM KEAHLIAN)
   SMK TI Bali Global Badung
   ===================================================== */

/* =====================================================
   Layout Umum Halaman Jurusan
   Catatan: ini khusus dipake di halaman jurusan doang,
   jadi aman gak ganggu halaman lain. (anak SMK: gas rapiin)
   ===================================================== */

/* Biar section konten gak "nabrak" background effect */
.subpage-content {
    position: relative;
    z-index: 1;
    padding: clamp(3rem, 4vw, 4.5rem) 0;
}

/* Grid utama: konten + sidebar (biar tampilannya kek web modern, bukan tugas mepet deadline) */
.subpage-container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.subpage-main {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: clamp(1.25rem, 2vw, 2.25rem);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* =====================================================
   TYPOGRAPHY (khusus halaman jurusan)
   Tujuan: lebih modern, simple, dan rapi
   ===================================================== */

body.page-jurusan {
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}

body.page-jurusan .subpage-main {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0;
}

body.page-jurusan .subpage-main h1,
body.page-jurusan .subpage-main h2,
body.page-jurusan .subpage-main h3,
body.page-jurusan .subpage-main h4 {
    letter-spacing: -0.02em;
}

/* Hero: bikin judul lebih clean (nggak terlalu glossy) */
body.page-jurusan .hero-title-animated .title-line {
    text-shadow: none;
    letter-spacing: -0.04em;
    font-weight: 800;
}

/* Kurangi “gradient text” biar lebih simple, ganti highlight underline */
body.page-jurusan .hero-title-animated .title-gradient {
    -webkit-text-fill-color: unset;
    color: rgba(255, 255, 255, 0.98);
    background: none;
    animation: titleReveal 0.8s ease forwards;
    position: relative;
}

body.page-jurusan .hero-title-animated .title-gradient::after {
    display: none;
}

/* Tagline: hilangkan cursor typing biar nggak aneh */
body.page-jurusan .tagline-typing {
    font-weight: 500;
    letter-spacing: 0;
    background: transparent;
    border: none;
    padding: 0;
    backdrop-filter: none;
}

body.page-jurusan .tagline-typing::after {
    display: none;
}

/* Badge & breadcrumb: lebih minimal */
body.page-jurusan .page-hero-badge {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

body.page-jurusan .breadcrumb {
    font-size: 0.92rem;
}

/* Sidebar: dibuat sticky biar enak buat navigasi cepet (biar gak scroll panjang, cuy) */
.subpage-sidebar {
    position: sticky;
    top: 110px;
}

.sidebar-widget {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.sidebar-widget h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.quick-nav {
    display: grid;
    gap: 10px;
}

.quick-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--text-secondary);
    transition: transform var(--transition-normal), border-color var(--transition-normal), color var(--transition-normal), background var(--transition-normal);
}

.quick-nav a:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 212, 255, 0.25);
    color: var(--text-primary);
    background: rgba(0, 212, 255, 0.06);
}

.quick-nav a.active {
    color: var(--text-primary);
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.14), rgba(139, 92, 246, 0.12));
    border-color: rgba(0, 212, 255, 0.25);
}

.contact-info p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-secondary);
    margin: 0 0 10px;
    line-height: 1.6;
}

.contact-info i {
    margin-top: 2px;
    color: var(--accent-400);
}

/* Hero subpage: div overlay lama gak kepake, jadi dimatiin aja biar gak dobel gelap */
.page-hero-overlay {
    display: none;
}

/* =====================================================
   HERO JURUSAN (lebih variatif per jurusan)
   Note anak SMK: biar gak bosen, tiap jurusan punya warna sendiri
   ===================================================== */

.page-hero.hero-jurusan {
    /* Default fallback kalau ada jurusan baru */
    --hero-a: rgba(0, 212, 255, 0.55);
    --hero-b: rgba(139, 92, 246, 0.55);
    --hero-c: rgba(0, 247, 255, 0.12);

    background-image:
        radial-gradient(circle at 18% 75%, var(--hero-c) 0%, transparent 55%),
        radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.06) 0%, transparent 45%),
        linear-gradient(135deg, var(--hero-a), var(--hero-b));
    background-size: cover;
    background-position: center;
}

/* Override overlay bawaan subpage biar warnanya ikut jurusan */
.page-hero.hero-jurusan::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
}

/* Pattern lebih “niat”, tapi tetap halus */
.page-hero.hero-jurusan::after {
    background-image:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.10) 0%, transparent 55%),
        radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 52%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 55%);
}

.hero-jurusan-watermark {
    position: absolute;
    right: clamp(-40px, -2vw, -10px);
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    z-index: 2;
    pointer-events: none;
    opacity: 0.20;
    filter: blur(0.2px);
}

.hero-jurusan-watermark i {
    font-size: clamp(110px, 14vw, 220px);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

/* Tema warna per jurusan */
.page-hero.hero-jurusan--pplg {
    --hero-a: rgba(139, 92, 246, 0.65);
    --hero-b: rgba(236, 72, 153, 0.55);
    --hero-c: rgba(236, 72, 153, 0.14);
}

.page-hero.hero-jurusan--tkj {
    --hero-a: rgba(59, 130, 246, 0.65);
    --hero-b: rgba(16, 185, 129, 0.55);
    --hero-c: rgba(16, 185, 129, 0.14);
}

.page-hero.hero-jurusan--dkv {
    --hero-a: rgba(245, 158, 11, 0.65);
    --hero-b: rgba(239, 68, 68, 0.55);
    --hero-c: rgba(245, 158, 11, 0.16);
}

.page-hero.hero-jurusan--bd {
    --hero-a: rgba(16, 185, 129, 0.65);
    --hero-b: rgba(59, 130, 246, 0.55);
    --hero-c: rgba(59, 130, 246, 0.14);
}

/* Badge hero biar lebih hidup */
.page-hero.hero-jurusan .page-hero-badge {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.25);
}

/* =====================================================
   MODERN INTERACTIVE HERO STYLES
   Animasi, efek parallax, floating icons, orbs, dll.
   ===================================================== */

/* Hero interaktif lebih tinggi dan immersive */
.page-hero.hero-interactive {
    min-height: 520px;
    overflow: hidden;
}

/* Container background effects */
.hero-bg-effects {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Animated Orbs (bola bercahaya yang melayang) */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    animation: orbFloat 8s ease-in-out infinite;
}

.hero-orb--1 {
    width: 300px;
    height: 300px;
    background: var(--hero-a);
    top: -100px;
    left: -80px;
    animation-delay: 0s;
}

.hero-orb--2 {
    width: 250px;
    height: 250px;
    background: var(--hero-b);
    bottom: -80px;
    right: -60px;
    animation-delay: 2s;
    animation-duration: 10s;
}

.hero-orb--3 {
    width: 180px;
    height: 180px;
    background: var(--hero-c);
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    animation-delay: 4s;
    animation-duration: 12s;
    opacity: 0.35;
}

@keyframes orbFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, -20px) scale(1.05);
    }
    50% {
        transform: translate(-20px, 30px) scale(0.95);
    }
    75% {
        transform: translate(20px, 10px) scale(1.02);
    }
}

/* Grid overlay (pattern futuristik) */
.hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.6;
    animation: gridPulse 4s ease-in-out infinite;
}

@keyframes gridPulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.7; }
}

/* Floating Icons Container */
.hero-floating-icons {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

/* Individual floating icons */
.floating-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: iconFloat 6s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-icon:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.floating-icon--1 {
    top: 18%;
    left: 8%;
    animation-delay: 0s;
}

.floating-icon--2 {
    top: 30%;
    right: 12%;
    animation-delay: 1s;
    animation-duration: 7s;
}

.floating-icon--3 {
    bottom: 25%;
    left: 15%;
    animation-delay: 2s;
    animation-duration: 5s;
}

.floating-icon--4 {
    bottom: 35%;
    right: 8%;
    animation-delay: 3s;
    animation-duration: 8s;
}

.floating-icon--5 {
    top: 55%;
    left: 5%;
    animation-delay: 1.5s;
    animation-duration: 6s;
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(5px) rotate(-3deg);
    }
    75% {
        transform: translateY(-10px) rotate(2deg);
    }
}

/* Badge dengan animasi pulse */
.hero-badge-pulse {
    animation: badgePulse 2s ease-in-out infinite;
    position: relative;
}

.hero-badge-pulse::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--hero-a), var(--hero-b));
    opacity: 0;
    z-index: -1;
    animation: badgeGlow 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

@keyframes badgeGlow {
    0%, 100% { opacity: 0; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.1); }
}

/* Hero title dengan animasi stagger */
.hero-title-animated {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hero-title-animated .title-line {
    display: block;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    line-height: 1.1;
    opacity: 0;
    transform: translateY(30px);
    animation: titleReveal 0.8s ease forwards;
}

.hero-title-animated .title-line:nth-child(1) {
    animation-delay: 0.2s;
}

.hero-title-animated .title-line:nth-child(2) {
    animation-delay: 0.4s;
}

.hero-title-animated .title-gradient {
    background: linear-gradient(135deg, #fff 0%, var(--accent-300) 50%, var(--secondary-300) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: titleReveal 0.8s ease forwards, gradientShift 4s ease-in-out infinite;
    animation-delay: 0.4s, 0s;
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Hero tagline dengan typing effect visual */
.hero-tagline {
    margin: 1.5rem 0;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.tagline-typing {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.tagline-typing::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background: rgba(255, 255, 255, 0.7);
    animation: cursorBlink 1s step-end infinite;
}

@keyframes cursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* Mini stats dalam hero */
.hero-stats-mini {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.stat-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.stat-mini:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
}

.stat-mini-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #fff, var(--accent-300));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-mini {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Scroll indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: color 0.3s ease;
}

.hero-scroll-indicator:hover {
    color: #fff;
}

.scroll-arrow {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
    animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-arrow i {
    font-size: 0.9rem;
    animation: arrowMove 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

@keyframes arrowMove {
    0%, 100% { opacity: 0.5; transform: translateY(-5px); }
    50% { opacity: 1; transform: translateY(5px); }
}

/* Particles container (akan diisi oleh JS) */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* =====================================================
   HERO RESPONSIVE (Mobile Adjustments)
   ===================================================== */

@media (prefers-reduced-motion: reduce) {
    .hero-jurusan-watermark {
        transform: translateY(-50%);
    }
    
    .hero-orb,
    .floating-icon,
    .hero-grid-overlay,
    .hero-badge-pulse,
    .hero-title-animated .title-line,
    .tagline-typing::after,
    .scroll-arrow,
    .scroll-arrow i {
        animation: none !important;
    }
    
    .hero-title-animated .title-line {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 768px) {
    .page-hero.hero-interactive {
        min-height: 480px;
    }
    
    .hero-jurusan-watermark {
        opacity: 0.14;
        right: -70px;
    }
    
    .floating-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .floating-icon--1 { top: 15%; left: 5%; }
    .floating-icon--2 { top: 25%; right: 8%; }
    .floating-icon--3 { bottom: 30%; left: 8%; }
    .floating-icon--4 { display: none; }
    .floating-icon--5 { display: none; }
    
    .hero-stats-mini {
        gap: 1rem;
    }
    
    .stat-mini {
        padding: 0.5rem 1rem;
    }
    
    .stat-mini-num {
        font-size: 1.2rem;
    }
    
    .hero-scroll-indicator {
        bottom: 20px;
    }
    
    .scroll-arrow {
        width: 24px;
        height: 40px;
    }
    
    .hero-orb--1 { width: 200px; height: 200px; }
    .hero-orb--2 { width: 180px; height: 180px; }
    .hero-orb--3 { display: none; }
}

@media (max-width: 420px) {
    .page-hero.hero-interactive {
        min-height: 420px;
    }
    
    .hero-jurusan-watermark {
        display: none;
    }
    
    .hero-floating-icons {
        display: none;
    }
    
    .hero-stats-mini {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .stat-mini {
        flex-direction: row;
        gap: 0.5rem;
    }
    
    .tagline-typing {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    .tagline-typing::after {
        display: none;
    }
}

/* Breadcrumb biar keliatan clean */
.breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    transition: color var(--transition-fast);
}

.breadcrumb a:hover {
    color: var(--accent-400);
}

.breadcrumb i {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.85rem;
}

.breadcrumb span {
    color: var(--accent-300);
    font-weight: 600;
}

/* Hero Banner per Jurusan */
.jurusan-hero-banner {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Pengganti gambar banner (karena foto belum ada): gradient + pattern (tetep keren, gak kosong) */
.jurusan-banner-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 20% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 55%),
        radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, rgba(0, 212, 255, 0.18), rgba(139, 92, 246, 0.16));
}

.jurusan-banner-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.35;
    pointer-events: none;
}

.jurusan-banner-media--pplg {
    background:
        radial-gradient(circle at 15% 70%, rgba(236, 72, 153, 0.18) 0%, transparent 55%),
        radial-gradient(circle at 80% 25%, rgba(139, 92, 246, 0.18) 0%, transparent 55%),
        linear-gradient(135deg, rgba(139, 92, 246, 0.26), rgba(236, 72, 153, 0.22));
}

.jurusan-banner-media--tkj {
    background:
        radial-gradient(circle at 18% 72%, rgba(16, 185, 129, 0.18) 0%, transparent 55%),
        radial-gradient(circle at 82% 22%, rgba(59, 130, 246, 0.18) 0%, transparent 55%),
        linear-gradient(135deg, rgba(59, 130, 246, 0.26), rgba(16, 185, 129, 0.22));
}

.jurusan-banner-media--dkv {
    background:
        radial-gradient(circle at 18% 72%, rgba(245, 158, 11, 0.20) 0%, transparent 55%),
        radial-gradient(circle at 82% 22%, rgba(239, 68, 68, 0.18) 0%, transparent 55%),
        linear-gradient(135deg, rgba(245, 158, 11, 0.28), rgba(239, 68, 68, 0.22));
}

.jurusan-banner-media--bd {
    background:
        radial-gradient(circle at 18% 72%, rgba(16, 185, 129, 0.18) 0%, transparent 55%),
        radial-gradient(circle at 82% 22%, rgba(59, 130, 246, 0.18) 0%, transparent 55%),
        linear-gradient(135deg, rgba(16, 185, 129, 0.26), rgba(59, 130, 246, 0.22));
}

.jurusan-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jurusan-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.8), rgba(139, 92, 246, 0.8));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.jurusan-hero-overlay.tkj {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.85), rgba(16, 185, 129, 0.85));
}

.jurusan-hero-overlay.pplg {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.85), rgba(236, 72, 153, 0.85));
}

.jurusan-hero-overlay.dkv {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.85), rgba(239, 68, 68, 0.85));
}

.jurusan-hero-overlay.bd {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.85), rgba(59, 130, 246, 0.85));
}

.jurusan-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.jurusan-hero-overlay h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.jurusan-hero-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    max-width: 600px;
}

/* Deskripsi Section */
.jurusan-description {
    /* biar elegan: kaca-kaca tipis, bukan kotak gelap doang */
    background: var(--bg-card);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 212, 255, 0.16);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.jurusan-description p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-secondary);
}

/* Kompetensi Cards */
.kompetensi-section {
    margin: 40px 0;
}

.kompetensi-section h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 25px;
}

.kompetensi-section h3 i {
    color: #3b82f6;
}

.kompetensi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.kompetensi-card {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.kompetensi-card:hover {
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.1);
}

.kompetensi-card .card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
}

.kompetensi-card h4 {
    font-size: 1.1rem;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.kompetensi-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Prospek Karir */
.karir-section {
    margin: 50px 0;
}

.karir-section h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 25px;
}

.karir-section h3 i {
    color: #10b981;
}

.karir-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.karir-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.15));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 30px;
    color: var(--success-500);
    font-weight: 500;
    transition: all 0.3s ease;
}

.karir-badge:hover {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.2);
}

.karir-badge i {
    font-size: 0.9rem;
}

/* Kurikulum Section */
.kurikulum-section {
    margin: 50px 0;
}

.kurikulum-section h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3rem;
    color: #f1f5f9;
    margin-bottom: 25px;
}

.kurikulum-section h3 i {
    color: #f59e0b;
}

.kurikulum-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.kurikulum-tab {
    padding: 10px 20px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 30px;
    color: #94a3b8;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kurikulum-tab:hover,
.kurikulum-tab.active {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-color: transparent;
    color: #fff;
}

.kurikulum-content {
    background: rgba(30, 41, 59, 0.5);
    border-radius: 16px;
    padding: 25px;
}

.mapel-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px;
}

.mapel-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: rgba(15, 23, 42, 0.5);
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.mapel-item:hover {
    background: rgba(59, 130, 246, 0.1);
}

.mapel-item i {
    color: #3b82f6;
    font-size: 0.8rem;
}

/* Gallery Section */
.gallery-section {
    margin: 50px 0;
}

.gallery-section h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3rem;
    color: #f1f5f9;
    margin-bottom: 25px;
}

.gallery-section h3 i {
    color: #ec4899;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.gallery-item {
    position: relative;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* Stats Section */
.jurusan-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.stat-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.10), rgba(139, 92, 246, 0.10));
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(0, 212, 255, 0.18);
    box-shadow: var(--shadow-md);
}

.stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-card .stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

/* CTA Section */
.jurusan-cta {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.jurusan-cta h3 {
    font-size: 1.5rem;
    color: #f1f5f9;
    margin-bottom: 15px;
}

.jurusan-cta p {
    color: #94a3b8;
    margin-bottom: 25px;
}

.jurusan-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.jurusan-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.3);
}

/* =====================================================
   CTA BAWAH HALAMAN (subpage-cta)
   Anak SMK: ini bagian "ayo daftar" wajib keliatan niat, jangan kayak teks doang :)
   ===================================================== */

.subpage-cta {
    /* default (fallback) */
    --cta-a: rgba(0, 212, 255, 0.35);
    --cta-b: rgba(139, 92, 246, 0.30);
    --cta-ring: rgba(0, 212, 255, 0.22);

    position: relative;
    margin: clamp(2.5rem, 4vw, 4rem) 0;
    padding: 0 0 clamp(0.25rem, 1.2vw, 0.75rem);
    overflow: hidden;
}

.subpage-cta::before,
.subpage-cta::after {
    content: '';
    position: absolute;
    inset: -30% -10% -40% -10%;
    pointer-events: none;
    z-index: 0;
}

.subpage-cta::before {
    background:
        radial-gradient(circle at 18% 55%, var(--cta-a) 0%, transparent 60%),
        radial-gradient(circle at 82% 35%, var(--cta-b) 0%, transparent 55%);
    filter: blur(2px);
    opacity: 0.85;
}

.subpage-cta::after {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.25;
}

.subpage-cta > .container {
    position: relative;
    z-index: 1;
    border-radius: 26px;
    padding: clamp(2rem, 3.2vw, 3rem);
    text-align: center;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.subpage-cta > .container::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, var(--cta-ring), rgba(255, 255, 255, 0.08));
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.9;
}

.subpage-cta h2 {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1.55rem, 2.1vw, 2.05rem);
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.02em;
}

.subpage-cta p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 640px;
    margin: 0 auto 1.7rem;
    line-height: 1.7;
}

.subpage-cta .cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.subpage-cta .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal), background var(--transition-normal);
}

.subpage-cta .cta-btn i {
    font-size: 1rem;
}

.subpage-cta .cta-btn.primary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border-color: rgba(255, 255, 255, 0.20);
    color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.subpage-cta .cta-btn.secondary {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
}

.subpage-cta .cta-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.30);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

.subpage-cta .cta-btn:focus-visible {
    outline: 2px solid rgba(0, 212, 255, 0.45);
    outline-offset: 3px;
}

/* Variasi warna CTA per jurusan */
.subpage-cta.subpage-cta--pplg {
    --cta-a: rgba(236, 72, 153, 0.30);
    --cta-b: rgba(139, 92, 246, 0.34);
    --cta-ring: rgba(236, 72, 153, 0.24);
}

.subpage-cta.subpage-cta--tkj {
    --cta-a: rgba(16, 185, 129, 0.28);
    --cta-b: rgba(59, 130, 246, 0.34);
    --cta-ring: rgba(59, 130, 246, 0.24);
}

.subpage-cta.subpage-cta--dkv {
    --cta-a: rgba(245, 158, 11, 0.32);
    --cta-b: rgba(239, 68, 68, 0.28);
    --cta-ring: rgba(245, 158, 11, 0.24);
}

.subpage-cta.subpage-cta--bd {
    --cta-a: rgba(16, 185, 129, 0.30);
    --cta-b: rgba(59, 130, 246, 0.30);
    --cta-ring: rgba(16, 185, 129, 0.24);
}

@media (max-width: 576px) {
    .subpage-cta > .container {
        border-radius: 18px;
    }

    .subpage-cta .cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Responsif (biar tampilan aman di HP) */
@media (max-width: 768px) {
    .subpage-container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 18px;
    }

    .subpage-sidebar {
        position: static;
    }

    .jurusan-hero-banner {
        height: 250px;
    }
    
    .jurusan-hero-overlay h2 {
        font-size: 1.5rem;
    }
    
    .jurusan-description {
        padding: 25px;
    }
    
    .karir-badge {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .jurusan-cta {
        padding: 30px 20px;
    }
}

/* Mode terang (light mode) */
[data-theme="light"] .jurusan-description {
    /* light mode: tetep "glass" tapi versi terang */
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .jurusan-description p {
    color: #334155;
}

[data-theme="light"] .kompetensi-card {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .quick-nav a {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.06);
    color: #475569;
}

[data-theme="light"] .quick-nav a:hover {
    background: rgba(8, 145, 178, 0.08);
    border-color: rgba(8, 145, 178, 0.18);
    color: #0f172a;
}

[data-theme="light"] .quick-nav a.active {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.12), rgba(124, 58, 237, 0.10));
    border-color: rgba(8, 145, 178, 0.20);
    color: #0f172a;
}

[data-theme="light"] .breadcrumb {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.30);
}

[data-theme="light"] .kompetensi-card h4,
[data-theme="light"] .kompetensi-section h3,
[data-theme="light"] .karir-section h3,
[data-theme="light"] .kurikulum-section h3,
[data-theme="light"] .gallery-section h3 {
    color: #1e293b;
}

[data-theme="light"] .kurikulum-content {
    background: rgba(248, 250, 252, 0.9);
}

[data-theme="light"] .mapel-item {
    background: rgba(255, 255, 255, 0.9);
    color: #334155;
}

[data-theme="light"] .stat-card {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05));
}

[data-theme="light"] .jurusan-cta {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
}

[data-theme="light"] .jurusan-cta h3 {
    color: #1e293b;
}

/* Light mode: CTA bawah tetep “kaca”, tapi versi terang */
[data-theme="light"] .subpage-cta > .container {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(15, 23, 42, 0.10);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

[data-theme="light"] .subpage-cta h2 {
    color: #0f172a;
}

[data-theme="light"] .subpage-cta p {
    color: #334155;
}

[data-theme="light"] .subpage-cta::after {
    opacity: 0.14;
}

[data-theme="light"] .subpage-cta .cta-btn {
    border-color: rgba(15, 23, 42, 0.12);
}

[data-theme="light"] .subpage-cta .cta-btn.primary {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.14), rgba(139, 92, 246, 0.12));
    color: #0f172a;
}

[data-theme="light"] .subpage-cta .cta-btn.secondary {
    background: rgba(15, 23, 42, 0.04);
    color: #0f172a;
}

/* =====================================================
   LIGHT MODE: Hero Interaktif Modern
   ===================================================== */

/* Light mode orbs: lebih soft */
[data-theme="light"] .hero-orb {
    opacity: 0.25;
}

/* Light mode grid overlay */
[data-theme="light"] .hero-grid-overlay {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
}

/* Light mode floating icons */
[data-theme="light"] .floating-icon {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .floating-icon:hover {
    background: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.8);
}

/* Light mode badge */


/* Light mode stats mini */






/* Light mode tagline */




/* =====================================================
   ENHANCED LIGHT MODE HERO - PER JURUSAN
   Gradient lebih fresh dan warna yang lebih cerah
   ===================================================== */

/* Base hero light mode dengan gradient yang lebih vibrant */
[data-theme="light"] .page-hero.hero-jurusan {
    background-image:
        radial-gradient(ellipse at 20% 80%, var(--hero-light-accent) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, var(--hero-light-secondary) 0%, transparent 45%),
        linear-gradient(135deg, var(--hero-light-primary), var(--hero-light-end));
}

[data-theme="light"] .page-hero.hero-jurusan::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}

[data-theme="light"] .page-hero.hero-jurusan::after {
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.25) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.20) 0%, transparent 35%);
}

/* PPLG Light Mode - Purple/Pink fresh */
[data-theme="light"] .page-hero.hero-jurusan--pplg {
    --hero-light-primary: #a855f7;
    --hero-light-end: #ec4899;
    --hero-light-accent: rgba(236, 72, 153, 0.35);
    --hero-light-secondary: rgba(168, 85, 247, 0.25);
}

/* TKJ Light Mode - Blue/Teal fresh */
[data-theme="light"] .page-hero.hero-jurusan--tkj {
    --hero-light-primary: #3b82f6;
    --hero-light-end: #14b8a6;
    --hero-light-accent: rgba(20, 184, 166, 0.35);
    --hero-light-secondary: rgba(59, 130, 246, 0.25);
}

/* DKV Light Mode - Orange/Red fresh */
[data-theme="light"] .page-hero.hero-jurusan--dkv {
    --hero-light-primary: #f59e0b;
    --hero-light-end: #ef4444;
    --hero-light-accent: rgba(239, 68, 68, 0.30);
    --hero-light-secondary: rgba(245, 158, 11, 0.30);
}

/* Bisnis Digital Light Mode - Green/Blue fresh */
[data-theme="light"] .page-hero.hero-jurusan--bd {
    --hero-light-primary: #10b981;
    --hero-light-end: #3b82f6;
    --hero-light-accent: rgba(59, 130, 246, 0.30);
    --hero-light-secondary: rgba(16, 185, 129, 0.30);
}

/* Light mode orbs - warna sesuai jurusan */
[data-theme="light"] .page-hero.hero-jurusan--pplg .hero-orb--1 { background: rgba(168, 85, 247, 0.5); }
[data-theme="light"] .page-hero.hero-jurusan--pplg .hero-orb--2 { background: rgba(236, 72, 153, 0.4); }
[data-theme="light"] .page-hero.hero-jurusan--pplg .hero-orb--3 { background: rgba(192, 132, 252, 0.3); }

[data-theme="light"] .page-hero.hero-jurusan--tkj .hero-orb--1 { background: rgba(59, 130, 246, 0.5); }
[data-theme="light"] .page-hero.hero-jurusan--tkj .hero-orb--2 { background: rgba(20, 184, 166, 0.4); }
[data-theme="light"] .page-hero.hero-jurusan--tkj .hero-orb--3 { background: rgba(96, 165, 250, 0.3); }

[data-theme="light"] .page-hero.hero-jurusan--dkv .hero-orb--1 { background: rgba(245, 158, 11, 0.5); }
[data-theme="light"] .page-hero.hero-jurusan--dkv .hero-orb--2 { background: rgba(239, 68, 68, 0.4); }
[data-theme="light"] .page-hero.hero-jurusan--dkv .hero-orb--3 { background: rgba(251, 191, 36, 0.3); }

[data-theme="light"] .page-hero.hero-jurusan--bd .hero-orb--1 { background: rgba(16, 185, 129, 0.5); }
[data-theme="light"] .page-hero.hero-jurusan--bd .hero-orb--2 { background: rgba(59, 130, 246, 0.4); }
[data-theme="light"] .page-hero.hero-jurusan--bd .hero-orb--3 { background: rgba(52, 211, 153, 0.3); }

/* Light mode orbs lebih vibrant */
[data-theme="light"] .hero-orb {
    opacity: 0.45;
    filter: blur(80px);
}

/* Light mode floating icons - per jurusan */
[data-theme="light"] .page-hero.hero-jurusan--pplg .floating-icon {
    background: rgba(168, 85, 247, 0.15);
    border-color: rgba(168, 85, 247, 0.25);
    color: #7c3aed;
}

[data-theme="light"] .page-hero.hero-jurusan--tkj .floating-icon {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.25);
    color: #2563eb;
}

[data-theme="light"] .page-hero.hero-jurusan--dkv .floating-icon {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.25);
    color: #d97706;
}

[data-theme="light"] .page-hero.hero-jurusan--bd .floating-icon {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.25);
    color: #059669;
}

/* Light mode badge per jurusan */
[data-theme="light"] .page-hero.hero-jurusan--pplg .hero-badge-pulse {
    background: rgba(168, 85, 247, 0.12);
    border-color: rgba(168, 85, 247, 0.25);
    color: #6d28d9;
}

[data-theme="light"] .page-hero.hero-jurusan--tkj .hero-badge-pulse {
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.25);
    color: #1d4ed8;
}

[data-theme="light"] .page-hero.hero-jurusan--dkv .hero-badge-pulse {
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.25);
    color: #b45309;
}

[data-theme="light"] .page-hero.hero-jurusan--bd .hero-badge-pulse {
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.25);
    color: #047857;
}

/* Light mode title - text putih tetap readable di gradient cerah */
[data-theme="light"] .page-hero.hero-jurusan .hero-title-animated .title-line {
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

/* Light mode tagline */
[data-theme="light"] .page-hero.hero-jurusan .hero-tagline {
    color: rgba(255, 255, 255, 0.95);
}

[data-theme="light"] .page-hero.hero-jurusan .tagline-typing {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

/* Light mode stats mini */
[data-theme="light"] .page-hero.hero-jurusan .stat-mini {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .page-hero.hero-jurusan .stat-mini:hover {
    background: rgba(255, 255, 255, 0.45);
}

[data-theme="light"] .page-hero.hero-jurusan .stat-mini-num {
    background: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
}

/* Light mode breadcrumb */
[data-theme="light"] .page-hero.hero-jurusan .breadcrumb {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.35);
}

[data-theme="light"] .page-hero.hero-jurusan .breadcrumb a,
[data-theme="light"] .page-hero.hero-jurusan .breadcrumb span {
    color: #fff;
}

[data-theme="light"] .page-hero.hero-jurusan .breadcrumb i {
    color: rgba(255, 255, 255, 0.6);
}

/* Light mode watermark */
[data-theme="light"] .page-hero.hero-jurusan .hero-jurusan-watermark i {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: none;
}

/* =====================================================
   ENHANCED OVERALL DESIGN - JURUSAN PAGES
   Cards, sections, spacing lebih polished
   ===================================================== */

/* Sidebar widget lebih clean */
.sidebar-widget {
    border-radius: 20px;
    padding: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-widget:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.sidebar-widget h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.sidebar-widget h4 i {
    color: var(--accent-400);
}

/* Quick nav lebih polished */
.quick-nav {
    gap: 8px;
}

.quick-nav a {
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 500;
    font-size: 0.95rem;
}

.quick-nav a i {
    width: 20px;
    text-align: center;
    font-size: 0.9rem;
}

/* Jurusan description card lebih premium */
.jurusan-description {
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.jurusan-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-400), var(--secondary-400));
    border-radius: 24px 24px 0 0;
}

.jurusan-description p {
    font-size: 1.1rem;
    line-height: 1.9;
}

/* Section headings lebih consistent */
.kompetensi-section h3,
.karir-section h3,
.kurikulum-section h3,
.gallery-section h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

/* Kompetensi cards lebih modern */
.kompetensi-card {
    border-radius: 20px;
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.kompetensi-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, var(--accent-400) 0%, transparent 70%);
    opacity: 0.05;
    transform: translate(30%, -30%);
    pointer-events: none;
}

.kompetensi-card .card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.kompetensi-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.kompetensi-card p {
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Karir badges lebih polished */
.karir-badge {
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
}

/* Stats cards lebih premium */
.stat-card {
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.03));
    pointer-events: none;
}

.stat-card .stat-number {
    font-size: 2.75rem;
    margin-bottom: 10px;
}

.stat-card .stat-label {
    font-size: 0.95rem;
    font-weight: 500;
}

/* Jurusan banner lebih immersive */
.jurusan-hero-banner {
    height: 320px;
    border-radius: 24px;
    margin-bottom: 48px;
}

.jurusan-icon {
    width: 90px;
    height: 90px;
    font-size: 2.75rem;
    margin-bottom: 24px;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.jurusan-hero-overlay h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.jurusan-hero-overlay p {
    font-size: 1.05rem;
}

/* CTA section lebih premium */
.jurusan-cta {
    border-radius: 28px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.jurusan-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--secondary-400) 0%, transparent 60%);
    opacity: 0.15;
    pointer-events: none;
}

.jurusan-cta h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.jurusan-cta p {
    font-size: 1.05rem;
    max-width: 500px;
    margin: 0 auto 30px;
}

.jurusan-cta .btn-primary {
    padding: 16px 36px;
    font-size: 1rem;
    border-radius: 50px;
}

/* =====================================================
   LIGHT MODE OVERALL ENHANCEMENTS
   ===================================================== */

[data-theme="light"] .sidebar-widget {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .sidebar-widget:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .sidebar-widget h4 {
    color: #0f172a;
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .jurusan-description {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .jurusan-description::before {
    background: linear-gradient(90deg, #0891b2, #7c3aed);
}

[data-theme="light"] .kompetensi-card {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .kompetensi-card:hover {
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.2);
}

[data-theme="light"] .kompetensi-card p {
    color: #64748b;
}

[data-theme="light"] .stat-card {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.06), rgba(124, 58, 237, 0.06));
    border-color: rgba(8, 145, 178, 0.12);
}

[data-theme="light"] .stat-card .stat-label {
    color: #64748b;
}

[data-theme="light"] .jurusan-cta {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.08));
    border-color: rgba(59, 130, 246, 0.15);
}

[data-theme="light"] .jurusan-cta h3 {
    color: #0f172a;
}

[data-theme="light"] .jurusan-cta p {
    color: #475569;
}

[data-theme="light"] .karir-badge {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.08));
    border-color: rgba(16, 185, 129, 0.2);
    color: #059669;
}

[data-theme="light"] .karir-badge:hover {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

[data-theme="light"] .kurikulum-tab {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(59, 130, 246, 0.15);
    color: #64748b;
}

[data-theme="light"] .kurikulum-tab:hover,
[data-theme="light"] .kurikulum-tab.active {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #fff;
}

[data-theme="light"] .kurikulum-content {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .mapel-item {
    background: #fff;
    color: #334155;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .mapel-item:hover {
    background: rgba(59, 130, 246, 0.06);
    border-color: rgba(59, 130, 246, 0.15);
}

[data-theme="light"] .jurusan-hero-banner {
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.1);
}

/* =====================================================
   LIGHT MODE HERO JURUSAN - FIXED
   Semua elemen sama dengan dark mode (teks putih)
   ===================================================== */

/* Badge: putih seperti dark mode */
[data-theme="light"] .page-hero.hero-jurusan .hero-badge-pulse,
[data-theme="light"] .page-hero.hero-jurusan .page-hero-badge {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.30) !important;
    color: #fff !important;
}

/* Floating icons: putih/terang seperti dark mode */
[data-theme="light"] .page-hero.hero-jurusan .floating-icon {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

[data-theme="light"] .page-hero.hero-jurusan .floating-icon:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
}

/* Title: pastikan putih */
[data-theme="light"] .page-hero.hero-jurusan .hero-title-animated .title-line,
[data-theme="light"] .page-hero.hero-jurusan h1 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Tagline: putih tanpa background gelap */
[data-theme="light"] .page-hero.hero-jurusan .hero-tagline,
[data-theme="light"] .page-hero.hero-jurusan .tagline-typing {
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
    border: none !important;
}

/* Stats mini: background glass putih, teks putih */
[data-theme="light"] .page-hero.hero-jurusan .stat-mini {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

[data-theme="light"] .page-hero.hero-jurusan .stat-mini:hover {
    background: rgba(255, 255, 255, 0.25) !important;
}

[data-theme="light"] .page-hero.hero-jurusan .stat-mini-num {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
}

/* Breadcrumb: glass putih */
[data-theme="light"] .page-hero.hero-jurusan .breadcrumb {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

[data-theme="light"] .page-hero.hero-jurusan .breadcrumb a,
[data-theme="light"] .page-hero.hero-jurusan .breadcrumb span {
    color: #fff !important;
}

[data-theme="light"] .page-hero.hero-jurusan .breadcrumb i {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Watermark: putih transparan */
[data-theme="light"] .page-hero.hero-jurusan .hero-jurusan-watermark i {
    color: rgba(255, 255, 255, 0.25) !important;
}

/* Grid overlay: putih bukan hitam */
[data-theme="light"] .page-hero.hero-jurusan .hero-grid-overlay {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) !important;
}
