/* ============================================================
   JAGOKERJA.ID - RESPONSIVE STYLES
   ============================================================ */

/* ============================================================
   Tablet (768px - 1024px)
   ============================================================ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero {
    padding: 60px 0;
    min-height: 500px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-content {
    max-width: 600px;
  }

  .section {
    padding: 60px 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============================================================
   Mobile (320px - 767px)
   ============================================================ */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .hero {
    padding: 40px 0 60px;
    min-height: auto;
    text-align: center;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero p {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
    gap: 16px;
  }

  .hero-stats-item .number {
    font-size: 20px;
  }

  .hero-stats-item .label {
    font-size: 12px;
  }

  .section {
    padding: 40px 0;
  }

  .section-header h2 {
    font-size: 22px;
  }

  .section-header p {
    font-size: 15px;
  }

  .card {
    padding: 16px;
  }

  .cv-shortcut {
    padding: 20px;
    margin-top: 24px;
  }

  .cv-shortcut h3 {
    font-size: 18px;
  }

  .help-float {
    bottom: 16px;
    right: 16px;
  }

  .help-float .help-toggle {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .help-float .help-menu {
    width: 280px;
    right: -10px;
    bottom: 70px;
    padding: 16px;
  }

  .footer {
    padding: 40px 0 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ============================================================
   Extra Small (320px and below)
   ============================================================ */
@media screen and (max-width: 320px) {
  .hero h1 {
    font-size: 22px;
  }

  .btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .help-float .help-menu {
    width: 250px;
  }
}

/* ============================================================
   LANDSCAPE MODE
   ============================================================ */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero {
    padding: 30px 0;
    min-height: 300px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .hero-stats {
    margin-top: 16px;
    padding-top: 16px;
  }
}
