/* ============================================================
   WEBDGR — Dijital Ürün Mağazası
   Aydınlık tema · klasik e-ticaret düzeni
   ============================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Yüzeyler */
  --bg:         #ffffff;
  --bg-soft:    #f6f7f9;
  --bg-soft-2:  #eef1f5;
  --surface:    #ffffff;
  --border:     #e3e7ed;
  --border-2:   #cfd6e0;

  /* Metin */
  --text:       #14181f;
  --text-2:     #4b5563;
  --text-3:     #7b8595;

  /* Marka */
  --brand:      #2563eb;
  --brand-dark: #1d4ed8;
  --brand-soft: #eff5ff;
  --accent:     #7c3aed;

  /* Durum */
  --green:      #15803d;
  --green-soft: #eafaf0;
  --amber:      #b45309;
  --amber-soft: #fff7e6;
  --red:        #dc2626;
  --red-soft:   #fef2f2;
  --wa:         #25d366;

  /* Ölçü */
  --r-sm: 8px;
  --r:    12px;
  --r-lg: 16px;
  --wrap: 1200px;

  --shadow-sm: 0 1px 2px rgba(16,24,40,.05);
  --shadow:    0 2px 8px rgba(16,24,40,.07);
  --shadow-lg: 0 12px 30px rgba(16,24,40,.11);

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;          /* yatay kaymayı kökten kapatır (sticky'yi bozmaz) */
  max-width: 100%;
}

body {
  overflow-x: clip;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; }
strong, b { font-weight: 600; }

:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 4px; }

/* Ekran okuyucu için görünür, gözle görünmez — negatif konum yerine kırpma
   kullanılır; -9999px yöntemi bazı mobil tarayıcılarda yatay kayma yaratıyor. */
.skip-link {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; top: 0; left: 0; z-index: 999;
  width: auto; height: auto; margin: 0; padding: 12px 20px;
  clip: auto; clip-path: none; overflow: visible;
  background: var(--brand); color: #fff;
}

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4 { line-height: 1.25; font-weight: 700; letter-spacing: -0.015em; color: var(--text); }
h1 { font-size: clamp(1.75rem, 3.6vw, 2.6rem); }
h2 { font-size: clamp(1.35rem, 2.6vw, 1.85rem); }
h3 { font-size: 1.05rem; }

/* ============================================================
   ÜST ŞERİT + HEADER
   ============================================================ */
.topbar {
  background: #101623; color: rgba(255,255,255,.82);
  font-size: .8rem;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 36px; }
.topbar-left { display: flex; gap: 20px; align-items: center; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.topbar-item svg { width: 13px; height: 13px; opacity: .8; }
.topbar a:hover { color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 68px; }

.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-text { font-size: 1.28rem; font-weight: 800; letter-spacing: -.03em; }

.header-search { flex: 1; max-width: 460px; position: relative; }
.header-search input {
  width: 100%; height: 42px; padding: 0 42px 0 16px;
  border: 1px solid var(--border-2); border-radius: 999px;
  background: var(--bg-soft); transition: border-color .18s, background .18s;
}
.header-search input:focus { outline: none; border-color: var(--brand); background: #fff; }
.header-search button {
  position: absolute; right: 4px; top: 4px; width: 34px; height: 34px;
  border: 0; border-radius: 50%; background: var(--brand); color: #fff;
  display: grid; place-items: center; cursor: pointer; transition: background .18s;
}
.header-search button:hover { background: var(--brand-dark); }
.header-search svg { width: 16px; height: 16px; }

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }

.cart-btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  height: 42px; padding: 0 16px; border-radius: 999px;
  border: 1px solid var(--border-2); background: #fff;
  font-size: .88rem; font-weight: 500;
  transition: border-color .18s, box-shadow .18s;
}
.cart-btn:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); }
.cart-btn svg { width: 18px; height: 18px; }
.cart-badge {
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px;
  background: var(--brand); color: #fff; font-size: .7rem; font-weight: 700;
  display: grid; place-items: center;
}

