/* ==========================================================================
   ASIR KABİR BAKIM — MODERN ZÜMRÜT TEMA TASARIM SİSTEMİ
   Sıfır Bağımlılık, Yüksek Performans, Mobil Öncelikli (Mobile First)
   ========================================================================== */

:root {
  /* Renk Paleti - Lüks Zümrüt Yeşili & Şampanya Altını */
  --primary: #0e3d26;
  --primary-accent: #15803d;
  --primary-dark: #082417;
  --primary-light: #e6f3eb;
  --primary-surface: #f2f8f4;
  --primary-border: #b8dec8;
  
  --secondary: #1e3a8a;
  --gold: #d4af37;
  --gold-light: #fef9e7;
  --gold-dark: #a17c18;
  --gold-border: #e6cb78;
  
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --whatsapp-glow: rgba(37, 211, 102, 0.4);
  
  --dark: #091510;
  --gray-900: #0f172a;
  --gray-800: #1e293b;
  --gray-700: #334155;
  --gray-600: #475569;
  --gray-500: #64748b;
  --gray-400: #94a3b8;
  --gray-300: #cbd5e1;
  --gray-200: #e2e8f0;
  --gray-100: #f1f5f9;
  --gray-50: #f8fafc;
  --white: #ffffff;

  --success: #15803d;
  --danger: #b91c1c;
  --warning: #c2410c;

  /* Tipografi - Google Fonts: Plus Jakarta Sans */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Gölgeler - Lüks Derinlik */
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.06), 0 1px 2px -1px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(14, 61, 38, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 25px -5px rgba(14, 61, 38, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  --shadow-emerald: 0 10px 25px -5px rgba(14, 61, 38, 0.3);
  --shadow-gold: 0 8px 20px -4px rgba(212, 175, 55, 0.35);

  /* Yuvarlaklık & Geçişler */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --container-max: 1200px;
}

/* ==========================================================================
   RESET & TEMEL STİLLER
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100vw;
}

body {
  font-family: var(--font-sans);
  background-color: var(--white);
  color: var(--gray-800);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); /* Mobil sticky bar payı */
  overflow-x: clip;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

@media (min-width: 1101px) {
  body {
    padding-bottom: 0;
  }
}

img, picture, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-dark);
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--gray-900);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
}

/* ==========================================================================
   LAYOUT & CONTAINER
   ========================================================================== */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section {
  padding: 4rem 0;
}

.section-bg {
  background-color: var(--gray-50);
}

.section-surface {
  background-color: var(--primary-surface);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--primary-light);
  color: var(--primary-dark);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--gray-600);
  font-size: 1.1rem;
}

/* ==========================================================================
   RESPONSİF GRID UTİLİTY SINIFLARI
   Inline style içinde @media çalışmaz — bu sınıflar kullanılmalıdır
   ========================================================================== */

/* 2 kolonlu grid — 640px ve üzerinde */
.grid-2-sm {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .grid-2-sm {
    grid-template-columns: 1fr 1fr;
  }
}

/* 2 kolonlu grid — 992px ve üzerinde (ürün detay sayfası) */
.grid-product-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .grid-product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }
}

/* 2 kolonlu admin form grid — 900px üzerinde */
.grid-admin-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .grid-admin-form {
    grid-template-columns: 2fr 1fr;
  }
}

/* 2 kolonlu admin ayarlar grid — 768px üzerinde */
.grid-admin-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .grid-admin-2col {
    grid-template-columns: 1fr 1fr;
  }
}

/* Frontend duyarlı yardımcı sınıflar */
.top-bar-hours {
  display: none;
}
@media (min-width: 600px) {
  .top-bar-hours {
    display: inline;
  }
}

.grid-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media (min-width: 992px) {
  .grid-contact {
    grid-template-columns: 1fr 1.2fr;
    gap: 3.5rem;
  }
}

.grid-pkg-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 992px) {
  .grid-pkg-detail {
    grid-template-columns: 1.35fr 0.85fr;
  }
}

.grid-split-promo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 992px) {
  .grid-split-promo {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.grid-cart-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .grid-cart-page {
    grid-template-columns: 1.8fr 1.2fr;
  }
}

/* ==========================================================================
   HEADER & NAVİGASYON
   ========================================================================== */
.top-bar {
  background: var(--dark);
  color: var(--gray-300);
  font-size: 0.875rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}

.top-bar-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}

