/* =========================================================
   RESPONSIVE - DESKTOP BESAR
========================================================= */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .hero-text h1 {
        font-size: 3.1rem;
    }
}

/* =========================================================
   RESPONSIVE - LAPTOP / TABLET LANDSCAPE
========================================================= */
@media (max-width: 1100px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-card {
        margin: 0 auto;
    }

    .about-grid,
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */
@media (max-width: 768px) {
    .navbar {
        position: relative;
    }

    .menu-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 78px;
        right: 0;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #eef3f1;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
        display: none;
        padding: 18px 20px;
        border-radius: 0 0 16px 16px;
    }

    .nav-menu.active {
        display: block;
    }

    .nav-menu ul {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .nav-menu ul li a {
        display: block;
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
        background: #f7fbf9;
    }

    .btn-login,
    .btn-register {
        text-align: center;
    }

    .hero-section {
        padding: 70px 0 55px;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .section-title h2 {
        font-size: 1.75rem;
    }

    .about-grid,
    .features-grid,
    .flow-grid,
    .stats-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .cta-box h2 {
        font-size: 1.65rem;
    }

    .footer-col {
        text-align: center;
    }

    .footer-col ul {
        align-items: center;
    }
}

/* =========================================================
   RESPONSIVE - SMARTPHONE
========================================================= */
@media (max-width: 576px) {
    .container {
        width: 92%;
    }

    .navbar {
        min-height: 72px;
    }

    .logo a {
        font-size: 1.35rem;
    }

    .hero-section {
        padding: 55px 0 45px;
    }

    .hero-badge {
        font-size: 0.78rem;
        padding: 7px 12px;
    }

    .hero-text h1 {
        font-size: 1.8rem;
        line-height: 1.35;
    }

    .hero-text p {
        font-size: 0.95rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }

    .hero-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .hero-card h3 {
        font-size: 1.2rem;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .section-title p {
        font-size: 0.94rem;
    }

    .about-section,
    .features-section,
    .flow-section,
    .stats-section,
    .cta-section {
        padding: 60px 0;
    }

    .about-box,
    .feature-card,
    .flow-card,
    .stat-box {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .feature-icon {
        width: 54px;
        height: 54px;
        font-size: 1.5rem;
        border-radius: 14px;
    }

    .flow-card span {
        width: 48px;
        height: 48px;
        font-size: 0.95rem;
    }

    .stat-box h3 {
        font-size: 1.6rem;
    }

    .cta-box {
        padding: 36px 18px;
        border-radius: 20px;
    }

    .cta-box h2 {
        font-size: 1.4rem;
    }

    .cta-box p {
        font-size: 0.94rem;
    }

    .main-footer {
        padding-top: 45px;
    }

    .footer-grid {
        gap: 20px;
        padding-bottom: 28px;
    }

    .footer-bottom {
        font-size: 0.85rem;
    }
}

/* =========================================================
   RESPONSIVE - SMARTPHONE SANGAT KECIL
========================================================= */
@media (max-width: 380px) {
    .hero-text h1 {
        font-size: 1.6rem;
    }

    .section-title h2 {
        font-size: 1.35rem;
    }

    .btn-primary,
    .btn-secondary,
    .btn-login,
    .btn-register {
        padding: 11px 18px;
        font-size: 0.9rem;
    }
}
@media (max-width: 1100px) {
    .about-content-grid,
    .about-list-grid,
    .vision-mission-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 70px 0 55px;
    }

    .page-hero-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .page-hero {
        padding: 55px 0 45px;
    }

    .page-hero-content h1 {
        font-size: 1.65rem;
        line-height: 1.4;
    }

    .page-hero-content p {
        font-size: 0.94rem;
    }

    .about-content-card,
    .about-list-box,
    .vision-box,
    .mission-box {
        padding: 22px 18px;
        border-radius: 18px;
    }
}
@media (max-width: 1100px) {
    .edukasi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .media-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .edukasi-grid,
    .media-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .edukasi-card,
    .media-box {
        padding: 22px 18px;
        border-radius: 18px;
    }
}