.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: 10px;
  background: #fff; border: 1px solid var(--border-2); cursor: pointer;
  padding: 13px 11px; flex-direction: column; justify-content: space-between;
}
.nav-toggle span { display: block; height: 2px; background: var(--text); border-radius: 2px; transition: .22s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Kategori menüsü */
.nav-bar { border-bottom: 1px solid var(--border); background: #fff; }
.main-nav { display: flex; align-items: center; gap: 4px; overflow-x: auto; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a {
  padding: 13px 14px; font-size: .9rem; font-weight: 500; color: var(--text-2);
  white-space: nowrap; border-bottom: 2px solid transparent; transition: color .18s, border-color .18s;
}
.main-nav a:hover { color: var(--brand); }
.main-nav a[aria-current="page"] { color: var(--brand); border-bottom-color: var(--brand); }

/* ============================================================
   BUTONLAR & ORTAK
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 22px; border-radius: var(--r);
  border: 1px solid transparent; font-weight: 600; font-size: .93rem;
  cursor: pointer; white-space: nowrap;
  transition: background .18s, border-color .18s, box-shadow .18s, transform .12s;
}
.btn svg { width: 17px; height: 17px; }
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: var(--shadow); }

.btn-ghost { background: #fff; border-color: var(--border-2); color: var(--text); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }

.btn-soft { background: var(--brand-soft); color: var(--brand); }
.btn-soft:hover { background: #e0ecff; }

.btn-wa { background: var(--wa); color: #05331a; }
.btn-wa:hover { background: #1fbd5a; }

.btn-block { width: 100%; }
.btn-lg { height: 52px; padding: 0 30px; font-size: 1rem; }
.btn-sm { height: 36px; padding: 0 14px; font-size: .84rem; }

.section { padding: 60px 0; }
.section-sm { padding: 40px 0; }
.section-gray { background: var(--bg-soft); }

.section-head { margin-bottom: 30px; }
.section-head.center { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; }
.section-head .row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.eyebrow {
  display: inline-block; font-size: .76rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--brand); margin-bottom: 8px;
}
.lead { color: var(--text-2); font-size: 1.02rem; margin-top: 8px; }

.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px; }

.badge {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  font-size: .72rem; font-weight: 700; letter-spacing: .02em;
}
.badge-blue  { background: var(--brand-soft); color: var(--brand); }
.badge-green { background: var(--green-soft); color: var(--green); }
.badge-amber { background: var(--amber-soft); color: var(--amber); }
.badge-red   { background: var(--red-soft);   color: var(--red); }

.alert { padding: 14px 18px; border-radius: var(--r); margin-bottom: 20px; font-size: .92rem; border: 1px solid; }
.alert-error   { background: var(--red-soft);   border-color: #fecaca; color: #991b1b; }
.alert-success { background: var(--green-soft); border-color: #bbf7d0; color: #166534; }
.alert-info    { background: var(--brand-soft); border-color: #bfdbfe; color: #1e40af; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; font-size: .83rem; color: var(--text-3); padding: 18px 0 0; }
.breadcrumb a:hover { color: var(--brand); }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%); border-bottom: 1px solid var(--border); }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: 56px 0; }

.hero h1 { margin-bottom: 16px; }
.hero h1 .hl { color: var(--brand); }
.hero-lead { font-size: 1.08rem; color: var(--text-2); max-width: 540px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; }
.hero-point { display: inline-flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--text-2); }
.hero-point svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }

/* GEO: yapay zekâ motorlarının alıntıladığı özet kutusu */
.answer-box {
  background: #fff; border: 1px solid var(--border);
  border-left: 3px solid var(--brand);
  border-radius: var(--r); padding: 22px 24px; box-shadow: var(--shadow-sm);
}
.answer-box h2 { font-size: 1.02rem; margin-bottom: 8px; }
.answer-box p { color: var(--text-2); font-size: .94rem; }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.hero-stat { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 16px 12px; text-align: center; }
.hero-stat b { display: block; font-size: 1.45rem; font-weight: 800; color: var(--brand); }
.hero-stat span { font-size: .76rem; color: var(--text-3); }

/* ---------- Kategori şeridi ---------- */
.cat-strip { background: #fff; border-bottom: 1px solid var(--border); }
.cat-chips { display: flex; gap: 9px; overflow-x: auto; padding: 14px 0; scrollbar-width: none; }
.cat-chips::-webkit-scrollbar { display: none; }
.cat-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 999px; white-space: nowrap;
  border: 1px solid var(--border-2); background: #fff;
  font-size: .88rem; font-weight: 500; color: var(--text-2);
  transition: border-color .18s, color .18s, background .18s;
}
.cat-chip:hover { border-color: var(--brand); color: var(--brand); }
.cat-chip.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.cat-chip span {
  background: var(--bg-soft-2); color: var(--text-3);
  border-radius: 999px; padding: 1px 8px; font-size: .74rem; font-weight: 600;
}
.cat-chip.active span { background: rgba(255,255,255,.24); color: #fff; }

/* ---------- Bilgi bloğu (nasıl çalışır + hakkında) ---------- */
.info-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.step-list { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.step-list li {
  display: flex; gap: 13px; align-items: flex-start;
  font-size: .93rem; color: var(--text-2);
}
.step-list .sl-num {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: var(--brand); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .84rem;
}
.step-list .sl-txt { flex: 1; min-width: 0; }
.step-list li b { color: var(--text); }

/* Güven şeridi */
.trust-bar { border-block: 1px solid var(--border); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-cell {
  display: flex; align-items: center; gap: 13px; padding: 20px 22px;
  border-right: 1px solid var(--border);
}
.trust-cell:last-child { border-right: 0; }
.trust-ico {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: var(--brand-soft); color: var(--brand);
  display: grid; place-items: center;
}
.trust-ico svg { width: 19px; height: 19px; }
.trust-cell b { display: block; font-size: .9rem; }
.trust-cell span { font-size: .8rem; color: var(--text-3); }

/* ============================================================
   ÜRÜN KARTLARI
   ============================================================ */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(266px, 1fr)); gap: 20px; }

.product-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; transition: border-color .2s, box-shadow .25s, transform .2s;
}
.product-card:hover { border-color: var(--border-2); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.product-card.is-package { border-color: #ddd0fb; }
.product-card.is-package:hover { border-color: var(--accent); }

.pc-media {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--bg-soft); border-bottom: 1px solid var(--border);
}
.pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .pc-media img { transform: scale(1.04); }

.pc-badge { position: absolute; top: 11px; left: 11px; z-index: 2; box-shadow: var(--shadow-sm); }
.pc-discount {
  position: absolute; top: 11px; right: 11px; z-index: 2;
  background: var(--red); color: #fff; padding: 4px 10px;
  border-radius: 999px; font-size: .72rem; font-weight: 700;
}

.pc-body { padding: 16px 18px 0; flex: 1; }
.pc-cat { font-size: .74rem; color: var(--brand); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.pc-title { font-size: 1rem; margin: 6px 0 7px; line-height: 1.4; }
.pc-title a:hover { color: var(--brand); }
.pc-desc { font-size: .86rem; color: var(--text-2); }

.pc-features { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.pc-features li { font-size: .82rem; color: var(--text-2); display: flex; gap: 8px; align-items: flex-start; }
.pc-features li::before {
  content: ''; width: 14px; height: 14px; margin-top: 4px; flex-shrink: 0;
  background: var(--green-soft);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #bbf7d0;
}

.pc-foot {
  padding: 15px 18px 18px; margin-top: 16px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.pc-price { display: flex; flex-direction: column; line-height: 1.2; }
.pc-price .old { font-size: .8rem; color: var(--text-3); text-decoration: line-through; }
.pc-price .now { font-size: 1.25rem; font-weight: 800; color: var(--text); }
.pc-price .period { font-size: .72rem; color: var(--text-3); }

/* Kategori kartları */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.cat-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 20px; transition: border-color .2s, box-shadow .2s, transform .2s;
}
.cat-card:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-2px); }
.cat-ico {
  width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0;
  background: var(--brand-soft); color: var(--brand); display: grid; place-items: center;
}
.cat-ico svg { width: 20px; height: 20px; }
.cat-card b { display: block; font-size: .98rem; margin-bottom: 3px; }
.cat-card span { font-size: .85rem; color: var(--text-2); }

/* Adım kartları */
.step-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.step-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px; position: relative; }
.step-num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--brand); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .9rem; margin-bottom: 14px;
}
.step-card h3 { margin-bottom: 7px; }
.step-card p { font-size: .9rem; color: var(--text-2); }

/* ============================================================
   ÜRÜN DETAY
   ============================================================ */
.product-detail { display: grid; grid-template-columns: 1fr 380px; gap: 42px; align-items: start; padding: 28px 0 64px; }

.pd-gallery {
  border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border);
  background: var(--bg-soft); aspect-ratio: 16 / 10;
}
.pd-gallery img { width: 100%; height: 100%; object-fit: cover; }