.top-bar-links a {
  color: var(--gray-300);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.top-bar-links a:hover {
  color: var(--white);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 1100;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.header-scrolled {
  background: #ffffff;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 0.75rem;
  width: 100%;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.brand-logo-img {
  height: 40px;
  width: auto;
  max-width: 195px;
  display: block;
  flex-shrink: 0;
}

.brand-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: var(--shadow-sm);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gray-900);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.brand-sub {
  font-size: 0.72rem;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(0.3rem, 0.75vw, 0.8rem);
  list-style: none;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.nav-link {
  font-weight: 600;
  color: var(--gray-700);
  font-size: clamp(0.8rem, 0.84vw, 0.88rem);
  padding: 0.35rem clamp(0.18rem, 0.32vw, 0.42rem);
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.25s ease;
  border-radius: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Masaüstünde mobil menü içi butonları KESİNLİKLE gizle */
.nav-mobile-contact {
  display: none !important;
}

/* Masaüstü: hamburger gizli */
.mobile-toggle {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.btn-nav-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary-surface);
  border: 1.5px solid var(--primary-border);
  color: var(--primary-dark);
  padding: 0.48rem 0.85rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  text-decoration: none;
}

.btn-nav-cart:hover {
  background: var(--primary-light);
  border-color: var(--primary);
  transform: translateY(-1px);
}

.btn-nav-cart .cart-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.btn-nav-cart .cart-label {
  font-size: 0.9rem;
}

.cart-badge {
  background: #d97706;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cart-badge.has-items {
  background: #16a34a;
  box-shadow: 0 0 8px rgba(22, 163, 74, 0.45);
}

.cart-badge.cart-badge-bounce {
  animation: badgeBounce 0.35s ease;
}

@keyframes badgeBounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

.cart-badge-pill {
  background: #facc15;
  color: #064e3b;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.15rem 0.6rem;
  border-radius: 9999px;
}

.cart-badge-inline {
  font-weight: 800;
  color: #facc15;
}

.btn-nav-call {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--gray-900);
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-md);
  background: var(--gray-100);
  transition: var(--transition);
}

.btn-nav-call:hover {
  background: var(--gray-200);
}

/* (mobile-toggle masaüstü stili yukarıda tanımlı) */

/* ==========================================================================
   BUTONLAR
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  padding: 0.75rem 1.5rem;
  transition: var(--transition);
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-emerald);
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: var(--white);
  color: var(--primary-dark);
  border: 1.5px solid var(--primary-border);
}

.btn-secondary:hover {
  background-color: var(--primary-light);
  border-color: var(--primary);
  color: var(--primary-dark);
}

.btn-whatsapp {
  background-color: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  background-color: var(--whatsapp-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}

.btn-dark {
  background-color: var(--dark);
  color: var(--white);
}

.btn-dark:hover {
  background-color: var(--gray-800);
  color: var(--white);
}

.btn-sm {
  padding: 0.45rem 0.9rem;
  font-size: 0.875rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: var(--radius-lg);
}

.btn-block {
  display: flex;
  width: 100%;
}

.section-cta-wrap {
  text-align: center;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .btn {
    white-space: normal !important;
    max-width: 100% !important;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .btn-lg {
    padding: 0.75rem 1.15rem !important;
    font-size: 0.92rem !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px;
    box-sizing: border-box;
  }

  .section-cta-wrap {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.75rem !important;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }

  .section-cta-wrap .btn {
    width: 100% !important;
  }
}

/* ==========================================================================
   HERO SLIDER & HIZLI DÖNÜŞÜM MERKEZİ
   ========================================================================== */
.hero-slider-section {
  position: relative;
  overflow: hidden;
  background-color: #061c12;
  color: var(--white);
  min-height: 600px;
}

.hero-slides-container {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 580px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 5.5rem 0 6.5rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.04);
  z-index: 1;
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.hero-slide-grid {
  display: block;
  max-width: 880px;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-slide-grid {
    display: block;
    max-width: 980px;
  }
}

.hero-slide-content {
  animation: heroFadeUp 0.8s ease-out forwards;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.45rem 1.2rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-title {
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  color: var(--white);
  margin-bottom: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-title span {
  color: #facc15;
  text-shadow: 0 2px 12px rgba(250, 204, 21, 0.35);
}

.hero-lead {
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2rem;
  line-height: 1.65;
  max-width: 680px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

.hero-tel-btn {
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
}

.hero-tel-btn:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: #fff !important;
}

.hero-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
}

.hero-stat-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero-stat-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.2rem;
}

/* Slider Kontrolleri (Oklar) */
.hero-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.6);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 25;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  user-select: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  padding: 0;
}

.hero-slider-arrow svg {
  width: 22px;
  height: 22px;
  display: block;
  transition: transform 0.2s ease;
  pointer-events: none;
}

.hero-slider-arrow:hover {
  background: var(--primary, #125537);
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 6px 22px rgba(18, 85, 55, 0.55);
  transform: translateY(-50%) scale(1.08);
}

.hero-slider-prev {
  left: 2rem;
}

.hero-slider-prev:hover svg {
  transform: translateX(-2px);
}

.hero-slider-next {
  right: 2rem;
}

.hero-slider-next:hover svg {
  transform: translateX(2px);
}

@media (max-width: 1024px) {
  .hero-slider-prev {
    left: 1rem;
  }
  .hero-slider-next {
    right: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-slider-arrow {
    width: 42px;
    height: 42px;
    background: rgba(15, 23, 42, 0.72);
    border-color: rgba(255, 255, 255, 0.4);
  }
  .hero-slider-arrow svg {
    width: 18px;
    height: 18px;
  }
  .hero-slider-prev {
    left: 0.6rem;
  }
  .hero-slider-next {
    right: 0.6rem;
  }
}

/* Slider Noktaları (Dots) */
.hero-slider-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  z-index: 10;
}

.hero-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slider-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.hero-slider-dot.active {
  width: 34px;
  background: #facc15;
  box-shadow: 0 0 10px rgba(250, 204, 21, 0.6);
}

/* ==========================================================================
   HIZLI DÖNÜŞÜM MERKEZİ (AŞAĞI TAŞINAN HERO QUICK ACCESS SECTION)
   ========================================================================== */
.hero-quick-access-section {
  position: relative;
  z-index: 20;
  margin-top: -36px;
  padding: 0 0 2.5rem 0;
}

.hero-action-container {
  display: flex;
  justify-content: center;
}

.hero-action-card {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-xl);
  padding: 1.75rem 2rem;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(18, 85, 55, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--gray-800);
}

.hero-action-card-wide {
  max-width: 1160px;
  margin: 0 auto;
}

.hero-action-header-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-200);
}

.hero-action-header-left {
  display: flex;
  flex-direction: column;
}

.hero-action-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #15803d;
  background: #dcfce7;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.4rem;
  width: fit-content;
}

.hero-action-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--gray-900);
  margin: 0;
  letter-spacing: -0.02em;
}

.hero-action-desc {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.5;
  max-width: 480px;
}

.hero-action-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .hero-action-columns {
    grid-template-columns: 1.15fr 1fr 1.15fr;
    align-items: stretch;
  }
}

.hero-action-columns .hero-quick-btn,
.hero-action-columns .hero-quick-packages {
  margin-bottom: 0;
  height: 100%;
}

/* Hızlı Butonlar */
.hero-quick-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: all 0.25s ease;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.hero-quick-whatsapp {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  box-shadow: 0 8px 20px -4px rgba(34, 197, 94, 0.45);
}

.hero-quick-whatsapp:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -4px rgba(34, 197, 94, 0.55);
}

.hero-quick-call {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  color: var(--gray-900);
}

.hero-quick-call:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

.quick-btn-icon {
  font-size: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}

.quick-btn-content {
  flex: 1;
  min-width: 0;
}

