/* ============================================
   실버락 리디자인 CSS
   Behance '더,봄' 레퍼런스 기반
   ============================================ */

/* ============================================
   1. NAVIGATION BAR REDESIGN
   ============================================ */

/* Redesigned Navbar - Clean, Modern */
.navbar {
  height: var(--header-height);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-container {
  height: 100%;
}

.logo img {
  height: 36px;
  transition: all 0.3s ease;
}

/* Nav links redesign */
.nav-links {
  gap: 32px;
}

.nav-links a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  padding: 6px 0;
}

.nav-links a::after {
  height: 2.5px;
  border-radius: 2px;
  background: var(--accent-warm);
  bottom: -2px;
}

/* Dropdown redesign */
.nav-dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
  border: none;
  padding: 8px;
  min-width: 180px;
}

.nav-dropdown-menu a {
  padding: 10px 16px !important;
  border-radius: 8px;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  transition: all 0.2s ease;
}

.nav-dropdown-menu a:hover {
  background: var(--bg-section);
}

/* Login button redesign */
.btn-login-header {
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  padding: 8px 24px !important;
  border-radius: 8px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease !important;
}

.navbar.scrolled .btn-login-header,
.navbar-dark-static .btn-login-header {
  background: var(--primary-navy) !important;
  color: #fff !important;
  border-color: var(--primary-navy) !important;
}

.navbar.scrolled .btn-login-header:hover,
.navbar-dark-static .btn-login-header:hover {
  background: var(--primary-navy-light) !important;
  transform: translateY(-1px);
}

/* Scrolled navbar enhancements */
.navbar.scrolled,
.navbar-dark-static {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}

/* Profile link redesign */
.profile-link {
  border-radius: 10px;
  padding: 4px 12px;
  gap: 8px;
}

.profile-link img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.profile-name {
  font-size: 0.85rem;
  font-weight: 600;
}

.profile-mypage {
  font-size: 0.72rem;
  opacity: 0.7;
}


/* ============================================
   2. HERO SECTION REDESIGN
   ============================================ */

.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.hero-content {
  max-width: 700px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.15rem;
  font-weight: 400;
  opacity: 0.92;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

/* CTA Buttons redesign */
.btn-hero-primary {
  padding: 16px 40px;
  background: var(--accent-warm) !important;
  backdrop-filter: none;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.4);
  letter-spacing: -0.02em;
}

.btn-hero-primary:hover {
  background: var(--accent-warm-light) !important;
  border: none !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(245, 166, 35, 0.5);
}

.btn-hero-outline {
  padding: 16px 40px;
  background: rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  transform: translateY(-2px);
}

/* KPI Badges redesign - glassmorphism inline stats */
.hero-kpi-badges {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.kpi-badges-row {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 28px 56px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.kpi-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 32px;
  transition: all 0.3s ease;
}

.kpi-badge:hover {
  transform: translateY(-2px);
}

.kpi-badge-icon {
  font-size: 2.4rem;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.kpi-badge-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.kpi-badge-number {
  font-family: var(--font-heading, 'Pretendard Variable', sans-serif);
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.kpi-badge-plus,
.kpi-badge-suffix {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-warm, #f5a623);
  margin-left: 2px;
}

.kpi-badge-label {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.01em;
}

.kpi-badge-divider {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 12px;
}

/* KPI Badge Responsive */
@media (max-width: 992px) {
  .kpi-badges-row {
    padding: 22px 36px;
  }

  .kpi-badge {
    padding: 10px 22px;
    gap: 12px;
  }

  .kpi-badge-number {
    font-size: 2.2rem;
  }

  .kpi-badge-icon {
    font-size: 2rem;
  }

  .kpi-badge-label {
    font-size: 0.95rem;
  }

  .kpi-badge-divider {
    height: 48px;
  }
}

@media (max-width: 768px) {
  .hero-kpi-badges {
    bottom: 60px;
  }

  .kpi-badges-row {
    flex-direction: column;
    padding: 24px 32px;
    gap: 4px;
    border-radius: 18px;
  }

  .kpi-badge {
    padding: 10px 16px;
  }

  .kpi-badge-divider {
    width: 80%;
    height: 1px;
    margin: 4px auto;
  }

  .kpi-badge-number {
    font-size: 1.8rem;
  }

  .kpi-badge-icon {
    font-size: 1.6rem;
  }

  .kpi-badge-label {
    font-size: 0.9rem;
  }
}

/* 🆕 KPI 숫자 글로우 애니메이션 */
.kpi-badge-number {
  animation: numberGlow 3s ease-in-out infinite;
}

@keyframes numberGlow {
  0%, 100% {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
  }
  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 40px rgba(245, 166, 35, 0.2);
  }
}

/* 🆕 실시간 문의 알림 티커 - 좌측 상단 */
.live-ticker {
  position: absolute;
  top: 100px;
  left: 32px;
  z-index: 11;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 40px;
  animation: tickerFadeIn 1s ease 1s both;
}

@keyframes tickerFadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  animation: livePulse 2s ease-in-out infinite;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}

@keyframes livePulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
  }
  50% {
    opacity: 0.4;
    box-shadow: 0 0 2px rgba(34, 197, 94, 0.3);
  }
}