.pd-title { margin: 20px 0 8px; }
.pd-subtitle { color: var(--text-2); font-size: 1.03rem; }

.pd-section { margin-top: 36px; }
.pd-section h2 { font-size: 1.28rem; margin-bottom: 14px; }
.pd-prose { color: var(--text-2); }
.pd-prose p { margin-bottom: 13px; }
.pd-prose h3 { color: var(--text); margin: 22px 0 9px; }
.pd-prose li { padding-left: 18px; position: relative; margin-bottom: 7px; }
.pd-prose li::before { content: '›'; position: absolute; left: 0; color: var(--brand); font-weight: 700; }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; }
.feature-item {
  display: flex; gap: 11px; align-items: flex-start;
  background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: var(--r); padding: 13px 15px; font-size: .89rem;
}
.feature-item svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; margin-top: 3px; }

/* Satın alma kutusu */
.buy-box {
  position: sticky; top: 88px;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 24px; box-shadow: var(--shadow);
}
.buy-price { display: flex; align-items: baseline; gap: 11px; flex-wrap: wrap; }
.buy-price .now { font-size: 2rem; font-weight: 800; }
.buy-price .old { font-size: 1rem; color: var(--text-3); text-decoration: line-through; }
.buy-period { font-size: .84rem; color: var(--text-3); margin-top: 3px; }

