/* Tailwind yuklenmezse temel gorunum (_next eksikse) */
img {
  max-width: 100%;
  height: auto;
}

/* PageSpeed: fiyat rozeti ve WhatsApp kontrastı */
.price-badge {
  background-color: #8f3a12 !important;
  color: #ffffff !important;
}

.wa-cta,
.site-footer-wa-btn {
  background-color: #128c3e !important;
  color: #ffffff !important;
}

.frame-card {
  contain: layout;
  min-height: 12rem;
}

@media (min-width: 1024px) {
  .frame-card {
    min-height: 18rem;
  }
}

header img[alt],
footer img[alt] {
  height: 2.25rem;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

footer img[alt] {
  height: 2.5rem;
  max-width: 160px;
}

main img:not([class*="aspect"]) {
  max-height: 70vh;
  object-fit: cover;
}

#calculator input,
#calculator select,
#calculator button#calc-btn {
  box-sizing: border-box;
  max-width: 100%;
}

#calculator .calc-qty-group {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

#calculator .calc-qty-btn {
  flex-shrink: 0;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.625rem;
  cursor: pointer;
  line-height: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(196, 90, 31, 0.15);
  position: relative;
  z-index: 1;
}

#calculator .calc-qty-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#calculator .calc-qty-value {
  flex-shrink: 0;
  user-select: none;
  min-width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#calculator .calc-qty-row {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.625rem;
}

#calculator .calc-qty-row > #calc-btn {
  min-width: 0;
  flex: 1 1 9rem;
  min-height: 2.75rem;
}

@media (max-width: 640px) {
  #calculator .calc-qty-group {
    flex: 1 1 100%;
    justify-content: center;
  }

  #calculator .calc-qty-row > #calc-btn {
    flex: 1 1 100%;
    width: 100%;
  }
}

#calculator .space-y-4 > * + * {
  margin-top: 1rem;
}

#calculator .space-y-2 > * + * {
  margin-top: 0.5rem;
}

#calculator .calc-color-swatch {
  flex-shrink: 0;
  cursor: pointer;
  padding: 0;
}

#calculator .calc-color-swatch:focus-visible {
  outline: 2px solid hsl(var(--primary, 24 95% 53%));
  outline-offset: 2px;
}

#calculator .calc-action-btn {
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.25;
}

#calculator a.calc-action-btn {
  color: #fff;
}

#calculator a.calc-action-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #20bd5a;
}

#calculator button.calc-action-btn:hover {
  background: rgba(196, 90, 31, 0.06);
}

#calculator .calc-action-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  #calculator .calc-action-row {
    flex-direction: row;
    align-items: stretch;
  }
}

#calculator input[type="number"] {
  font-size: 16px;
}

/* Ürün sayfası: mobilde görsel → hesaplayıcı → içerik; masaüstünde görsel sol, hesaplayıcı sağ */
.product-page-grid {
  align-items: start;
}

@media (min-width: 1024px) {
  .product-page-media {
    grid-column: 1;
    grid-row: 1;
  }

  .product-page-details {
    grid-column: 1;
    grid-row: 2;
  }

  .product-page-aside {
    grid-column: 2;
    grid-row: 1 / -1;
    position: sticky;
    top: 6rem;
    align-self: start;
  }
}

.product-page-media img.product-image-wide {
  aspect-ratio: 16 / 10;
}

/* Tamir bandı gibi sıkı kadrajlı ürün fotoğrafları — sineklik görselleriyle aynı ölçekte */
.product-image-contained {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: hsl(36 38% 96%);
}

.product-card-media-contained {
  position: relative;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  background: hsl(36 38% 96%);
  overflow: hidden;
}

.product-card-media-contained img {
  max-width: 68%;
  max-height: 68%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product-page-media-contained {
  background: hsl(36 38% 96%);
}

.product-page-media img.product-image-contained {
  max-height: min(340px, 52vw);
  padding: 1.5rem 2rem;
  margin-inline: auto;
  display: block;
}

.product-page-media .repair-gallery-thumb img.product-image-contained {
  max-height: none;
  max-width: 100%;
  padding: 0.625rem;
  aspect-ratio: 1;
}

/* Header — cam efektli yarı opak zemin (kaydırırken menü okunaklı kalsın) */
.site-header {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(45, 36, 25, 0.06);
}

/* Header — masaüstü menü yedek (Tailwind yüklenmezse) */
@media (min-width: 1024px) {
  .site-header-nav {
    display: flex !important;
    align-items: center;
    gap: 0.25rem;
  }
}

@media (max-width: 1023px) {
  .site-header-nav {
    display: none !important;
  }
}

/* SVG ikon boyutları — flex içinde şişmeyi önle */
.wa-icon,
.mobile-menu-wa-btn svg,
.site-header-wa svg,
.site-footer-wa-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  flex-shrink: 0;
}

