/* ============================================
   S2MOMENTS - RESPONSIVE COMPLETE CSS
   ============================================
   
   File ini menggabungkan 3 file responsive CSS:
   1. responsive.css (5219 lines) - Mobile + Desktop responsive
   2. features-mobile-unified.css (620 lines) - Mobile features optimization
   3. hero-unified.css (800 lines) - Hero section responsive
   
   Total: ~6,639 lines
   
   Struktur:
   ============================================
   SECTION 1: RESPONSIVE.CSS
   - Mobile Styles (max-width: 768px, 480px, 360px)
   - Desktop Styles (min-width: 992px, 1200px, 1400px+)
   - Touch Optimization
   - Performance Optimizations
   
   SECTION 2: FEATURES-MOBILE-UNIFIED.CSS
   - Ultra Compact Mobile Design
   - Features Grid Optimization
   - Touch Feedback
   - Reduced Motion Support
   
   SECTION 3: HERO-UNIFIED.CSS
   - Hero Image Enhancement
   - Hero Stats Enhanced
   - Responsive Breakpoints
   - Animation Keyframes
   
   ============================================
   Backup files tersedia di:
   - css/backup-responsive-merge/responsive.css.backup
   - css/backup-responsive-merge/features-mobile-unified.css.backup
   - css/backup-responsive-merge/hero-unified.css.backup
   
   Created: 2026-02-05 14:53
   Merged by: Kiro AI Assistant
   ============================================ */


/* ============================================
   S2Moments - Responsive CSS (Consolidated)
   ============================================
   
   File ini menggabungkan:
   - mobile-responsive.css (1271 lines)
   - desktop-optimized.css (3928 lines)
   
   Struktur:
   1. Mobile Styles (max-width: 768px, 480px, 360px)
   2. Desktop Styles (min-width: 992px, 1200px, 1400px+)
   
   Backup files tersedia di:
   - css/mobile-responsive.css.backup
   - css/desktop-optimized.css.backup
   
   Created: 2026-02-05 11.57.49
   ============================================ */
/* ============================================
   S2Moments - Mobile UI/UX Enhancements
   Perbaikan tampilan mobile untuk pengalaman yang lebih baik
   ============================================ */

/* ============================================
   1. WHY US SECTION - Mobile Optimization (PRIORITY)
   ============================================ */

@media (max-width: 768px) {
  
  /* Why Us Section - Improved Layout */
  .why-us {
    padding: 0 0 !important;
    margin-top: -30px !important;
  }

  .why-us .section-header {
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }

  /* Why Us Cards - Improved Mobile Layout */
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    padding: 0 4px !important;
  }

  .why-us-card {
    padding: 24px 18px !important;
    min-height: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06) !important;
  }

  .why-us-icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 16px !important;
    flex-shrink: 0 !important;
  }

  .why-us-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  .why-us-card h3 {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
  }

  .why-us-card p {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    color: #666 !important;
    margin: 0 !important;
  }

/* ============================================
   2. FITUR LENGKAP & PREMIUM - Mobile Optimization (ENHANCED)
   ============================================ */
  
  /* Features Preview Section - ULTRA COMPACT for One Screen */
  .features-preview {
    padding: 40px 0 !important;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%) !important;
  }

  /* Section Header - Compact */
  .features-preview .section-header {
    margin-bottom: 20px !important;
    padding: 0 12px !important;
  }

  .features-preview .section-title {
    font-size: 1.45rem !important;
    margin-bottom: 8px !important;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-dark) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }

  .features-preview .section-subtitle {
    font-size: 0.8rem !important;
    color: #666 !important;
    line-height: 1.45 !important;
  }

  /* TEMA PAGE - 4 Feature Cards Fix (PRIORITY) */
  @media (max-width: 768px) {
    .tema-features-wrapper {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 14px !important;
      padding: 0 !important;
      align-items: stretch !important;
    }

    .tema-feature-card {
      flex-direction: column !important;
      text-align: center !important;
      padding: 22px 16px !important;
      gap: 12px !important;
      min-height: 170px !important;
      max-height: 170px !important;
      justify-content: flex-start !important;
      align-items: center !important;
      display: flex !important;
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06) !important;
      border: 1px solid rgba(212, 175, 55, 0.08) !important;
      border-radius: 16px !important;
      height: 100% !important;
    }

    .feature-icon-box {
      width: 52px !important;
      height: 52px !important;
      margin: 0 !important;
      flex-shrink: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%) !important;
      border-radius: 12px !important;
    }

    .feature-icon-box svg {
      width: 24px !important;
      height: 24px !important;
    }

    .tema-feature-card .feature-text {
      width: 100% !important;
      text-align: center !important;
      display: flex !important;
      flex-direction: column !important;
      gap: 6px !important;
      flex: 1 !important;
      justify-content: flex-start !important;
    }

    .tema-feature-card .feature-text h3 {
      font-size: 1rem !important;
      margin: 0 !important;
      line-height: 1.3 !important;
      font-weight: 700 !important;
      color: var(--color-dark) !important;
      word-wrap: break-word !important;
    }

    .tema-feature-card .feature-text p {
      font-size: 0.8rem !important;
      line-height: 1.4 !important;
      color: #666 !important;
      margin: 0 !important;
      display: -webkit-box !important;
      -webkit-line-clamp: 2 !important;
      -webkit-box-orient: vertical !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      word-wrap: break-word !important;
    }
  }

  /* Fitur Cards - ULTRA COMPACT for One Screen View */
  .features-grid-simple {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 9px !important;
    padding: 0 8px !important;
    align-items: stretch !important;
  }

  .feature-item-simple {
    position: relative !important;
    flex-direction: column !important;
    text-align: center !important;
    padding: 13px 10px !important;
    gap: 7px !important;
    min-height: 115px !important;
    max-height: 115px !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    
    /* Clean Shadow & Border */
    background: linear-gradient(145deg, #ffffff 0%, #fdfbf7 100%) !important;
    box-shadow: 
      0 2px 10px rgba(212, 175, 55, 0.06),
      0 1px 3px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(212, 175, 55, 0.09) !important;
    border-radius: 13px !important;
    height: 100% !important;
    
    /* Fast Transition */
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
  }

  /* Subtle Top Border */
  .feature-item-simple::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent) !important;
    opacity: 0 !important;
    transition: opacity 0.25s ease !important;
  }

  /* Ultra Compact Icon */
  .feature-icon-simple {
    font-size: 1.65rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    
    /* Minimal Icon Background */
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0.04) 100%) !important;
    border-radius: 10px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
  }

  .feature-text-simple {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex: 1 !important;
    justify-content: center !important;
  }

  /* Ultra Compact Typography */
  .feature-text-simple h4 {
    font-size: 0.86rem !important;
    margin: 0 !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    color: var(--color-dark) !important;
    word-wrap: break-word !important;
    letter-spacing: -0.01em !important;
    transition: color 0.25s ease !important;
  }

  .feature-text-simple p {
    font-size: 0.68rem !important;
    line-height: 1.28 !important;
    color: #777 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: break-word !important;
    transition: color 0.25s ease !important;
  }

  /* Quick Active State */
  .feature-item-simple:active {
    transform: translateY(-2px) scale(1.005) !important;
    box-shadow: 
      0 4px 14px rgba(212, 175, 55, 0.09),
      0 2px 5px rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(212, 175, 55, 0.16) !important;
  }

  .feature-item-simple:active::before {
    opacity: 1 !important;
  }

  .feature-item-simple:active .feature-icon-simple {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.06) 100%) !important;
    transform: scale(1.03) !important;
  }

  .feature-item-simple:active .feature-text-simple h4 {
    color: var(--brand-gold-dark) !important;
  }

  .feature-item-simple:active .feature-text-simple p {
    color: #555 !important;
  }

  /* Compact CTA Button */
  .features-preview .section-cta {
    margin-top: 40px !important;
  }

  .features-preview .section-cta {
    margin-top: 24px !important;
  }

  .features-preview .btn-outline {
    padding: 10px 24px !important;
    font-size: 0.86rem !important;
    font-weight: 600 !important;
    border-width: 2px !important;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.08) !important;
  }

  /* Hero Stats - Grid 2 kolom lebih rapi */
  .hero-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 24px !important;
  }

  .stat-card {
    flex-direction: column !important;
    text-align: center !important;
    padding: 14px 12px !important;
    gap: 8px !important;
    min-width: auto !important;
    width: 100% !important;
    min-height: 120px !important;
  }

  .stat-icon {
    width: 36px !important;
    height: 36px !important;
    margin: 0 auto !important;
  }

  .stat-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .stat-info {
    align-items: center !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }

  .stat-number {
    font-size: 1.2rem !important;
  }

  .stat-label {
    font-size: 0.62rem !important;
    text-align: center !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    padding: 0 4px !important;
    color: #999 !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
  }

  /* Bottom Navigation - Lebih compact */
  .bottom-nav {
    padding: 8px 12px 12px !important;
    border-radius: 20px 20px 0 0 !important;
  }

  .bottom-nav-item {
    padding: 6px 8px !important;
    gap: 4px !important;
  }

  .bottom-nav-item svg {
    width: 22px !important;
    height: 22px !important;
  }

  .bottom-nav-item span {
    font-size: 0.65rem !important;
  }

  .bottom-nav-item-center {
    margin-top: -28px !important;
  }

  .bottom-nav-icon-wrapper {
    width: 56px !important;
    height: 56px !important;
  }

  .bottom-nav-item-center svg {
    width: 24px !important;
    height: 24px !important;
  }

  /* Hero Section - Lebih compact */
  .hero {
    padding: 90px 0 0 !important;
    min-height: auto !important;
    margin-bottom: -10px !important;
  }

  .hero .container {
    gap: 0px !important;
  }

  .hero-content {
    padding: 0 8px !important;
    margin-bottom: 0 !important;
  }

  .hero-badge {
    margin-bottom: 10px !important;
  }

  .hero-title {
    font-size: 1.8rem !important;
    margin-bottom: 10px !important;
  }

  .hero-subtitle {
    font-size: 0.95rem !important;
    margin-bottom: 10px !important;
  }

  .hero-features {
    margin-bottom: 10px !important;
  }

  .hero-stats {
    margin-bottom: 10px !important;
  }

  .hero-buttons {
    gap: 10px !important;
    flex-direction: column !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .hero-trust {
    margin-top: 0px !important;
    margin-bottom: -10px !important;
  }

  .hero-image-wrapper {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .hero-wave {
    display: none !important;
  }

  .hero-buttons .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  /* Section Headers */
  .section-header {
    margin-bottom: 32px !important;
    padding: 0 12px !important;
  }

  .section-title {
    font-size: 1.6rem !important;
  }

  .section-subtitle {
    font-size: 0.9rem !important;
  }

  /* Why Us Cards - Improved Mobile Layout */
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    padding: 0 4px !important;
  }

  .why-us-card {
    padding: 24px 18px !important;
    min-height: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    border-radius: 16px !important;
  }

  .why-us-icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 16px !important;
    flex-shrink: 0 !important;
  }

  .why-us-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  .why-us-card h3 {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
  }

  .why-us-card p {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    color: #666 !important;
    margin: 0 !important;
  }

  /* Steps Grid */
  .steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .step-card {
    padding: 20px 16px !important;
  }

  .step-card .step-icon {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 14px !important;
    font-size: 1.6rem !important;
  }

  .step-card h4 {
    font-size: 0.95rem !important;
    margin-bottom: 8px !important;
  }

  .step-card p {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }

  /* Pricing Cards */
  .pricing-preview-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .pricing-card {
    padding: 24px 20px !important;
  }

  /* Container Padding - Consistent Spacing */
  .container {
    padding: 0 18px !important;
  }

  .why-us .container,
  .features-preview .container {
    padding: 0 16px !important;
  }

  /* Buttons */
  .btn {
    padding: 12px 20px !important;
    font-size: 0.9rem !important;
  }

  .btn-lg {
    padding: 14px 24px !important;
    font-size: 0.95rem !important;
  }

  /* Feature Cards Grid (5 kolom jadi 2 kolom) */
  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .feature-card {
    padding: 20px 16px !important;
  }

  .feature-icon {
    font-size: 2rem !important;
    margin-bottom: 12px !important;
  }

  .feature-card h3 {
    font-size: 0.9rem !important;
    margin-bottom: 6px !important;
  }

  .feature-card p {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }
}

/* ============================================
   2. EXTRA SMALL MOBILE (480px and below)
   ============================================ */