.qty-row { display: flex; align-items: center; gap: 12px; margin: 20px 0 14px; }
.qty-box { display: flex; align-items: center; border: 1px solid var(--border-2); border-radius: var(--r-sm); overflow: hidden; }
.qty-box button {
  width: 36px; height: 40px; background: var(--bg-soft); border: 0;
  cursor: pointer; font-size: 1.1rem; color: var(--text-2); transition: background .16s;
}
.qty-box button:hover { background: var(--bg-soft-2); color: var(--text); }
.qty-box input {
  width: 50px; height: 40px; text-align: center; border: 0; background: #fff;
  -moz-appearance: textfield;
}
.qty-box input::-webkit-outer-spin-button,
.qty-box input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.buy-meta { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 11px; }
.buy-meta li { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--text-2); }
.buy-meta svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* ============================================================
   SSS
   ============================================================ */
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 860px; margin-inline: auto; width: 100%; }
.faq-more { display: flex; justify-content: center; margin-top: 24px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
.faq-item summary {
  padding: 16px 20px; cursor: pointer; font-weight: 600; font-size: .96rem;
  display: flex; justify-content: space-between; gap: 16px; align-items: center; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.35rem; color: var(--brand); flex-shrink: 0;
  transition: transform .22s; line-height: 1; font-weight: 400;
}
.faq-item[open] summary { border-bottom: 1px solid var(--border); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer { padding: 16px 20px; color: var(--text-2); font-size: .92rem; }

/* ============================================================
   SEPET / FORM / ÖDEME
   ============================================================ */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: start; padding: 28px 0 64px; }

.cart-line {
  display: grid; grid-template-columns: 88px 1fr auto; gap: 16px; align-items: center;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r);
  padding: 14px; margin-bottom: 12px;
}
.cart-line img { width: 88px; height: 64px; object-fit: cover; border-radius: var(--r-sm); }
.cart-line-title { font-weight: 600; font-size: .96rem; }
.cart-line-title a:hover { color: var(--brand); }
.cart-line-meta { font-size: .81rem; color: var(--text-3); margin-top: 2px; }
.cart-line-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.cart-line-price { font-weight: 700; }
.link-remove { font-size: .8rem; color: var(--text-3); background: none; border: 0; cursor: pointer; }
.link-remove:hover { color: var(--red); text-decoration: underline; }

.summary { position: sticky; top: 88px; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: .92rem; color: var(--text-2); }
.summary-row.total {
  border-top: 1px solid var(--border); margin-top: 10px; padding-top: 14px;
  font-size: 1.14rem; font-weight: 700; color: var(--text);
}
.summary-row.discount { color: var(--green); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 500; color: var(--text-2); }
.field label .req { color: var(--red); }
.field input, .field textarea, .field select {
  background: #fff; border: 1px solid var(--border-2); border-radius: var(--r-sm);
  padding: 11px 14px; width: 100%; transition: border-color .18s, box-shadow .18s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(37,99,235,.11);
}
.field input::placeholder, .field textarea::placeholder { color: #9aa3b2; }
.field .hint { font-size: .78rem; color: var(--text-3); }

.check-row { display: flex; gap: 10px; align-items: flex-start; font-size: .87rem; color: var(--text-2); }
.check-row input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--brand); flex-shrink: 0; }
.check-row a { color: var(--brand); text-decoration: underline; }

.empty-state { text-align: center; padding: 70px 20px; }
.empty-state svg { width: 56px; height: 56px; color: var(--text-3); margin: 0 auto 18px; }
.empty-state h1, .empty-state h2 { margin-bottom: 8px; }
.empty-state p { color: var(--text-2); margin-bottom: 24px; }

.paytr-frame { width: 100%; min-height: 700px; border: 0; border-radius: var(--r); background: #fff; }

/* Sonuç sayfaları */
.result-box { max-width: 600px; margin: 56px auto; text-align: center; }
.result-icon { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; }
.result-icon svg { width: 36px; height: 36px; }
.result-icon.ok   { background: var(--green-soft); color: var(--green); }
.result-icon.fail { background: var(--red-soft);   color: var(--red); }
.result-box h1 { font-size: 1.7rem; margin-bottom: 12px; }
.result-box p { color: var(--text-2); margin-bottom: 10px; }
.order-summary-card { text-align: left; margin: 26px 0; }
.order-summary-card .row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; font-size: .91rem; border-bottom: 1px solid var(--border); }
.order-summary-card .row:last-child { border-bottom: 0; }
.order-summary-card .row span:first-child { color: var(--text-3); }