.quick-btn-headline {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.quick-btn-sub {
  font-size: 0.78rem;
  opacity: 0.9;
  margin-top: 0.2rem;
  line-height: 1.3;
}

.hero-quick-call .quick-btn-sub {
  color: var(--gray-600);
}

.quick-btn-arrow {
  font-size: 1.4rem;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.hero-quick-btn:hover .quick-btn-arrow {
  transform: translateX(4px);
}

.quick-btn-badge {
  background: #1e293b;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
}

/* Paketler Hızlı Erişim Kutusu */
.hero-quick-packages {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: var(--radius-lg);
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
}

.quick-packages-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 0.75rem;
}

.quick-packages-title .view-all-link {
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.quick-packages-title .view-all-link:hover {
  text-decoration: underline;
}

.quick-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

.quick-package-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.65rem 0.4rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 0.2s ease;
}

.quick-package-item:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.quick-package-item.popular {
  border-color: #86efac;
  background: #f0fdf4;
}

.quick-package-item .pkg-icon {
  font-size: 1.25rem;
  margin-bottom: 0.2rem;
}

.quick-package-item .pkg-name {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.2;
}

.quick-package-item .pkg-tag {
  font-size: 0.68rem;
  color: var(--gray-500);
  margin-top: 0.15rem;
}

.quick-package-item.popular .pkg-tag {
  color: #166534;
  font-weight: 600;
}

.hero-action-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--gray-500);
  text-align: center;
  justify-content: center;
  padding-top: 0.35rem;
}

.coverage-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px #22c55e;
  flex-shrink: 0;
}

/* Eski hero sınıfları için uyumluluk */
.hero {
  position: relative;
  background: linear-gradient(135deg, #092c1c 0%, #145b3a 60%, #197149 100%);
  color: var(--white);
  padding: 5rem 0 6rem 0;
  overflow: hidden;
}

/* ==========================================================================
   HİZMET ÖNE ÇIKAN KARTLARI (3'LÜ GRID)
   ========================================================================== */
.feature-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .feature-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary-border);
  box-shadow: var(--shadow-xl);
}

.feature-icon-wrapper {
  width: 56px;
  height: 56px;
  background: var(--primary-surface);
  color: var(--primary);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.feature-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.feature-card-desc {
  color: var(--gray-600);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.feature-card-link {
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* ==========================================================================
   PAKETLER KARŞILAŞTIRMA KARTLARI
   ========================================================================== */
.packages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 992px) {
  .packages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pkg-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 2px solid var(--gray-200);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

.pkg-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.pkg-card.popular {
  border-color: var(--primary);
  box-shadow: var(--shadow-emerald);
  background: linear-gradient(180deg, #f7fdf9 0%, #ffffff 40%);
}

@media (min-width: 992px) {
  .pkg-card.popular {
    transform: scale(1.04);
    z-index: 2;
  }
  .pkg-card.popular:hover {
    transform: scale(1.06) translateY(-8px);
  }
}

.pkg-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 1.25rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}

.pkg-badge.vip {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: var(--gold-light);
  border: 1px solid var(--gold);
}

.pkg-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.pkg-subtitle {
  font-size: 0.9rem;
  color: var(--gray-600);
  text-align: center;
  min-height: 42px;
  margin-bottom: 1.5rem;
}

.pkg-features {
  margin: 1.5rem 0 2rem 0;
  flex-grow: 1;
}

.pkg-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0;
  font-size: 0.925rem;
  color: var(--gray-800);
  border-bottom: 1px solid var(--gray-100);
}

.pkg-feature-item:last-child {
  border-bottom: none;
}

.pkg-check {
  color: var(--primary);
  font-weight: 900;
  flex-shrink: 0;
}

.pkg-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* ==========================================================================
   ÜRÜN KARTLARI (CATALOG GRID)
   ========================================================================== */
/* ==========================================================================
   ÜRÜN KARTLARI (CATALOG GRID & PREMIUM CARDS)
   ========================================================================== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px -8px rgba(14, 61, 38, 0.14);
  border-color: var(--primary-border);
}

.product-card-thumb {
  position: relative;
  padding-top: 80%; /* 5:4 aspect ratio */
  background-color: var(--gray-100);
  overflow: hidden;
  display: block;
}

.product-card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-card-thumb img {
  transform: scale(1.06);
}

.product-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(14, 61, 38, 0.92);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.02em;
  z-index: 2;
}

.product-card-badge.badge-sale {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
  color: #ffffff;
  border-color: rgba(254, 202, 202, 0.5);
  box-shadow: 0 4px 12px rgba(185, 28, 28, 0.35);
}

.product-card-badge.badge-quote {
  background: rgba(14, 61, 38, 0.92);
  color: var(--gold-light);
}

.product-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card-cat {
  font-size: 0.75rem;
  color: var(--primary-accent);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
}

.product-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-title a {
  color: var(--gray-900);
}

.product-card-title a:hover {
  color: var(--primary);
}

.product-card-price {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid var(--gray-100);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.price-current {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.01em;
}

.price-old {
  font-size: 0.85rem;
  color: var(--gray-400);
  text-decoration: line-through;
  font-weight: 500;
}

.price-quote {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold-dark);
  background: var(--gold-light);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gold-border);
}

.product-card-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  align-items: stretch;
}

/* UX-04: WCAG 2.1 — Minimum 44×44px dokunmatik hedef */
.product-card-actions > a,
.product-card-actions > button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.85rem;
}

/* ==========================================================================
   MÜŞTERİ YORUMLARI GRID / SLIDER
   ========================================================================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 0.925rem;
  color: var(--gray-700);
  font-style: italic;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--gray-100);
  padding-top: 1rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  background: var(--primary-surface);
  color: var(--primary-dark);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
}

.testimonial-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gray-900);
}

.testimonial-service {
  font-size: 0.78rem;
  color: var(--primary);
}

/* ==========================================================================
   GÜVEN ROZETLERİ (TRUST STATS)
   ========================================================================== */
.trust-bar {
  background: var(--primary-surface);
  border-top: 1px solid var(--primary-border);
  border-bottom: 1px solid var(--primary-border);
  padding: 2.5rem 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1101px) {
  .trust-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.trust-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: var(--shadow-sm);
  flex-shrink: 0;
}

.trust-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-900);
}