@media (max-width: 480px) {
  
  /* Features Preview - Extra Small Screens */
  .features-preview {
    padding: 38px 0 !important;
  }

  .features-preview .section-title {
    font-size: 1.35rem !important;
  }

  .features-preview .section-subtitle {
    font-size: 0.76rem !important;
  }

  /* Fitur Cards - Ultra Compact for Small Screens */
  .features-grid-simple {
    gap: 8px !important;
    padding: 0 6px !important;
  }

  .feature-item-simple {
    padding: 12px 9px !important;
    min-height: 110px !important;
    max-height: 110px !important;
    gap: 6px !important;
    border-radius: 12px !important;
  }

  .feature-icon-simple {
    font-size: 1.55rem !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
  }

  .feature-text-simple h4 {
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
  }

  .feature-text-simple p {
    font-size: 0.65rem !important;
    line-height: 1.25 !important;
  }

  /* CTA Button */
  .features-preview .section-cta {
    margin-top: 20px !important;
  }

  .features-preview .btn-outline {
    padding: 9px 22px !important;
    font-size: 0.82rem !important;
  }
  
  /* TEMA PAGE - Extra Small Screens */
  .tema-feature-card {
    padding: 20px 14px !important;
    min-height: 160px !important;
    max-height: 160px !important;
  }

  .feature-icon-box {
    width: 48px !important;
    height: 48px !important;
  }

  .feature-icon-box svg {
    width: 22px !important;
    height: 22px !important;
  }

  .tema-feature-card .feature-text h3 {
    font-size: 0.95rem !important;
  }

  .tema-feature-card .feature-text p {
    font-size: 0.76rem !important;
  }

  /* Why Us Cards - Extra Small Screens */
  .why-us-card {
    padding: 20px 16px !important;
    min-height: 170px !important;
  }

  .why-us-icon {
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 14px !important;
  }

  .why-us-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  .why-us-card h3 {
    font-size: 0.95rem !important;
    margin-bottom: 8px !important;
  }

  .why-us-card p {
    font-size: 0.78rem !important;
  }

  /* Hero Section */
  .hero {
    padding: 85px 0 0 !important;
    margin-bottom: -15px !important;
  }

  .hero .container {
    gap: 0px !important;
  }

  .hero-content {
    margin-bottom: 0 !important;
  }

  .hero-badge {
    margin-bottom: 8px !important;
  }

  .hero-title {
    font-size: 1.6rem !important;
    margin-bottom: 8px !important;
  }

  .hero-subtitle {
    font-size: 0.88rem !important;
    margin-bottom: 8px !important;
  }

  .hero-features {
    margin-bottom: 8px !important;
  }

  .hero-stats {
    margin-bottom: 8px !important;
  }

  .hero-buttons {
    margin-bottom: 8px !important;
  }

  .hero-trust {
    margin-top: 0px !important;
    margin-bottom: -15px !important;
  }

  .hero-image-wrapper {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .hero-wave {
    display: none !important;
  }

  /* Why Us Section */
  .why-us {
    padding: 0 0 !important;
    margin-top: -40px !important;
  }

  .why-us .section-header {
    padding-top: 8px !important;
  }

  .hero-title {
    font-size: 1.6rem !important;
  }

  .hero-subtitle {
    font-size: 0.88rem !important;
  }

  .stat-card {
    padding: 12px 10px !important;
    min-height: 110px !important;
  }

  .stat-number {
    font-size: 1.05rem !important;
  }

  .stat-label {
    font-size: 0.58rem !important;
    line-height: 1.3 !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    padding: 0 4px !important;
    color: #999 !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
  }

  /* Fitur Cards - Extra Small Screens */
  .feature-item-simple {
    padding: 18px 12px !important;
    min-height: 155px !important;
    max-height: 155px !important;
  }

  .feature-icon-simple {
    font-size: 1.8rem !important;
    width: 44px !important;
    height: 44px !important;
  }

  .feature-text-simple h4 {
    font-size: 0.88rem !important;
  }

  .feature-text-simple p {
    font-size: 0.72rem !important;
  }

  .why-us-card,
  .step-card {
    padding: 22px 16px !important;
    min-height: 170px !important;
  }

  .why-us-icon,
  .step-card .step-icon {
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 14px !important;
  }

  .why-us-card h3,
  .step-card h4 {
    font-size: 0.92rem !important;
    margin-bottom: 8px !important;
  }

  .why-us-card p,
  .step-card p {
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
  }

  .section-title {
    font-size: 1.4rem !important;
  }

  .section-subtitle {
    font-size: 0.85rem !important;
  }

  .btn {
    padding: 11px 18px !important;
    font-size: 0.85rem !important;
  }

  .bottom-nav-icon-wrapper {
    width: 52px !important;
    height: 52px !important;
  }

  .bottom-nav-item-center svg {
    width: 22px !important;
    height: 22px !important;
  }
}

/* ============================================
   3. LANDSCAPE MODE OPTIMIZATION
   ============================================ */

@media (max-width: 768px) and (orientation: landscape) {
  
  .hero {
    padding: 70px 0 40px !important;
    min-height: auto !important;
  }

  .hero-stats {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
  }

  .stat-card {
    padding: 14px 10px !important;
  }

  .features-grid-simple {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .why-us-grid,
  .steps-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* ============================================
   4. TOUCH OPTIMIZATION
   ============================================ */

@media (hover: none) and (pointer: coarse) {
  
  /* Minimum touch target 44x44px */
  .bottom-nav-item,
  .btn,
  .feature-item-simple,
  .why-us-card,
  .step-card,
  .nav-link {
    min-height: 44px !important;
    min-width: 44px !important;
  }

  /* Larger tap areas for interactive elements */
  .feature-item-simple,
  .why-us-card,
  .step-card {
    padding: 20px 16px !important;
  }

  /* Remove hover effects on touch devices */
  .feature-item-simple:hover,
  .why-us-card:hover,
  .step-card:hover,
  .stat-card:hover,
  .btn:hover {
    transform: none !important;
    box-shadow: inherit !important;
  }

  /* Enhanced active state for touch feedback - Subtle & Elegant */
  .feature-item-simple:active {
    transform: translateY(-2px) scale(1.005) !important;
    box-shadow: 
      0 4px 16px rgba(212, 175, 55, 0.1),
      0 2px 6px rgba(0, 0, 0, 0.05) !important;
    opacity: 1 !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .feature-item-simple:active .feature-icon-simple {
    transform: scale(1.03) !important;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0.07) 100%) !important;
  }

  .why-us-card:active,
  .step-card:active,
  .stat-card:active {
    transform: scale(0.98) !important;
    opacity: 0.96 !important;
    transition: all 0.25s ease !important;
  }

  .btn:active {
    transform: scale(0.97) !important;
    transition: all 0.25s ease !important;
  }
}

/* ============================================
   5. SPACING & LAYOUT IMPROVEMENTS
   ============================================ */

@media (max-width: 768px) {
  
  /* Section Spacing - Better Visual Hierarchy */
  section {
    padding: 60px 0 !important;
  }

  .features-preview,
  .how-it-works,
  .pricing-preview {
    padding: 55px 0 !important;
  }

  .why-us {
    padding: 0 0 !important;
    margin-top: -30px !important;
  }

  /* Section Headers - Improved Spacing */
  .section-header {
    margin-bottom: 36px !important;
    padding: 0 12px !important;
  }

  .section-header::before {
    font-size: 0.8rem !important;
    margin-bottom: 10px !important;
  }

  .section-title {
    font-size: 1.65rem !important;
    margin-bottom: 12px !important;
    line-height: 1.25 !important;
  }

  .section-title::after {
    width: 50px !important;
    height: 2.5px !important;
    bottom: -8px !important;
  }

  .section-subtitle {
    font-size: 0.9rem !important;
    margin-top: 14px !important;
    line-height: 1.6 !important;
    padding: 0 8px !important;
  }

  /* Reduce excessive whitespace */
  .hero-stats {
    margin-bottom: 20px !important;
  }

  .hero-buttons {
    margin-bottom: 20px !important;
  }

  /* Better visual hierarchy */
  .section-header::before {
    font-size: 0.8rem !important;
    margin-bottom: 10px !important;
  }

  /* Improved readability */
  body {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* Better card shadows for depth */
  .feature-item-simple,
  .why-us-card,
  .step-card,
  .stat-card {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(212, 175, 55, 0.08) !important;
  }

  /* Smooth transitions for mobile - optimized for 60fps */
  .feature-item-simple,
  .why-us-card,
  .step-card,
  .stat-card,
  .btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  /* Card hover effects - subtle on mobile */
  .why-us-card:hover,
  .feature-item-simple:hover,
  .step-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.12) !important;
    border-color: rgba(212, 175, 55, 0.15) !important;
  }

  /* Ensure consistent card heights across grid */
  .features-grid-simple,
  .why-us-grid {
    align-items: stretch !important;
  }

  .feature-item-simple,
  .why-us-card {
    height: 100% !important;
  }
}

/* ============================================
   6. PERFORMANCE OPTIMIZATIONS
   ============================================ */

@media (max-width: 768px) {
  
  /* Disable complex animations on mobile for better performance */
  .hero::before,
  .floating-shape,
  .card-glow,
  .hero-image-glow {
    animation: none !important;
    display: none !important;
  }

  /* Smooth hover animations on mobile - Enhanced for Features */
  .feature-item-simple:hover {
    transform: translateY(-3px) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .why-us-card:hover,
  .step-card:hover,
  .stat-card:hover {
    transform: translateY(-2px) !important;
    transition: transform 0.3s ease !important;
  }

  /* Remove shine effects on mobile */
  .why-us-card::after,
  .feature-card::after,
  .step-card::after {
    display: none !important;
  }

  /* Optimize transforms for better performance */
  .feature-item-simple,
  .why-us-card,
  .step-card,
  .stat-card {
    will-change: auto !important;
  }

  /* Enable GPU acceleration for feature cards */
  .feature-item-simple {
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
  }

  /* Reduce backdrop blur on mobile for performance */
  .navbar,
  .bottom-nav {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  /* Disable shimmer text animation on mobile */
  .hero-title .text-brand-gold,
  .page-title-enhanced .text-brand-gold,
  .features-preview .section-title {
    animation: none !important;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-dark) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }

  /* Simplify button animations */
  .btn::after,
  .btn::before {
    display: none !important;
  }

  .btn:hover {
    transform: translateY(-2px) !important;
  }

  /* Fix bottom nav center button animation */
  .bottom-nav-icon-wrapper {
    animation: none !important;
  }

  .bottom-nav-item-center:hover .bottom-nav-icon-wrapper {
    transform: scale(1.05) translateY(-2px) !important;
  }

  /* Optimize feature icon transitions */
  .feature-icon-simple {
    will-change: transform, background !important;
  }

  .feature-item-simple:active .feature-icon-simple {
    will-change: auto !important;
  }
}

/* ============================================
   7. ACCESSIBILITY IMPROVEMENTS
   ============================================ */

@media (max-width: 768px) {
  
  /* Better focus states */
  .btn:focus-visible,
  .bottom-nav-item:focus-visible,
  .feature-item-simple:focus-visible {
    outline: 3px solid var(--brand-gold) !important;
    outline-offset: 3px !important;
  }

  /* Improved text contrast */
  .feature-text-simple p,
  .why-us-card p,
  .step-card p {
    color: #555 !important;
  }

  /* Better spacing for readability */
  p, li {
    line-height: 1.6 !important;
  }

  /* Enhanced feature card accessibility */
  .feature-item-simple:focus-within {
    outline: 2px solid var(--brand-gold) !important;
    outline-offset: 2px !important;
  }
}

/* ============================================
   8. VISUAL POLISH & MICRO-INTERACTIONS - SIMPLIFIED
   ============================================ */

@media (max-width: 768px) {
  
  /* Subtle gradient overlay for depth */
  .features-preview::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.15), transparent) !important;
  }

  /* Enhanced section spacing */
  .features-preview .container {
    padding: 0 14px !important;
  }

  /* Clean card stacking */
  .feature-item-simple {
    position: relative !important;
    z-index: 1 !important;
  }

  .feature-item-simple:active {
    z-index: 10 !important;
  }

  /* Enhanced text rendering */
  .feature-text-simple h4,
  .feature-text-simple p {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
  }

  /* Smooth shadow transition */
  .feature-item-simple {
    box-shadow: 
      0 2px 12px rgba(212, 175, 55, 0.08),
      0 1px 4px rgba(0, 0, 0, 0.04) !important;
    transition: 
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      border-color 0.3s ease !important;
  }
}
/* Mobile Compact Override - Force Apply */
@media (max-width: 575px) {
    .tema-hero {
        padding: 20px 0 8px !important;
    }
    
    .tema-hero-content {
        padding: 0 16px !important;
    }
    
    .tema-hero-badge {
        padding: 3px 8px !important;
        font-size: 0.52rem !important;
        gap: 3px !important;
        margin-bottom: 4px !important;
    }
    
    .badge-sparkle {
        font-size: 0.65rem !important;
    }
    
    .tema-hero-title {
        font-size: 1.15rem !important;
        margin-bottom: 3px !important;
        line-height: 1.05 !important;
        letter-spacing: -0.02em !important;
    }
    
    .tema-hero-subtitle {
        font-size: 0.65rem !important;
        line-height: 1.35 !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        white-space: normal !important;
        word-spacing: 0.05em !important;
    }
    
    .tema-hero-subtitle .mobile-br {
        display: block !important;
    }
    
    .tema-hero-wave {
        bottom: -1px !important;
    }
    
    .tema-hero-wave svg {
        min-height: 12px !important;
        max-height: 12px !important;
    }
    
    .catalog.catalog-page {
        padding: 18px 0 50px !important;
    }
    
    .catalog.catalog-page .section-header {
        margin-bottom: 12px !important;
    }
    
    .catalog.catalog-page .section-title {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
    }
    
    .catalog.catalog-page .section-subtitle {
        font-size: 0.72rem !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 767px) {
    .tema-hero {
        padding: 25px 0 10px !important;
    }
    
    .tema-hero-content {
        padding: 0 18px !important;
    }
    
    .tema-hero-badge {
        padding: 3px 9px !important;
        font-size: 0.58rem !important;
        margin-bottom: 5px !important;
    }
    
    .tema-hero-title {
        font-size: 1.25rem !important;
        margin-bottom: 4px !important;
        line-height: 1.05 !important;
        letter-spacing: -0.02em !important;
    }
    
    .tema-hero-subtitle {
        font-size: 0.7rem !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
        padding: 0 12px !important;
        white-space: normal !important;
        word-spacing: 0.05em !important;
    }
    
    .tema-hero-subtitle .mobile-br {
        display: block !important;
    }
    
    .tema-hero-wave svg {
        min-height: 15px !important;
        max-height: 15px !important;
    }
    
    .catalog.catalog-page {
        padding: 22px 0 55px !important;
    }
    
    .catalog.catalog-page .section-header {
        margin-bottom: 18px !important;
    }
}
/* ============================================
   S2Moments - Laptop Compact UI
   Ukuran lebih kecil dan proporsional untuk laptop
   ============================================ */

/* ============================================
   Base Font Size - Lebih Kecil untuk Laptop
   ============================================ */
@media (min-width: 992px) {
  html {
    font-size: 14px !important;
  }

  body {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 15px !important;
  }

  body {
    font-size: 15px !important;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 15.5px !important;
  }
}

/* ============================================
   Container - Lebih Compact
   ============================================ */
@media (min-width: 992px) {
  .container {
    max-width: 900px !important;
    padding: 0 20px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px !important;
    padding: 0 24px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1100px !important;
    padding: 0 28px !important;
  }
}

/* ============================================
   Hero Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .hero {
    padding: 80px 0 50px !important;
    min-height: auto !important;
  }

  .hero .container {
    gap: 30px !important;
  }

  .hero-content {
    max-width: 450px !important;
  }

  .hero-title {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .hero-subtitle {
    font-size: 0.85rem !important;
    max-width: 400px !important;
    margin-bottom: 18px !important;
  }

  .hero-badge {
    padding: 5px 12px !important;
    font-size: 0.7rem !important;
    margin-bottom: 14px !important;
  }

  .hero-features {
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  .hero-feature {
    font-size: 0.75rem !important;
  }

  .hero-feature svg {
    width: 13px !important;
    height: 13px !important;
  }

  .hero-buttons {
    gap: 8px !important;
  }

  .hero-buttons .btn {
    padding: 9px 18px !important;
    font-size: 0.8rem !important;
  }

  .hero-trust {
    margin-top: 20px !important;
    padding: 10px 16px !important;
  }

  .trust-avatars-marquee img {
    width: 32px !important;
    height: 32px !important;
  }

  .trust-text span {
    font-size: 0.75rem !important;
  }

  .hero-image-wrapper {
    max-width: 280px !important;
  }
}

@media (min-width: 1200px) {
  .hero {
    padding: 90px 0 60px !important;
  }

  .hero .container {
    gap: 40px !important;
  }

  .hero-content {
    max-width: 480px !important;
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .hero-subtitle {
    font-size: 0.9rem !important;
    max-width: 440px !important;
  }

  .hero-image-wrapper {
    max-width: 320px !important;
  }
}

/* ============================================
   Navbar - Compact
   ============================================ */
@media (min-width: 992px) {
  .nav-wrapper {
    padding: 10px 0 !important;
  }

  .logo {
    font-size: 1.1rem !important;
  }

  .logo img {
    width: 28px !important;
    height: 28px !important;
  }

  .nav-link {
    padding: 7px 12px !important;
    font-size: 0.8rem !important;
  }
}

/* ============================================
   Section Headers - Compact
   ============================================ */
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 28px !important;
  }

  .section-header::before {
    font-size: 0.7rem !important;
    margin-bottom: 8px !important;
  }

  .section-title {
    font-size: 1.4rem !important;
    margin-bottom: 8px !important;
  }

  .section-title::after {
    width: 40px !important;
    height: 2px !important;
  }

  .section-subtitle {
    font-size: 0.8rem !important;
    max-width: 450px !important;
    margin-top: 12px !important;
  }
}