/* Statik sayfalar */
.page-prose { max-width: 820px; color: var(--text-2); padding: 24px 0 64px; }
.page-prose h2 { color: var(--text); margin: 28px 0 11px; font-size: 1.25rem; }
.page-prose h3 { color: var(--text); margin: 20px 0 9px; }
.page-prose p  { margin-bottom: 13px; }
.page-prose ul, .page-prose ol { margin: 0 0 15px 22px; list-style: disc; }
.page-prose ol { list-style: decimal; }
.page-prose li { margin-bottom: 6px; }
.page-prose a { color: var(--brand); text-decoration: underline; }

.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r); background: #fff; }
.compare-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 540px; }
.compare-table th, .compare-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--border); }
.compare-table thead th { background: var(--bg-soft); font-weight: 600; white-space: nowrap; }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table td.yes { color: var(--green); font-weight: 500; }
.compare-table td.no  { color: var(--text-3); }

/* CTA şeridi */
.cta-band {
  background: linear-gradient(120deg, var(--brand), var(--accent));
  color: #fff; border-radius: var(--r-lg); padding: 40px 32px; text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.9); margin-bottom: 22px; }
.cta-band .btn-ghost { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.4); color: #fff; }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.24); color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-soft); margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 40px; padding: 48px 20px 36px; }
.footer-brand-col .brand { margin-bottom: 14px; }
.footer-about { font-size: .88rem; color: var(--text-2); max-width: 320px; }
.footer-pay { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.pay-badge {
  font-size: .74rem; padding: 5px 11px; border-radius: 999px;
  background: #fff; border: 1px solid var(--border); color: var(--text-2);
}
.footer-col h3 { font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; color: var(--text-3); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col a { font-size: .88rem; color: var(--text-2); }
.footer-col a:hover { color: var(--brand); }
.footer-bottom {
  border-top: 1px solid var(--border); padding: 18px 20px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: .82rem; color: var(--text-3);
}

.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--wa); color: #05331a;
  display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.42);
  transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: scale(1.07); box-shadow: 0 10px 26px rgba(37,211,102,.55); }
.wa-float svg { width: 27px; height: 27px; }

/* ============================================================
   DUYARLI
   ============================================================ */