.site-header-wa .wa-icon {
  width: 1rem;
  height: 1rem;
  max-width: 1rem;
  max-height: 1rem;
}

a[aria-label*="WhatsApp ile yazın"] {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
}

a[aria-label*="WhatsApp ile yazın"] .wa-icon {
  width: 1.75rem;
  height: 1.75rem;
  max-width: 1.75rem;
  max-height: 1.75rem;
}

/* Mobil menü */
body.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open .site-header {
  z-index: 50;
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  min-width: 2.875rem;
  min-height: 2.875rem;
  padding: 0;
  border: 1px solid rgba(45, 36, 25, 0.12);
  border-radius: 0.75rem;
  background: #fff;
  color: #2d2419;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(196, 90, 31, 0.15);
  box-shadow: 0 1px 2px rgba(15, 12, 10, 0.05);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  position: relative;
  z-index: 51;
  flex-shrink: 0;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
  background: #faf6f0;
  border-color: rgba(196, 90, 31, 0.35);
  outline: none;
  box-shadow: 0 0 0 3px rgba(196, 90, 31, 0.15);
}

.mobile-menu-icon {
  width: 1.5rem;
  height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

#mobile-menu-backdrop,
.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 44;
  background: rgba(20, 16, 12, 0.45);
  display: none;
}

#mobile-menu-backdrop.is-open,
.mobile-menu-backdrop.is-open {
  display: block;
}

#mobile-menu,
.mobile-menu-panel {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 45;
  flex-direction: column;
  height: calc(100vh - 4rem);
  height: calc(100dvh - 4rem);
  max-height: calc(100vh - 4rem);
  max-height: calc(100dvh - 4rem);
  background: #faf7f2;
  color: #2d2419;
  border-top: 1px solid rgba(45, 36, 25, 0.08);
  box-shadow: 0 12px 32px rgba(15, 12, 10, 0.12);
  overflow: hidden;
  display: none;
}

#mobile-menu.is-open,
.mobile-menu-panel.is-open {
  display: flex;
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(45, 36, 25, 0.08);
  background: #fff;
  flex-shrink: 0;
}

.mobile-menu-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  color: #c45a1f;
}

.mobile-menu-subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  color: #8a7f72;
}

.mobile-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(45, 36, 25, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #2d2419;
  cursor: pointer;
  touch-action: manipulation;
}

.mobile-menu-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0.85rem 1rem 1rem;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-nav-item,
.mobile-nav-accordion-trigger {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(45, 36, 25, 0.08);
  background: #fff;
  font-size: 0.98rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(15, 12, 10, 0.03);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.mobile-nav-item:hover,
.mobile-nav-item:focus-visible,
.mobile-nav-accordion-trigger:hover,
.mobile-nav-accordion-trigger:focus-visible {
  border-color: rgba(196, 90, 31, 0.28);
  background: #fffaf6;
  color: #c45a1f;
  outline: none;
}

.mobile-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: rgba(196, 90, 31, 0.08);
  color: #c45a1f;
  flex-shrink: 0;
}

.mobile-nav-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  max-width: 1.125rem;
  max-height: 1.125rem;
  flex-shrink: 0;
}

.mobile-menu-close svg {
  width: 1.375rem;
  height: 1.375rem;
  max-width: 1.375rem;
  max-height: 1.375rem;
}

.mobile-nav-label {
  flex: 1 1 auto;
  min-width: 0;
}

.mobile-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.35rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: rgba(196, 90, 31, 0.1);
  color: #c45a1f;
  font-size: 0.72rem;
  font-weight: 700;
}

.mobile-nav-chevron {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #8a7f72;
  border-bottom: 2px solid #8a7f72;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 0.15rem;
}

.mobile-nav-section {
  border-radius: 0.9rem;
  border: 1px solid rgba(45, 36, 25, 0.08);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 12, 10, 0.03);
}

.mobile-nav-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.75rem 0.9rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: #c45a1f;
  background: rgba(196, 90, 31, 0.06);
  border-bottom: 1px solid rgba(45, 36, 25, 0.06);
}

.mobile-nav-section-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.35rem 0.65rem 0.75rem;
}