.trust-sub {
  font-size: 0.825rem;
  color: var(--gray-600);
}

/* ==========================================================================
   FORMLAR
   ========================================================================== */
.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 0.4rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--gray-900);
  transition: var(--transition);
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(25, 113, 73, 0.15);
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

/* ==========================================================================
   FOOTER (KURUMSAL ALT BÖLÜM)
   ========================================================================== */
.footer {
  background: var(--dark);
  color: var(--gray-300);
  padding: 4.5rem 0 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }
}

.footer-title {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.6rem;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--primary);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.25rem;
}

.footer-links a {
  color: var(--gray-400);
  font-size: 0.925rem;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.2rem 0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-links a:hover {
  color: var(--white);
  padding-left: 6px;
}

/* Footer İletişim & Konum Butonları */
.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.75rem;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-contact-row:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.footer-contact-phone {
  background: rgba(14, 61, 38, 0.45);
  border-color: rgba(74, 222, 128, 0.35);
}

.footer-phone-badge {
  margin-left: auto;
  background: #16a34a;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-google-badge:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-directions-link {
  font-size: 0.84rem;
  color: #4ade80;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  padding: 0.3rem 0;
  min-height: 36px;
}

.footer-pledge-card {
  margin-top: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Telif ve Alt Çizgi */
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 0.85rem;
  color: var(--gray-500);
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

/* Mobilde Taşmasız Tek Kolon, Tablette 2 Kolon Footer Düzeni */
@media (max-width: 767px) {
  .footer {
    padding: 3rem 0 calc(2rem + 72px) 0; /* Sticky bar payı */
    overflow: hidden;
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .footer-col {
    width: 100%;
    max-width: 100%;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links li {
    margin-bottom: 0.2rem;
    width: 100%;
  }

  .footer-links a {
    display: inline-block;
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    min-height: auto;
    padding: 0.35rem 0;
    font-size: 0.92rem;
  }

  .footer-links a:hover {
    padding-left: 4px;
  }

  .footer-contact-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .footer-google-badge {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .footer-bottom {
    width: 100%;
    padding-top: 1.5rem;
    gap: 0.6rem;
    text-align: center;
    font-size: 0.82rem;
  }
}

@media (min-width: 641px) and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem 1.5rem;
    margin-bottom: 2.5rem;
  }

  .footer-col-brand,
  .footer-col-legal {
    grid-column: 1 / -1;
  }
}

/* ==========================================================================
   WHATSAPP FLOATING WIDGET & CANLI DESTEK BALONU (Masaüstü Odaklı)
   ========================================================================== */
.wa-floating-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

/* Mobilde alttaki sabit sticky bar (arama + sepet + WhatsApp) aktif olduğundan
   ekranı kaplayan kayan balonu ve çakışan widget'ı gizle */
@media (max-width: 1100px) {
  .wa-floating-container {
    display: none !important;
  }
}

/* Konuşma Balonu (Proaktif Danışman Kutusu) */
.wa-chat-bubble {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1rem 1.15rem;
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(14, 61, 38, 0.08);
  max-width: 290px;
  border-top: 3px solid var(--whatsapp);
  animation: wa-slide-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes wa-slide-up {
  from {
    opacity: 0;
    transform: translateY(15px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.wa-chat-bubble.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.9);
}

.wa-bubble-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  color: var(--gray-400);
  font-size: 1.25rem;
  line-height: 1;
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.wa-bubble-close:hover {
  color: var(--gray-800);
  background: var(--gray-100);
}

.wa-bubble-header {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
  padding-right: 1.5rem;
}

.wa-online-dot {
  width: 8px;
  height: 8px;
  background-color: var(--whatsapp);
  border-radius: var(--radius-full);
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.3);
  animation: wa-blink 1.8s infinite;
}

@keyframes wa-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.wa-bubble-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gray-900);
}

.wa-bubble-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary-accent);
  background: var(--primary-light);
  padding: 0.1rem 0.45rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.02em;
}

.wa-bubble-body {
  display: block;
  font-size: 0.85rem;
  color: var(--gray-700);
  line-height: 1.45;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.wa-bubble-body strong {
  color: var(--primary);
  font-weight: 700;
}

.wa-bubble-body:hover {
  color: var(--primary-dark);
}

/* Yüzen WhatsApp Düğmesi ve Canlı Nabız */
.floating-wa {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.95rem;
  box-shadow: 0 8px 24px var(--whatsapp-glow);
  transition: var(--transition);
  text-decoration: none;
}

.floating-wa:hover {
  transform: scale(1.08) rotate(4deg);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}

.wa-icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-pulse-ring {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: var(--radius-full);
  border: 2.5px solid var(--whatsapp);
  opacity: 0.8;
  animation: wa-pulse 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
  pointer-events: none;
}

@keyframes wa-pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--white);
  border-radius: var(--radius-xl);
  max-width: 500px;
  width: 100%;
  padding: 2rem;
  box-shadow: var(--shadow-xl);
  transform: scale(0.95);
  transition: var(--transition);
}

.modal-backdrop.open .modal-content {
  transform: scale(1);
}

/* ==========================================================================
   BREADCRUMB & İÇ SAYFA STİLLERİ
   ========================================================================== */
.breadcrumb-wrapper {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 1rem 0;
  font-size: 0.875rem;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--gray-600);
}

.breadcrumb-list a {
  color: var(--gray-600);
}

.breadcrumb-list a:hover {
  color: var(--primary);
}

.page-header {
  background: linear-gradient(135deg, #f0f7f3 0%, #ffffff 100%);
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--gray-200);
  text-align: center;
}

.page-header h1 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  margin-bottom: 0.75rem;
}

.content-prose {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--gray-800);
}

.content-prose p {
  margin-bottom: 1.5rem;
}

.content-prose h2 {
  font-size: 1.75rem;
  margin: 2.5rem 0 1rem 0;
  color: var(--gray-900);
}

.content-prose h3 {
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem 0;
}