@media (max-width: 1000px) {
  .info-split     { grid-template-columns: 1fr; gap: 28px; }
  .hero-inner     { grid-template-columns: 1fr; gap: 34px; padding: 40px 0; }
  .product-detail { grid-template-columns: 1fr; gap: 28px; }
  .cart-layout    { grid-template-columns: 1fr; }
  .buy-box, .summary { position: static; }
  .footer-grid    { grid-template-columns: 1fr 1fr; gap: 30px; }
  .trust-grid     { grid-template-columns: 1fr 1fr; }
  .trust-cell:nth-child(2) { border-right: 0; }
  .trust-cell:nth-child(1), .trust-cell:nth-child(2) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  .header-search { display: none; }
  .nav-bar { border-bottom: 0; }
  .main-nav {
    display: none;
    position: fixed;
    top: var(--nav-top, 104px); left: 0; right: 0;
    z-index: 99;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    padding: 6px 20px 18px;
    max-height: calc(100dvh - var(--nav-top, 104px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .main-nav.open { display: flex; }

  /* Menü açıkken arka planı karart */
  .nav-backdrop {
    display: none;
    position: fixed; inset: 0; z-index: 98;
    background: rgba(10,14,22,.42);
    animation: backdrop-in .2s ease-out;
  }
  .nav-backdrop.show { display: block; }
  @keyframes backdrop-in { from { opacity: 0 } to { opacity: 1 } }
  body.nav-open { overflow: hidden; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--border); font-size: .96rem; }
  .main-nav a[aria-current="page"] { border-bottom-color: var(--border); }

  .topbar-left .topbar-item:not(:first-child) { display: none; }
  .section    { padding: 44px 0; }
  .form-grid  { grid-template-columns: 1fr; }
  .cart-line  { grid-template-columns: 68px 1fr; }
  .cart-line img { width: 68px; height: 50px; }
  .cart-line-right { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .product-grid { grid-template-columns: 1fr; }
  .hero-stats   { grid-template-columns: 1fr; }
  .trust-grid   { grid-template-columns: 1fr; }
  .trust-cell   { border-right: 0; border-bottom: 1px solid var(--border); }
  .trust-cell:last-child { border-bottom: 0; }
  .pc-foot      { flex-direction: column; align-items: stretch; }
  .pc-foot .btn { width: 100%; }
  .cart-btn span.label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .product-card:hover, .cat-card:hover { transform: none; }
}

@media print {
  .topbar, .site-header, .nav-bar, .site-footer, .wa-float, .btn { display: none !important; }
  body { background: #fff; }
}

/* Vitrin bölümleri — duyarlı */
@media (max-width: 460px) {
}

/* ============================================================
   HERO  —  minimal, serif-italic vurgulu, kavisli çizgi animasyonlu
   ============================================================ */
.hero-x {
  position: relative;
  min-height: 850px;
  padding: 150px 36px 120px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}
.hero-x::before {
  content: '';
  position: absolute; inset: 0; z-index: -2;
  background: url('../img/hero-bg.webp') center / cover no-repeat;
}

.hx-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; width: 100%;
}

/* ---- Kavisli çizgiler ---- */
.hx-lines { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hx-lines span {
  position: absolute;
  height: 190px;
  width: var(--w);
  top: var(--t);
  border: 2.5px solid #FCFAF8;
  opacity: 0;
  animation: line-pulse 5s ease-in-out infinite;
  animation-delay: var(--d);
}
.hx-lines-left span {
  left: 0;
  border-left: 0;
  border-radius: 0 80% 80% 0 / 0 50% 50% 0;
}
.hx-lines-right span {
  right: 0;
  border-right: 0;
  border-radius: 80% 0 0 80% / 50% 0 0 50%;
}
.hx-lines-top { display: none; }

@keyframes line-pulse {
  0%   { opacity: 0;   transform: scale(1); }
  15%  { opacity: .9; }
  70%  { opacity: .4; }
  100% { opacity: 0;   transform: scale(.85); }
}

/* ---- Kayan hizmet şeridi ---- */
.hx-ticker {
  width: 100%; max-width: 500px; height: 36px; overflow: hidden;
  margin-bottom: 32px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.hx-marquee { display: flex; width: max-content; animation: marquee-left 30s linear infinite; }
.hx-marquee-row { display: flex; gap: 8px; padding-right: 8px; }
.hx-marquee-row span {
  font-size: 13px; font-weight: 500; color: var(--muted-x, #6b6b6b);
  padding: 6px 14px; border-radius: 999px; background: rgb(251,251,251);
  white-space: nowrap; letter-spacing: -.01em;
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---- Başlık ---- */
.hx-title {
  max-width: 620px;
  font-size: 82px; line-height: 1.03; font-weight: 600;
  letter-spacing: -.07em; color: #0a0a0a;
  margin-bottom: 22px;
}
.hx-title .serif-it {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic; font-weight: 600; letter-spacing: -.08em;
}
.hx-title sup {
  font-family: var(--font); font-size: 24px; font-weight: 600;
  vertical-align: super; letter-spacing: 0;
}

.hx-sub {
  max-width: 476px; font-size: 17px; line-height: 1.45; font-weight: 400;
  color: #6b6b6b; letter-spacing: -.01em; margin-bottom: 34px;
}

/* ---- CTA ---- */
.hx-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; }

.hx-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 30px; border-radius: 999px;
  background: #0a0a0a; color: #fff;
  font-size: 15px; font-weight: 600; letter-spacing: -.02em;
  transition: transform .2s, box-shadow .2s;
}
.hx-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,0,0,.12); }

.hx-book {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; border: 4px solid rgb(248,248,248);
  border-radius: 999px; padding: 8px 24px 8px 8px;
  transition: transform .2s, box-shadow .2s;
}
.hx-book:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,0,0,.10); }
.hx-book img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.hx-book-text { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.25; }
.hx-book-text b { font-size: 14px; font-weight: 600; color: #0a0a0a; letter-spacing: -.02em; }
.hx-book-sub {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 500; color: rgb(152,152,152); letter-spacing: -.01em;
}
.hx-dot { width: 8px; height: 8px; border-radius: 50%; background: rgb(29,204,93); display: inline-block; }

/* ---- Alt geçiş bulanıklığı ---- */
.hx-blur {
  position: absolute; left: 0; right: 0; bottom: 0; height: 178px; z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 40%, #fff 100%);
  pointer-events: none;
}

/* ============================================================
   GÜVEN ŞERİDİ (kayan)
   ============================================================ */
.trusted { border-bottom: 1px solid var(--border); background: #fff; }
.trusted-inner { display: grid; grid-template-columns: 163px 1fr; gap: 36px; align-items: center; padding: 30px 20px; }
.trusted-label { font-size: 14px; font-weight: 500; color: #6b6b6b; letter-spacing: -.02em; line-height: 1.35; }
.trusted-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.tm-track { display: flex; width: max-content; animation: marquee-left 30s linear infinite; }
.tm-row { display: flex; align-items: center; gap: 44px; padding-right: 44px; }
.tm-item { font-size: 16px; font-weight: 600; color: #0a0a0a; white-space: nowrap; letter-spacing: -.03em; }
.tm-item.logo-a { font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; }
.tm-item.logo-b { font-family: system-ui, sans-serif; font-weight: 800; }
.tm-item.logo-c { font-family: Georgia, serif; font-weight: 500; }
.tm-item.logo-d { font-family: var(--font); font-weight: 700; }
.tm-item.logo-e { font-family: system-ui, sans-serif; font-weight: 600; }

/* ============================================================
   HERO — duyarlı
   ============================================================ */
@media (max-width: 1200px) {
  .hero-x   { padding: 130px 32px 100px; }
  .hx-title { font-size: clamp(60px, 8vw, 72px); }
}

@media (max-width: 810px) {
  .hero-x { min-height: 760px; padding: 110px 24px 96px; }
  .hero-x::before { transform: rotate(90deg) scale(1.9); }
  .hx-lines-left, .hx-lines-right { display: none; }
  .hx-lines-top { display: block; }
  .hx-lines-top span {
    height: var(--w); width: 190px;
    left: var(--t); top: 0; right: auto;
    border: 2.5px solid #FCFAF8; border-top: 0;
    border-radius: 0 0 80% 80% / 0 0 50% 50%;
  }
  .hx-title { font-size: clamp(44px, 13vw, 52px); max-width: 100%; }
  .hx-sub   { font-size: 16px; }
  .hx-cta   { flex-direction: column; width: 100%; }
  .hx-cta > * { width: 100%; max-width: 320px; }
  .hx-book  { justify-content: center; padding: 8px 20px 8px 8px; }
  .trusted-inner { grid-template-columns: 1fr; gap: 16px; }
  .trusted-label { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hx-lines span { animation: none; opacity: .35; }
  .hx-marquee, .tm-track { animation: none; }
}

/* Marka tipografisi — tescil işareti */
.brand-text { letter-spacing: -.045em; }
.brand-text sup { font-size: .5em; font-weight: 600; vertical-align: super; margin-left: 1px; letter-spacing: 0; }

/* ============================================================
   DOKUNMA & ETKİLEŞİM DÜZELTMELERİ
   Mobilde bağlantılara/butonlara dokununca çıkan mavi vurguyu kaldırır.
   ============================================================ */
a, button, summary, input, select, textarea, label, .card, .product-card,
.cat-chip, .faq-item, [role="button"] {
  -webkit-tap-highlight-color: transparent;
}
a, button, summary, .cat-chip { -webkit-touch-callout: none; }

button, .btn, .cat-chip, .hx-btn-primary, .hx-book, summary {
  -webkit-user-select: none; user-select: none;
}

/* Dokunma geri bildirimi — mavi kutu yerine hafif ölçek/renk */
.btn:active, .hx-btn-primary:active, .hx-book:active, .cat-chip:active {
  transform: scale(.975);
}
.product-card:active { transform: scale(.995); }
.faq-item summary:active { background: var(--bg-soft); }

/* Klavye kullanıcısı için odak halkası korunur */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--brand); outline-offset: 2px;
}

/* ============================================================
   GİRİŞ ANİMASYONLARI (kaydırınca beliren)
   ============================================================ */
.js-anim .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s cubic-bezier(.22,.61,.36,1), transform .55s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
.js-anim .reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .07s; }
.reveal-d2 { transition-delay: .14s; }
.reveal-d3 { transition-delay: .21s; }
.reveal-d4 { transition-delay: .28s; }

/* Ürün kartı görsel yakınlaşma + gölge yumuşaması */
.product-card { transition: transform .28s cubic-bezier(.22,.61,.36,1), box-shadow .28s, border-color .2s; }

/* Sepete eklendi geri bildirimi */
@keyframes pulse-ok { 0%{transform:scale(1)} 45%{transform:scale(1.06)} 100%{transform:scale(1)} }
.btn.is-ok { background: var(--green); animation: pulse-ok .4s ease-out; }

/* Sepet rozeti güncellenince */
@keyframes badge-pop { 0%{transform:scale(1)} 40%{transform:scale(1.35)} 100%{transform:scale(1)} }
.cart-badge.pop { animation: badge-pop .35s ease-out; }

/* Header'a gölge (sayfa kaydırılınca) */
.site-header { transition: box-shadow .22s, border-color .22s; }
.site-header.scrolled { box-shadow: 0 2px 14px rgba(16,24,40,.07); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn:active, .hx-btn-primary:active, .hx-book:active, .cat-chip:active,
  .product-card:active { transform: none; }
}

/* ============================================================
   FOOTER — genişletilmiş
   ============================================================ */
.foot-cta { background: var(--bg-soft); border-top: 1px solid var(--border); }
.foot-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; padding: 40px 20px; flex-wrap: wrap;
}
.foot-cta h2 { font-size: clamp(1.2rem, 2.4vw, 1.6rem); margin-bottom: 6px; }
.foot-cta p  { color: var(--text-2); font-size: .95rem; }
.foot-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.site-footer { border-top: 1px solid var(--border); background: #fff; margin-top: 0; }
.footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; }

.footer-contact-list { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.footer-contact-list li { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--text-2); }
.footer-contact-list svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; }
.footer-contact-list a:hover { color: var(--brand); }

.footer-more { color: var(--brand) !important; font-weight: 500; }

.footer-pay-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
  padding: 20px; border-top: 1px solid var(--border);
}
.footer-pay { margin-top: 0; }
.footer-note { font-size: .82rem; color: var(--text-3); }
.footer-bottom a:hover { color: var(--brand); }