@media (min-width: 1200px) {
  .section-header {
    margin-bottom: 32px !important;
  }

  .section-title {
    font-size: 1.5rem !important;
  }

  .section-subtitle {
    font-size: 0.85rem !important;
    max-width: 480px !important;
  }
}

/* ============================================
   Why Us Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .why-us {
    padding: 40px 0 !important;
  }

  .why-us-grid {
    gap: 14px !important;
  }

  .why-us-card {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  .why-us-icon {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 12px !important;
  }

  .why-us-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .why-us-card h3 {
    font-size: 0.85rem !important;
    margin-bottom: 6px !important;
  }

  .why-us-card p {
    font-size: 0.72rem !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 1200px) {
  .why-us {
    padding: 50px 0 !important;
  }

  .why-us-grid {
    gap: 16px !important;
  }

  .why-us-card {
    padding: 20px 16px !important;
  }

  .why-us-icon {
    width: 46px !important;
    height: 46px !important;
  }

  .why-us-card h3 {
    font-size: 0.9rem !important;
  }

  .why-us-card p {
    font-size: 0.75rem !important;
  }
}

/* ============================================
   Features Preview - Compact
   ============================================ */
@media (min-width: 992px) {
  .features-preview {
    padding: 40px 0 !important;
  }

  .features-grid-simple {
    gap: 12px !important;
  }

  .feature-item-simple {
    padding: 14px 12px !important;
    gap: 10px !important;
    border-radius: 12px !important;
  }

  .feature-icon-simple {
    font-size: 1.3rem !important;
    width: 36px !important;
    height: 36px !important;
  }

  .feature-text-simple h4 {
    font-size: 0.78rem !important;
  }

  .feature-text-simple p {
    font-size: 0.68rem !important;
  }
}

@media (min-width: 1200px) {
  .features-preview {
    padding: 50px 0 !important;
  }

  .features-grid-simple {
    gap: 14px !important;
  }

  .feature-item-simple {
    padding: 16px 14px !important;
  }

  .feature-icon-simple {
    font-size: 1.4rem !important;
  }

  .feature-text-simple h4 {
    font-size: 0.8rem !important;
  }

  .feature-text-simple p {
    font-size: 0.7rem !important;
  }
}

/* ============================================
   How It Works - Compact
   ============================================ */
@media (min-width: 992px) {
  .how-it-works {
    padding: 40px 0 !important;
  }

  .steps-grid {
    gap: 14px !important;
  }

  .steps-grid::before {
    top: 35px !important;
  }

  .step-card {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  .step-card .step-icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
  }

  .step-card h4 {
    font-size: 0.85rem !important;
    margin-bottom: 6px !important;
  }

  .step-card p {
    font-size: 0.72rem !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 1200px) {
  .how-it-works {
    padding: 50px 0 !important;
  }

  .steps-grid {
    gap: 16px !important;
  }

  .step-card {
    padding: 20px 16px !important;
  }

  .step-card .step-icon {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.4rem !important;
  }

  .step-card h4 {
    font-size: 0.9rem !important;
  }

  .step-card p {
    font-size: 0.75rem !important;
  }
}

/* ============================================
   Pricing Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .pricing-preview {
    padding: 50px 0;
  }

  .pricing-preview-grid {
    gap: 20px;
    max-width: 700px;
  }

  .pricing-card {
    padding: 24px 20px !important;
    border-radius: 20px !important;
  }

  .pricing-header {
    margin-bottom: 16px !important;
  }

  .pricing-icon {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
  }

  .pricing-card h3 {
    font-size: 1.1rem !important;
  }

  .pricing-price {
    padding: 14px !important;
    margin-bottom: 16px !important;
  }

  .price-amount {
    font-size: 1.5rem !important;
  }

  .pricing-features li {
    font-size: 0.82rem !important;
    padding: 7px 0 !important;
  }

  .btn-pricing {
    padding: 10px 20px !important;
    font-size: 0.85rem !important;
  }
}

@media (min-width: 1200px) {
  .pricing-preview {
    padding: 60px 0;
  }

  .pricing-preview-grid {
    gap: 24px;
    max-width: 780px;
  }

  .pricing-card {
    padding: 28px 24px !important;
  }

  .price-amount {
    font-size: 1.6rem !important;
  }
}

/* ============================================
   Testimonials - Compact
   ============================================ */
@media (min-width: 992px) {
  .testimonials {
    padding: 40px 0 !important;
  }

  .testimonials-grid {
    gap: 14px !important;
  }

  .testimonial-card {
    padding: 16px 14px !important;
    border-radius: 14px !important;
  }

  .testimonial-avatar {
    width: 38px !important;
    height: 38px !important;
  }

  .testimonial-card h4 {
    font-size: 0.8rem !important;
  }

  .testimonial-text {
    font-size: 0.75rem !important;
    line-height: 1.55 !important;
  }

  .testimonial-rating .star {
    font-size: 0.68rem !important;
  }
}

@media (min-width: 1200px) {
  .testimonials {
    padding: 50px 0 !important;
  }

  .testimonials-grid {
    gap: 16px !important;
  }

  .testimonial-card {
    padding: 20px 16px !important;
  }

  .testimonial-avatar {
    width: 42px !important;
    height: 42px !important;
  }

  .testimonial-card h4 {
    font-size: 0.85rem !important;
  }

  .testimonial-text {
    font-size: 0.78rem !important;
  }
}

/* ============================================
   CTA Tema Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .cta-tema-wrapper {
    padding: 40px 0 !important;
  }

  .cta-tema-content {
    max-width: 550px !important;
  }

  .cta-tema-badge {
    padding: 6px 14px !important;
    font-size: 0.72rem !important;
    margin-bottom: 16px !important;
  }

  .cta-tema-title {
    font-size: 1.5rem !important;
    margin-bottom: 10px !important;
  }

  .cta-tema-subtitle {
    font-size: 0.82rem !important;
    max-width: 480px !important;
    margin-bottom: 20px !important;
  }

  .cta-tema-btn {
    padding: 10px 24px !important;
    font-size: 0.82rem !important;
  }
}

@media (min-width: 1200px) {
  .cta-tema-wrapper {
    padding: 50px 0 !important;
  }

  .cta-tema-title {
    font-size: 1.7rem !important;
  }

  .cta-tema-subtitle {
    font-size: 0.85rem !important;
    max-width: 500px !important;
  }
}


/* ============================================
   Footer - Compact
   ============================================ */
@media (min-width: 992px) {
  .footer {
    padding: 35px 0 20px !important;
  }

  .footer-tagline {
    font-size: 0.8rem !important;
    max-width: 380px !important;
  }

  .footer-social {
    gap: 8px !important;
  }

  .footer-social a {
    width: 34px !important;
    height: 34px !important;
  }

  .footer-divider {
    margin: 18px 0 16px !important;
  }

  .footer-copyright {
    font-size: 0.72rem !important;
  }

  .footer-links a {
    font-size: 0.72rem !important;
  }
}

/* ============================================
   Page Headers - Compact
   ============================================ */
@media (min-width: 992px) {
  .page-header-enhanced {
    padding: 100px 0 50px;
  }

  .page-title-enhanced {
    font-size: 2rem !important;
    margin-bottom: 12px !important;
  }

  .page-subtitle-enhanced {
    font-size: 0.92rem !important;
    max-width: 450px;
  }

  .floating-shape.shape-1 {
    width: 200px;
    height: 200px;
  }

  .floating-shape.shape-2 {
    width: 150px;
    height: 150px;
  }

  .floating-shape.shape-3 {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .page-header-enhanced {
    padding: 110px 0 60px;
  }

  .page-title-enhanced {
    font-size: 2.2rem !important;
  }

  .page-subtitle-enhanced {
    font-size: 0.95rem !important;
    max-width: 480px;
  }
}

/* ============================================
   Catalog Section - Compact
   ============================================ */
@media (min-width: 992px) {

  .catalog,
  .catalog-page {
    padding: 40px 0 50px !important;
  }

  .catalog-toggle {
    gap: 8px !important;
    margin-bottom: 20px !important;
  }

  .catalog-toggle-btn {
    padding: 8px 18px !important;
    font-size: 0.78rem !important;
  }

  .catalog-tabs {
    gap: 6px !important;
    margin-bottom: 16px !important;
  }

  .catalog-tab {
    padding: 7px 14px !important;
    font-size: 0.75rem !important;
  }

  .catalog-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
  }

  .catalog-item {
    border-radius: 14px !important;
  }

  .catalog-item-badge {
    top: 8px !important;
    left: 8px !important;
    padding: 4px 8px !important;
    font-size: 0.65rem !important;
  }

  .catalog-item-info {
    padding: 14px !important;
  }

  .catalog-item-name {
    font-size: 0.95rem !important;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
  }

  .catalog-item-price {
    padding: 8px 10px !important;
    margin-bottom: 12px !important;
  }

  .catalog-item-price-original {
    font-size: 0.65rem !important;
  }

  .catalog-item-price-current {
    font-size: 1rem !important;
  }

  .catalog-btn {
    padding: 8px 12px !important;
    font-size: 0.7rem !important;
    border-radius: 8px !important;
  }
}

@media (min-width: 1200px) {

  .catalog,
  .catalog-page {
    padding: 50px 0 60px !important;
  }

  .catalog-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
  }

  .catalog-item-info {
    padding: 16px !important;
  }

  .catalog-item-name {
    font-size: 1rem !important;
  }

  .catalog-item-price-current {
    font-size: 1.05rem !important;
  }
}