.mobile-nav-section > .mobile-nav-subhead,
.mobile-nav-section > .mobile-nav-region-grid {
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}

.mobile-nav-section > .mobile-nav-sublink--all {
  margin: 0.45rem 0.65rem 0.75rem;
}

.mobile-nav-accordion {
  border-radius: 0.9rem;
}

.mobile-nav-accordion > summary {
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-nav-accordion:not([open]) > .mobile-nav-accordion-panel {
  display: none;
}

.mobile-nav-accordion > summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-accordion[open] > summary .mobile-nav-chevron {
  transform: rotate(225deg);
}

.mobile-nav-accordion[open] > summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.mobile-nav-accordion-panel {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.35rem 0.65rem 0.75rem;
  margin-top: -0.45rem;
  border: 1px solid rgba(45, 36, 25, 0.08);
  border-top: 0;
  border-radius: 0 0 0.9rem 0.9rem;
  background: #fff;
}

.mobile-nav-subhead {
  margin: 0.55rem 0 0.25rem;
  padding: 0 0.35rem;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a7f72;
}

.mobile-nav-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
}

.mobile-nav-sublink {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a4035;
  text-decoration: none;
  background: #faf7f2;
}

.mobile-nav-sublink:hover,
.mobile-nav-sublink:focus-visible {
  background: rgba(196, 90, 31, 0.08);
  color: #c45a1f;
  outline: none;
}

.mobile-nav-sublink--all {
  margin-top: 0.45rem;
  font-weight: 700;
  color: #c45a1f;
  background: rgba(196, 90, 31, 0.08);
}

.mobile-menu-footer {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0));
  border-top: 1px solid rgba(45, 36, 25, 0.08);
  background: #fff;
  flex-shrink: 0;
}

.mobile-menu-wa-btn,
.mobile-menu-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: 0.85rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  touch-action: manipulation;
}

.mobile-menu-wa-btn {
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.22);
}

.mobile-menu-wa-btn:hover {
  background: #20bd5a;
  color: #fff;
}

.mobile-menu-call-btn {
  background: #fff;
  color: #2d2419;
  border: 1px solid rgba(45, 36, 25, 0.12);
}

.mobile-menu-call-btn:hover {
  border-color: rgba(196, 90, 31, 0.28);
  color: #c45a1f;
}

.mobile-menu-call-btn .mobile-nav-icon {
  background: rgba(196, 90, 31, 0.08);
}

@media (max-width: 1023px) {
  .mobile-menu-toggle {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .mobile-menu-toggle,
  .mobile-menu-backdrop,
  .mobile-menu-panel,
  #mobile-menu,
  #mobile-menu-backdrop {
    display: none !important;
  }
}

/* Teklif modalı — mobil */
.quote-modal:not(.hidden) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 640px) {
  .quote-modal:not(.hidden) {
    align-items: center;
  }
}

.quote-modal-panel {
  box-sizing: border-box;
}

.quote-modal input,
.quote-modal textarea,
.quote-modal select,
.quote-modal button {
  box-sizing: border-box;
  max-width: 100%;
}

.site-footer-wa-btn:hover {
  background: #20bd5a !important;
  color: #fff;
}

.product-rich-content h2 {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
}

.product-rich-content h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Form teşekkür / hata bildirimi — sayfa içi küçük pencere */
.form-toast {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.form-toast:not(.hidden) {
  visibility: visible;
}

.form-toast--visible {
  opacity: 1;
}

.form-toast-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 10, 0.45);
  cursor: pointer;
}

.form-toast-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 22rem;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(45, 36, 25, 0.1);
  box-shadow: 0 20px 50px rgba(15, 12, 10, 0.22);
  text-align: center;
  transform: translateY(12px) scale(0.97);
  transition: transform 0.28s ease;
}

.form-toast--visible .form-toast-panel {
  transform: translateY(0) scale(1);
}

.form-toast-icon {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 0.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.form-toast--success .form-toast-icon {
  background: rgba(34, 139, 34, 0.12);
  color: #1f7a1f;
}

.form-toast--error .form-toast-icon {
  background: rgba(196, 90, 31, 0.12);
  color: #c45a1f;
}

.form-toast-message {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2d2419;
}

.form-toast-ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.55rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background: #c45a1f;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}

.form-toast-ok:hover {
  filter: brightness(1.05);
}

.form-toast-close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  border: none;
  background: transparent;
  color: #888;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}

.form-toast-close:hover {
  color: #2d2419;
}

/* Yasal sayfalar */
.legal-hero-dark {
  background: linear-gradient(135deg, #2d2419 0%, #3d3024 45%, #4a3828 100%);
  color: #faf6f0;
  border-bottom: 3px solid #c45a1f;
}

.legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: rgba(250, 246, 240, 0.65);
}

.legal-breadcrumb a {
  color: rgba(250, 246, 240, 0.85);
  text-decoration: none;
}

.legal-breadcrumb a:hover {
  color: #f0b48a;
}

.legal-breadcrumb [aria-current="page"] {
  color: #faf6f0;
  font-weight: 600;
}

.legal-hero-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f0b48a;
}