@media (max-width: 1000px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
}

/* ============================================================
   MOBİL YOĞUNLUK — boşlukları toparla
   ============================================================ */
@media (max-width: 820px) {
  .hero-x        { min-height: auto; padding: 72px 20px 64px; }
  .hx-ticker     { margin-bottom: 24px; }
  .hx-sub        { margin-bottom: 26px; }
  .hx-blur       { height: 110px; }

  .section       { padding: 38px 0; }
  .section-sm    { padding: 28px 0; }
  .section-head  { margin-bottom: 22px; }

  .product-grid  { gap: 14px; }
  .cat-grid      { gap: 12px; }
  .step-list     { gap: 12px; }

  .pc-media      { aspect-ratio: 3 / 2; }
  .pc-body       { padding: 14px 15px 0; }
  .pc-foot       { padding: 13px 15px 15px; margin-top: 13px; }
  .pc-title      { font-size: .97rem; }

  .trust-cell    { padding: 15px 16px; gap: 11px; }
  .trust-ico     { width: 34px; height: 34px; }
  .trust-ico svg { width: 16px; height: 16px; }

  .foot-cta-inner { padding: 30px 20px; gap: 18px; }
  .foot-cta-actions { width: 100%; }
  .foot-cta-actions .btn { flex: 1; min-width: 150px; }

  .footer-grid   { padding: 34px 20px 26px; gap: 26px; }
  .footer-pay-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: left; }
}