/* ============================================
   Contact Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .contact-section-enhanced {
    padding: 50px 0;
  }

  .contact-grid-enhanced {
    gap: 30px;
  }

  .contact-main-card {
    padding: 28px;
    border-radius: 20px;
  }

  .contact-main-header {
    gap: 16px;
    margin-bottom: 20px;
  }

  .contact-mascot-enhanced img {
    width: 60px;
    height: 60px;
  }

  .contact-main-title h2 {
    font-size: 1.15rem;
    margin-bottom: 6px;
  }

  .contact-main-title p {
    font-size: 0.85rem;
  }

  .btn-wa-enhanced {
    padding: 14px 18px;
    border-radius: 14px;
  }

  .btn-wa-icon {
    width: 42px;
    height: 42px;
  }

  .btn-wa-icon svg {
    width: 22px;
    height: 22px;
  }

  .btn-wa-number {
    font-size: 1.1rem;
  }

  .btn-wa-label {
    font-size: 0.78rem;
  }

  .contact-alt-methods {
    gap: 10px;
  }

  .contact-alt-btn {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .contact-alt-btn svg {
    width: 20px;
    height: 20px;
  }

  .contact-alt-btn span {
    font-size: 0.75rem;
  }

  .contact-info-enhanced {
    gap: 12px;
  }

  .contact-info-card-enhanced {
    padding: 16px 18px;
    border-radius: 16px;
  }

  .info-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .info-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .info-card-content h4 {
    font-size: 0.72rem;
  }

  .info-card-content p {
    font-size: 0.88rem;
  }

  .contact-faq-quick {
    padding: 24px;
    margin-top: 32px;
    border-radius: 20px;
  }

  .contact-faq-quick h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .faq-quick-grid {
    gap: 14px;
    margin-bottom: 20px;
  }

  .faq-quick-item {
    padding: 16px;
    border-radius: 14px;
  }

  .faq-quick-icon {
    font-size: 1.8rem;
  }

  .faq-quick-content h4,
  .faq-quick-content .faq-question {
    font-size: 0.88rem;
  }

  .faq-quick-content p {
    font-size: 0.78rem;
  }

  .btn-faq-more {
    padding: 10px 22px;
    font-size: 0.82rem;
  }
}

/* ============================================
   FAQ Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .faq-section {
    padding: 40px 0 50px !important;
  }

  .faq-category-nav {
    gap: 8px !important;
    margin-bottom: 28px !important;
  }

  .faq-nav-btn {
    padding: 8px 16px !important;
    font-size: 0.75rem !important;
    border-radius: 10px !important;
  }

  .faq-search-box {
    max-width: 360px !important;
    padding: 10px 16px !important;
    margin: 16px auto 0 !important;
  }

  .faq-search-box input {
    font-size: 0.8rem !important;
  }

  .faq-category {
    margin-bottom: 24px !important;
  }

  .faq-category-header {
    margin-bottom: 14px !important;
    padding-bottom: 10px !important;
  }

  .category-icon {
    font-size: 1.3rem !important;
  }

  .faq-category-title {
    font-size: 1.05rem !important;
  }

  .faq-item-enhanced {
    margin-bottom: 10px !important;
    border-radius: 14px !important;
  }

  .faq-question-enhanced {
    padding: 14px 16px !important;
  }

  .faq-q-icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 0.65rem !important;
    border-radius: 6px !important;
  }

  .faq-q-content span:last-child {
    font-size: 0.85rem !important;
  }

  .faq-toggle {
    width: 28px !important;
    height: 28px !important;
    border-radius: 7px !important;
  }

  .faq-toggle svg {
    width: 14px !important;
    height: 14px !important;
  }

  .faq-answer-enhanced p {
    font-size: 0.78rem !important;
    line-height: 1.65 !important;
    padding-left: 38px !important;
  }

  .faq-item-enhanced.active .faq-answer-enhanced {
    padding: 0 16px 14px !important;
  }

  .faq-cta-enhanced {
    margin-top: 28px !important;
    padding: 20px 24px !important;
    border-radius: 16px !important;
  }

  .faq-cta-icon {
    font-size: 1.7rem !important;
  }

  .faq-cta-content h3 {
    font-size: 1.05rem !important;
  }

  .faq-cta-content p {
    font-size: 0.75rem !important;
  }

  .btn-cta-whatsapp {
    padding: 10px 20px !important;
    font-size: 0.8rem !important;
  }
}

/* ============================================
   Social Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .social-section-enhanced {
    margin-top: 28px !important;
  }

  .social-header h3 {
    font-size: 1.05rem !important;
    margin-bottom: 6px !important;
  }

  .social-header p {
    font-size: 0.78rem !important;
  }

  .social-grid-enhanced {
    gap: 10px !important;
  }

  .social-card-enhanced {
    padding: 12px 14px !important;
    border-radius: 12px !important;
  }

  .social-card-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 9px !important;
  }

  .social-card-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .social-name {
    font-size: 0.8rem !important;
  }

  .social-handle {
    font-size: 0.68rem !important;
  }
}

/* ============================================
   Tema Hero - Compact
   ============================================ */
@media (min-width: 992px) {
  .tema-hero {
    padding: 40px 0 50px !important;
  }

  .tema-hero-badge {
    padding: 6px 14px !important;
    font-size: 0.72rem !important;
    margin-bottom: 16px !important;
  }

  .tema-hero-title {
    font-size: 1.7rem !important;
    margin-bottom: 10px !important;
  }

  .tema-hero-subtitle {
    font-size: 0.82rem !important;
    max-width: 480px !important;
  }

  .tema-hero-wave svg {
    min-height: 35px !important;
    max-height: 45px !important;
  }
}

@media (min-width: 1200px) {
  .tema-hero {
    padding: 50px 0 60px !important;
  }

  .tema-hero-title {
    font-size: 1.9rem !important;
  }

  .tema-hero-subtitle {
    font-size: 0.85rem !important;
    max-width: 500px !important;
  }
}


/* ============================================
   Features Page - Compact
   ============================================ */