.content-prose ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.content-prose li {
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   RESPONSIVE MENÜ & MOBİL OPTİMİZASYON
   ========================================================================== */

/* ── 1. Orta masaüstü (1280px altı): telefon numarasını gizle ── */
@media (max-width: 1280px) {
  .btn-nav-call .call-number {
    display: none;
  }
  .btn-nav-call {
    padding: 0.45rem 0.65rem;
    gap: 0;
  }
}

/* ── 2. Hamburger eşiği (≤1100px): menü çekmece moduna geç ── */
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1050; /* Header (1100) altında kalır, sadece arka planı karartır */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.nav-backdrop.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1100px) {

  /* Top-bar'ı mobilde gizle (yer kazanmak için) */
  .top-bar {
    display: none;
  }

  /* Header yüksekliği ve dokunmatik alan */
  .nav-container {
    height: 64px;
  }

  /* Logo boyutunu dengeli tut */
  .brand-logo-img {
    height: 38px !important;
    max-width: 175px !important;
    width: auto !important;
  }

  /* Nav menüsü: KESİNLİKLE OPAK BEYAZ, ŞEFFAFLIK YOK */
  .nav-menu {
    position: fixed;
    top: 64px; /* header yüksekliği ile eşleşmeli */
    left: 0;
    right: 0;
    bottom: auto;
    background: #ffffff !important; /* Opak kararlı zemin */
    background-color: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    flex-direction: column;
    align-items: stretch;
    padding: 0.65rem 0 1.5rem;
    gap: 0;
    border-bottom: 3px solid var(--primary);
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateY(-110%);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.25s ease,
                visibility 0.32s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1200;
    overflow-y: auto;
    max-height: calc(100vh - 64px);
    -webkit-overflow-scrolling: touch;
  }

  .nav-menu.open {
    transform: translateY(0);
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  /* Menü linkleri tam genişlik, opak beyaz zemin, yüksek kontrast */
  .nav-menu .nav-link {
    font-size: 1.04rem;
    font-weight: 600;
    color: #0f172a !important;
    background: #ffffff !important;
    width: 100%;
    text-align: left;
    padding: 0.95rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    transition: background 0.15s ease, color 0.15s ease, padding 0.15s ease;
  }

  .nav-menu .nav-link:hover,
  .nav-menu .nav-link.active {
    background: var(--primary-surface) !important;
    color: var(--primary) !important;
    padding-left: 1.85rem;
    font-weight: 700;
  }

  .nav-menu .nav-link::after {
    display: none;
  }

  .nav-menu .nav-link:last-child {
    border-bottom: none;
  }

  /* Menü içi mobil hızlı aksiyon butonları */
  .nav-mobile-contact {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.25rem 1.5rem 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px dashed var(--gray-200);
  }

  .nav-mobile-contact .btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    font-size: 0.92rem;
    border-radius: var(--radius-md);
  }

  /* Hamburger butonu: WCAG AAA 44px dokunma alanı */
  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    background: var(--primary-surface);
    border: 1.5px solid var(--primary-border);
    border-radius: var(--radius-md);
    color: var(--primary-dark);
    font-size: 1.25rem;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
  }

  .mobile-toggle:hover,
  .mobile-toggle[aria-expanded="true"] {
    background: var(--primary-light);
    border-color: var(--primary);
    color: var(--primary);
  }

  /* Nav actions: sepet + hamburger yeterli */
  .btn-nav-call {
    display: none;
  }

  .btn-nav-cart .cart-label {
    display: none;
  }

  .btn-nav-cart {
    padding: 0.45rem 0.65rem;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ── 3. Küçük mobil (≤480px) ekstra düzeltmeler ── */
@media (max-width: 480px) {
  .brand-logo-img {
    height: 34px !important;
    max-width: 145px !important;
  }
  
  .nav-container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}

/* ── Güven Rozetleri (Trust Bar): Mobilde Gizleme Kuralı ── */
@media (max-width: 768px) {
  .trust-bar,
  #trustBar,
  .d-mobile-none {
    display: none !important;
  }
}

/* ── Mobil Performans & Dokunmatik Tepki Optimizasyonu ── */
button, a, input, select, textarea, .btn, .mobile-toggle, .btn-nav-cart {
  touch-action: manipulation;
}

@media (max-width: 991px) {
  /* Ekran dışı ağır bileşenlerde gereksiz layout ve paint'i önler */
  .home-gallery-section,
  .testimonials-section,
  .faq-section,
  .contact-section,
  .home-blog-section,
  .quick-quote-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 650px;
  }
}

/* ==========================================================================
   MOBİL STICKY ALT BAR
   ========================================================================== */
.mobile-sticky-bar {
  display: none; /* Masaüstünde gizli */
}

@media (max-width: 1100px) {
  .mobile-sticky-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0.75rem max(0.55rem, env(safe-area-inset-bottom, 0.55rem));
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    height: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-sticky-bar .btn {
    flex: 1;
    justify-content: center;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 0.6rem 0.4rem;
    gap: 0.35rem;
    border-radius: var(--radius-md);
    white-space: nowrap;
    min-height: 46px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }
}

@media (max-width: 380px) {
  .mobile-sticky-bar {
    padding: 0.45rem 0.45rem max(0.45rem, env(safe-area-inset-bottom, 0.45rem));
    gap: 0.35rem;
  }
  .mobile-sticky-bar .btn {
    font-size: 0.78rem;
    padding: 0.5rem 0.25rem;
    gap: 0.2rem;
  }
}

/* ==========================================================================
   SSS (FAQ) AKORDİYON STİLLERİ
   ========================================================================== */
.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  transition: var(--transition);
}

.faq-item:hover {
  border-color: var(--primary-border);
  box-shadow: var(--shadow-md);
}

.faq-item[open] {
  border-color: var(--primary);
  box-shadow: 0 8px 20px -4px rgba(14, 61, 38, 0.12);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] summary span:last-child {
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}

/* ==========================================================================
   AKILLI ALIŞVERİŞ SEPETİ & WHATSAPP ÇEKMECESİ (CART DRAWER)
   ========================================================================== */
.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.cart-drawer-backdrop:not(.open) {
  display: none !important;
}

