/* All Phones */
@media (max-width: 480px) {
  /* phone styles */

    /* STICKY BTN  */
    .sticky-apply {
        width: 8.75rem;
        right: 10px;
    }

    /* Nav Bar Ca  */
    .cta-btn {
        display: none;
    }

    /* .highlight-bar  */
     .highlight-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Center the lone last card when count is odd */
    .highlight-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    margin: 0 auto;
  }
    .highlight-card {
    padding: 14px 10px;
    border-radius: 14px;
  }
   .highlight-card i {
    font-size: 1.3rem;
  }
    .highlight-card span {
    font-size: 0.7rem;
  }

  /* counter-down  */

  /* #countdown-section {
    max-width: auto;
  } */

  .countdown-btn {
    width: ;
  }



  /* OVERVIEW  */

    /* Section padding */
  .section-pad {
    padding: 48px 16px;
  }

  .section-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .section-title br {
    display: none;
  }

  .section-body {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  /* Grid: stack vertically */
  .overview-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 32px;
  }

  /* Stats: stack each item */
  .overview-stat {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .stat-num {
    font-size: 2.8rem;
    min-width: 56px;
    text-align: center;
    flex-shrink: 0;
  }

  .stat-info h4 {
    font-size: 0.9rem;
    margin-bottom: 2px;
  }

  .stat-info p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
  }

  /* Details table */
  .overview-details {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .detail-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dk {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.5;
  }

  .dv {
    font-size: 0.92rem;
    font-weight: 500;
  }

  .dv.lang {
    font-size: 0.88rem;
    letter-spacing: 0.02em;
  }


    /* phases */
      .phase-content {
        padding: 20px;
      }
      .hero-ctas {
        flex-direction: column;
      }
      .cta-btn,
      .cta-btn-outline {
        text-align: center;
      }
      .phase-card {
        gap: 20px;
      }

      /* cta-btn-apply  */ 
      .cta-btn-apply {
    font-size: 0.92rem !important;
    padding: 14px 24px !important;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
      }

      .apply-glow {
        width: 480px;
      }
}