@media (min-width: 992px) {
  .features-page {
    padding: 50px 0;
  }

  .features-grid-page {
    gap: 16px;
  }

  .feature-card-enhanced {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .feature-icon-wrapper {
    margin-bottom: 14px;
  }

  .feature-icon-wrapper .feature-icon {
    font-size: 2rem;
  }

  .feature-card-enhanced h3 {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }

  .feature-card-enhanced p {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .why-us-page {
    padding: 50px 0;
  }

  .why-us-grid-page {
    gap: 16px;
    margin-bottom: 32px;
  }

  .why-us-card-enhanced {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .why-us-icon-enhanced {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .why-us-icon-enhanced svg {
    width: 24px;
    height: 24px;
  }

  .why-us-content h3 {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .why-us-content p {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .feature-summary {
    gap: 16px;
    padding: 28px;
    border-radius: 20px;
  }

  .summary-card {
    padding: 16px;
  }

  .summary-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .summary-number {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }

  .summary-label {
    font-size: 0.8rem;
  }

  .cta-section {
    padding: 50px 0;
  }

  .cta-card {
    padding: 40px;
    border-radius: 24px;
  }

  .cta-content h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .cta-content p {
    font-size: 0.92rem;
    margin-bottom: 24px;
  }

  .cta-features {
    gap: 24px;
    margin-bottom: 28px;
  }

  .cta-feature {
    font-size: 0.82rem;
  }

  .cta-feature svg {
    width: 16px;
    height: 16px;
  }

  .btn-cta-outline {
    padding: 12px 24px;
    font-size: 0.88rem;
  }
}

@media (min-width: 1200px) {
  .features-page {
    padding: 60px 0;
  }

  .features-grid-page {
    gap: 20px;
  }

  .feature-card-enhanced {
    padding: 26px 20px;
  }

  .feature-icon-wrapper .feature-icon {
    font-size: 2.2rem;
  }

  .feature-card-enhanced h3 {
    font-size: 1rem;
  }

  .feature-card-enhanced p {
    font-size: 0.85rem;
  }

  .why-us-page {
    padding: 60px 0;
  }

  .why-us-grid-page {
    gap: 20px;
  }

  .cta-card {
    padding: 48px;
  }

  .cta-content h2 {
    font-size: 1.8rem;
  }
}

/* ============================================
   Tema Features Section - Compact
   ============================================ */
@media (min-width: 992px) {
  .tema-features-new {
    padding: 30px 0 !important;
  }

  .tema-features-wrapper {
    gap: 10px !important;
  }

  .tema-feature-card {
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 12px !important;
  }

  .feature-icon-box {
    width: 36px !important;
    height: 36px !important;
    border-radius: 9px !important;
  }

  .feature-icon-box svg {
    width: 18px !important;
    height: 18px !important;
  }

  .feature-text h4 {
    font-size: 0.78rem !important;
    margin-bottom: 2px !important;
  }

  .feature-text p {
    font-size: 0.68rem !important;
  }
}

@media (min-width: 1200px) {
  .tema-features-new {
    padding: 40px 0 !important;
  }

  .tema-features-wrapper {
    gap: 14px !important;
  }

  .tema-feature-card {
    padding: 14px !important;
  }

  .feature-icon-box {
    width: 40px !important;
    height: 40px !important;
  }

  .feature-icon-box svg {
    width: 20px !important;
    height: 20px !important;
  }

  .feature-text h4 {
    font-size: 0.8rem !important;
  }

  .feature-text p {
    font-size: 0.7rem !important;
  }
}

/* ============================================
   Buttons - Compact
   ============================================ */
@media (min-width: 992px) {
  .btn {
    padding: 8px 18px !important;
    font-size: 0.8rem !important;
  }

  .btn-lg {
    padding: 10px 22px !important;
    font-size: 0.85rem !important;
  }

  .btn-sm {
    padding: 6px 14px !important;
    font-size: 0.72rem !important;
  }

  .btn svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* ============================================
   Cards Hover Effects - Compact
   ============================================ */
@media (min-width: 992px) {

  .why-us-card:hover,
  .step-card:hover,
  .feature-card:hover,
  .feature-item-simple:hover {
    transform: translateY(-4px) !important;
  }

  .pricing-card:hover {
    transform: translateY(-6px) !important;
  }

  .catalog-item:hover {
    transform: translateY(-4px) !important;
  }

  .testimonial-card:hover {
    transform: translateY(-3px) !important;
  }

  .social-card-enhanced:hover {
    transform: translateY(-3px) !important;
  }

  .contact-info-card-enhanced:hover {
    transform: translateX(4px) !important;
  }

  .faq-quick-item:hover {
    transform: translateY(-3px) !important;
  }
}

/* ============================================
   Back to Top - Compact
   ============================================ */
@media (min-width: 992px) {
  .back-to-top {
    width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
    bottom: 20px !important;
    right: 20px !important;
  }

  .back-to-top svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* ============================================
   Typography - Compact
   ============================================ */
@media (min-width: 992px) {
  body {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  h1 {
    font-size: 1.8rem !important;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1rem !important;
  }

  h4 {
    font-size: 0.85rem !important;
  }

  p {
    font-size: 0.8rem !important;
    line-height: 1.6 !important;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 15px !important;
  }

  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.6rem !important;
  }
}

/* ============================================
   Hero Stats - Compact
   ============================================ */
@media (min-width: 992px) {
  .hero-stats {
    gap: 14px !important;
    margin: 20px 0 !important;
  }

  .stat-card {
    padding: 12px 16px !important;
    gap: 10px !important;
    border-radius: 12px !important;
    min-width: 180px !important;
    max-width: 220px !important;
  }

  .stat-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 8px !important;
  }

  .stat-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .stat-number {
    font-size: 1.05rem !important;
  }

  .stat-label {
    font-size: 0.6rem !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .stat-info {
    min-width: max-content !important;
    flex: 1 !important;
  }
}

@media (min-width: 1200px) {
  .hero-stats {
    gap: 16px !important;
  }

  .stat-card {
    padding: 14px 18px !important;
    min-width: 190px !important;
    max-width: 230px !important;
  }

  .stat-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  .stat-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .stat-number {
    font-size: 1.1rem !important;
  }

  .stat-label {
    font-size: 0.58rem !important;
    white-space: nowrap !important;
  }
}


/* ============================================
   Hero Stats - Compact untuk Laptop
   ============================================ */
@media (min-width: 992px) {
  .hero-stats {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 18px 0 !important;
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
  }

  .stat-card {
    padding: 10px 14px !important;
    gap: 8px !important;
    border-radius: 10px !important;
    min-width: 160px !important;
    max-width: 200px !important;
    flex: 0 0 auto !important;
  }

  .stat-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 8px !important;
  }

  .stat-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  .stat-number {
    font-size: 0.95rem !important;
  }

  .stat-label {
    font-size: 0.62rem !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .hero-stats {
    gap: 14px !important;
    margin: 20px 0 !important;
  }

  .stat-card {
    padding: 12px 16px !important;
    min-width: 180px !important;
    max-width: 220px !important;
  }

  .stat-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  .stat-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .stat-number {
    font-size: 1.05rem !important;
  }

  .stat-label {
    font-size: 0.65rem !important;
    white-space: nowrap !important;
  }
}

/* ============================================
   Features Page - Compact
   ============================================ */
@media (min-width: 992px) {
  .features-page {
    padding: 40px 0 !important;
  }

  .features-grid-page {
    gap: 14px !important;
  }

  .feature-card-enhanced {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  .feature-icon-wrapper {
    margin-bottom: 12px !important;
  }

  .feature-icon-wrapper .feature-icon {
    font-size: 1.7rem !important;
  }

  .feature-card-enhanced h3 {
    font-size: 0.85rem !important;
    margin-bottom: 6px !important;
  }

  .feature-card-enhanced p {
    font-size: 0.72rem !important;
    line-height: 1.5 !important;
  }

  .why-us-page {
    padding: 40px 0 !important;
  }

  .why-us-grid-page {
    gap: 14px !important;
    margin-bottom: 28px !important;
  }

  .why-us-card-enhanced {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  .why-us-icon-enhanced {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
  }

  .why-us-icon-enhanced svg {
    width: 20px !important;
    height: 20px !important;
  }

  .why-us-content h3 {
    font-size: 0.85rem !important;
    margin-bottom: 5px !important;
  }

  .why-us-content p {
    font-size: 0.72rem !important;
    line-height: 1.5 !important;
  }

  .feature-summary {
    gap: 14px !important;
    padding: 24px !important;
    border-radius: 16px !important;
  }

  .summary-card {
    padding: 14px !important;
  }

  .summary-icon {
    font-size: 1.5rem !important;
    margin-bottom: 6px !important;
  }

  .summary-number {
    font-size: 1.5rem !important;
    margin-bottom: 5px !important;
  }

  .summary-label {
    font-size: 0.72rem !important;
  }

  .cta-section {
    padding: 40px 0 !important;
  }

  .cta-card {
    padding: 32px !important;
    border-radius: 20px !important;
  }

  .cta-content h2 {
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
  }

  .cta-content p {
    font-size: 0.82rem !important;
    margin-bottom: 20px !important;
  }

  .cta-features {
    gap: 20px !important;
    margin-bottom: 24px !important;
  }

  .cta-feature {
    font-size: 0.75rem !important;
  }

  .cta-feature svg {
    width: 14px !important;
    height: 14px !important;
  }

  .btn-cta-outline {
    padding: 10px 20px !important;
    font-size: 0.8rem !important;
  }
}

@media (min-width: 1200px) {
  .features-page {
    padding: 50px 0 !important;
  }

  .features-grid-page {
    gap: 16px !important;
  }

  .feature-card-enhanced {
    padding: 22px 16px !important;
  }

  .feature-icon-wrapper .feature-icon {
    font-size: 1.9rem !important;
  }

  .feature-card-enhanced h3 {
    font-size: 0.9rem !important;
  }

  .feature-card-enhanced p {
    font-size: 0.75rem !important;
  }

  .why-us-page {
    padding: 50px 0 !important;
  }

  .why-us-grid-page {
    gap: 16px !important;
  }

  .cta-card {
    padding: 40px !important;
  }

  .cta-content h2 {
    font-size: 1.6rem !important;
  }
}

/* ============================================
   Page Headers - Compact (Tambahan)
   ============================================ */
@media (min-width: 992px) {
  .page-header-enhanced {
    padding: 80px 0 40px !important;
  }

  .page-title-enhanced {
    font-size: 1.8rem !important;
    margin-bottom: 8px !important;
  }

  .page-subtitle-enhanced {
    font-size: 0.82rem !important;
  }

  .floating-shape.shape-1 {
    width: 180px !important;
    height: 180px !important;
  }

  .floating-shape.shape-2 {
    width: 130px !important;
    height: 130px !important;
  }

  .floating-shape.shape-3 {
    width: 90px !important;
    height: 90px !important;
  }
}

@media (min-width: 1200px) {
  .page-header-enhanced {
    padding: 90px 0 50px !important;
  }

  .page-title-enhanced {
    font-size: 2rem !important;
  }

  .page-subtitle-enhanced {
    font-size: 0.85rem !important;
    max-width: 480px !important;
  }
}

/* ============================================
   Contact Section - Compact (Tambahan)
   ============================================ */
@media (min-width: 992px) {
  .contact-section-enhanced {
    padding: 40px 0 !important;
  }

  .contact-grid-enhanced {
    gap: 24px !important;
  }

  .contact-main-card {
    padding: 24px 20px !important;
    border-radius: 20px !important;
  }

  .contact-main-header {
    gap: 16px !important;
    margin-bottom: 20px !important;
  }

  .contact-mascot-enhanced img {
    width: 55px !important;
    height: 55px !important;
  }

  .contact-main-title h2 {
    font-size: 1rem !important;
    margin-bottom: 6px !important;
  }

  .contact-main-title p {
    font-size: 0.78rem !important;
  }

  .btn-wa-enhanced {
    padding: 12px 16px !important;
    border-radius: 12px !important;
  }

  .btn-wa-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .btn-wa-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .btn-wa-number {
    font-size: 1rem !important;
  }

  .btn-wa-label {
    font-size: 0.72rem !important;
  }

  .contact-alt-methods {
    gap: 10px !important;
  }

  .contact-alt-btn {
    padding: 12px 10px !important;
    border-radius: 10px !important;
  }

  .contact-alt-btn svg {
    width: 20px !important;
    height: 20px !important;
  }

  .contact-alt-btn span {
    font-size: 0.7rem !important;
  }

  .contact-info-enhanced {
    gap: 12px !important;
  }

  .contact-info-card-enhanced {
    padding: 14px 16px !important;
    border-radius: 14px !important;
  }

  .info-card-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
  }

  .info-card-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .info-card-content h4 {
    font-size: 0.65rem !important;
  }

  .info-card-content p {
    font-size: 0.8rem !important;
  }

  .contact-faq-quick {
    padding: 20px !important;
    margin-top: 28px !important;
    border-radius: 16px !important;
  }

  .contact-faq-quick h3 {
    font-size: 1.05rem !important;
    margin-bottom: 16px !important;
  }

  .faq-quick-grid {
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  .faq-quick-item {
    padding: 14px !important;
    border-radius: 12px !important;
  }

  .faq-quick-icon {
    font-size: 1.5rem !important;
  }

  .faq-quick-content h4,
  .faq-quick-content .faq-question {
    font-size: 0.8rem !important;
  }

  .faq-quick-content p {
    font-size: 0.7rem !important;
  }

  .btn-faq-more {
    padding: 8px 18px !important;
    font-size: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .contact-section-enhanced {
    padding: 50px 0 !important;
  }

  .contact-grid-enhanced {
    gap: 28px !important;
  }

  .contact-main-card {
    padding: 28px 24px !important;
  }

  .contact-main-title h2 {
    font-size: 1.1rem !important;
  }
}
/* ============================================
   S2Moments - Laptop & Desktop UI/UX Enhancements
   Optimized for screens 992px and above
   ============================================ */

/* ============================================
   Large Desktop Container (1200px+)
   ============================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 32px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0 40px;
  }
}

/* ============================================
   Hero Section - Desktop Optimization
   ============================================ */
@media (min-width: 992px) {
  .hero {
    padding: 140px 0 100px;
    min-height: 90vh;
  }
  
  .hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
  
  .hero-content {
    flex: 1;
    text-align: left;
    max-width: 580px;
  }
  
  .hero-title {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .hero-subtitle {
    font-size: 1.15rem;
    max-width: 500px;
    margin-bottom: 28px;
  }
  
  .hero-badge {
    margin-bottom: 24px;
  }
  
  .hero-features {
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }
  
  .hero-feature {
    font-size: 0.95rem;
  }
  
  .hero-buttons {
    justify-content: flex-start;
    gap: 16px;
  }
  
  .hero-buttons .btn {
    padding: 16px 32px;
    font-size: 1rem;
  }
  
  .hero-trust {
    justify-content: flex-start;
    margin-top: 36px;
  }
  
  .hero-image-wrapper {
    flex: 0 0 auto;
    max-width: 320px !important;
  }
}

@media (min-width: 1200px) {
  .hero {
    padding: 160px 0 120px;
  }
  
  .hero .container {
    gap: 80px;
  }
  
  .hero-content {
    max-width: 620px;
  }
  
  .hero-title {
    font-size: 3.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
    max-width: 540px;
  }
  
  .hero-image-wrapper {
    max-width: 360px !important;
  }
}

@media (min-width: 1400px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-content {
    max-width: 680px;
  }
  
  .hero-image-wrapper {
    max-width: 400px !important;
  }
}

/* ============================================
   Navbar - Desktop Enhancement
   ============================================ */
@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  
  .nav-wrapper {
    padding: 18px 0;
  }
  
  .logo {
    font-size: 1.5rem;
  }
  
  .logo img {
    width: 40px;
    height: 40px;
  }
  
  .nav-menu {
    display: flex;
    gap: 8px;
  }
  
  .nav-link {
    padding: 12px 20px;
    font-size: 0.95rem;
  }
  
  .bottom-nav {
    display: none !important;
  }
  
  body {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .nav-wrapper {
    padding: 20px 0;
  }
  
  .nav-link {
    padding: 12px 24px;
  }
}

/* ============================================
   Section Headers - Desktop
   ============================================ */
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 48px;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .section-subtitle {
    font-size: 1.05rem;
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  .section-header {
    margin-bottom: 56px;
  }
  
  .section-title {
    font-size: 2.5rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
    max-width: 650px;
  }
}

/* ============================================
   Why Us Section - Desktop Grid
   ============================================ */
@media (min-width: 992px) {
  .why-us {
    padding: 80px 0;
  }
  
  .why-us-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  
  .why-us-card {
    padding: 36px 28px;
    border-radius: 24px;
  }
  
  .why-us-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }
  
  .why-us-icon svg {
    width: 32px;
    height: 32px;
  }
  
  .why-us-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }
  
  .why-us-card p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (min-width: 1200px) {
  .why-us {
    padding: 100px 0;
  }
  
  .why-us-grid {
    gap: 32px;
  }
  
  .why-us-card {
    padding: 40px 32px;
  }
  
  .why-us-icon {
    width: 80px;
    height: 80px;
  }
  
  .why-us-card h3 {
    font-size: 1.2rem;
  }
}

/* ============================================
   Features Preview - Desktop
   ============================================ */
@media (min-width: 992px) {
  .features-preview {
    padding: 80px 0;
  }
  
  .features-grid-simple {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .feature-item-simple {
    padding: 24px 20px;
    gap: 16px;
  }
  
  .feature-icon-simple {
    font-size: 2rem;
  }
  
  .feature-text-simple h4 {
    font-size: 1rem;
  }
  
  .feature-text-simple p {
    font-size: 0.88rem;
  }
}

@media (min-width: 1200px) {
  .features-preview {
    padding: 100px 0;
  }
  
  .features-grid-simple {
    gap: 28px;
  }
  
  .feature-item-simple {
    padding: 28px 24px;
  }
  
  .feature-icon-simple {
    font-size: 2.2rem;
  }
}

/* ============================================
   How It Works - Desktop Steps
   ============================================ */
@media (min-width: 992px) {
  .how-it-works {
    padding: 80px 0;
  }
  
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  
  .steps-grid::before {
    display: block;
    top: 55px;
    left: 15%;
    right: 15%;
  }
  
  .step-card {
    padding: 36px 28px;
    border-radius: 24px;
  }
  
  .step-card .step-icon {
    width: 80px;
    height: 80px;
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  
  .step-card h4 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }
  
  .step-card p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (min-width: 1200px) {
  .how-it-works {
    padding: 100px 0;
  }
  
  .steps-grid {
    gap: 32px;
  }
  
  .step-card {
    padding: 40px 32px;
  }
  
  .step-card .step-icon {
    width: 88px;
    height: 88px;
    font-size: 2.5rem;
  }
  
  .step-card h4 {
    font-size: 1.2rem;
  }
}

/* ============================================
   Pricing Section - Desktop
   ============================================ */
@media (min-width: 992px) {
  .pricing-preview {
    padding: 80px 0;
  }
  
  .pricing-preview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .pricing-card {
    padding: 36px 32px;
    border-radius: 28px;
  }
  
  .pricing-header {
    margin-bottom: 24px;
  }
  
  .pricing-icon {
    font-size: 3rem;
    margin-bottom: 14px;
  }
  
  .pricing-card h3 {
    font-size: 1.4rem;
  }
  
  .pricing-price {
    padding: 20px;
    margin-bottom: 24px;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .pricing-features li {
    font-size: 0.95rem;
    padding: 10px 0;
  }
  
  .btn-pricing {
    padding: 14px 28px;
    font-size: 0.95rem;
  }
}

@media (min-width: 1200px) {
  .pricing-preview {
    padding: 100px 0;
  }
  
  .pricing-preview-grid {
    gap: 40px;
    max-width: 1000px;
  }
  
  .pricing-card {
    padding: 44px 40px;
  }
  
  .price-amount {
    font-size: 2.2rem;
  }
}

/* ============================================
   Testimonials - Desktop
   ============================================ */
@media (min-width: 992px) {
  .testimonials {
    padding: 80px 0;
  }
  
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  
  .testimonial-card {
    padding: 32px 28px;
    border-radius: 24px;
  }
  
  .testimonial-avatar {
    width: 56px;
    height: 56px;
  }
  
  .testimonial-card h4 {
    font-size: 1rem;
  }
  
  .testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (min-width: 1200px) {
  .testimonials {
    padding: 100px 0;
  }
  
  .testimonials-grid {
    gap: 32px;
  }
  
  .testimonial-card {
    padding: 36px 32px;
  }
  
  .testimonial-avatar {
    width: 60px;
    height: 60px;
  }
}

/* ============================================
   CTA Tema Section - Desktop
   ============================================ */
@media (min-width: 992px) {
  .cta-tema-wrapper {
    padding: 100px 0 !important;
  }
  
  .cta-tema-content {
    max-width: 800px;
  }
  
  .cta-tema-badge {
    padding: 12px 28px;
    font-size: 0.95rem;
    margin-bottom: 28px;
  }
  
  .cta-tema-title {
    font-size: 2.8rem !important;
    margin-bottom: 20px !important;
  }
  
  .cta-tema-subtitle {
    font-size: 1.15rem !important;
    max-width: 650px;
    margin-bottom: 40px !important;
  }
  
  .cta-tema-btn {
    padding: 18px 44px !important;
    font-size: 1.05rem !important;
  }
}

@media (min-width: 1200px) {
  .cta-tema-wrapper {
    padding: 120px 0 !important;
  }
  
  .cta-tema-title {
    font-size: 3.2rem !important;
  }
  
  .cta-tema-subtitle {
    font-size: 1.2rem !important;
    max-width: 700px;
  }
}

/* ============================================
   Footer - Desktop
   ============================================ */
@media (min-width: 992px) {
  .footer {
    padding: 60px 0 32px;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  
  .footer-tagline {
    font-size: 1rem;
    max-width: 500px;
  }
  
  .footer-social {
    gap: 14px;
  }
  
  .footer-social a {
    width: 48px;
    height: 48px;
  }
  
  .footer-divider {
    margin: 32px 0 28px;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .footer-copyright {
    font-size: 0.88rem;
  }
  
  .footer-links {
    display: flex;
    gap: 24px;
  }
  
  .footer-links a {
    font-size: 0.88rem;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 80px 0 40px;
  }
  
  .footer-tagline {
    font-size: 1.05rem;
    max-width: 550px;
  }
}

/* ============================================
   Page Headers - Desktop
   ============================================ */
@media (min-width: 992px) {
  .page-header-enhanced {
    padding: 160px 0 100px;
  }
  
  .page-title-enhanced {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  
  .page-subtitle-enhanced {
    font-size: 1.15rem;
    max-width: 550px;
  }
  
  .floating-shape.shape-1 {
    width: 400px;
    height: 400px;
  }
  
  .floating-shape.shape-2 {
    width: 280px;
    height: 280px;
  }
  
  .floating-shape.shape-3 {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .page-header-enhanced {
    padding: 180px 0 120px;
  }
  
  .page-title-enhanced {
    font-size: 3.5rem;
  }
  
  .page-subtitle-enhanced {
    font-size: 1.2rem;
    max-width: 600px;
  }
}


/* ============================================
   Catalog Section - Desktop
   ============================================ */
@media (min-width: 992px) {
  .catalog,
  .catalog-page {
    padding: 80px 0 100px;
  }
  
  .catalog-toggle {
    gap: 16px;
    margin-bottom: 40px;
  }
  
  .catalog-toggle-btn {
    padding: 16px 36px;
    font-size: 1rem;
  }
  
  .catalog-tabs {
    gap: 12px;
    margin-bottom: 32px;
  }
  
  .catalog-tab {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
  
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  
  .catalog-item {
    border-radius: 24px;
  }
  
  .catalog-item-badge {
    top: 16px;
    left: 16px;
    padding: 8px 16px;
    font-size: 0.8rem;
  }
  
  .catalog-item-info {
    padding: 24px;
  }
  
  .catalog-item-name {
    font-size: 1.35rem;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  
  .catalog-item-price {
    padding: 14px 16px;
    margin-bottom: 20px;
  }
  
  .catalog-item-price-original {
    font-size: 0.85rem;
  }
  
  .catalog-item-price-current {
    font-size: 1.4rem;
  }
  
  .catalog-item-buttons {
    flex-direction: row;
    gap: 12px;
  }
  
  .catalog-btn {
    padding: 14px 20px;
    font-size: 0.9rem;
    border-radius: 12px;
  }
}

@media (min-width: 1200px) {
  .catalog,
  .catalog-page {
    padding: 100px 0 120px;
  }
  
  .catalog-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  
  .catalog-item-info {
    padding: 28px;
  }
  
  .catalog-item-name {
    font-size: 1.4rem;
  }
  
  .catalog-item-price-current {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .catalog-grid {
    gap: 36px;
  }
}

/* ============================================
   Contact Section - Desktop
   ============================================ */
@media (min-width: 992px) {
  .contact-section-enhanced {
    padding: 100px 0;
  }
  
  .contact-grid-enhanced {
    grid-template-columns: 1.3fr 1fr;
    gap: 48px;
    align-items: start;
  }
  
  .contact-main-card {
    padding: 48px;
    border-radius: 32px;
  }
  
  .contact-main-header {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 32px;
  }
  
  .contact-mascot-enhanced img {
    width: 90px;
    height: 90px;
  }
  
  .contact-main-title h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  
  .contact-main-title p {
    font-size: 1rem;
  }
  
  .btn-wa-enhanced {
    padding: 22px 28px;
    border-radius: 18px;
  }
  
  .btn-wa-icon {
    width: 56px;
    height: 56px;
  }
  
  .btn-wa-icon svg {
    width: 30px;
    height: 30px;
  }
  
  .btn-wa-number {
    font-size: 1.4rem;
  }
  
  .contact-alt-methods {
    gap: 16px;
  }
  
  .contact-alt-btn {
    padding: 20px 16px;
    border-radius: 16px;
  }
  
  .contact-alt-btn svg {
    width: 28px;
    height: 28px;
  }
  
  .contact-alt-btn span {
    font-size: 0.88rem;
  }
  
  .contact-info-enhanced {
    gap: 20px;
  }
  
  .contact-info-card-enhanced {
    padding: 24px 28px;
    border-radius: 24px;
  }
  
  .info-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }
  
  .info-card-icon svg {
    width: 28px;
    height: 28px;
  }
  
  .info-card-content h4 {
    font-size: 0.85rem;
  }
  
  .info-card-content p {
    font-size: 1.1rem;
  }
  
  .contact-faq-quick {
    padding: 40px;
    margin-top: 56px;
    border-radius: 28px;
  }
  
  .contact-faq-quick h3 {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  
  .faq-quick-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
  }
  
  .faq-quick-item {
    padding: 24px;
    border-radius: 20px;
  }
  
  .faq-quick-icon {
    font-size: 2.5rem;
  }
  
  .faq-quick-content h4,
  .faq-quick-content .faq-question {
    font-size: 1.05rem;
  }
  
  .faq-quick-content p {
    font-size: 0.92rem;
  }
  
  .btn-faq-more {
    padding: 14px 32px;
    font-size: 0.95rem;
  }
}

@media (min-width: 1200px) {
  .contact-section-enhanced {
    padding: 120px 0;
  }
  
  .contact-grid-enhanced {
    gap: 60px;
  }
  
  .contact-main-card {
    padding: 56px;
  }
  
  .contact-main-title h2 {
    font-size: 1.8rem;
  }
}

/* ============================================
   FAQ Section - Desktop
   ============================================ */
@media (min-width: 992px) {
  .faq-section {
    padding: 80px 0 100px;
  }
  
  .faq-category-nav {
    gap: 14px;
    margin-bottom: 48px;
  }
  
  .faq-nav-btn {
    padding: 14px 24px;
    font-size: 0.95rem;
    border-radius: 14px;
  }
  
  .faq-search-box {
    max-width: 500px;
    padding: 18px 28px;
    margin: 32px auto 0;
  }
  
  .faq-search-box input {
    font-size: 1rem;
  }
  
  .faq-category {
    margin-bottom: 40px;
  }
  
  .faq-category-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  
  .category-icon {
    font-size: 1.8rem;
  }
  
  .faq-category-title {
    font-size: 1.4rem;
  }
  
  .faq-item-enhanced {
    margin-bottom: 16px;
    border-radius: 20px;
  }
  
  .faq-question-enhanced {
    padding: 24px 28px;
  }
  
  .faq-q-icon {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
    border-radius: 10px;
  }
  
  .faq-q-content span:last-child {
    font-size: 1.1rem;
  }
  
  .faq-toggle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  
  .faq-toggle svg {
    width: 22px;
    height: 22px;
  }
  
  .faq-answer-enhanced p {
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 52px;
  }
  
  .faq-item-enhanced.active .faq-answer-enhanced {
    padding: 0 28px 24px;
  }
  
  .faq-cta-enhanced {
    margin-top: 48px;
    padding: 36px 40px;
    border-radius: 24px;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  
  .faq-cta-content {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  
  .faq-cta-icon {
    font-size: 3rem;
    margin-bottom: 0;
  }
  
  .faq-cta-content h3 {
    font-size: 1.4rem;
  }
  
  .faq-cta-content p {
    font-size: 0.95rem;
  }
  
  .btn-cta-whatsapp {
    padding: 16px 36px;
    font-size: 1rem;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .faq-section {
    padding: 100px 0 120px;
  }
  
  .faq-q-content span:last-child {
    font-size: 1.15rem;
  }
  
  .faq-answer-enhanced p {
    font-size: 1.05rem;
  }
}

/* ============================================
   Social Section - Desktop
   ============================================ */
@media (min-width: 992px) {
  .social-section-enhanced {
    margin-top: 56px;
  }
  
  .social-header h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  
  .social-header p {
    font-size: 1rem;
  }
  
  .social-grid-enhanced {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .social-card-enhanced {
    padding: 22px 24px;
    border-radius: 20px;
  }
  
  .social-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
  
  .social-card-icon svg {
    width: 26px;
    height: 26px;
  }
  
  .social-name {
    font-size: 1.05rem;
  }
  
  .social-handle {
    font-size: 0.88rem;
  }
}

/* ============================================
   Tema Hero - Desktop
   ============================================ */
@media (min-width: 992px) {
  .tema-hero {
    padding: 80px 0 100px;
  }
  
  .tema-hero-badge {
    padding: 12px 28px;
    font-size: 0.95rem;
    margin-bottom: 28px;
  }
  
  .tema-hero-title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  
  .tema-hero-subtitle {
    font-size: 1.15rem;
    max-width: 600px;
  }
  
  .tema-hero-wave svg {
    min-height: 60px;
    max-height: 80px;
  }
}

@media (min-width: 1200px) {
  .tema-hero {
    padding: 100px 0 120px;
  }
  
  .tema-hero-title {
    font-size: 3.5rem;
  }
  
  .tema-hero-subtitle {
    font-size: 1.2rem;
    max-width: 650px;
  }
}


/* ============================================
   Features Page - Desktop
   ============================================ */
@media (min-width: 992px) {
  .features {
    padding: 80px 0;
  }
  
  .features-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }
  
  .feature-card {
    padding: 32px 24px;
    border-radius: 20px;
  }
  
  .feature-icon {
    font-size: 3rem;
    margin-bottom: 18px;
  }
  
  .feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .feature-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 1200px) {
  .features {
    padding: 100px 0;
  }
  
  .features-grid {
    gap: 28px;
  }
  
  .feature-card {
    padding: 36px 28px;
  }
  
  .feature-icon {
    font-size: 3.2rem;
  }
  
  .feature-card h3 {
    font-size: 1.15rem;
  }
}

/* ============================================
   Buttons - Desktop Enhancement
   ============================================ */
@media (min-width: 992px) {
  .btn {
    padding: 16px 36px;
    font-size: 1rem;
  }
  
  .btn-lg {
    padding: 18px 44px;
    font-size: 1.1rem;
  }
  
  .btn-sm {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  
  .btn svg {
    width: 22px;
    height: 22px;
  }
}

/* ============================================
   Cards Hover Effects - Desktop
   ============================================ */
@media (min-width: 992px) {
  .why-us-card:hover,
  .step-card:hover,
  .feature-card:hover,
  .feature-item-simple:hover {
    transform: translateY(-12px);
  }
  
  .pricing-card:hover {
    transform: translateY(-16px);
  }
  
  .catalog-item:hover {
    transform: translateY(-12px);
  }
  
  .testimonial-card:hover {
    transform: translateY(-10px);
  }
  
  .social-card-enhanced:hover {
    transform: translateY(-8px);
  }
  
  .contact-info-card-enhanced:hover {
    transform: translateX(12px);
  }
  
  .faq-quick-item:hover {
    transform: translateY(-6px);
  }
}

/* ============================================
   Scroll Progress - Desktop
   ============================================ */
@media (min-width: 992px) {
  .scroll-progress {
    height: 4px !important;
  }
}

/* ============================================
   Back to Top - Desktop
   ============================================ */
@media (min-width: 992px) {
  .back-to-top {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    bottom: 32px !important;
    right: 32px !important;
  }
  
  .back-to-top svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1200px) {
  .back-to-top {
    width: 56px !important;
    height: 56px !important;
    bottom: 40px !important;
    right: 40px !important;
  }
}

/* ============================================
   Typography - Desktop
   ============================================ */
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
  
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  h4 {
    font-size: 1.25rem;
  }
  
  p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

/* ============================================
   Spacing Utilities - Desktop
   ============================================ */
@media (min-width: 992px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (min-width: 1400px) {
  .section-padding {
    padding: 120px 0;
  }
}

/* ============================================
   Animations - Desktop (Smoother)
   ============================================ */
@media (min-width: 992px) {
  .why-us-card,
  .step-card,
  .feature-item-simple,
  .pricing-card,
  .testimonial-card,
  .catalog-item,
  .stat-card,
  .contact-info-card-enhanced,
  .social-card-enhanced,
  .faq-quick-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  
  .btn,
  .btn-wa-enhanced,
  .catalog-btn,
  .faq-nav-btn,
  .catalog-tab,
  .catalog-toggle-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

/* ============================================
   Wide Screen Optimization (1600px+)
   ============================================ */
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
  
  .hero-title {
    font-size: 3.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .section-title {
    font-size: 2.8rem;
  }
  
  .section-subtitle {
    font-size: 1.15rem;
  }
  
  .catalog-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  
  .why-us-grid {
    gap: 40px;
  }
  
  .steps-grid {
    gap: 40px;
  }
  
  .testimonials-grid {
    gap: 40px;
  }
}

/* ============================================
   Ultra Wide Screen (1920px+)
   ============================================ */
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
  
  .hero {
    padding: 180px 0 140px;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .catalog-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}


/* ============================================
   Fitur Page - Desktop Enhancements
   ============================================ */
@media (min-width: 992px) {
  .fitur-header {
    padding: 160px 0 100px;
  }
  
  .fitur-highlights {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
  }
  
  .highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
  
  .features-page {
    padding: 80px 0;
  }
  
  .features-grid-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  
  .feature-card-enhanced {
    padding: 36px 28px;
    border-radius: 24px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .feature-card-enhanced:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 48px rgba(212, 175, 55, 0.15);
  }
  
  .feature-icon-wrapper {
    margin-bottom: 20px;
  }
  
  .feature-icon-wrapper .feature-icon {
    font-size: 3rem;
  }
  
  .feature-card-enhanced h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }
  
  .feature-card-enhanced p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
  }
  
  .why-us-page {
    padding: 80px 0;
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  }
  
  .why-us-grid-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 48px;
  }
  
  .why-us-card-enhanced {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .why-us-card-enhanced:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 48px rgba(212, 175, 55, 0.15);
  }
  
  .why-us-icon-enhanced {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
  }
  
  .why-us-card-enhanced:hover .why-us-icon-enhanced {
    background: linear-gradient(135deg, #D4AF37 0%, #B8941F 100%);
  }
  
  .why-us-icon-enhanced svg {
    width: 32px;
    height: 32px;
    stroke: #D4AF37;
    transition: all 0.3s ease;
  }
  
  .why-us-card-enhanced:hover .why-us-icon-enhanced svg {
    stroke: #fff;
  }
  
  .why-us-content h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  
  .why-us-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
  }
  
  .feature-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 40px;
    background: linear-gradient(135deg, #fdfbf7 0%, #fff 100%);
    border-radius: 28px;
    border: 1px solid rgba(212, 175, 55, 0.15);
  }
  
  .summary-card {
    text-align: center;
    padding: 24px;
  }
  
  .summary-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }
  
  .summary-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #D4AF37;
    line-height: 1;
    margin-bottom: 8px;
  }
  
  .summary-label {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
  }
  
  .cta-section {
    padding: 80px 0;
  }
  
  .cta-card {
    padding: 60px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 32px;
    text-align: center;
  }
  
  .cta-content h2 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 16px;
  }
  
  .cta-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
  }
  
  .cta-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
  }
  
  .cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
  }
  
  .cta-feature svg {
    width: 20px;
    height: 20px;
    stroke: #FFFFFF;
  }
  
  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  
  .btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border: 2px solid #D4AF37;
    color: #D4AF37;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  .btn-cta-outline:hover {
    background: #D4AF37;
    color: #1a1a1a;
  }
  
  .btn-cta-outline svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }
  
  .btn-cta-outline:hover svg {
    transform: translateX(4px);
  }
}

@media (min-width: 1200px) {
  .features-page {
    padding: 100px 0;
  }
  
  .features-grid-page {
    gap: 32px;
  }
  
  .feature-card-enhanced {
    padding: 44px 32px;
  }
  
  .why-us-page {
    padding: 100px 0;
  }
  
  .why-us-grid-page {
    gap: 32px;
    margin-bottom: 56px;
  }
  
  .feature-summary {
    padding: 48px;
    gap: 32px;
  }
  
  .cta-section {
    padding: 100px 0;
  }
  
  .cta-card {
    padding: 80px;
  }
  
  .cta-content h2 {
    font-size: 2.5rem;
  }
}

/* ============================================
   Tema Features Section - Desktop
   ============================================ */
@media (min-width: 992px) {
  .tema-features-new {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  }
  
  .tema-features-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .tema-feature-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
  
  .tema-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.12);
  }
  
  .feature-icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
    border-radius: 14px;
    flex-shrink: 0;
  }
  
  .feature-icon-box svg {
    width: 26px;
    height: 26px;
    stroke: #D4AF37;
  }
  
  .feature-text h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  
  .feature-text p {
    font-size: 0.88rem;
    color: #666;
  }
}

@media (min-width: 1200px) {
  .tema-features-new {
    padding: 80px 0;
  }
  
  .tema-features-wrapper {
    gap: 28px;
  }
  
  .tema-feature-card {
    padding: 28px;
  }
  
  .feature-icon-box {
    width: 64px;
    height: 64px;
  }
  
  .feature-icon-box svg {
    width: 30px;
    height: 30px;
  }
  
  .feature-text h4 {
    font-size: 1.05rem;
  }
  
  .feature-text p {
    font-size: 0.92rem;
  }
}

/* ============================================
   FITUR LENGKAP & PREMIUM - UNIFIED MOBILE CSS
   Ultra Compact Design for One Screen View
   Version: 1.0.0
   ============================================ */

/* ============================================
   MOBILE (≤768px) - MAIN STYLES
   ============================================ */

@media (max-width: 768px) {
  
  /* Section Container */
  .features-preview {
    padding: 40px 0 !important;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%) !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* Subtle Background Pattern */
  .features-preview::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.015) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.015) 0%, transparent 50%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .features-preview .container {
    position: relative !important;
    z-index: 1 !important;
    padding: 0 14px !important;
  }

  /* Section Header */
  .features-preview .section-header {
    margin-bottom: 20px !important;
    padding: 0 12px !important;
  }

  .features-preview .section-title {
    font-size: 1.45rem !important;
    margin-bottom: 8px !important;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-dark) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1.3 !important;
  }

  .features-preview .section-subtitle {
    font-size: 0.8rem !important;
    color: #666 !important;
    line-height: 1.45 !important;
  }

  /* Grid Layout */
  .features-grid-simple {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 9px !important;
    padding: 0 8px !important;
    align-items: stretch !important;
    grid-auto-rows: 1fr !important;
  }

  /* Card Container */
  .feature-item-simple {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 13px 10px !important;
    gap: 7px !important;
    min-height: 115px !important;
    max-height: 115px !important;
    height: 100% !important;
    
    /* Background & Border */
    background: linear-gradient(145deg, #ffffff 0%, #fdfbf7 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.09) !important;
    border-radius: 13px !important;
    
    /* Shadow */
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.06),
                0 1px 3px rgba(0, 0, 0, 0.04) !important;
    
    /* Transition */
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
  }

  /* Top Border Accent */
  .feature-item-simple::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent) !important;
    opacity: 0 !important;
    transition: opacity 0.25s ease !important;
  }

  /* Animated Border on Active */
  .feature-item-simple::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 13px !important;
    padding: 1px !important;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    opacity: 0 !important;
    transition: opacity 0.25s ease !important;
    pointer-events: none !important;
  }

  /* Icon Container */
  .feature-icon-simple {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    font-size: 1.65rem !important;
    line-height: 1 !important;
    
    /* Background */
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0.04) 100%) !important;
    border-radius: 10px !important;
    
    /* Transition */
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: visible !important;
  }

  /* Text Container */
  .feature-text-simple {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    gap: 3px !important;
    flex: 1 !important;
  }

  /* Title */
  .feature-text-simple h4,
  .feature-text-simple h3 {
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em !important;
    color: var(--color-dark) !important;
    margin: 0 !important;
    word-wrap: break-word !important;
    transition: color 0.25s ease !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  /* Description */
  .feature-text-simple p {
    font-size: 0.68rem !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    letter-spacing: 0.003em !important;
    color: #777 !important;
    margin: 0 !important;
    opacity: 0.88 !important;
    
    /* Text Clamp */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: break-word !important;
    
    /* Transition */
    transition: color 0.25s ease, opacity 0.25s ease !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  /* Active State */
  .feature-item-simple:active {
    transform: translateY(-2px) scale(1.005) !important;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.09),
                0 2px 5px rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(212, 175, 55, 0.16) !important;
  }

  .feature-item-simple:active::before {
    opacity: 1 !important;
  }

  .feature-item-simple:active::after {
    opacity: 0.35 !important;
  }

  .feature-item-simple:active .feature-icon-simple {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.06) 100%) !important;
    transform: scale(1.03) !important;
  }

  .feature-item-simple:active .feature-text-simple h4,
  .feature-item-simple:active .feature-text-simple h3 {
    color: var(--brand-gold-dark) !important;
  }

  .feature-item-simple:active .feature-text-simple p {
    color: #555 !important;
    opacity: 1 !important;
  }

  /* CTA Section */
  .features-preview .section-cta {
    margin-top: 24px !important;
    position: relative !important;
    padding-top: 10px !important;
  }

  .features-preview .section-cta::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 45px !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent) !important;
    border-radius: 2px !important;
    opacity: 0.22 !important;
  }

  /* CTA Button */
  .features-preview .btn-outline {
    padding: 10px 24px !important;
    font-size: 0.86rem !important;
    font-weight: 600 !important;
    border-width: 2px !important;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .features-preview .btn-outline::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 50% !important;
    background: rgba(212, 175, 55, 0.07) !important;
    transform: translate(-50%, -50%) !important;
    transition: width 0.45s ease, height 0.45s ease !important;
  }

  .features-preview .btn-outline:active::before {
    width: 220px !important;
    height: 220px !important;
  }

  /* Loading Animation */
  .feature-item-simple {
    animation: fadeInUp 0.35s ease-out backwards !important;
  }

  .feature-item-simple:nth-child(1) { animation-delay: 0.02s !important; }
  .feature-item-simple:nth-child(2) { animation-delay: 0.04s !important; }
  .feature-item-simple:nth-child(3) { animation-delay: 0.06s !important; }
  .feature-item-simple:nth-child(4) { animation-delay: 0.08s !important; }
  .feature-item-simple:nth-child(5) { animation-delay: 0.1s !important; }
  .feature-item-simple:nth-child(6) { animation-delay: 0.12s !important; }
  .feature-item-simple:nth-child(7) { animation-delay: 0.14s !important; }
  .feature-item-simple:nth-child(8) { animation-delay: 0.16s !important; }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* ============================================
   SMALL MOBILE (≤480px)
   ============================================ */

@media (max-width: 480px) {
  
  .features-preview {
    padding: 38px 0 !important;
  }

  .features-preview .section-title {
    font-size: 1.35rem !important;
  }

  .features-preview .section-subtitle {
    font-size: 0.76rem !important;
  }

  .features-grid-simple {
    gap: 8px !important;
    padding: 0 6px !important;
  }

  .feature-item-simple {
    padding: 12px 9px !important;
    min-height: 110px !important;
    max-height: 110px !important;
    gap: 6px !important;
    border-radius: 12px !important;
  }

  .feature-icon-simple {
    width: 38px !important;
    height: 38px !important;
    font-size: 1.55rem !important;
    border-radius: 9px !important;
  }

  .feature-text-simple h4,
  .feature-text-simple h3 {
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
  }

  .feature-text-simple p {
    font-size: 0.65rem !important;
    line-height: 1.25 !important;
  }

  .features-preview .section-cta {
    margin-top: 20px !important;
  }

  .features-preview .btn-outline {
    padding: 9px 22px !important;
    font-size: 0.82rem !important;
  }

  /* Instant animations for small screens */
  .feature-item-simple:nth-child(n) {
    animation-delay: 0s !important;
  }
}

/* ============================================
   LANDSCAPE MODE
   ============================================ */

@media (max-width: 768px) and (orientation: landscape) {
  
  .features-grid-simple {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
  }

  .feature-item-simple {
    min-height: 105px !important;
    max-height: 105px !important;
    padding: 12px 9px !important;
  }

  .feature-icon-simple {
    width: 36px !important;
    height: 36px !important;
    font-size: 1.5rem !important;
  }

  .feature-text-simple h4,
  .feature-text-simple h3 {
    font-size: 0.8rem !important;
  }

  .feature-text-simple p {
    font-size: 0.64rem !important;
  }
}

/* ============================================
   TOUCH OPTIMIZATION
   ============================================ */

@media (hover: none) and (pointer: coarse) {
  
  /* Minimum touch target */
  .feature-item-simple {
    min-height: 115px !important;
    min-width: 44px !important;
  }

  /* Remove hover effects on touch devices */
  .feature-item-simple:hover {
    transform: none !important;
    box-shadow: inherit !important;
  }

  /* Enhanced active state for touch feedback */
  .feature-item-simple:active {
    transform: translateY(-2px) scale(1.005) !important;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.1),
                0 2px 6px rgba(0, 0, 0, 0.05) !important;
    opacity: 1 !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .feature-item-simple:active .feature-icon-simple {
    transform: scale(1.03) !important;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0.07) 100%) !important;
  }
}

/* ============================================
   REDUCED MOTION SUPPORT
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  
  .feature-item-simple,
  .feature-icon-simple,
  .feature-item-simple::before,
  .feature-item-simple::after {
    animation: none !important;
    transition: none !important;
  }

  .feature-item-simple:active {
    transform: none !important;
  }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

@media (max-width: 768px) {
  
  /* Better focus states */
  .feature-item-simple:focus-visible {
    outline: 3px solid var(--brand-gold) !important;
    outline-offset: 3px !important;
  }

  /* Enhanced text rendering */
  .feature-text-simple h4,
  .feature-text-simple h3,
  .feature-text-simple p {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
  }
}
/* ============================================
   S2MOMENTS - HERO UNIFIED CSS
   ============================================
   
   File ini menggabungkan:
   - hero-image-enhancement.css (180 lines)
   - hero-stats-enhanced.css (620 lines)
   
   Total: ~800 lines
   
   Struktur:
   1. Hero Image Enhancement (Positioning & Responsive)
   2. Hero Stats Enhanced (Statistics Cards UI/UX)
   
   Backup files tersedia di:
   - css/backup/hero-image-enhancement.css.backup
   - css/backup/hero-stats-enhanced.css.backup
   
   Created: 2026-02-05 13:55
   ============================================ */