.live-ticker-text {
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.live-ticker-text.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

.live-ticker-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .live-ticker {
    top: 80px;
    left: 16px;
    padding: 8px 16px;
  }

  .live-ticker-text {
    font-size: 0.78rem;
  }
}

/* Slider dots redesign */
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.slider-dot.active {
  width: 28px;
  background: var(--accent-warm);
}

/* Slider controls */
.slider-controls {
  bottom: 40px;
}

.prev-slide,
.next-slide {
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.prev-slide:hover,
.next-slide:hover {
  background: rgba(255, 255, 255, 0.25);
}


/* ============================================
   3. SECTION REDESIGN
   ============================================ */

/* Section headers */
.section-title {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-dark);
}

.section-title::after {
  width: 40px;
  height: 4px;
  background: var(--accent-warm);
  border-radius: 2px;
}

.section-desc {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--text-gray);
  letter-spacing: -0.01em;
  line-height: 1.8;
}


/* ============================================
   4. PROCESS SECTION (NEW)
   ============================================ */

.process-section {
  padding: 100px 0;
  background: var(--bg-section);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.process-step {
  text-align: center;
  padding: 32px 20px;
  position: relative;
}

.process-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--accent-warm);
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 800;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.3);
}

.process-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.process-step-desc {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

.process-arrow {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--border-light);
  font-size: 1.2rem;
  z-index: 1;
}

.process-step:last-child .process-arrow {
  display: none;
}

@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .process-arrow {
    display: none;
  }
}

@media (max-width: 480px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================
   5. FEATURES SECTION REDESIGN
   ============================================ */

.feature-card-new {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
}

.feature-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.feature-card-body {
  padding: 28px 24px;
}

.feature-card-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.feature-card-desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-gray);
}


/* ============================================
   6. PROGRAM CARDS REDESIGN
   ============================================ */

.program-card {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.program-content h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}


/* ============================================
   7. TESTIMONIALS REDESIGN
   ============================================ */

.testimonial-carousel {
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  position: relative;
  min-height: 320px;
}