.cart-drawer-backdrop.open {
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 440px;
  background: var(--white);
  box-shadow: -10px 0 35px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer-backdrop.open .cart-drawer-panel {
  transform: translateX(0);
}

.cart-drawer-header {
  background: var(--primary-dark);
  color: var(--white);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2.5px solid var(--gold);
}

.cart-drawer-close {
  background: transparent;
  border: none;
  font-size: 1.85rem;
  color: #cbd5e1;
  cursor: pointer;
  line-height: 1;
  padding: 0 0.25rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.cart-drawer-close:hover {
  color: #fff;
  transform: scale(1.15);
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  background: var(--gray-50);
}

.cart-empty-state {
  text-align: center;
  padding: 2.5rem 1rem;
}

.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cart-item-row {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 0.85rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.cart-item-row:hover {
  border-color: var(--primary-border);
  box-shadow: var(--shadow-md);
}

.cart-item-img {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-unit {
  font-size: 0.78rem;
  color: var(--gray-500);
  margin-bottom: 0.4rem;
}

.cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.cart-qty-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-sm);
  background: var(--white);
  overflow: hidden;
}

.btn-qty-minus,
.btn-qty-plus {
  background: var(--gray-100);
  border: none;
  width: 26px;
  height: 26px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--gray-700);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  user-select: none;
}

.btn-qty-minus:hover,
.btn-qty-plus:hover {
  background: var(--gray-200);
  color: var(--gray-900);
}

.cart-qty-val {
  padding: 0 0.45rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--gray-900);
  min-width: 22px;
  text-align: center;
}

.cart-item-subtotal {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--primary);
}

.cart-item-del {
  background: transparent;
  border: none;
  font-size: 1.15rem;
  cursor: pointer;
  padding: 0.35rem;
  color: var(--gray-400);
  transition: color 0.15s ease, transform 0.15s ease;
}

.cart-item-del:hover {
  color: var(--danger);
  transform: scale(1.15);
}

.cart-drawer-footer {
  background: var(--white);
  border-top: 1px solid var(--gray-200);
  padding: 1.25rem;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
}

.cart-order-inputs {
  margin-bottom: 0.85rem;
}

.cart-input-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gray-700);
  margin-bottom: 0.35rem;
}

.cart-input {
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-md);
  font-size: 0.88rem;
  color: var(--gray-900);
  background: var(--white);
  transition: var(--transition);
}

.cart-input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 61, 38, 0.12);
}

.cart-summary-box {
  background: var(--primary-surface);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  margin-bottom: 0.85rem;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-clear-cart {
  background: transparent;
  border: none;
  color: var(--gray-500);
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 0.2rem 0.5rem;
}

.btn-clear-cart:hover {
  color: var(--danger);
}

/* Sepete Eklendi Toast Bildirimi */
.cart-toast {
  position: fixed;
  bottom: 85px;
  left: 20px;
  background: rgba(14, 61, 38, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
  z-index: 2500;
  font-size: 0.92rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.cart-toast.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cart-toast-btn {
  background: #facc15;
  color: #064e3b;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  margin-left: 0.5rem;
}

.btn-added-success {
  background-color: #16a34a !important;
  color: #fff !important;
  border-color: #16a34a !important;
  transform: scale(0.97);
}

/* ==========================================================================
   3x3 BEFORE & AFTER TRANSFORMATION SHOWCASE (GÖZLE GÖRÜLÜR FARK)
   ========================================================================== */
.ba-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

.ba-grid-3x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ba-grid-3x3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  .ba-grid-3x3 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.ba-card {
  background: #ffffff;
  border-radius: var(--radius-xl, 16px);
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.ba-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1;
}

.ba-card-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  background: #0f172a;
  border-bottom: 1px solid #e2e8f0;
}

.ba-card-half {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #1e293b;
  display: block;
}

.ba-card-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.4s ease;
  display: block;
}

.ba-card-half:hover img {
  transform: scale(1.08);
}

.ba-badge-before {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  background: rgba(220, 38, 38, 0.92);
  backdrop-filter: blur(4px);
  color: #ffffff;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.ba-badge-after {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  background: rgba(21, 128, 61, 0.95);
  backdrop-filter: blur(4px);
  color: #ffffff;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.ba-zoom-hint {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2;
}

.ba-card-half:hover .ba-zoom-hint {
  opacity: 1;
}

.ba-card-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  z-index: 3;
  pointer-events: none;
}

.ba-card-body {
  padding: 1.25rem 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ba-card-loc {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary, #125537);
  margin-bottom: 0.4rem;
}

.ba-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gray-900, #0f172a);
  margin: 0 0 0.5rem 0;
  line-height: 1.35;
}

.ba-card-desc {
  font-size: 0.86rem;
  color: var(--gray-600, #475569);
  line-height: 1.5;
  margin: 0 0 1rem 0;
  flex-grow: 1;
}

.ba-card-footer {
  padding-top: 0.75rem;
  border-top: 1px dashed var(--gray-200, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.ba-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary, #125537);
}

/* ==========================================================================
   GÜVEN BARI (TRUST BAR) — Premium Tasarım
   ========================================================================== */
.trust-bar {
  background: linear-gradient(135deg, #0e3d26 0%, #15803d 100%);
  padding: 1.4rem 0;
  position: relative;
  overflow: hidden;
}

.trust-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.03) 0px,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 20px
  );
  pointer-events: none;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.85rem;
  border-radius: var(--radius-md, 10px);
  transition: background 0.2s ease;
  cursor: default;
}