/* ============================================
   SECTION 1: HERO IMAGE ENHANCEMENT
   Perbaikan Letak UI/UX hero.webp
   ============================================ */

/* Desktop & Laptop - Optimasi posisi dan ukuran */
@media (min-width: 992px) {
    .hero .container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        gap: 60px;
        text-align: left !important;
    }
    
    .hero-content {
        flex: 1;
        text-align: left !important;
    }

    .hero-image-wrapper {
        flex: 0 0 auto;
        max-width: 500px !important;
        width: 500px;
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: 20px !important;
    }

    .hero-image {
        width: 100% !important;
        height: auto !important;
        max-height: 720px !important;
        object-fit: contain;
        object-position: center;
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
        display: block !important;
    }

    .hero-image-glow {
        width: 110%;
        height: 110%;
    }
}

/* Large Desktop - Ukuran sedikit lebih besar */
@media (min-width: 1200px) {
    .hero .container {
        gap: 50px;
    }

    .hero-image-wrapper {
        max-width: 550px !important;
        margin-left: 30px !important;
    }

    .hero-image {
        max-height: 750px !important;
    }
}

/* Extra Large Desktop */
@media (min-width: 1400px) {
    .hero-image-wrapper {
        max-width: 600px !important;
        margin-left: 40px !important;
    }

    .hero-image {
        max-height: 820px !important;
    }
}