.testimonial-slide {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.testimonial-slide.active {
  display: grid;
  opacity: 1;
}

.testimonial-card {
  border-radius: 20px;
  border: 1px solid var(--border-light);
  background: var(--white);
}

.testimonial-card::before {
  background: var(--accent-warm);
  height: 3px;
}

.testimonial-card:hover::before {
  opacity: 1;
}

.quote-icon {
  color: var(--accent-warm);
}

/* 캐러셀 컨트롤 */
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.testimonial-prev,
.testimonial-next {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--border-light, #e5e5e5);
  background: var(--white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--text-dark, #1a1a1a);
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: var(--accent-warm, #f5a623);
  border-color: var(--accent-warm, #f5a623);
  color: #1a1a1a;
  transform: scale(1.05);
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border-light, #e5e5e5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-dot.active {
  background: var(--accent-warm, #f5a623);
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .testimonial-slide {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-slide .testimonial-card:nth-child(3) {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-slide {
    grid-template-columns: 1fr;
  }

  .testimonial-slide .testimonial-card:nth-child(2),
  .testimonial-slide .testimonial-card:nth-child(3) {
    display: none;
  }

  .testimonial-track {
    min-height: 280px;
  }
}


/* ============================================
   8. FAQ SECTION (NEW)
   ============================================ */

.faq-section {
  padding: 100px 0;
  background: var(--white);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-section);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.faq-item:hover {
  border-color: var(--border-light);
}

.faq-item.active {
  background: var(--white);
  border-color: var(--accent-warm);
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.1);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-dark);
  letter-spacing: -0.02em;
  gap: 16px;
  -webkit-user-select: none;
  user-select: none;
}

.faq-question .faq-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-warm);
  color: #1a1a1a;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 24px 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 24px 24px;
}

.faq-answer p {
  font-size: 0.92rem;
  color: var(--text-gray);
  line-height: 1.8;
}


/* ============================================
   9. CTA BANNER SECTION (NEW)
   ============================================ */

.cta-banner-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-navy) 0%, #1a3a5e 100%);
  position: relative;
  overflow: hidden;
}

.cta-banner-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-banner-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-banner-content h2 {
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.cta-banner-content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  margin-bottom: 36px;
  letter-spacing: -0.01em;
}

.cta-banner-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--accent-warm);
  color: #1a1a1a;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.4);
}

.btn-cta-primary:hover {
  background: var(--accent-warm-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(245, 166, 35, 0.5);
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}


/* ============================================
   10. FOOTER REDESIGN
   ============================================ */

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

.footer-top {
  padding: 20px 0;
}

.footer-nav a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.footer-bottom {
  padding: 48px 0 36px;
}

.footer-logo .logo-text {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.footer-info-section p {
  font-size: 0.82rem;
  line-height: 1.7;
}

/* Footer redesign - modern 4-column grid */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  text-align: left;
}

.footer-grid-col h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.footer-grid-col a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  padding: 4px 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-grid-col a:hover {
  color: var(--accent-warm);
}

.footer-grid-col .footer-brand-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  line-height: 1.7;
  margin-top: 12px;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 32px 0 24px;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.82rem;
}