@media (min-width: 1024px) {
  .trust-item {
    border-radius: 0;
    padding: 0.4rem 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .trust-item:last-child {
    border-right: none;
  }
}

.trust-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.trust-icon {
  font-size: 1.65rem;
  line-height: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.trust-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.trust-sub {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.12rem;
  line-height: 1.3;
}

/* ==========================================================================
   PERFORMANS OPTİMİZASYONLARI — Paylaşımlı Sunucu
   ========================================================================== */

/* Tüm animasyonları prefers-reduced-motion ile kapat (erişilebilirlik) */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Lazy-loaded görseller için placeholder opacity geçişi */
img.lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
img.lazy.loaded {
  opacity: 1;
}

/* CLS önleme — sabit aspect-ratio (Cumulative Layout Shift) */
.pkg-card-image img,
.ba-card-half img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* Baskı stili — gereksiz UI elemanlarını gizle */
@media print {
  .header, .top-bar, .hero-slider-section,
  .mobile-sticky-bar, .whatsapp-float, footer,
  .hero-quick-access-section {
    display: none !important;
  }
  body {
    font-size: 12pt;
    color: #000 !important;
    background: #fff !important;
    padding-bottom: 0 !important;
  }
  .container { max-width: 100% !important; }
}

/* ==========================================================================
   GELİŞMİŞ MOBİL & DOKUNMATİK EKRAN OPTİMİZASYONLARI
   ========================================================================== */

/* 1. iOS Safari Odaklanınca Otomatik Yakınlaştırma (Auto-Zoom) Önleme (Font >= 16px) */
@media (max-width: 768px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="number"],
  select,
  textarea,
  .cart-input,
  .form-control {
    font-size: 16px !important;
  }
}

/* 2. Kategori Pill Butonları (Yatay Yumuşak Dokunmatik Kaydırma) */
.category-pills-bar {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .category-pills-bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.65rem;
    padding-left: 0.25rem;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .category-pills-bar::-webkit-scrollbar {
    display: none;
  }
  .category-pills-bar .btn {
    flex-shrink: 0;
    font-size: 0.82rem;
    padding: 0.45rem 0.85rem;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .category-pills-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* 3. Mobil Ürün Kataloğu 2-Kolonlu Akıllı Izgara & Kart Optimizasyonu */
@media (max-width: 640px) {
  .products-grid,
  #catalogProductsGrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.65rem !important;
  }
  
  .product-card {
    border-radius: var(--radius-md) !important;
  }

  .product-card-body {
    padding: 0.75rem 0.55rem !important;
  }

  .product-card-cat {
    font-size: 0.68rem !important;
    margin-bottom: 0.2rem !important;
  }

  .product-card-title {
    font-size: 0.85rem !important;
    line-height: 1.28 !important;
    min-height: 2.2rem !important;
    margin-bottom: 0.35rem !important;
  }

  .product-card-badge {
    top: 6px !important;
    left: 6px !important;
    font-size: 0.65rem !important;
    padding: 0.15rem 0.45rem !important;
  }

  .product-card-price {
    margin-bottom: 0.4rem !important;
    min-height: 1.8rem !important;
    padding-top: 0.4rem !important;
  }

  .price-current {
    font-size: 0.98rem !important;
  }

  .price-old {
    font-size: 0.74rem !important;
  }

  .price-quote {
    font-size: 0.72rem !important;
    padding: 0.15rem 0.35rem !important;
  }

  .product-card-actions {
    flex-direction: column !important;
    gap: 0.35rem !important;
    margin-top: 0.45rem !important;
  }

  .product-card-actions > .btn {
    width: 100% !important;
    min-height: 36px !important;
    padding: 0.45rem 0.25rem !important;
    font-size: 0.76rem !important;
  }
}

/* 4. Küçük Mobil Telefonlar (<= 480px) Paket Kartları ve Butonlar */
@media (max-width: 480px) {
  .pkg-card {
    padding: 1.5rem 1.15rem !important;
  }
  
  .pkg-title {
    font-size: 1.35rem !important;
  }
  
  .hero-cta {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .grid-2-sm {
    grid-template-columns: 1fr;
  }

  .cart-drawer-panel {
    max-width: 100vw;
  }
}

/* 5. Dokunmatik İyileştirmeleri: Minimum 44px Dokunma Alanı */
@media (pointer: coarse) {
  .nav-link,
  .footer-links a,
  .breadcrumb-list a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
  }
}

/* ==========================================================================
   MODERN SAYFALAMA SİSTEMİ (PAGINATION DESIGN SYSTEM)
   Lüks Zümrüt & Cam Efekti, Yüksek Dokunmatik Hassasiyet, Akıllı Responsive
   ========================================================================== */

.catalog-pagination-wrap {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.pagination-nav,
.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 2.5rem auto 1rem;
  width: 100%;
}

.pagination-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--gray-600);
  background: var(--gray-50);
  padding: 0.3rem 0.95rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--gray-200);
  letter-spacing: 0.01em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.pagination-meta strong {
  color: var(--primary-dark);
  font-weight: 700;
}

.pagination-list,
.pagination ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  list-style: none;
  padding: 0.45rem 0.6rem;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-full);
  box-shadow: 0 4px 20px -2px rgba(14, 61, 38, 0.08), 0 2px 6px -1px rgba(0, 0, 0, 0.04);
  flex-wrap: wrap;
}

.pagination-list .page-item,
.pagination ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

/* Sayfa Butonları Ortak Tabanı */
.page-link,
.page-num,
.page-prev,
.page-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.55rem;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gray-700);
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  position: relative;
  cursor: pointer;
}

/* Sayfa Numaraları Hover */
.page-link:hover:not(.disabled):not([aria-disabled="true"]),
.page-num:hover:not(.active) {
  background: var(--primary-light);
  color: var(--primary);
  border-color: var(--primary-border);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(14, 61, 38, 0.12);
}

/* Aktif Sayfa (Lüks Zümrüt Buton) */
.page-item.active .page-link,
.page-num.active,
.page-link.active,
.page-link[aria-current="page"] {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-accent) 100%) !important;
  color: #ffffff !important;
  border-color: var(--primary) !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(14, 61, 38, 0.35) !important;
  transform: scale(1.05);
  cursor: default;
}

/* Önceki & Sonraki Butonları */
.page-prev,
.page-next {
  padding: 0 1.15rem;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--gray-700);
  font-size: 0.88rem;
  font-weight: 600;
  gap: 0.45rem;
}

.page-prev .page-icon,
.page-next .page-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.page-prev:hover:not(.disabled):not([aria-disabled="true"]) .page-icon {
  transform: translateX(-3px);
}

.page-next:hover:not(.disabled):not([aria-disabled="true"]) .page-icon {
  transform: translateX(3px);
}

.page-prev:hover:not(.disabled):not([aria-disabled="true"]),
.page-next:hover:not(.disabled):not([aria-disabled="true"]) {
  background: var(--primary-light);
  color: var(--primary);
  border-color: var(--primary-border);
  box-shadow: 0 4px 12px rgba(14, 61, 38, 0.12);
  transform: translateY(-1px);
}