@media (max-width: 460px) {
  /* Ürünler mobilde iki sütun — sayfa daha dolu görünür */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .pc-body      { padding: 12px 12px 0; }
  .pc-title     { font-size: .88rem; line-height: 1.35; }
  .pc-cat       { font-size: .66rem; }
  .pc-desc, .pc-features { display: none; }
  .pc-foot      { padding: 11px 12px 12px; margin-top: 11px; flex-direction: column; align-items: stretch; gap: 9px; }
  .pc-price .now { font-size: 1.06rem; }
  .pc-price .old { font-size: .74rem; }
  .pc-badge, .pc-discount { font-size: .62rem; padding: 3px 7px; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
  .foot-cta-actions { flex-direction: column; }
  .foot-cta-actions .btn { width: 100%; }
}

/* ============================================================
   TAŞMA KORUMASI
   Grid ve flex öğeleri varsayılan olarak min-width:auto taşır;
   içerik (uzun ürün adı, form alanı) kabından geniş kalabiliyor.
   ============================================================ */
.cart-layout > *, .product-detail > *, .info-split > *, .trusted-inner > *,
.footer-grid > *, .form-grid > *, .cart-line > *, .hero-inner > *,
.shop-banner-inner > *, .foot-cta-inner > *, .section-head .row > * {
  min-width: 0;
}

.field input, .field textarea, .field select,
.header-search input, .summary input { min-width: 0; max-width: 100%; }

/* Uzun kelime / bağlantı / e-posta satırı kırılsın */
.cart-line-title, .pc-title, .pd-title, .faq-item summary,
.footer-col a, .order-summary-card .row, .a-kv, .page-prose,
.answer-box p, .pc-desc, .summary-row {
  overflow-wrap: anywhere;
}

/* Kupon satırı dar ekranda alt alta geçsin */
.summary form > div[style*="flex"] { flex-wrap: wrap; }
.summary form > div[style*="flex"] > input { flex: 1 1 150px; }
.summary form > div[style*="flex"] > .btn { flex: 0 0 auto; }

/* Tablolar ve kod blokları kendi içinde kaysın */
.table-wrap, .page-prose table { max-width: 100%; }
img, video, iframe, canvas, svg { max-width: 100%; }
.paytr-frame { max-width: 100%; }

@media (max-width: 400px) {
  .summary form > div[style*="flex"] > input { flex: 1 1 100%; }
  .summary form > div[style*="flex"] > .btn { width: 100%; }
  .cart-line-meta, .summary-row { font-size: .84rem; }
}

/* Çok dar ekranlar (≤ 380px) — iki sütun sıkışıyor, tek sütuna dön */
@media (max-width: 380px) {
  .product-grid { grid-template-columns: 1fr; }
  .pc-desc { display: block; }
  .wrap { padding: 0 14px; }
  .hero-x { padding: 60px 14px 54px; }
  .cart-line { grid-template-columns: 58px 1fr; gap: 12px; padding: 12px; }
  .cart-line img { width: 58px; height: 44px; }
  .qty-box input { width: 42px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hx-title { font-size: clamp(32px, 11vw, 42px); }
}