.legal-hero-title {
  margin: 0.5rem 0 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.legal-hero-subtitle {
  margin: 0.75rem 0 0;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(250, 246, 240, 0.78);
}

.legal-hero-updated {
  margin: 1rem 0 0;
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  background: rgba(196, 90, 31, 0.22);
  border: 1px solid rgba(240, 180, 138, 0.35);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #f5dcc8;
}

.legal-nav-bar {
  background: #fff;
  border-bottom: 1px solid rgba(45, 36, 25, 0.08);
  position: sticky;
  top: 4rem;
  z-index: 30;
}

.legal-pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.legal-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(45, 36, 25, 0.12);
  background: #faf8f5;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5c5348;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.legal-pill:hover {
  border-color: rgba(196, 90, 31, 0.35);
  color: #c45a1f;
  background: rgba(196, 90, 31, 0.06);
}

.legal-pill--active {
  background: #c45a1f;
  border-color: #c45a1f;
  color: #fff;
  font-weight: 600;
}

.legal-content {
  background: linear-gradient(180deg, #faf8f5 0%, #fff 12rem);
}

.legal-article {
  max-width: 52rem;
  margin: 0 auto;
}

.legal-intro-card {
  padding: 1.5rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(45, 36, 25, 0.1);
  background: #fff;
  box-shadow: 0 12px 40px rgba(45, 36, 25, 0.06);
  margin-bottom: 1.5rem;
}

.legal-intro-lead {
  margin: 0;
  line-height: 1.7;
  font-size: 1.02rem;
  color: #2d2419;
}

.legal-toc {
  margin-bottom: 2rem;
  padding: 1.1rem 1.25rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(45, 36, 25, 0.08);
  background: rgba(255, 255, 255, 0.85);
}

.legal-toc-title {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c45a1f;
}

.legal-toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
}

.legal-toc-link {
  font-size: 0.8125rem;
  color: #5c5348;
  text-decoration: none;
  line-height: 1.4;
}

.legal-toc-link:hover {
  color: #c45a1f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-section {
  margin-bottom: 2.25rem;
  padding: 1.5rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(45, 36, 25, 0.08);
  background: #fff;
  box-shadow: 0 4px 20px rgba(45, 36, 25, 0.04);
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(45, 36, 25, 0.08);
}

.legal-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #c45a1f, #a34a19);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(196, 90, 31, 0.35);
}

.legal-section-head h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d2419;
}

.legal-p {
  margin: 0 0 0.85rem;
  line-height: 1.75;
  color: #4a4035;
}

.legal-callout {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(196, 90, 31, 0.2);
  background: #faf3ed;
}

.legal-callout p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #4a4035;
}

.legal-callout--soft {
  margin-top: 1rem;
  background: #f5f3f0;
  border-color: rgba(45, 36, 25, 0.1);
}

.legal-callout-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.35rem;
  background: #c45a1f;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.legal-callout--soft .legal-callout-badge {
  background: #5c5348;
}

.legal-highlight-grid,
.legal-purpose-grid,
.legal-rights-grid,
.legal-contact-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .legal-highlight-grid,
  .legal-purpose-grid,
  .legal-rights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .legal-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.legal-highlight-card,
.legal-purpose-card,
.legal-right-card,
.legal-contact-card,
.legal-controller-card {
  padding: 1.1rem 1.2rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(45, 36, 25, 0.08);
  background: #f5f3f0;
}

.legal-highlight-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #c45a1f;
  margin-bottom: 0.4rem;
}

.legal-highlight-card p,
.legal-purpose-card p,
.legal-right-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4a4035;
}

.legal-purpose-card h3,
.legal-right-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2d2419;
}

.legal-right-card {
  position: relative;
  padding-left: 3.25rem;
  background: #fff;
}

