/* ============================================
   DROP 모빌리티 - 모바일 반응형 스타일시트
   아이폰 12 미니 기준 (390px)
   768px 이하 모바일 디바이스 대응
   ============================================ */

/* 모바일 전용 스타일 (768px 이하) */
@media (max-width: 650px) {
  /* ========================================
     1. 헤더 (Header)
     ======================================== */
  .header {
    height: 85px;
  }

  .header-container {
    flex-flow: nowrap column;
    justify-content: center;
    padding: 0 35px;
    gap: 10px;
  }

  .logo-image {
    width: 60px;
    height: 25px;
  }

  /* 네비게이션 숨김 */
  .header-nav {
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .header-nav a {
    font-size: 10px;
    padding: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ========================================
     2. 히어로 섹션 (Hero)
     ======================================== */
  .hero {
    padding: 50px 20px 60px;
    min-height: auto;
    height: auto;
    margin-top: 85px;
  }

  .hero-badge {
    padding: 12px 24px;
    font-size: 12px;
    margin-bottom: 24px;
    border-radius: 24px;
  }

  .hero-title {
    font-size: 20px;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
  }

  .hero-subtitle {
    font-size: 32px;
    letter-spacing: -0.96px;
    margin-bottom: 0;
  }

  /* ========================================
     3. 통계 (Stats)
     ======================================== */
  .stats-container {
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px 0;
  }

  .stat-number {
    font-size: 24px;
    letter-spacing: -1.2px;
    margin-bottom: 8px;
  }

  .stat-label {
    font-size: 12px;
    letter-spacing: -0.6px;
  }

  /* ========================================
     4. 섹션 공통 (Section Common)
     ======================================== */
  .services,
  .brand-identity,
  .safety,
  .business,
  .care,
  .faq,
  .news,
  .vehicle {
    padding: 60px 0;
  }

  .section-badge {
    padding: 12px 30px;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 24px;
  }

  .section-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .section-description {
    font-size: 16px;
    line-height: 1.5;
  }

  /* ========================================
     5. 서비스 섹션 (Services)
     ======================================== */
  .services-header {
    margin-bottom: 30px;
  }

  .services-grid {
    gap: 20px;
    flex-flow: nowrap column;
  }

  .service-card {
    width: 100%;
    padding: 15px 10px;
    border-radius: 20px;
    display: flex;
    flex-flow: nowrap row;
    justify-content: flex-start;
  }
  .service-card div {
    width: 100%;
    display: flex;
    flex-flow: nowrap column;
  }

  .service-image {
    width: 59px;
    height: 59px;
    margin-bottom: unset;
    margin-right: 7px;
  }

  .service-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 5px;
    text-align: left;
  }

  .service-description {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  /* ========================================
     6. 브랜드 아이덴티티 (Brand Identity)
     ======================================== */
  .brand-features {
    flex-direction: column;
    gap: 24px;
    margin: unset;
  }

  .brand-feature {
    padding: 16px 24px;
  }

  .brand-feature-title {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 40px;
  }

  .brand-feature-description {
    font-size: 16px;
  }

  .brand-image {
    width: 150px;
    height: 150px;
  }

  /* ========================================
     7. 안전 섹션 (Safety)
     ======================================== */
  .safety-header {
    margin-bottom: 40px;
  }

  .safety-grid {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .safety-card {
    width: 100%;
    z-index: auto !important;
  }

  .safety-card:not(:first-child) {
    margin-left: 0;
  }

  .safety-circle {
    width: 100%;
    max-width: 320px;
    height: 320px;
    margin: 0 auto;
    padding: 30px 20px;
    gap: 20px;
  }

  .safety-number {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .safety-title {
    font-size: 20px;
  }

  .safety-description {
    font-size: 13px;
    line-height: 1.5;
  }

  /* ========================================
     8. 비즈니스 솔루션 (Business)
     ======================================== */
  .business-header {
    margin-bottom: 40px;
  }

  .business-content {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .business-image {
    width: 100%;
    max-width: 100%;
  }

  .business-features {
    gap: 30px;
    align-items: stretch;
  }

  .business-feature {
    gap: 16px;
  }

  .business-icon {
    width: 36px;
    height: 32px;
  }

  .business-feature-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .business-feature-subtitle {
    font-size: 14px;
  }

  .business-feature-description {
    font-size: 14px;
  }

  .btn-business {
    padding: 14px 48px;
    font-size: 14px;
    border-radius: 28px;
  }

  /* ========================================
     9. 프리미엄 서비스 (Premium)
     ======================================== */
  .premium {
    padding: 60px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .premium-badge {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .premium-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .premium-apps {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .app-link img {
    width: 160px;
    height: 48px;
  }

  .premium-car {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }

  /* ========================================
     10. 교통약자 케어 (Care)
     ======================================== */
  .care {
    padding: 60px 20px;
  }

  .care-header {
    margin-bottom: 40px;
  }

  .care-header .section-title {
    font-size: 32px;
    line-height: 1.4;
  }

  .care-grid {
    gap: 40px;
  }

  .care-item {
    flex-direction: column !important;
    gap: 20px;
    min-height: auto;
  }

  .care-image {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }

  .care-image img {
    min-height: 200px;
  }

  .care-content {
    padding: 0;
  }

  .care-title {
    font-size: 20px;
    line-height: 1.6;
    text-align: center !important;
  }

  .care-item:nth-child(even) .care-title {
    text-align: center !important;
  }

  /* ========================================
     11. FAQ 섹션 (FAQ)
     ======================================== */
  .faq-header {
    margin-bottom: 40px;
  }

  .faq-list {
    padding: 0 20px;
  }

  .faq-wrapper {
    margin-bottom: 20px;
  }

  .faq-question-box {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .faq-question-box h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .faq-icon {
    font-size: 28px;
    width: 28px;
  }

  .faq-answer-box {
    padding: 20px;
    border-radius: 12px;
  }

  .faq-answer-box p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* ========================================
     12. 뉴스 섹션 (News)
     ======================================== */
  .news-header {
    margin-bottom: 40px;
  }

  .news-swiper-wrapper {
    padding: 0 20px;
  }

  .news-grid {
    flex-direction: column;
    gap: 20px;
  }

  .news-grid .news-card {
    flex: 1;
    width: 100%;
  }

  .news-image {
    height: 200px;
  }

  .news-content {
    min-height: 90px;
    padding: 8px 16px;
  }

  .news-date {
    font-size: 12px;
    line-height: 20px;
  }

  .news-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .news-swiper-btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .news-pagination {
    margin-top: 40px;
    gap: 8px;
  }

  /* ========================================
     13. 차량 라인업 (Vehicle)
     ======================================== */
  .vehicle .container {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }

  .vehicle-header {
    margin-bottom: 20px;
  }

  .vehicle-title-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .vehicle-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .vehicle-badge {
    font-size: 20px;
    padding: 2px 16px;
  }

  .vehicle-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .vehicle-image {
    width: 100%;
    max-width: 100%;
  }

  /* ========================================
     14. 푸터 (Footer)
     ======================================== */
  .footer {
    padding: 60px 0;
  }

  .footer-container {
    padding: 0 20px;
    gap: 40px;
  }

  .footer-top-line {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-top-contents {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .footer-company-box p,
  .footer-center p {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer-center {
    margin-top: 0;
  }

  .footer-right {
    margin-top: 0;
  }

  .footer-right a {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 16px;
  }

  .social-icon {
    width: 44px;
    height: 44px;
  }

  .social-icon img {
    width: 20px;
    height: 20px;
  }

  /* ========================================
     15. 컨테이너 (Container)
     ======================================== */
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