.footer-contact-info {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-contact-info a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.footer-contact-info a:hover {
  color: var(--accent-warm);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-bottom-row {
    flex-direction: column;
    text-align: center;
  }

  .footer-contact-info {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Desktop: show grid, hide mobile toggle */
@media (min-width: 769px) {
  .footer-grid {
    display: grid;
  }

  .footer-bottom-row {
    display: flex;
  }

  .footer-divider {
    display: block;
  }

  .footer-company-toggle,
  .footer-info-section {
    display: none !important;
  }
}

/* Mobile: hide grid, show toggle */
@media (max-width: 768px) {
  .footer-grid,
  .footer-bottom-row,
  .footer-divider {
    display: none !important;
  }
}


/* ============================================
   11. RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.6rem !important;
  }

  .section-title {
    font-size: 2rem;
  }

  .cta-banner-content h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
  }

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

  .section-desc {
    font-size: 0.95rem;
    margin-bottom: 3rem;
  }

  .process-section {
    padding: 60px 0;
  }

  .faq-section {
    padding: 60px 0;
  }

  .cta-banner-section {
    padding: 60px 0;
  }

  .cta-banner-content h2 {
    font-size: 1.5rem;
  }

  .cta-banner-content p {
    font-size: 0.95rem;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    padding: 14px 28px;
    font-size: 0.95rem;
  }

  .slider-controls {
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.7rem !important;
  }

  .cta-banner-buttons {
    flex-direction: column;
    align-items: center;
  }
}


/* ============================================
   12. MOBILE UX IMPROVEMENTS (LUSH Style)
   - Larger fonts, generous spacing,
   - Touch-friendly targets (48px+),
   - Improved readability
   ============================================ */

/* --- Tablet (max-width: 992px) --- */
@media (max-width: 992px) {
  /* Nav links spacing for flattened menu */
  .nav-links {
    gap: 20px;
  }

  .nav-links a {
    font-size: 0.88rem;
  }
}

/* --- Mobile (max-width: 768px) --- */
@media (max-width: 768px) {

  /* ---- Typography ---- */
  body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  /* Section titles - bigger, bolder */
  .section-title {
    font-size: 1.8rem !important;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .section-desc {
    font-size: 1rem !important;
    line-height: 1.7;
    margin-bottom: 2.5rem;
  }

  /* Card text */
  .feature-card-title,
  .program-content h3,
  .instructor-name {
    font-size: 1.05rem !important;
    font-weight: 700;
  }

  .feature-card-desc,
  .program-content p,
  .testimonial-text {
    font-size: 0.95rem !important;
    line-height: 1.7;
  }

  /* ---- Spacing & Padding (LUSH style: generous) ---- */
  .section {
    padding: 60px 0 !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Card spacing */
  .feature-card-new,
  .program-card,
  .testimonial-card {
    border-radius: 16px;
  }

  .feature-card-body {
    padding: 24px 20px;
  }

  /* ---- Touch Targets (min 48px) ---- */
  .btn-hero-primary,
  .btn-hero-outline {
    padding: 14px 32px !important;
    font-size: 1rem !important;
    min-height: 48px;
    border-radius: 12px;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    padding: 14px 24px;
    font-size: 1rem;
    min-height: 48px;
    width: 100%;
    justify-content: center;
  }

  /* ---- Form Inputs (prevent iOS zoom) ---- */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="number"],
  textarea,
  select {
    font-size: 16px !important;
    min-height: 48px;
    border-radius: 10px;
    padding: 12px 16px;
  }

  /* ---- FAQ Mobile ---- */
  .faq-question {
    padding: 18px 20px;
    font-size: 0.95rem;
    min-height: 48px;
  }

  .faq-answer p {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .faq-question .faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    font-size: 0.95rem;
  }

  /* ---- Process Section Mobile ---- */
  .process-step-number {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
    border-radius: 14px;
  }

  .process-step-title {
    font-size: 1rem;
  }

  .process-step-desc {
    font-size: 0.85rem;
  }

  /* ---- CTA Banner Mobile ---- */
  .cta-banner-content h2 {
    font-size: 1.4rem;
    line-height: 1.35;
  }

  .cta-banner-content p {
    font-size: 0.92rem;
    margin-bottom: 28px;
  }

  .cta-banner-buttons {
    flex-direction: column;
    gap: 12px;
  }

  /* ---- Instructor Cards Mobile ---- */
  .instructor-card {
    border-radius: 16px;
  }

  .instructor-info {
    padding: 16px;
  }

  .instructor-name {
    font-size: 1rem !important;
  }

  .instructor-link {
    font-size: 0.9rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  /* ---- KPI/Stats Cards Mobile ---- */
  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }

  /* ---- Footer Mobile ---- */
  .footer-nav a {
    font-size: 0.9rem;
    padding: 8px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .footer-company-toggle {
    min-height: 48px;
    font-size: 1rem;
  }

  /* ---- Mobile CTA Bar ---- */
  .mobile-cta-btn {
    min-height: 52px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* --- Small Mobile (max-width: 480px) --- */
@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem !important;
  }

  .section-desc {
    font-size: 0.95rem !important;
  }

  .hero-subtitle {
    font-size: 0.92rem !important;
    line-height: 1.65;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-card-body {
    padding: 20px 16px;
  }

  .faq-question {
    padding: 16px;
    font-size: 0.9rem;
  }

  .faq-answer p {
    font-size: 0.85rem;
  }
}