.legal-right-num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 9999px;
  background: #c45a1f;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.legal-contact-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.legal-contact-card:hover {
  border-color: rgba(196, 90, 31, 0.35);
  box-shadow: 0 8px 24px rgba(15, 12, 10, 0.06);
  transform: translateY(-1px);
}

.legal-contact-icon {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.legal-contact-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
  margin-bottom: 0.35rem;
}

.legal-contact-card strong {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2d2419;
}

.legal-controller-card {
  background: #fff;
}

.legal-controller-card dl {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .legal-controller-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.legal-controller-card dt {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
}

.legal-controller-card dd {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
  color: #2d2419;
}

.legal-controller-card a {
  color: #c45a1f;
}

.legal-updated {
  margin: 1.25rem 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d2419;
}

.legal-footnote {
  margin: 0;
  font-size: 0.8125rem;
  color: #888;
  line-height: 1.5;
}

.legal-list {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  color: #4a4035;
  line-height: 1.7;
}

.legal-list li {
  position: relative;
  padding-left: 1.35rem;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #c45a1f;
}

.legal-list li + li {
  margin-top: 0.5rem;
}

.legal-list-intro {
  margin-bottom: 0.35rem !important;
}

.legal-subsections {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0;
}

.legal-subsection {
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(45, 36, 25, 0.08);
  background: #f5f3f0;
}

.legal-subsection h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2d2419;
}

.legal-subsection p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4a4035;
}

.legal-related-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.75rem;
}

@media (min-width: 640px) {
  .legal-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.legal-related-card {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(196, 90, 31, 0.2);
  background: rgba(196, 90, 31, 0.05);
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.legal-related-card:hover {
  border-color: rgba(196, 90, 31, 0.4);
  box-shadow: 0 8px 24px rgba(15, 12, 10, 0.06);
}

.legal-related-card strong {
  display: block;
  font-size: 0.95rem;
  color: #c45a1f;
  margin-bottom: 0.25rem;
}

.legal-related-card span {
  display: block;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4a4035;
}

.legal-section-footnote {
  margin-top: 1rem;
}

/* Yasal sayfa alt CTA */
.legal-cta-band {
  background: linear-gradient(135deg, #2d2419 0%, #3a2d20 50%, #2d2419 100%);
  color: #faf6f0;
  border-top: 3px solid #c45a1f;
}

.legal-cta-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .legal-cta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
  }
}

.legal-cta-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f0b48a;
}

.legal-cta-title {
  margin: 0.5rem 0 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.legal-cta-title span {
  color: #f0b48a;
}

.legal-cta-text {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(250, 246, 240, 0.78);
  max-width: 28rem;
}

.legal-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.legal-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s, background 0.2s, border-color 0.2s;
}

.legal-cta-btn--wa {
  background: #25d366;
  color: #fff;
}

.legal-cta-btn--wa:hover {
  background: #20bd5a;
  color: #fff;
}

.legal-cta-btn--outline {
  border: 1px solid rgba(250, 246, 240, 0.35);
  color: #faf6f0;
  background: transparent;
}

.legal-cta-btn--outline:hover {
  border-color: #f0b48a;
  color: #f0b48a;
}

.legal-cta-form-wrap {
  padding: 1.35rem 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(250, 246, 240, 0.12);
  backdrop-filter: blur(8px);
}

.legal-cta-form-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.legal-cta-form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.legal-cta-form-row {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 480px) {
  .legal-cta-form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.legal-cta-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(45, 36, 25, 0.15);
  background: #fff;
  font-size: 0.875rem;
  color: #2d2419;
}

.legal-cta-input:focus {
  outline: 2px solid rgba(196, 90, 31, 0.45);
  outline-offset: 1px;
}

.legal-cta-form .form-consent {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(45, 36, 25, 0.12);
}

.legal-cta-submit {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: #c45a1f;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.legal-cta-submit:hover {
  background: #a34a19;
}

.legal-cta-form #contact-msg {
  color: #f0b48a;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(45, 36, 25, 0.12);
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  line-height: 1.45;
}

.form-consent-input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  accent-color: #c45a1f;
  cursor: pointer;
}

.form-consent-text {
  font-size: 0.8125rem;
  color: #4a4035;
}

.form-consent-text a {
  color: #c45a1f;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-consent-text a:hover {
  color: #a34a19;
}

/* Site footer */
.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem 1.5rem;
}

@media (min-width: 640px) {
  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .site-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .site-footer-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }
}

.site-footer-col {
  min-width: 0;
}

.site-footer-heading {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 0.85rem;
  color: #2d2419;
}

.site-footer-heading a {
  font-weight: 800;
  color: inherit;
  text-decoration: none;
}

