/* =========================
   RESET & GLOBAL
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background: #f8fafc;
}

a {
    text-decoration: none;
}

section {
    padding: 70px 20px;
}

/* =========================
   HERO
========================= */
.hero {
    min-height: 90vh;
    background-image:
        linear-gradient(
            rgba(0,0,0,0.65),
            rgba(0,0,0,0.65)
        ),
        url("/assets/unimen.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-overlay {
    max-width: 900px;
    padding: 40px;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* =========================
   BUTTON
========================= */
.btn-primary {
    background: #0d6efd;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: 600;
}

.btn-primary:hover {
    background: #0b5ed7;
}

.btn-secondary {
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.4);
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.3);
}

/* =========================
   STATISTIK
========================= */
.statistik {
    max-width: 1100px;
    margin: -80px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    position: relative;
    z-index: 10;
}

.stat-card {
    background: #ffffff;
    padding: 32px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
}

.stat-card h3 {
    font-size: 2.2rem;
    color: #0d6efd;
    margin-bottom: 5px;
}

.stat-card p {
    font-size: 0.95rem;
    color: #6b7280;
}

.stat-badge {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.stat-badge.open {
    background: #dcfce7;
    color: #166534;
}

.stat-badge.close {
    background: #fee2e2;
    color: #991b1b;
}


/* =========================
   STATUS PMB
========================= */
.status-pmb {
    text-align: center;
    background: #ffffff;
}

.status-pmb h3 {
    font-size: 1.8rem;
    margin: 10px 0;
}

.status-pmb p {
    color: #6b7280;
}

.badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.badge.open {
    background: #dcfce7;
    color: #166534;
}

.badge.close {
    background: #fee2e2;
    color: #991b1b;
}

/* =========================
   ALUR PENDAFTARAN
========================= */
.alur {
    background: #ffffff;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
}

.alur-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.step {
    background: #f8fafc;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all 0.25s ease;
    border: 1px solid #e5e7eb;
}

.step:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    background: #ffffff;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0d6efd;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.step h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.step p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
}


/* =========================
   PROGRAM STUDI
========================= */
.prodi {
    background: #f1f5f9;
}

.prodi .section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
}

.prodi-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.prodi-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 22px;
    text-align: left;
    border: 1px solid #e5e7eb;
    transition: all 0.25s ease;
}

.prodi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.prodi-card h4 {
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: #111827;
}

.prodi-label {
    display: inline-block;
    font-size: 0.75rem;
    color: #0d6efd;
    font-weight: 600;
    background: #e0edff;
    padding: 4px 10px;
    border-radius: 999px;
}


/* =========================
   JALUR PENDAFTARAN
========================= */
/* =========================
   JALUR PENDAFTARAN
========================= */

.jalur {
    background: #f1f5f9;
    text-align: center;
}

.jalur-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.jalur-subtitle {
    font-size: 1rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* Grid wrapper */
.jalur-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Card */
.jalur-card-modern {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 26px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jalur-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Header */
.jalur-header h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 6px;
}

.jalur-header p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
}

/* Info grid */
.jalur-info {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    border-top: 1px solid #e5e7eb;
    padding-top: 18px;
}

.jalur-info div {
    text-align: center;
}

.jalur-info span {
    font-size: 0.75rem;
    color: #6b7280;
    display: block;
}

.jalur-info strong {
    font-size: 0.95rem;
    color: #313131;
}

/* Button */
.jalur-action {
    margin-top: 25px;
    text-align: center;
}

.btn-daftar {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    color: white;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.btn-daftar:hover {
    background: linear-gradient(135deg, #2563eb, #0d6efd);
    transform: translateY(-2px);
}


/* =========================
   FAQ
========================= */
.faq {
    max-width: 900px;
    margin: auto;
}

.faq h2 {
    text-align: center;
    margin-bottom: 30px;
}

.faq details {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq summary {
    cursor: pointer;
    font-weight: 600;
}

/* =========================
   CTA FINAL
========================= */
.cta-final {
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    color: #ffffff;
    padding: 90px 20px;
    text-align: center;
}

.cta-content {
    max-width: 900px;
    margin: auto;
}

.cta-final h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.cta-final p {
    font-size: 1.05rem;
    opacity: 0.95;
    margin-bottom: 35px;
}

.cta-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Button besar */
.btn-lg {
    padding: 16px 36px;
    font-size: 1rem;
}


/* =========================
   FOOTER 
========================= */
.footer {
    background: #111827;
    color: #d1d5db;
    padding-top: 60px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
}

.footer h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer h4 {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 15px;
}

.footer p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #9ca3af;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 20px;
    font-size: 0.85rem;
    color: #9ca3af;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    section {
        padding: 50px 16px;
    }
}

@media (max-width: 768px) {

    /* Perkecil judul jalur */
    .jalur-title {
        font-size: 1.6rem;
    }

    .jalur-subtitle {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }

    /* Grid jalur: 1 kolom */
    .jalur-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Card lebih rapat */
    .jalur-card-modern {
        padding: 22px 18px;
    }

    /* Info di dalam card: ubah 3 kolom → 2 kolom */
    .jalur-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Teks lebih kecil agar muat */
    .jalur-info strong {
        font-size: 0.85rem;
    }

    .jalur-info span {
        font-size: 0.7rem;
    }

    /* Tombol full width */
    .btn-daftar {
        width: 100%;
        text-align: center;
    }
}

