/* =====================================================
   MOBILE UX REBUILD - PHASE M3 (FIXED)
   Desktop referans DEĞİL
   Mobile = Bağımsız UX Ürünü

   DÜZELTME: Gerçek JS component class isimleri kullanıldı
   ===================================================== */

@media (max-width: 768px) {

  /* =====================================================
     GLOBAL RESET
     ===================================================== */
  * {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden !important;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }

  .container {
    padding: 0 16px !important;
    max-width: 100% !important;
  }

  /* =====================================================
     1. HEADER - 60px, SOLID, HIGH CONTRAST
     ===================================================== */
  .premium-header {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }

  .premium-header .header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100% !important;
    padding: 0 12px !important;
  }

  /* Hamburger - Sol, HIGH CONTRAST */
  .wt-mobile-menu-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: #f3f4f6 !important;
    border: none !important;
    border-radius: 8px !important;
    order: 1 !important;
    flex-shrink: 0 !important;
  }

  .wt-mobile-menu-button__icon {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 20px !important;
  }

  .wt-mobile-menu-button__icon span {
    display: block !important;
    width: 20px !important;
    height: 2.5px !important;
    background: #1f2937 !important;
    border-radius: 2px !important;
  }

  /* Logo - Orta */
  .premium-header .header-logo {
    order: 2 !important;
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
  }

  .premium-header .logo-link {
    font-size: 15px !important;
    gap: 6px !important;
  }

  .premium-header .logo-text {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  /* Actions - Sağ */
  .premium-header .header-actions {
    order: 3 !important;
    display: flex !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
  }

  /* WhatsApp CTA */
  .mobile-whatsapp-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: #25D366 !important;
    border-radius: 8px !important;
  }

  .mobile-whatsapp-cta i {
    color: #ffffff !important;
    font-size: 20px !important;
  }

  /* Desktop elementleri GİZLE */
  .premium-header .header-nav,
  .premium-header .call-btn,
  .premium-header .cart-btn,
  .premium-header .language-selector,
  .premium-header .currency-selector {
    display: none !important;
  }

  /* =====================================================
     2. HERO - MAX 220px, SEARCH YOK
     JS Class: .hero-premium
     ===================================================== */
  .hero-premium {
    min-height: 200px !important;
    max-height: 220px !important;
    height: 220px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* Hero background */
  .hero-premium .hero-background-wrapper {
    position: absolute !important;
    inset: 0 !important;
  }

  .hero-premium .hero-gradient-overlay,
  .hero-premium .hero-mesh-gradient {
    background: rgba(0, 0, 0, 0.55) !important;
  }

  /* Hero content wrapper */
  .hero-premium .hero-content-wrapper {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    text-align: center !important;
    padding: 16px !important;
  }

  .hero-premium .hero-left-content {
    width: 100% !important;
    text-align: center !important;
  }

  /* Hero Badge GİZLE */
  .hero-premium .hero-badge-premium {
    display: none !important;
  }

  /* Hero Title */
  .hero-premium .hero-title-premium {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 8px 0 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    line-height: 1.2 !important;
  }

  .hero-premium .hero-title-highlight {
    color: #fbbf24 !important;
  }

  /* Hero Subtitle */
  .hero-premium .hero-subtitle-premium {
    font-size: 14px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.4 !important;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45) !important;
  }

  /* Hero Stats & Features GİZLE */
  .hero-premium .hero-stats-premium,
  .hero-premium .hero-features-premium {
    display: none !important;
  }

  /* Hero Search GİZLE */
  .hero-premium .hero-right-content,
  .hero-premium #smartSearchWidget {
    display: none !important;
  }

  /* Floating elements GİZLE */
  .hero-premium .floating-elements,
  .hero-premium .floating-balloon {
    display: none !important;
  }

  /* Live visitors GİZLE */
  .hero-premium .live-visitors {
    display: none !important;
  }

  /* =====================================================
     3. TOUR KARTLARI - 2'Lİ GRID ZORUNLU
     JS Class: .featured-tours, .tours-grid, .tour-card
     ===================================================== */
  .featured-tours {
    padding: 20px 0 !important;
  }

  .featured-tours .section-header {
    padding: 0 16px !important;
    margin-bottom: 16px !important;
  }

  .featured-tours .section-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 4px 0 !important;
    color: #1f2937 !important;
  }

  .featured-tours .section-subtitle {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin: 0 !important;
  }

  /* GRID - 2 KOLON ZORUNLU */
  .tours-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 16px !important;
  }

  /* TOUR CARD - KOMPAKT */
  .tour-card {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    border: 1px solid #f3f4f6 !important;
    height: auto !important;
    min-height: 200px !important;
    max-height: 240px !important;
  }

  /* Card Image - 100px */
  .tour-card .tour-image {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    width: 100% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    position: relative !important;
  }

  .tour-card .tour-image img,
  .tour-card .tour-image picture,
  .tour-card .tour-image-responsive {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Wishlist button GİZLE */
  .tour-card .tour-wishlist {
    display: none !important;
  }

  /* Card Content */
  .tour-card .tour-content {
    padding: 10px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Card Title - MAX 2 SATIR */
  .tour-card .tour-title {
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin: 0 0 6px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .tour-card .tour-title a,
  .tour-card .tour-link {
    color: #1f2937 !important;
    text-decoration: none !important;
  }

  /* Description GİZLE */
  .tour-card .tour-description {
    display: none !important;
  }

  /* Highlights - MAX 2 */
  .tour-card .tour-highlights {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin-bottom: 6px !important;
  }

  .tour-card .highlight-item {
    font-size: 9px !important;
    padding: 2px 6px !important;
    background: #f3f4f6 !important;
    color: #6b7280 !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
  }

  .tour-card .highlight-item:nth-child(n+3) {
    display: none !important;
  }

  /* Info items GİZLE */
  .tour-card .tour-info {
    display: none !important;
  }

  /* Rating - KOMPAKT */
  .tour-card .tour-rating {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-bottom: 8px !important;
  }

  .tour-card .rating-stars {
    font-size: 10px !important;
    color: #fbbf24 !important;
  }

  .tour-card .rating-score {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
  }

  .tour-card .rating-count {
    font-size: 9px !important;
    color: #9ca3af !important;
  }

  /* CTA Button */
  .tour-card .tour-actions-section {
    margin-top: auto !important;
  }

  .tour-card .tour-cta {
    display: block !important;
    width: 100% !important;
    padding: 8px !important;
    background: var(--primary-color, #2563eb) !important;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  /* =====================================================
     4. REVIEWS SECTION
     JS Class: .hp-reviews
     ===================================================== */
  .hp-reviews {
    padding: 20px 0 !important;
  }

  .hp-reviews .hp-reviews__hero {
    display: none !important;
  }

  .hp-reviews .hp-reviews__stats {
    text-align: center !important;
    padding: 0 16px 16px !important;
  }

  .hp-reviews .hp-reviews__rating-display {
    margin-bottom: 8px !important;
  }

  .hp-reviews .hp-reviews__avg-rating {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: var(--primary-color, #2563eb) !important;
  }

  .hp-reviews .hp-reviews__total-count {
    font-size: 12px !important;
    color: #6b7280 !important;
  }

  .hp-reviews .hp-reviews__trust-badges {
    display: none !important;
  }

  /* Reviews Carousel - Horizontal scroll */
  .hp-reviews .hp-reviews__carousel-container {
    overflow: hidden !important;
  }

  .hp-reviews .hp-reviews__carousel {
    display: flex !important;
    overflow-x: auto !important;
    gap: 12px !important;
    padding: 0 16px 8px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .hp-reviews .hp-reviews__carousel::-webkit-scrollbar {
    display: none !important;
  }

  /* Review Cards - MAX 3 visible on scroll */
  .hp-reviews .hp-reviews__carousel > * {
    flex: 0 0 280px !important;
    min-width: 280px !important;
  }

  /* =====================================================
     5. ABOUT / TRUST SECTION
     JS Class: .hp-about
     ===================================================== */
  .hp-about {
    padding: 20px 0 !important;
  }

  .hp-about .hp-about__hero {
    text-align: center !important;
    padding: 0 16px 16px !important;
  }

  .hp-about .hp-about__title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 4px 0 !important;
  }

  .hp-about .hp-about__tagline {
    font-size: 13px !important;
    color: #6b7280 !important;
  }

  .hp-about .hp-about__content {
    display: block !important;
  }

  /* Image section GİZLE */
  .hp-about .hp-about__image-section {
    display: none !important;
  }

  .hp-about .hp-about__text-section {
    padding: 0 16px !important;
  }

  .hp-about .hp-about__subtitle {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }

  .hp-about .hp-about__description {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #4b5563 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* Trust Items - 2x2 Grid */
  .hp-about .hp-about__trust-info {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin-top: 16px !important;
  }

  .hp-about .hp-about__trust-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 12px !important;
    background: #f9fafb !important;
    border-radius: 8px !important;
  }

  .hp-about .hp-about__trust-icon {
    font-size: 16px !important;
    color: var(--primary-color, #2563eb) !important;
  }

  .hp-about .hp-about__trust-title {
    font-size: 11px !important;
    font-weight: 600 !important;
    display: block !important;
  }

  .hp-about .hp-about__trust-detail {
    font-size: 10px !important;
    color: #6b7280 !important;
  }

  /* =====================================================
     6. FOOTER - MİNİMAL
     ===================================================== */
  footer,
  .footer {
    padding: 20px 16px !important;
    background: #f9fafb !important;
  }

  footer .footer-grid,
  footer .container > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  /* Logo */
  footer .footer-logo {
    text-align: center !important;
  }

  /* Links - Horizontal */
  footer nav,
  footer ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  footer nav a,
  footer ul a {
    font-size: 12px !important;
    color: #6b7280 !important;
    text-decoration: none !important;
  }

  /* Social */
  footer .footer-social,
  footer .social-links {
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
  }

  footer .footer-social a,
  footer .social-links a {
    font-size: 18px !important;
    color: #6b7280 !important;
  }

  /* GERİSİ GİZLE */
  footer .footer-newsletter,
  footer .footer-map,
  footer .newsletter-form {
    display: none !important;
  }

  .footer-bottom,
  .footer-copyright {
    text-align: center !important;
    padding-top: 16px !important;
    border-top: 1px solid #e5e7eb !important;
    font-size: 11px !important;
    color: #9ca3af !important;
  }

  /* =====================================================
     7. STICKY WHATSAPP CTA
     ===================================================== */
  .mobile-sticky-cta {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 10px 16px !important;
    background: #ffffff !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08) !important;
    z-index: 999 !important;
  }

  .mobile-sticky-cta__btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 14px !important;
    background: #25D366 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  .mobile-sticky-cta__btn i {
    font-size: 20px !important;
  }

  /* Body padding for sticky */
  body.homepage {
    padding-bottom: 70px !important;
  }

  /* =====================================================
     8. MOBILE MENU PANEL
     ===================================================== */
  .wt-mobile-menu-panel {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #ffffff !important;
    z-index: 99 !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease !important;
    padding-top: 60px !important;
    overflow-y: auto !important;
  }

  body.wt-mobile-menu-open .wt-mobile-menu-panel {
    transform: translateX(0) !important;
  }

  .wt-mobile-menu-panel__content {
    padding: 16px !important;
  }

  .wt-mobile-menu-panel__nav-item {
    border-bottom: 1px solid #f3f4f6 !important;
  }

  .wt-mobile-menu-panel__nav-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    text-decoration: none !important;
  }

  .wt-mobile-menu-panel__nav-link i {
    width: 20px !important;
    text-align: center !important;
    color: #6b7280 !important;
  }

  .wt-mobile-menu-panel__nav-link.active {
    color: var(--primary-color, #2563eb) !important;
  }

  .wt-mobile-menu-panel__nav-link.active i {
    color: var(--primary-color, #2563eb) !important;
  }

  .wt-mobile-menu-panel__cta {
    margin-top: 16px !important;
  }

  .wt-mobile-menu-panel__cta-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
  }

  .wt-mobile-menu-panel__cta-btn--whatsapp {
    background: #25D366 !important;
    color: #ffffff !important;
  }

  .wt-mobile-menu-panel__cta-btn--call {
    background: #f3f4f6 !important;
    color: #1f2937 !important;
  }

  /* =====================================================
     9. GIZLENECEK BÖLÜMLER
     ===================================================== */
  body.homepage #newsletterSection,
  body.homepage .newsletter-section {
    display: none !important;
  }

} /* END @media 768px */