.site-footer-heading a:hover {
  color: #c45a1f;
}

@media (min-width: 1024px) {
  .site-footer-heading,
  .site-footer-heading a {
    font-size: 0.8125rem;
  }
}

.site-footer-links,
.site-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .site-footer-links {
    font-size: 0.8125rem;
    gap: 0.4rem;
  }
}

.site-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .site-footer-contact {
    gap: 0.6rem;
  }
}

.site-footer-contact-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8a7f72;
  margin-bottom: 0.15rem;
}

.site-footer-brand .site-footer-wa-btn {
  max-width: 100%;
  box-sizing: border-box;
}

.site-footer-brand p,
.site-footer-brand a.site-footer-wa-btn {
  word-break: break-word;
}

/* Bölge sayfası alt CTA */
.region-cta-wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .region-cta-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.region-cta-card {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .region-cta-card {
    padding: 2rem;
  }
}

@media (min-width: 900px) {
  .region-cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
  }
}

.region-cta-body {
  min-width: 0;
}

.region-cta-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #2d2419;
}

.region-cta-text {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6b6258;
}

@media (min-width: 640px) {
  .region-cta-text {
    font-size: 1rem;
  }
}

.region-cta-text-link {
  color: #c45a1f;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.region-cta-text-link:hover {
  text-decoration: underline;
}

.region-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  width: 100%;
}

@media (min-width: 420px) {
  .region-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .region-cta-actions {
    width: auto;
    min-width: 17.5rem;
    grid-template-columns: 1fr;
  }
}

.region-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.7rem 1.1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.region-cta-btn--wa {
  background: #25d366;
  color: #fff;
}

.region-cta-btn--wa:hover {
  background: #20bd5a;
  color: #fff;
}

.region-cta-btn--phone {
  border: 1px solid #c45a1f;
  color: #c45a1f;
  background: #fff;
}

.region-cta-btn--phone:hover {
  background: rgba(196, 90, 31, 0.06);
  color: #a34a19;
  border-color: #a34a19;
}

/* Bölge (ilçe) sayfaları */
.region-ai-snippet {
  box-shadow: 0 4px 24px rgba(196, 90, 31, 0.06);
}

.region-detail-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8a7f72;
}

.region-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid #e8e0d6;
  background: #faf8f5;
  color: #4a4035;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}

.region-chip:hover {
  border-color: #c45a1f;
  color: #c45a1f;
}

.region-chip--product {
  background: #fff;
}

.region-faq-summary::-webkit-details-marker {
  display: none;
}

.region-faq-item[open] .region-faq-chevron {
  transform: rotate(180deg);
}

.region-faq-chevron {
  display: inline-block;
  transition: transform 0.15s;
}

.region-index-card:hover {
  box-shadow: 0 8px 24px rgba(45, 36, 25, 0.06);
}

.region-map-wrap iframe {
  display: block;
  border: 0;
}

/* İletişim sayfası */
.contact-page {
  overflow-x: hidden;
}

.contact-page-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .contact-page-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.contact-page-info,
.contact-page-form {
  min-width: 0;
  max-width: 100%;
}

.contact-info-cards {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-info-card {
  display: block;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(45, 36, 25, 0.1);
  background: #fff;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.contact-info-card--link {
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-info-card--link:hover {
  border-color: rgba(196, 90, 31, 0.35);
  box-shadow: 0 6px 20px rgba(15, 12, 10, 0.05);
}

.contact-info-card p {
  margin: 0;
}

.contact-info-email {
  overflow-wrap: anywhere;
  word-break: break-all;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.contact-map-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #f5f3f0;
}

.contact-map-iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 16rem;
  min-height: 14rem;
  border: 0;
}

@media (min-width: 640px) {
  .contact-map-iframe {
    height: 18rem;
  }
}

@media (min-width: 1024px) {
  .contact-map-iframe {
    height: 20rem;
  }
}

.region-hero-visual img {
  display: block;
  width: 100%;
}

.region-index-card img {
  transition: transform 0.25s ease;
}

.region-index-card:hover img {
  transform: scale(1.03);
}

.site-footer-region-label {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b6258;
  margin-bottom: 0.5rem;
}

.site-footer-links--compact {
  gap: 0.4rem;
}

.site-footer-col--regions .site-footer-links--compact {
  font-size: 0.8125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
}

@media (min-width: 1024px) {
  .site-footer-col--regions .site-footer-links--compact {
    font-size: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.35rem;
  }
}