/* Tablet - Posisi tengah dengan ukuran sedang */
@media (min-width: 768px) and (max-width: 991px) {
    .hero .container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-image-wrapper {
        max-width: 350px !important;
        margin: 0 auto;
    }

    .hero-image {
        max-height: 580px !important;
        filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.1));
    }
}

/* Mobile - Ukuran lebih kecil dan proporsional */
@media (max-width: 767px) {
    .hero {
        padding: 80px 0 10px !important;
        min-height: auto !important;
    }

    .hero .container {
        flex-direction: column;
        text-align: center;
        gap: 8px !important;
        padding: 0 10px !important;
    }

    .hero-image-wrapper {
        max-width: 95% !important;
        width: 95% !important;
        margin: -10px auto 0 !important;
    }

    .hero-image {
        max-height: 600px !important;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.08));
    }

    .hero-image-glow {
        width: 115%;
        height: 115%;
    }
    
    /* Hero elements spacing */
    .hero-trust {
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        padding: 8px 12px !important;
    }
    
    .hero-buttons {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }
    
    .hero-stats {
        margin-bottom: 6px !important;
        margin-top: 6px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        max-width: 100% !important;
    }
    
    .hero-features {
        margin-bottom: 6px !important;
        margin-top: 6px !important;
    }
    
    .hero-subtitle {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }
    
    .hero-badge {
        margin-bottom: 6px !important;
    }
    
    .hero-title {
        margin-bottom: 8px !important;
    }
    
    /* Remove space below hero */
    .hero-wave {
        display: none !important;
    }
    
    .why-us {
        padding-top: 20px !important;
        margin-top: -20px !important;
    }
    
    .hero-content > * {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
}