/* Devre Dışı (Disabled) Durum */
.page-item.disabled .page-link,
.page-link.disabled,
.page-link[aria-disabled="true"] {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
  background: var(--gray-50);
  border-color: var(--gray-200);
  color: var(--gray-400);
  box-shadow: none !important;
  transform: none !important;
}

/* Üç Nokta (Ellipsis) */
.page-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 42px;
  color: var(--gray-400);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 2px;
  user-select: none;
}

/* Mobil Cihazlar İçin Duyarlı (Responsive) Boyutlandırma */
@media (max-width: 640px) {
  .pagination-nav,
  .pagination {
    margin: 2rem auto 0.75rem;
    gap: 0.6rem;
  }

  .pagination-list,
  .pagination ul {
    padding: 0.35rem 0.45rem;
    gap: 0.25rem;
    border-radius: var(--radius-xl);
  }

  .page-link,
  .page-num,
  .page-prev,
  .page-next {
    min-width: 38px;
    height: 38px;
    font-size: 0.86rem;
  }

  .page-prev,
  .page-next {
    padding: 0 0.85rem;
    font-size: 0.82rem;
    gap: 0.3rem;
  }

  .page-dots {
    width: 22px;
    height: 38px;
    font-size: 1rem;
  }
}

@media (max-width: 420px) {
  /* Dar mobil ekranlarda metin yerine sadece yön okları */
  .page-prev .page-text,
  .page-next .page-text {
    display: none;
  }
  
  .page-prev,
  .page-next {
    padding: 0;
    width: 38px;
    min-width: 38px;
  }
}

/* ==========================================================================
   MOBİL BOTTOM SHEET & BİLEŞEN DERİNLİK OPTİMİZASYONU
   ========================================================================== */
@media (max-width: 640px) {
  /* Modal: Mobilde Native Bottom Sheet Hissi */
  .modal-backdrop {
    align-items: flex-end !important;
    padding: 0 !important;
  }

  .modal-content {
    border-radius: 24px 24px 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 88vh !important;
    overflow-y: auto !important;
    padding: 1.75rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom, 0px)) !important;
    transform: translateY(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25) !important;
  }

  .modal-backdrop.open .modal-content {
    transform: translateY(0) !important;
  }

  /* Trust Bar: 5. Öğeyi Mobilde Ortala */
  .trust-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.65rem !important;
  }

  .trust-item:last-child {
    grid-column: 1 / -1 !important;
    justify-content: center !important;
    text-align: center;
  }

  /* Sayfa Başlıkları: Mobilde Taşmayı Önleyen Tipografi */
  .page-header {
    padding: 2.25rem 1rem !important;
  }

  .page-header h1 {
    font-size: 1.65rem !important;
    line-height: 1.25 !important;
  }

  /* Çekmece (Cart Drawer) Panel Mobilde Tam Ekran & Ergonomik */
  .cart-drawer-panel {
    max-width: 100vw !important;
    width: 100% !important;
  }

  .cart-drawer-footer {
    padding-bottom: max(1.25rem, calc(0.75rem + env(safe-area-inset-bottom, 0.75rem))) !important;
  }
}

/* ==========================================================================
   ASIR ESKİŞEHİR PEYZAJ & KABİR ÇİÇEKLENDİRME BÖLÜMÜ
   ========================================================================== */
.asir-peyzaj-section {
  background: linear-gradient(180deg, var(--white) 0%, var(--primary-surface) 100%);
  padding: 4.5rem 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--primary-border);
}

.peyzaj-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.75rem;
}

.peyzaj-grid-6 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .peyzaj-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .peyzaj-grid-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .peyzaj-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .peyzaj-grid-6 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.peyzaj-seo-keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px dashed var(--gray-200);
}

.peyzaj-seo-keywords-title {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--gray-700);
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.peyzaj-seo-keywords span.k-tag {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--primary-dark);
  background: var(--primary-surface);
  border: 1px solid var(--primary-border);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  transition: all 0.2s ease;
}

.peyzaj-seo-keywords span.k-tag:hover {
  background: var(--primary-light);
  border-color: var(--primary);
  color: var(--primary);
}

.peyzaj-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.4rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.peyzaj-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-border);
  box-shadow: 0 12px 28px -4px rgba(14, 61, 38, 0.12);
}

.peyzaj-card-icon {
  font-size: 2.5rem;
  margin-bottom: 0.85rem;
  line-height: 1;
}

.peyzaj-card-badge {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.65rem;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.peyzaj-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 0.6rem;
  line-height: 1.35;
}

.peyzaj-card-text {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 1.1rem;
  flex: 1;
}

.peyzaj-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1.1rem;
}

.peyzaj-card-tags span {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--gray-500);
  background: var(--gray-100);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-sm);
}

.peyzaj-card-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease, color 0.2s ease;
  margin-top: auto;
}

.peyzaj-card-link:hover {
  color: var(--primary-dark);
  transform: translateX(4px);
}

/* SEO Prose Kutusu */
.peyzaj-seo-prose {
  background: var(--white);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-xl);
  padding: 2.25rem 2rem;
  box-shadow: 0 4px 20px -4px rgba(14, 61, 38, 0.06);
}

.peyzaj-prose-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.peyzaj-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 1.75rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
}

@media (max-width: 900px) {
  .peyzaj-features-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.pfr-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.pfr-icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
}

.pfr-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--gray-900);
  margin-bottom: 0.25rem;
}

.pfr-item p {
  font-size: 0.86rem;
  color: var(--gray-600);
  line-height: 1.5;
  margin: 0;
}

.peyzaj-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}

.peyzaj-cta-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.peyzaj-cta-text strong {
  font-size: 1.05rem;
  color: var(--primary-dark);
}

.peyzaj-cta-text span {
  font-size: 0.88rem;
  color: var(--gray-500);
}

.peyzaj-cta-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .asir-peyzaj-section {
    padding: 3rem 0;
  }

  .peyzaj-seo-prose {
    padding: 1.5rem 1.15rem;
  }

  .peyzaj-cta-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .peyzaj-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .peyzaj-cta-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}