/* Small Mobile - Ukuran lebih compact */
@media (max-width: 480px) {
    .hero {
        padding: 75px 0 5px !important;
    }

    .hero .container {
        gap: 6px !important;
        padding: 0 8px !important;
    }

    .hero-image-wrapper {
        max-width: 92% !important;
        width: 92% !important;
        margin: -8px auto 0 !important;
    }

    .hero-image {
        max-height: 550px !important;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .hero {
        padding: 70px 0 5px !important;
    }

    .hero-image-wrapper {
        max-width: 90% !important;
        width: 90% !important;
        margin: -8px auto 0 !important;
    }

    .hero-image {
        max-height: 500px !important;
    }
}

/* Perbaikan aspect ratio dan positioning */
.hero-image-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-image {
    position: relative !important;
    z-index: 2 !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hero-image-wrapper:hover .hero-image {
    transform: scale(1.02) !important;
}

/* Optimasi glow effect */
.hero-image-glow {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%) !important;
}

/* Perbaikan untuk landscape mobile */
@media (max-height: 600px) and (orientation: landscape) {
    .hero {
        padding: 80px 0 40px !important;
    }

    .hero-image-wrapper {
        max-width: 60% !important;
        margin: 0 auto !important;
    }

    .hero-image {
        max-height: 400px !important;
    }
}

/* ============================================
   SECTION 2: HERO STATS ENHANCED
   Design inspired by modern minimalist style
   ============================================ */

/* Container Stats */
.hero-stats {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin-bottom: 28px !important;
    animation: heroStatsFadeInUp 0.6s ease-out 0.4s both !important;
}

/* Stat Card - Minimalist Design */
.stat-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px 20px !important;
    background: linear-gradient(135deg, #ffffff 0%, #fefdfb 100%) !important;
    border-radius: 16px !important;
    box-shadow:
        0 2px 14px rgba(212, 175, 55, 0.1),
        0 1px 4px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(212, 175, 55, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    min-width: 180px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Subtle Background Pattern */
.stat-card::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 12px !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.07) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    z-index: 0 !important;
    transition: all 0.4s ease !important;
}

/* Hover Effects */
.stat-card:hover {
    transform: translateY(-4px) !important;
    box-shadow:
        0 8px 28px rgba(212, 175, 55, 0.16),
        0 3px 10px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(212, 175, 55, 0.22) !important;
}

.stat-card:hover::before {
    width: 70px !important;
    height: 70px !important;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%) !important;
}

/* Icon Container - Soft Background Style */
.stat-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0 !important;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.11) 0%, rgba(232, 212, 168, 0.08) 100%) !important;
    border-radius: 12px !important;
    transition: all 0.35s ease !important;
    position: relative !important;
    z-index: 1 !important;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.1) !important;
}

.stat-card:hover .stat-icon {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(232, 212, 168, 0.12) 100%) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.18) !important;
}

.stat-icon svg {
    width: 24px !important;
    height: 24px !important;
    color: #D4AF37 !important;
    stroke-width: 2 !important;
    transition: all 0.35s ease !important;
    opacity: 0.95 !important;
}

.stat-card:hover .stat-icon svg {
    opacity: 1 !important;
    transform: scale(1.15) !important;
    color: #C9A22E !important;
}

/* Info Container */
.stat-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    flex: 1 !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Number Styling - Clean & Bold */
.stat-number {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    color: #D4AF37 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    display: block !important;
    transition: all 0.35s ease !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 3px rgba(212, 175, 55, 0.12) !important;
}

.stat-card:hover .stat-number {
    color: #C9A22E !important;
    transform: translateX(3px) !important;
}

.stat-number::after {
    content: '+' !important;
    font-size: 0.6em !important;
    font-weight: 600 !important;
    margin-left: 2px !important;
    opacity: 0.9 !important;
}

/* Label Styling - Muted & Uppercase */
.stat-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.58rem !important;
    color: #999999 !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    white-space: normal !important;
    transition: all 0.35s ease !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.stat-card:hover .stat-label {
    color: #777777 !important;
    transform: translateX(3px) !important;
}

/* ============================================
   RESPONSIVE DESIGN - HERO STATS
   ============================================ */

/* Desktop Large (> 1200px) */
@media (min-width: 1200px) {
    .hero-stats {
        gap: 14px !important;
    }

    .stat-card {
        padding: 18px 24px !important;
        min-width: 200px !important;
    }

    .stat-icon {
        width: 48px !important;
        height: 48px !important;
    }

    .stat-icon svg {
        width: 26px !important;
        height: 26px !important;
    }

    .stat-number {
        font-size: 1.6rem !important;
    }

    .stat-label {
        font-size: 0.64rem !important;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-stats {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 480px !important;
        gap: 12px !important;
    }

    .stat-card {
        min-width: 220px !important;
        padding: 16px 20px !important;
        gap: 12px !important;
    }

    .stat-icon {
        width: 42px !important;
        height: 42px !important;
    }

    .stat-icon svg {
        width: 23px !important;
        height: 23px !important;
    }

    .stat-number {
        font-size: 1.4rem !important;
    }

    .stat-label {
        font-size: 0.6rem !important;
    }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .hero-stats {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }

    .stat-card {
        min-width: auto !important;
        width: 100% !important;
        padding: 14px 11px !important;
        gap: 9px !important;
        flex-direction: row !important;
        text-align: left !important;
        border-radius: 14px !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .stat-card::before {
        top: 50% !important;
        left: 7px !important;
        transform: translateY(-50%) !important;
        width: 45px !important;
        height: 45px !important;
        opacity: 0.4 !important;
    }

    .stat-icon {
        width: 38px !important;
        height: 38px !important;
        margin: 0 !important;
        border-radius: 10px !important;
        flex-shrink: 0 !important;
    }

    .stat-icon svg {
        width: 21px !important;
        height: 21px !important;
    }

    .stat-info {
        align-items: flex-start !important;
        width: auto !important;
        gap: 2px !important;
        flex: 1 !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .stat-number {
        font-size: 1.2rem !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }

    .stat-label {
        font-size: 0.52rem !important;
        white-space: normal !important;
        text-align: left !important;
        line-height: 1.3 !important;
        max-width: 100% !important;
        letter-spacing: 0.04em !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .hero-stats {
        gap: 7px !important;
    }

    .stat-card {
        padding: 12px 9px !important;
        gap: 8px !important;
        border-radius: 13px !important;
    }

    .stat-card::before {
        width: 40px !important;
        height: 40px !important;
        left: 6px !important;
    }

    .stat-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 9px !important;
    }

    .stat-icon svg {
        width: 19px !important;
        height: 19px !important;
    }

    .stat-number {
        font-size: 1.08rem !important;
    }

    .stat-label {
        font-size: 0.5rem !important;
        line-height: 1.25 !important;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .hero-stats {
        gap: 6px !important;
    }

    .stat-card {
        padding: 11px 8px !important;
        gap: 7px !important;
    }

    .stat-card::before {
        width: 38px !important;
        height: 38px !important;
    }

    .stat-icon {
        width: 32px !important;
        height: 32px !important;
    }

    .stat-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .stat-number {
        font-size: 1rem !important;
    }

    .stat-label {
        font-size: 0.48rem !important;
        line-height: 1.2 !important;
    }
}

/* ============================================
   ANIMATION KEYFRAMES
   ============================================ */

@keyframes heroStatsFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   ACCESSIBILITY & SPECIAL CASES
   ============================================ */

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    .hero-stats,
    .stat-card,
    .stat-icon,
    .stat-number,
    .stat-label {
        animation: none !important;
        transition: none !important;
    }
}

/* Print Styles */
@media print {
    .stat-card {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }

    .stat-card:hover {
        transform: none;
    }

    .stat-card::before {
        display: none;
    }
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .stat-card {
        background: linear-gradient(135deg, #2a2a2a 0%, #1f1f1f 100%);
        border-color: rgba(212, 175, 55, 0.2);
    }

    .stat-label {
        color: #aaaaaa;
    }

    .stat-card:hover .stat-label {
        color: #cccccc;
    }
}

/* ============================================
   END OF HERO UNIFIED CSS
   ============================================ */



/* Reduce spacing on mobile for hero elements */
@media (max-width: 767px) {
    .hero-trust {
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        padding: 8px 12px !important;
    }
    
    .hero-buttons {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }
    
    .hero-stats {
        margin-bottom: 6px !important;
        margin-top: 6px !important;
    }
    
    .hero-features {
        margin-bottom: 6px !important;
        margin-top: 6px !important;
    }
    
    .hero-subtitle {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }
    
    .hero-badge {
        margin-bottom: 6px !important;
    }
    
    .hero-title {
        margin-bottom: 8px !important;
    }
}

@media (max-width: 480px) {
    .hero-trust {
        margin-top: 2px !important;
        padding: 6px 10px !important;
    }
    
    .hero-buttons {
        margin-bottom: 2px !important;
        margin-top: 2px !important;
    }
    
    .hero-stats {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }
    
    .hero-features {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }
    
    .hero-subtitle {
        margin-bottom: 6px !important;
        margin-top: 6px !important;
    }
    
    .hero-badge {
        margin-bottom: 4px !important;
    }
    
    .hero-title {
        margin-bottom: 6px !important;
    }
}


/* Remove space below hero image on mobile */
@media (max-width: 767px) {
    .hero-wave {
        display: none !important;
    }
    
    .why-us {
        padding-top: 20px !important;
        margin-top: -20px !important;
    }
    
    .hero-content > * {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
}

@media (max-width: 480px) {
    .why-us {
        padding-top: 15px !important;
        margin-top: -15px !important;
    }
    
    .hero-content > * {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
}


/* ============================================
   SECTION 4: STAT CARD MOBILE FIX (MERGED)
   ============================================
   
   Merged from: stat-card-mobile-fix.css
   Original backup: css/stat-card-mobile-fix.css.backup
   Merged date: 2026-02-05
   
   PRIORITY OVERRIDE - High specificity untuk memastikan diterapkan
   Layout horizontal untuk stat cards di mobile
   ============================================ */
/* ============================================
   STAT CARD MOBILE FIX - PRIORITY OVERRIDE
   File ini harus di-load terakhir untuk override semua styling
   Menggunakan specificity tinggi untuk memastikan diterapkan
   Layout horizontal seperti referensi gambar
   ============================================ */

/* Base Mobile Styles - Max 768px */
@media (max-width: 768px) {
  html body .hero-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 !important;
    padding: 0 !important;
  }

  html body .stat-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    padding: 12px 10px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    box-shadow: 0 2px 12px rgba(212, 175, 55, 0.06), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    min-width: auto !important;
    max-width: none !important;
    box-sizing: border-box !important;
    text-align: left !important;
    height: auto !important;
  }

  html body .stat-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%) !important;
    border-radius: 9px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }

  html body .stat-icon svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #D4AF37 !important;
  }

  html body .stat-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
    width: 100% !important;
    flex: 1 !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  html body .stat-number {
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    color: #D4AF37 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }

  html body .stat-number::after {
    content: '+' !important;
    font-size: 0.6em !important;
  }

  html body .stat-label {
    font-size: 0.56rem !important;
    font-weight: 500 !important;
    color: #bbb !important;
    text-transform: uppercase !important;
    letter-spacing: 0.22px !important;
    white-space: nowrap !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Extra Small Mobile - Max 480px */
@media (max-width: 480px) {
  html body .hero-stats {
    gap: 10px !important;
    margin: 14px 0 !important;
  }

  html body .stat-card {
    padding: 12px 10px !important;
    gap: 9px !important;
    border-radius: 14px !important;
  }

  html body .stat-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    border-radius: 9px !important;
  }

  html body .stat-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  html body .stat-number {
    font-size: 0.96rem !important;
  }

  html body .stat-label {
    font-size: 0.52rem !important;
    letter-spacing: 0.2px !important;
  }
}

/* Very Small Mobile - Max 359px */
@media (max-width: 359px) {
  html body .hero-stats {
    gap: 10px !important;
    margin: 12px 0 !important;
  }

  html body .stat-card {
    padding: 11px 9px !important;
    gap: 8px !important;
    border-radius: 12px !important;
  }

  html body .stat-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    border-radius: 9px !important;
  }

  html body .stat-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  html body .stat-number {
    font-size: 0.92rem !important;
  }

  html body .stat-label {
    font-size: 0.48rem !important;
    letter-spacing: 0.17px !important;
  }
}

/* Medium Tablet - 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
  html body .hero-stats {
    gap: 14px !important;
    margin: 18px 0 !important;
  }

  html body .stat-card {
    padding: 18px 16px !important;
    gap: 14px !important;
    border-radius: 16px !important;
  }

  html body .stat-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    border-radius: 12px !important;
  }

  html body .stat-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  html body .stat-number {
    font-size: 1.5rem !important;
  }

  html body .stat-label {
    font-size: 0.75rem !important;
    letter-spacing: 0.5px !important;
  }
}


/* ============================================
   CRITICAL OVERRIDE - Hero to Why-Us Spacing Fix
   Highest Priority - Must be at the end
   ============================================ */

@media (max-width: 768px) {
  html body .hero {
    padding: 90px 0 0 !important;
    margin-bottom: 0 !important;
  }

  html body .hero-wave {
    display: none !important;
  }

  html body .why-us {
    padding: 0 0 60px !important;
    margin-top: -30px !important;
  }

  html body .why-us .section-header {
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }

  html body .hero-content {
    margin-bottom: 0 !important;
  }

  html body .hero-badge {
    margin-bottom: 10px !important;
  }

  html body .hero-title {
    margin-bottom: 10px !important;
  }

  html body .hero-subtitle {
    margin-bottom: 10px !important;
  }

  html body .hero-features {
    margin-bottom: 10px !important;
  }

  html body .hero-stats {
    margin-bottom: 10px !important;
  }

  html body .hero-buttons {
    margin-bottom: 10px !important;
  }

  html body .hero-trust {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }

  html body .hero-image-wrapper {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  html body .hero {
    padding: 85px 0 0 !important;
    margin-bottom: 0 !important;
  }

  html body .why-us {
    padding: 0 0 60px !important;
    margin-top: -40px !important;
  }

  html body .why-us .section-header {
    padding-top: 8px !important;
  }

  html body .hero-badge,
  html body .hero-title,
  html body .hero-subtitle,
  html body .hero-features,
  html body .hero-stats,
  html body .hero-buttons {
    margin-bottom: 8px !important;
  }

  html body .hero-trust {
    margin-top: 4px !important;
  }
}
