/* ============================================================
   Teknohane — Design System v2 (2026)
   Modern açık tema + koyu premium bölümler, marka yeşili
   ============================================================ */

:root {
  /* Renkler */
  --green-900: #073d1f;
  --green-800: #0a5730;
  --green-700: #0b6b33;
  --green: #0e8a42;          /* birincil marka */
  --green-hover: #0b7437;
  --green-soft: #e7f4ec;
  --green-softer: #f2f9f4;

  --ink: #0c1512;            /* koyu bölümler */
  --ink-2: #14211b;
  --ink-3: #1d2f26;
  --ink-line: rgba(255, 255, 255, 0.12);
  --ink-text: #eef4ef;
  --ink-muted: #a7b8ac;

  --bg: #f6f8f6;
  --surface: #ffffff;
  --line: #e3e9e4;
  --line-strong: #cfd9d1;
  --text: #16211b;
  --text-2: #3c4a42;
  --muted: #61706a;

  --amber: #92610a;
  --amber-soft: #fdf4e3;
  --amber-line: #f0dcae;
  --amber-bar: #f5b942;

  --orange: #e2661f;
  --orange-soft: #fdeee4;

  --danger: #b3352b;
  --danger-soft: #fdeceb;
  --wa: #1faa53;             /* WhatsApp */
  --wa-dark: #178743;

  /* Tipografi */
  --display: "Sora", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Ölçüler */
  --container: 1200px;
  --r-xl: 24px;
  --r-lg: 18px;
  --r-md: 13px;
  --r-sm: 9px;
  --pill: 999px;

  --sh-xs: 0 1px 2px rgba(12, 21, 18, 0.05);
  --sh-sm: 0 2px 8px rgba(12, 21, 18, 0.06), 0 1px 2px rgba(12, 21, 18, 0.04);
  --sh-md: 0 8px 24px rgba(12, 21, 18, 0.09), 0 2px 6px rgba(12, 21, 18, 0.05);
  --sh-lg: 0 24px 64px rgba(12, 21, 18, 0.14), 0 6px 16px rgba(12, 21, 18, 0.07);
  --sh-green: 0 10px 30px rgba(14, 138, 66, 0.28);

  --header-h: 68px;
  --topbar-h: 38px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; }
input, button, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; padding: 0; }
a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green); }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; letter-spacing: -0.02em; color: var(--text); font-weight: 700; }
h1 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.3rem); }
h3 { font-size: 1.18rem; }
p { overflow-wrap: break-word; }
ul[class], ol[class] { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid rgba(14, 138, 66, 0.5); outline-offset: 2px; border-radius: 4px; }
::selection { background: rgba(14, 138, 66, 0.18); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 300;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 12px;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; color: #fff; }

/* ---------- Düzen ---------- */
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section--tight { padding: clamp(32px, 4vw, 52px) 0; }
.section--surface { background: var(--surface); border-block: 1px solid var(--line); }
.section--dark {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(14, 138, 66, 0.22), transparent 60%),
    radial-gradient(900px 420px at -10% 110%, rgba(14, 138, 66, 0.14), transparent 55%),
    var(--ink);
  color: var(--ink-text);
}
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .muted, .section--dark p.muted { color: var(--ink-muted); }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.section-head .eyebrow { margin-bottom: 8px; }
.section-head p.lede { max-width: 56ch; color: var(--muted); margin-top: 10px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--green);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.section--dark .eyebrow { color: #6fdc9a; }

.muted { color: var(--muted); }
.center { text-align: center; }

.grid { display: grid; gap: 20px; }

/* ---------- Üst şerit: 3 ana mesaj (Revize §2.1) ---------- */
.topbar {
  background: linear-gradient(90deg, var(--green-900), var(--green-700) 55%, var(--green-800));
  color: #eaffef; font-size: 0.82rem; min-height: var(--topbar-h);
  display: flex; align-items: center; position: relative; z-index: 60;
}
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.topbar-msg { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; padding: 6px 0; }
.topbar-msg .t-item { display: inline-flex; align-items: center; gap: 7px; padding: 0 4px; white-space: nowrap; }
.topbar-msg .t-item svg { width: 15px; height: 15px; flex: none; color: #8ee6ab; }
.topbar-msg .t-sep { opacity: 0.4; }
.topbar-msg a { color: #d9ffe4; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.topbar-msg a:hover { color: #fff; }
@media (max-width: 720px) {
  .topbar-msg .t-item.hide-sm { display: none; }
}

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s;
}
.header.scrolled { box-shadow: var(--sh-sm); }
.header .container {
  display: flex; align-items: center; gap: 26px;
  height: var(--header-h);
}
.logo { display: flex; align-items: center; gap: 10px; flex: none; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 12px; flex: none;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-800) 100%);
  display: grid; place-items: center; color: #fff;
  box-shadow: var(--sh-green);
}
.logo-mark svg { width: 22px; height: 22px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text b { font-family: var(--display); font-size: 1.18rem; letter-spacing: -0.02em; color: var(--text); }
.logo-text span { font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

.nav { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.nav a {
  padding: 9px 14px; border-radius: var(--pill); font-weight: 600; font-size: 0.94rem;
  color: var(--text-2); transition: background 0.18s, color 0.18s; white-space: nowrap;
}
.nav a:hover { background: var(--green-soft); color: var(--green-800); }
.nav a[aria-current="page"], .nav a.active { background: var(--green-soft); color: var(--green-800); }

/* Mega menü (kategoriler) */
.has-mega { position: relative; }
.mega {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(6px);
  width: min(680px, calc(100vw - 40px));
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-lg); padding: 18px; z-index: 70;
  opacity: 0; visibility: hidden; pointer-events: none; transition: 0.22s ease;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
}
.mega.open, .has-mega.is-open .mega {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.mega a {
  display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: var(--r-md);
  font-weight: 600; font-size: 0.92rem; color: var(--text-2);
}
.mega a:hover { background: var(--green-softer); color: var(--green-800); }
.has-mega > a[data-menu-trigger] { display:inline-flex; align-items:center; gap:6px; }
.has-mega > a[data-menu-trigger] svg { transition: transform .2s ease; }
.has-mega.is-open > a[data-menu-trigger] svg { transform: rotate(180deg); }
.mega .mega-icon {
  width: 34px; height: 34px; flex: none; border-radius: 10px; background: var(--green-soft);
  display: grid; place-items: center; color: var(--green-700);
}
.mega .mega-icon svg { width: 18px; height: 18px; }
.mega .mega-all { grid-column: 1 / -1; border-top: 1px dashed var(--line); margin-top: 8px; padding-top: 14px; justify-content: center; color: var(--green-700); font-weight: 700; }

.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.icon-btn {
  position: relative; width: 42px; height: 42px; border-radius: var(--pill);
  display: grid; place-items: center; color: var(--text-2);
  border: 1px solid var(--line); background: var(--surface);
  transition: 0.18s;
}
.icon-btn:hover { border-color: var(--green); color: var(--green-700); background: var(--green-softer); }
.icon-btn svg { width: 20px; height: 20px; }
.cart-count {
  position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: var(--pill); background: var(--orange); color: #fff;
  font-size: 0.7rem; font-weight: 800; display: grid; place-items: center;
  border: 2px solid var(--surface); transform: scale(0); transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cart-count.show { transform: scale(1); }
.burger { display: none; }

.btn-wa-header {
  display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 16px;
  border-radius: var(--pill); background: var(--wa); color: #fff; font-weight: 700; font-size: 0.9rem;
  transition: 0.18s; box-shadow: 0 6px 16px rgba(31, 170, 83, 0.25);
}
.btn-wa-header:hover { background: var(--wa-dark); color: #fff; transform: translateY(-1px); }
.btn-wa-header svg { width: 17px; height: 17px; }
@media (max-width: 1120px) { .btn-wa-header span { display: none; } .btn-wa-header { padding: 0 13px; } }

/* Mobil menü */
@media (max-width: 960px) {
  .nav { display: none; }
  .burger { display: grid; }
  .mobile-nav {
    position: fixed; inset: 0; z-index: 90; background: rgba(12, 21, 18, 0.55);
    opacity: 0; visibility: hidden; transition: 0.25s; backdrop-filter: blur(3px);
  }
  .mobile-nav.open { opacity: 1; visibility: visible; }
  .mobile-nav-panel {
    position: absolute; top: 0; right: 0; bottom: 0; width: min(340px, 88vw);
    background: var(--surface); padding: 22px; overflow-y: auto;
    transform: translateX(100%); transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
    display: flex; flex-direction: column; gap: 6px;
  }
  .mobile-nav.open .mobile-nav-panel { transform: translateX(0); }
  .mobile-nav-panel a.mn-link {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    padding: 13px 14px; border-radius: var(--r-md); font-weight: 700; color: var(--text);
  }
  .mobile-nav-panel a.mn-link:hover { background: var(--green-softer); }
  .mobile-nav-panel .mn-title {
    font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted); font-weight: 800; padding: 16px 14px 6px;
  }
  .mobile-nav-panel .mn-close { align-self: flex-end; margin-bottom: 8px; }
}
@media (min-width: 961px) { .mobile-nav { display: none; } }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; border-radius: var(--pill); font-weight: 700; font-size: 0.95rem;
  transition: 0.18s; border: 1.5px solid transparent; white-space: nowrap; text-align: center;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn-primary { background: var(--green); color: #fff; box-shadow: var(--sh-green); }
.btn-primary:hover { background: var(--green-hover); color: #fff; transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); color: #fff; transform: translateY(-1px); }
.btn-outline { border-color: var(--line-strong); color: var(--text); background: var(--surface); }
.btn-outline:hover { border-color: var(--green); color: var(--green-700); background: var(--green-softer); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(31, 170, 83, 0.3); }
.btn-wa:hover { background: var(--wa-dark); color: #fff; transform: translateY(-1px); }
.btn-ghost { color: var(--green-700); }
.btn-ghost:hover { background: var(--green-soft); color: var(--green-800); }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-sm { padding: 9px 16px; font-size: 0.86rem; }
.btn-block { width: 100%; }
.btn[disabled], .btn.is-loading { opacity: 0.55; pointer-events: none; }
.btn .spinner {
  width: 16px; height: 16px; border-radius: 50%;
  border: 2.5px solid rgba(255, 255, 255, 0.35); border-top-color: #fff;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.link-more { font-weight: 700; color: var(--green-700); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.link-more:hover { gap: 10px; }
.section--dark .link-more { color: #8ee6ab; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(900px 480px at 88% -14%, rgba(14, 138, 66, 0.12), transparent 62%),
  radial-gradient(680px 420px at -8% 108%, rgba(245, 185, 66, 0.10), transparent 60%),
  var(--bg);
}
.hero .container {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 64px); align-items: center;
  padding: clamp(44px, 6.5vw, 84px) 0 clamp(52px, 7vw, 92px);
}
.hero-copy .eyebrow { margin-bottom: 16px; }
.hero h1 { margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--green); position: relative; white-space: nowrap; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.06em; height: 0.34em;
  background: rgba(14, 138, 66, 0.16); border-radius: 4px; z-index: -1;
}
.hero-sub { font-size: 1.08rem; color: var(--text-2); max-width: 54ch; margin-bottom: 26px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }

.hero-points { display: grid; gap: 10px; max-width: 520px; }
.hero-point {
  display: flex; align-items: center; gap: 13px; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 11px 15px;
  box-shadow: var(--sh-xs); font-size: 0.92rem; font-weight: 600; color: var(--text-2);
}
.hero-point .hp-icon {
  width: 36px; height: 36px; border-radius: 11px; flex: none; display: grid; place-items: center;
  background: var(--green-soft); color: var(--green-700);
}
.hero-point .hp-icon svg { width: 19px; height: 19px; }
.hero-point b { color: var(--text); }
.hero-point small { display: block; font-weight: 500; color: var(--muted); font-size: 0.8rem; line-height: 1.45; }

.hero-visual { position: relative; }
.hero-frame {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  background: linear-gradient(160deg, #ffffff, #eef5ef);
  border: 1px solid var(--line); box-shadow: var(--sh-lg);
  aspect-ratio: 4 / 3.4;
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-chip {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 10px 14px;
  box-shadow: var(--sh-md); font-size: 0.84rem; font-weight: 700; color: var(--text);
  animation: floaty 5.5s ease-in-out infinite;
}
.hero-chip small { display: block; font-weight: 500; color: var(--muted); font-size: 0.74rem; }
.hero-chip .hc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); flex: none; box-shadow: 0 0 0 4px rgba(14,138,66,0.16); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 50% { box-shadow: 0 0 0 7px rgba(14,138,66,0.07); } }
@keyframes floaty { 50% { transform: translateY(-8px); } }
.hero-chip--stock { top: 18px; right: -14px; }
.hero-chip--delivery { bottom: 22px; left: -18px; animation-delay: 1.4s; }
.hero-chip .hc-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--green-soft); color: var(--green-700); flex: none; }
.hero-chip .hc-icon svg { width: 18px; height: 18px; }

.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; padding-top: 22px; border-top: 1px dashed var(--line-strong); }
.hero-trust .ht-item { display: flex; align-items: center; gap: 9px; font-size: 0.86rem; color: var(--text-2); font-weight: 600; }
.hero-trust .ht-item svg { width: 17px; height: 17px; color: var(--green); flex: none; }
.hero-trust .ht-item b { color: var(--text); }

@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 520px; }
  .hero-chip--stock { right: 6px; }
  .hero-chip--delivery { left: 6px; }
}

/* ---------- Kategori kartları ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cat-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 20px 16px 17px; display: flex; flex-direction: column; gap: 12px;
  transition: 0.2s; position: relative; overflow: hidden;
}
.cat-card::after {
  content: ""; position: absolute; inset: auto -30% -60% auto; width: 120px; height: 120px;
  border-radius: 50%; background: radial-gradient(circle, rgba(14,138,66,0.10), transparent 70%);
  transition: 0.3s;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(14, 138, 66, 0.35); color: inherit; }
.cat-icon {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--green-soft), #f4fbf6); color: var(--green-700);
  border: 1px solid rgba(14, 138, 66, 0.14);
}
.cat-icon svg { width: 24px; height: 24px; }
.cat-card b { font-family: var(--display); font-size: 0.97rem; line-height: 1.3; color: var(--text); }
.cat-card span { font-size: 0.78rem; color: var(--muted); font-weight: 600; }
@media (max-width: 1020px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Ürün kartları ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1020px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.product-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: 0.22s; position: relative;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(14, 138, 66, 0.3); }
.pc-media { position: relative; aspect-ratio: 1 / 0.92; background: #f2f5f2; overflow: hidden; display: block; }
.pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .pc-media img { transform: scale(1.045); }
.pc-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; z-index: 2; }
.badge {
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: var(--pill); line-height: 1.4;
}
.badge-deal { background: var(--orange); color: #fff; }
.badge-new { background: var(--ink); color: #fff; }
.badge-sakarya { background: var(--green); color: #fff; }
.badge-amber { background: var(--amber-bar); color: #4a3208; }
.pc-discount {
  position: absolute; top: 10px; right: 10px; background: var(--danger); color: #fff;
  font-size: 0.72rem; font-weight: 800; padding: 4px 8px; border-radius: var(--pill); z-index: 2;
}
.pc-out {
  position: absolute; inset: 0; background: rgba(255, 255, 255, 0.72); display: grid; place-items: center;
  font-weight: 800; color: var(--text-2); font-size: 0.86rem; z-index: 1; backdrop-filter: grayscale(0.4);
}
.pc-body { padding: 14px 15px 15px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.pc-meta { font-size: 0.74rem; color: var(--muted); font-weight: 700; letter-spacing: 0.02em; }
.pc-name { font-size: 0.93rem; line-height: 1.38; font-weight: 600; color: var(--text); flex: 1; }
.pc-name a { color: inherit; }
.pc-name a:hover { color: var(--green-700); }
.pc-name .clamp { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pc-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: 2px; }
.pc-price { display: flex; flex-direction: column; line-height: 1.2; }
.pc-price b { font-family: var(--display); font-size: 1.08rem; color: var(--text); }
.pc-price del { font-size: 0.78rem; color: var(--muted); }
.pc-add {
  width: 38px; height: 38px; border-radius: 12px; flex: none;
  background: var(--green-soft); color: var(--green-700);
  display: grid; place-items: center; transition: 0.18s; border: 1px solid rgba(14, 138, 66, 0.18);
}
.pc-add svg { width: 18px; height: 18px; }
.pc-add:hover { background: var(--green); color: #fff; transform: scale(1.06); }
.pc-add:disabled { opacity: 0.4; pointer-events: none; }
.pc-sakarya-note { font-size: 0.74rem; font-weight: 700; color: var(--green-700); background: var(--green-soft); border-radius: 8px; padding: 4px 8px; display: inline-flex; align-items: center; gap: 5px; width: fit-content; }
.pc-sakarya-note svg { width: 13px; height: 13px; }

/* ---------- Koyu fırsat bandı ---------- */
.deal-band { position: relative; overflow: hidden; }
.deal-band .container { position: relative; z-index: 2; }
.deal-band-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.deal-copy h2 { margin-bottom: 14px; }
.deal-copy p { color: var(--ink-muted); margin-bottom: 22px; max-width: 46ch; }
.deal-stats { display: flex; gap: 26px; margin-bottom: 26px; flex-wrap: wrap; }
.deal-stat b { font-family: var(--display); font-size: 1.6rem; color: #fff; display: block; }
.deal-stat span { font-size: 0.8rem; color: var(--ink-muted); }
.deal-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.deal-rail .product-card { background: rgba(255, 255, 255, 0.05); border-color: var(--ink-line); }
.deal-rail .product-card:hover { border-color: rgba(110, 220, 154, 0.4); background: rgba(255, 255, 255, 0.08); }
.deal-rail .pc-media { background: rgba(255, 255, 255, 0.06); }
.deal-rail .pc-name, .deal-rail .pc-price b { color: #fff; }
.deal-rail .pc-meta, .deal-rail .pc-price del { color: var(--ink-muted); }
.deal-rail .pc-add { background: rgba(110, 220, 154, 0.14); color: #8ee6ab; border-color: rgba(110, 220, 154, 0.25); }
.deal-rail .pc-add:hover { background: #2fae63; color: #fff; }
@media (max-width: 960px) {
  .deal-band-grid { grid-template-columns: 1fr; }
  .deal-rail { grid-template-columns: repeat(3, 1fr); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .deal-rail .product-card { min-width: 220px; scroll-snap-align: start; }
}
@media (max-width: 560px) { .deal-rail { grid-template-columns: 1fr 1fr; } }

/* ---------- Nasıl çalışır (adımlar) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 22px; position: relative; transition: 0.2s;
}
.step:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.step-num {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 1.05rem;
  background: var(--ink); color: #fff; margin-bottom: 16px;
}
.step:nth-child(2) .step-num { background: var(--green-700); }
.step:nth-child(3) .step-num { background: var(--wa-dark); }
.step h3 { margin-bottom: 8px; font-size: 1.06rem; }
.step p { color: var(--muted); font-size: 0.92rem; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Yerel mağaza bandı ---------- */
.local-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(26px, 4vw, 56px); align-items: center; }
.local-frame { border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--ink-line); box-shadow: var(--sh-lg); aspect-ratio: 16 / 10.5; position: relative; }
.local-frame img { width: 100%; height: 100%; object-fit: cover; }
.local-info { display: grid; gap: 14px; margin: 22px 0 26px; }
.local-row { display: flex; gap: 14px; align-items: flex-start; }
.local-row .lr-icon { width: 40px; height: 40px; border-radius: 12px; background: rgba(110, 220, 154, 0.12); color: #8ee6ab; display: grid; place-items: center; flex: none; border: 1px solid rgba(110, 220, 154, 0.2); }
.local-row .lr-icon svg { width: 19px; height: 19px; }
.local-row b { display: block; color: #fff; font-size: 0.95rem; }
.local-row span, .local-row a { color: var(--ink-muted); font-size: 0.9rem; }
.local-row a:hover { color: #8ee6ab; }
@media (max-width: 920px) { .local-grid { grid-template-columns: 1fr; } }

/* ---------- Avantaj rozetleri (kargo/teslimat açıklamaları) ---------- */
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; transition: 0.2s;
}
.benefit:hover { box-shadow: var(--sh-sm); border-color: rgba(14, 138, 66, 0.3); }
.benefit .b-icon { width: 42px; height: 42px; border-radius: 13px; background: var(--green-soft); color: var(--green-700); display: grid; place-items: center; flex: none; }
.benefit .b-icon svg { width: 21px; height: 21px; }
.benefit b { display: block; font-size: 0.95rem; margin-bottom: 3px; }
.benefit span { font-size: 0.84rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 960px) { .benefit-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .benefit-grid { grid-template-columns: 1fr; } }

/* ---------- Rehber/kampanya kartları ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-card {
  background: linear-gradient(160deg, var(--surface), var(--green-softer));
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; display: flex;
  flex-direction: column; gap: 10px; transition: 0.2s; min-height: 170px;
}
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(14,138,66,0.35); }
.guide-card .g-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--green); color: #fff; display: grid; place-items: center; }
.guide-card .g-icon svg { width: 20px; height: 20px; }
.guide-card b { font-family: var(--display); font-size: 0.98rem; line-height: 1.35; color: var(--text); }
.guide-card span { font-size: 0.83rem; color: var(--muted); flex: 1; }
.guide-card .g-cta { font-size: 0.83rem; font-weight: 800; color: var(--green-700); display: inline-flex; gap: 5px; align-items: center; }
@media (max-width: 960px) { .guide-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .guide-grid { grid-template-columns: 1fr; } }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.page-hero {
  background:
    radial-gradient(760px 340px at 84% -20%, rgba(14, 138, 66, 0.13), transparent 60%),
    var(--surface);
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 5vw, 58px) 0 clamp(28px, 4vw, 44px);
}
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--muted); margin-bottom: 18px; flex-wrap: wrap; font-weight: 600; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--green-700); }
.breadcrumb .sep { opacity: 0.5; }
.page-hero h1 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin-bottom: 12px; }
.page-hero .lede { max-width: 66ch; color: var(--text-2); font-size: 1.02rem; }

/* ---------- Katalog ---------- */
.catalog-layout { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 28px; align-items: start; }
.filters {
  position: sticky; top: calc(var(--header-h) + 54px);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 20px; display: grid; gap: 18px; max-height: calc(100vh - var(--header-h) - 80px); overflow-y: auto;
}
.filter-group h4 { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; font-family: var(--body); font-weight: 800; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 8px 14px; border-radius: var(--pill); border: 1.5px solid var(--line);
  font-size: 0.84rem; font-weight: 700; color: var(--text-2); background: var(--surface); transition: 0.15s;
}
.chip:hover { border-color: var(--green); color: var(--green-700); }
.chip[aria-pressed="true"], .chip.active { background: var(--green); border-color: var(--green); color: #fff; box-shadow: var(--sh-green); }
.filter-list { display: grid; gap: 2px; }
.filter-list button {
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  padding: 8px 10px; border-radius: var(--r-sm); font-size: 0.9rem; font-weight: 600; color: var(--text-2); text-align: left; width: 100%;
}
.filter-list button:hover { background: var(--green-softer); color: var(--green-800); }
.filter-list button[aria-pressed="true"] { background: var(--green-soft); color: var(--green-800); font-weight: 800; }
.filter-list .count { font-size: 0.74rem; color: var(--muted); font-weight: 700; }

.catalog-toolbar {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 12px 16px;
}
.search-box { position: relative; flex: 1; min-width: 220px; }
.search-box svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: var(--muted); }
.search-box input {
  width: 100%; padding: 11px 14px 11px 40px; border-radius: var(--pill);
  border: 1.5px solid var(--line); background: var(--bg); font-size: 0.92rem; transition: 0.15s;
}
.search-box input:focus { outline: none; border-color: var(--green); background: var(--surface); box-shadow: 0 0 0 4px rgba(14,138,66,0.1); }
.toolbar-right { display: flex; gap: 10px; align-items: center; margin-left: auto; flex-wrap: wrap; }
.select-wrap { position: relative; }
.select-wrap select {
  appearance: none; padding: 10px 36px 10px 14px; border-radius: var(--pill);
  border: 1.5px solid var(--line); background: var(--surface); font-size: 0.88rem; font-weight: 600; cursor: pointer;
}
.select-wrap::after { content: ""; position: absolute; right: 14px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.switch-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.88rem; font-weight: 600; color: var(--text-2); cursor: pointer; user-select: none; }
.switch-label input { appearance: none; width: 38px; height: 22px; border-radius: var(--pill); background: var(--line-strong); position: relative; cursor: pointer; transition: 0.2s; flex: none; }
.switch-label input::after { content: ""; position: absolute; top: 2.5px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: #fff; transition: 0.2s; box-shadow: var(--sh-xs); }
.switch-label input:checked { background: var(--green); }
.switch-label input:checked::after { transform: translateX(15px); }
.result-count { font-size: 0.88rem; color: var(--muted); font-weight: 700; }
.result-count b { color: var(--text); }

.filter-toggle-mobile { display: none; }
@media (max-width: 960px) {
  .catalog-layout { grid-template-columns: 1fr; }
  .filters {
    position: fixed; inset: 0; z-index: 95; border-radius: 0; max-height: none;
    transform: translateX(-102%); transition: transform 0.28s cubic-bezier(0.32,0.72,0,1);
    padding: 22px; overflow-y: auto;
  }
  .filters.open { transform: translateX(0); }
  .filter-toggle-mobile { display: inline-flex; }
  .filters .fm-close { display: grid !important; }
}
.filters .fm-close { display: none; justify-self: end; }

.empty-state { text-align: center; padding: 70px 20px; background: var(--surface); border: 1px dashed var(--line-strong); border-radius: var(--r-lg); }
.empty-state svg { width: 56px; height: 56px; color: var(--line-strong); margin: 0 auto 16px; }
.empty-state b { display: block; font-size: 1.05rem; margin-bottom: 6px; }
.empty-state p { color: var(--muted); font-size: 0.92rem; margin-bottom: 18px; }

.skeleton { background: linear-gradient(100deg, #edf1ee 40%, #f7faf7 50%, #edf1ee 60%); background-size: 200% 100%; animation: shimmer 1.4s infinite; border-radius: var(--r-md); }
@keyframes shimmer { to { background-position: -200% 0; } }
.sk-card { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.sk-card .sk-img { aspect-ratio: 1 / 0.92; }
.sk-card .sk-line { height: 13px; margin: 12px 15px; }
.sk-card .sk-line.w60 { width: 60%; }
.sk-card .sk-line.w40 { width: 40%; margin-bottom: 18px; }

/* ---------- Ürün detay ---------- */
.product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(24px, 4vw, 52px); align-items: start; }
.gallery { position: sticky; top: calc(var(--header-h) + 54px); }
.gallery-main {
  border-radius: var(--r-xl); overflow: hidden; background: #f2f5f2; border: 1px solid var(--line);
  aspect-ratio: 1 / 0.94; position: relative;
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.gallery-thumbs button {
  width: 74px; height: 74px; border-radius: var(--r-md); overflow: hidden;
  border: 2px solid transparent; background: #f2f5f2; transition: 0.15s; padding: 0;
}
.gallery-thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs button[aria-current="true"] { border-color: var(--green); box-shadow: var(--sh-sm); }
.gallery-thumbs button:hover { border-color: var(--line-strong); }

.pd-brand { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-700); margin-bottom: 10px; }
.pd-title { font-size: clamp(1.45rem, 2.8vw, 2rem); margin-bottom: 14px; }
.pd-stock { display: inline-flex; align-items: center; gap: 8px; font-size: 0.86rem; font-weight: 700; padding: 6px 13px; border-radius: var(--pill); margin-bottom: 18px; }
.pd-stock.in { background: var(--green-soft); color: var(--green-800); }
.pd-stock.low { background: var(--amber-soft); color: var(--amber); }
.pd-stock.out { background: var(--danger-soft); color: var(--danger); }
.pd-stock .dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.pd-price-box {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 20px 22px; margin-bottom: 18px; box-shadow: var(--sh-xs);
}
.pd-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.pd-price b { font-family: var(--display); font-size: 2rem; color: var(--text); letter-spacing: -0.02em; }
.pd-price del { font-size: 1.05rem; color: var(--muted); }
.pd-price .save { background: var(--danger-soft); color: var(--danger); font-weight: 800; font-size: 0.8rem; padding: 4px 10px; border-radius: var(--pill); }
.pd-sakarya-note { margin-top: 12px; font-size: 0.87rem; color: var(--green-800); background: var(--green-soft); border-radius: var(--r-md); padding: 10px 13px; display: flex; gap: 9px; align-items: flex-start; }
.pd-sakarya-note svg { width: 17px; height: 17px; flex: none; margin-top: 2px; }
.pd-actions { display: flex; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.qty-picker { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--pill); overflow: hidden; background: var(--surface); }
.qty-picker button { width: 44px; height: 48px; font-size: 1.2rem; font-weight: 700; color: var(--text-2); transition: 0.15s; }
.qty-picker button:hover { background: var(--green-soft); color: var(--green-800); }
.qty-picker output { width: 44px; text-align: center; font-weight: 800; font-family: var(--display); }
.pd-wa-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.pd-desc { color: var(--text-2); margin-bottom: 22px; font-size: 0.98rem; }
.pd-features { display: grid; gap: 9px; margin-bottom: 26px; }
.pd-features li { display: flex; gap: 10px; font-size: 0.93rem; color: var(--text-2); align-items: flex-start; }
.pd-features svg { width: 18px; height: 18px; color: var(--green); flex: none; margin-top: 3px; }

.pd-delivery { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); overflow: hidden; margin-bottom: 26px; }
.pd-delivery summary, .pd-delivery-row { display: flex; gap: 13px; align-items: flex-start; padding: 15px 18px; }
.pd-delivery-row + .pd-delivery-row { border-top: 1px dashed var(--line); }
.pd-delivery-row .d-icon { width: 38px; height: 38px; border-radius: 12px; background: var(--green-soft); color: var(--green-700); display: grid; place-items: center; flex: none; }
.pd-delivery-row .d-icon svg { width: 19px; height: 19px; }
.pd-delivery-row b { display: block; font-size: 0.92rem; }
.pd-delivery-row span { font-size: 0.84rem; color: var(--muted); }
.pd-delivery-row a { font-size: 0.84rem; font-weight: 700; }

@media (max-width: 920px) {
  .product-layout { grid-template-columns: 1fr; }
  .gallery { position: static; }
}

/* ---------- Bildirim kutuları (Revize §4) ---------- */
.notice {
  border-radius: var(--r-md); padding: 13px 16px; font-size: 0.9rem; line-height: 1.55;
  display: flex; gap: 11px; align-items: flex-start; border: 1px solid;
}
.notice svg.n-icon { width: 19px; height: 19px; flex: none; margin-top: 2px; }
.notice b { font-weight: 800; }
.notice--amber { background: var(--amber-soft); border-color: var(--amber-line); color: var(--amber); }
.notice--green { background: var(--green-soft); border-color: rgba(14, 138, 66, 0.25); color: var(--green-800); }
.notice--red { background: var(--danger-soft); border-color: rgba(179, 53, 43, 0.2); color: var(--danger); }
.notice--info { background: #eef4fb; border-color: #cddff2; color: #1d4e89; }

.ship-progress { margin-top: 10px; }
.ship-progress .bar { height: 8px; border-radius: var(--pill); background: rgba(146, 97, 10, 0.14); overflow: hidden; }
.ship-progress .bar i { display: block; height: 100%; border-radius: var(--pill); background: linear-gradient(90deg, var(--amber-bar), #f0a92e); transition: width 0.45s cubic-bezier(0.32, 0.72, 0, 1); }
.ship-progress.done .bar i { background: linear-gradient(90deg, #2fae63, var(--green)); }
.ship-progress .labels { display: flex; justify-content: space-between; font-size: 0.74rem; color: var(--muted); margin-top: 6px; font-weight: 700; }

/* ---------- Sepet ---------- */
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 26px; align-items: start; }
@media (max-width: 980px) { .cart-layout { grid-template-columns: 1fr; } }

.cart-list { display: grid; gap: 12px; }
.cart-item {
  display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; gap: 16px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 14px; align-items: center;
}
.cart-item .ci-img { width: 92px; height: 92px; border-radius: var(--r-md); overflow: hidden; background: #f2f5f2; }
.cart-item .ci-img img { width: 100%; height: 100%; object-fit: cover; }
.ci-info { min-width: 0; }
.ci-info .ci-meta { font-size: 0.75rem; color: var(--muted); font-weight: 700; margin-bottom: 3px; }
.ci-info a.ci-name { font-weight: 700; font-size: 0.95rem; color: var(--text); line-height: 1.35; display: block; margin-bottom: 8px; }
.ci-info a.ci-name:hover { color: var(--green-700); }
.ci-controls { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ci-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--pill); overflow: hidden; }
.ci-qty button { width: 32px; height: 32px; font-weight: 700; color: var(--text-2); }
.ci-qty button:hover { background: var(--green-soft); color: var(--green-800); }
.ci-qty output { width: 36px; text-align: center; font-weight: 800; font-size: 0.9rem; }
.ci-remove { font-size: 0.8rem; font-weight: 700; color: var(--muted); display: inline-flex; gap: 5px; align-items: center; }
.ci-remove:hover { color: var(--danger); }
.ci-price { text-align: right; }
.ci-price b { font-family: var(--display); font-size: 1.02rem; display: block; }
.ci-price small { color: var(--muted); font-size: 0.76rem; }
.ci-price .ci-sakarya { display: inline-block; margin-top: 6px; font-size: 0.72rem; font-weight: 800; color: var(--green-800); background: var(--green-soft); padding: 3px 8px; border-radius: var(--pill); }
@media (max-width: 620px) {
  .cart-item { grid-template-columns: 72px minmax(0, 1fr); }
  .cart-item .ci-img { width: 72px; height: 72px; }
  .ci-price { grid-column: 1 / -1; text-align: left; display: flex; align-items: center; gap: 10px; }
}

.summary-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 24px; box-shadow: var(--sh-sm); position: sticky; top: calc(var(--header-h) + 54px);
}
.summary-card h3 { font-size: 1.08rem; margin-bottom: 16px; }
.sum-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 0.93rem; color: var(--text-2); }
.sum-row b { font-weight: 700; color: var(--text); }
.sum-row.discount { color: var(--green-700); font-weight: 700; }
.sum-row.discount b { color: var(--green-700); }
.sum-row.ship-free b { color: var(--green-700); }
.sum-total { border-top: 1.5px dashed var(--line); margin-top: 10px; padding-top: 16px; display: flex; justify-content: space-between; align-items: baseline; }
.sum-total span { font-weight: 800; font-size: 0.95rem; }
.sum-total b { font-family: var(--display); font-size: 1.5rem; letter-spacing: -0.02em; }
.summary-card .notice { margin: 14px 0; }
.summary-card .btn { margin-top: 6px; }
.sum-note { font-size: 0.78rem; color: var(--muted); margin-top: 12px; text-align: center; line-height: 1.5; }

/* Çekmece sepet */
.drawer-overlay { position: fixed; inset: 0; background: rgba(12, 21, 18, 0.5); z-index: 98; opacity: 0; visibility: hidden; transition: 0.25s; backdrop-filter: blur(3px); }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 94vw); z-index: 99;
  background: var(--surface); display: flex; flex-direction: column;
  transform: translateX(105%); transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: var(--sh-lg);
}
.cart-drawer.open { transform: translateX(0); }
.cd-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.cd-head b { font-family: var(--display); font-size: 1.05rem; }
.cd-items { flex: 1; overflow-y: auto; padding: 16px 20px; display: grid; gap: 12px; align-content: start; }
.cd-item { display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.cd-item img { width: 60px; height: 60px; border-radius: var(--r-sm); object-fit: cover; background: #f2f5f2; }
.cd-item .cd-name { font-size: 0.85rem; font-weight: 700; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cd-item .cd-meta { font-size: 0.76rem; color: var(--muted); margin-top: 3px; }
.cd-item .cd-price { font-weight: 800; font-size: 0.9rem; white-space: nowrap; }
.cd-foot { border-top: 1px solid var(--line); padding: 18px 20px; display: grid; gap: 12px; background: var(--bg); }
.cd-empty { text-align: center; padding: 50px 20px; color: var(--muted); }
.cd-empty svg { width: 54px; height: 54px; color: var(--line-strong); margin: 0 auto 14px; }

/* ---------- Ödeme / Checkout ---------- */
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 26px; align-items: start; }
@media (max-width: 1020px) { .checkout-layout { grid-template-columns: 1fr; } }
.co-section {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 26px; margin-bottom: 18px;
}
.co-section > h3 { display: flex; align-items: center; gap: 12px; font-size: 1.05rem; margin-bottom: 20px; }
.co-step-num {
  width: 30px; height: 30px; border-radius: 10px; background: var(--green-soft); color: var(--green-800);
  display: grid; place-items: center; font-size: 0.85rem; font-weight: 800; font-family: var(--display); flex: none;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .span-2 { grid-column: 1 / -1; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 0.84rem; font-weight: 700; margin-bottom: 6px; color: var(--text-2); }
.field label .req { color: var(--danger); }
.field .input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: var(--r-md); border: 1.5px solid var(--line);
  background: var(--surface); font-size: 0.94rem; transition: 0.15s; color: var(--text);
}
.field textarea { min-height: 90px; resize: vertical; }
.field .input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(14, 138, 66, 0.1);
}
.field .input.invalid, .field select.invalid { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(179, 53, 43, 0.08); }
.field .err { font-size: 0.78rem; color: var(--danger); margin-top: 5px; font-weight: 600; display: none; }
.field .err.show { display: block; }
.field .hint { font-size: 0.78rem; color: var(--muted); margin-top: 5px; }

.delivery-options { display: grid; gap: 10px; }
.delivery-option {
  display: flex; gap: 14px; align-items: flex-start; padding: 16px;
  border: 1.5px solid var(--line); border-radius: var(--r-lg); cursor: pointer; transition: 0.15s; position: relative;
  background: var(--surface);
}
.delivery-option:hover { border-color: var(--line-strong); background: var(--green-softer); }
.delivery-option input { position: absolute; opacity: 0; pointer-events: none; }
.delivery-option .do-radio {
  width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line-strong);
  flex: none; margin-top: 2px; display: grid; place-items: center; transition: 0.15s; background: #fff;
}
.delivery-option .do-radio::after { content: ""; width: 11px; height: 11px; border-radius: 50%; background: var(--green); transform: scale(0); transition: 0.18s cubic-bezier(0.34, 1.56, 0.64, 1); }
.delivery-option:has(input:checked) { border-color: var(--green); background: var(--green-softer); box-shadow: 0 0 0 3px rgba(14, 138, 66, 0.1); }
.delivery-option:has(input:checked) .do-radio { border-color: var(--green); }
.delivery-option:has(input:checked) .do-radio::after { transform: scale(1); }
.delivery-option:has(input:focus-visible) { outline: 3px solid rgba(14,138,66,0.4); outline-offset: 2px; }
.do-icon { width: 42px; height: 42px; border-radius: 13px; background: var(--green-soft); color: var(--green-700); display: grid; place-items: center; flex: none; }
.do-icon svg { width: 21px; height: 21px; }
.do-text b { display: block; font-size: 0.95rem; margin-bottom: 2px; }
.do-text span { font-size: 0.83rem; color: var(--muted); line-height: 1.5; display: block; }
.do-tag { margin-left: auto; flex: none; align-self: center; }

.sakarya-box {
  margin-top: 16px; border: 1.5px dashed rgba(14, 138, 66, 0.45); border-radius: var(--r-lg);
  background: linear-gradient(160deg, var(--green-softer), #fff); padding: 16px 18px;
}
.sakarya-check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.sakarya-check input { appearance: none; width: 22px; height: 22px; border-radius: 7px; border: 2px solid var(--line-strong); flex: none; margin-top: 2px; display: grid; place-items: center; transition: 0.15s; background: #fff; cursor: pointer; }
.sakarya-check input:checked { background: var(--green); border-color: var(--green); }
.sakarya-check input:checked::after { content: ""; width: 6px; height: 11px; border: 2.5px solid #fff; border-top: 0; border-left: 0; transform: rotate(45deg) translateY(-1px); }
.sakarya-check input:focus-visible { outline: 3px solid rgba(14,138,66,0.4); outline-offset: 2px; }
.sakarya-check b { display: block; font-size: 0.95rem; }
.sakarya-check span { font-size: 0.84rem; color: var(--muted); }
.sakarya-feedback { margin-top: 12px; display: none; }
.sakarya-feedback.show { display: block; animation: slide-down 0.25s ease; }
@keyframes slide-down { from { opacity: 0; transform: translateY(-6px); } }

.payment-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 620px) { .payment-options { grid-template-columns: 1fr; } }
.payment-option {
  border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 14px 12px; text-align: center;
  cursor: pointer; transition: 0.15s; position: relative; background: var(--surface);
}
.payment-option input { position: absolute; opacity: 0; pointer-events: none; }
.payment-option svg { width: 22px; height: 22px; margin: 0 auto 8px; color: var(--green-700); }
.payment-option b { font-size: 0.85rem; display: block; line-height: 1.35; }
.payment-option span { font-size: 0.74rem; color: var(--muted); }
.payment-option:has(input:checked) { border-color: var(--green); background: var(--green-softer); box-shadow: 0 0 0 3px rgba(14, 138, 66, 0.1); }

.consent-row { display: flex; gap: 11px; align-items: flex-start; font-size: 0.85rem; color: var(--text-2); margin-top: 16px; cursor: pointer; }
.consent-row input { appearance: none; width: 20px; height: 20px; border-radius: 6px; border: 2px solid var(--line-strong); flex: none; margin-top: 1px; display: grid; place-items: center; transition: 0.15s; background: #fff; cursor: pointer; }
.consent-row input:checked { background: var(--green); border-color: var(--green); }
.consent-row input:checked::after { content: ""; width: 5px; height: 10px; border: 2.5px solid #fff; border-top: 0; border-left: 0; transform: rotate(45deg) translateY(-1px); }
.consent-row a { text-decoration: underline; text-underline-offset: 2px; }

.order-review-item { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 9px 0; }
.order-review-item + .order-review-item { border-top: 1px dashed var(--line); }
.order-review-item img { width: 52px; height: 52px; border-radius: var(--r-sm); object-fit: cover; background: #f2f5f2; }
.order-review-item .or-name { font-size: 0.85rem; font-weight: 700; line-height: 1.35; }
.order-review-item .or-meta { font-size: 0.75rem; color: var(--muted); }
.order-review-item .or-price { font-weight: 800; font-size: 0.88rem; white-space: nowrap; }

/* ---------- Sipariş onayı ---------- */
.confirm-hero { text-align: center; padding: clamp(40px, 6vw, 72px) 0 8px; }
.confirm-icon {
  width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 22px;
  background: var(--green-soft); color: var(--green); display: grid; place-items: center;
  border: 2px solid rgba(14, 138, 66, 0.25);
  animation: pop-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes pop-in { from { transform: scale(0.4); opacity: 0; } }
.confirm-icon svg { width: 42px; height: 42px; }
.order-no-box {
  display: inline-flex; align-items: center; gap: 12px; background: var(--surface);
  border: 1.5px dashed var(--green); border-radius: var(--r-lg); padding: 12px 20px; margin: 18px 0 8px;
}
.order-no-box span { font-size: 0.8rem; color: var(--muted); font-weight: 700; }
.order-no-box b { font-family: var(--display); font-size: 1.25rem; letter-spacing: 0.04em; color: var(--green-800); }
.copy-btn { width: 34px; height: 34px; border-radius: 10px; background: var(--green-soft); color: var(--green-700); display: grid; place-items: center; transition: 0.15s; }
.copy-btn:hover { background: var(--green); color: #fff; }
.copy-btn svg { width: 16px; height: 16px; }

.timeline { display: flex; justify-content: space-between; position: relative; margin: 38px 0 10px; counter-reset: tl; }
.timeline::before { content: ""; position: absolute; top: 17px; left: 6%; right: 6%; height: 3px; background: var(--line); border-radius: 2px; }
.timeline .tl-fill { position: absolute; top: 17px; left: 6%; height: 3px; background: var(--green); border-radius: 2px; transition: width 0.6s ease; }
.tl-step { position: relative; z-index: 2; flex: 1; text-align: center; }
.tl-step .tl-dot {
  width: 36px; height: 36px; border-radius: 50%; margin: 0 auto 9px; background: var(--surface);
  border: 3px solid var(--line); display: grid; place-items: center; color: var(--line-strong); transition: 0.3s;
}
.tl-step .tl-dot svg { width: 16px; height: 16px; }
.tl-step span { font-size: 0.74rem; font-weight: 700; color: var(--muted); display: block; padding: 0 4px; }
.tl-step.done .tl-dot { border-color: var(--green); background: var(--green); color: #fff; }
.tl-step.done span { color: var(--green-800); }
.tl-step.current .tl-dot { border-color: var(--green); color: var(--green); box-shadow: 0 0 0 5px rgba(14, 138, 66, 0.15); animation: pulse-dot 2s infinite; }
.tl-step.current span { color: var(--text); font-weight: 800; }
@media (max-width: 620px) { .tl-step span { font-size: 0.64rem; } }

.confirm-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
@media (max-width: 820px) { .confirm-cards { grid-template-columns: 1fr; } }
.confirm-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 24px; }
.confirm-card h3 { font-size: 1rem; margin-bottom: 14px; display: flex; align-items: center; gap: 9px; }
.confirm-card h3 svg { width: 18px; height: 18px; color: var(--green-700); }
.kv { display: grid; gap: 0; font-size: 0.9rem; }
.kv .kv-row { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px dashed var(--line); }
.kv .kv-row:last-child { border-bottom: 0; }
.kv .kv-row span { color: var(--muted); font-weight: 600; }
.kv .kv-row b { text-align: right; font-weight: 700; }

/* ---------- İçerik sayfaları (teslimat, iletişim, SEO) ---------- */
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; align-items: start; }
@media (max-width: 980px) { .content-layout { grid-template-columns: 1fr; } }
.prose { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px, 3.4vw, 38px); }
.prose h2 { font-size: 1.35rem; margin: 34px 0 14px; display: flex; align-items: center; gap: 12px; }
.prose h2:first-child { margin-top: 0; }
.prose h2 .h2-icon { width: 40px; height: 40px; border-radius: 13px; background: var(--green-soft); color: var(--green-700); display: grid; place-items: center; flex: none; }
.prose h2 .h2-icon svg { width: 20px; height: 20px; }
.prose h3 { font-size: 1.06rem; margin: 22px 0 10px; }
.prose p { color: var(--text-2); margin-bottom: 14px; }
.prose ul { margin: 0 0 16px; display: grid; gap: 9px; }
.prose ul li { display: flex; gap: 10px; color: var(--text-2); font-size: 0.95rem; align-items: flex-start; }
.prose ul li::before {
  content: ""; width: 18px; height: 18px; flex: none; margin-top: 3px; border-radius: 50%;
  background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b6b33' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 10px no-repeat;
}
.prose strong { color: var(--text); }
.prose .notice { margin: 16px 0; }

.info-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 24px; box-shadow: var(--sh-sm); position: sticky; top: calc(var(--header-h) + 54px);
  display: grid; gap: 18px;
}
.info-card h3 { font-size: 1.02rem; }
.info-row { display: flex; gap: 13px; align-items: flex-start; }
.info-row .ir-icon { width: 40px; height: 40px; border-radius: 13px; background: var(--green-soft); color: var(--green-700); display: grid; place-items: center; flex: none; }
.info-row .ir-icon svg { width: 19px; height: 19px; }
.info-row b { display: block; font-size: 0.88rem; }
.info-row span, .info-row a { font-size: 0.87rem; color: var(--muted); line-height: 1.55; }
.info-row a:hover { color: var(--green-700); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.hours-table td { padding: 7px 0; border-bottom: 1px dashed var(--line); color: var(--text-2); }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table td:last-child { text-align: right; font-weight: 700; }
.hours-table tr.today td { color: var(--green-800); font-weight: 800; }
.map-frame { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.faq { display: grid; gap: 10px; margin: 18px 0; }
.faq details {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 0; overflow: hidden; transition: 0.2s;
}
.faq details[open] { border-color: rgba(14, 138, 66, 0.35); box-shadow: var(--sh-sm); }
.faq summary {
  padding: 16px 18px; font-weight: 700; font-size: 0.95rem; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; width: 10px; height: 10px; flex: none; border-right: 2.5px solid var(--green); border-bottom: 2.5px solid var(--green);
  transform: rotate(45deg) translateY(-2px); transition: transform 0.2s;
}
.faq details[open] summary::after { transform: rotate(225deg) translateY(-2px); }
.faq .faq-body { padding: 0 18px 16px; color: var(--text-2); font-size: 0.92rem; }

.district-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; margin: 14px 0; }
.district {
  background: var(--green-softer); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 9px 12px; font-size: 0.85rem; font-weight: 600; color: var(--text-2);
  display: flex; align-items: center; gap: 8px;
}
.district svg { width: 14px; height: 14px; color: var(--green); flex: none; }
.district.same-day { background: var(--green-soft); border-color: rgba(14,138,66,0.25); color: var(--green-800); font-weight: 700; }

/* ---------- CTA bandı ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-inner {
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(110, 220, 154, 0.16), transparent 60%),
    linear-gradient(135deg, var(--green-900), var(--green-700) 60%, var(--green-800));
  border-radius: var(--r-xl); padding: clamp(30px, 4.6vw, 54px);
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  color: #eaffef; box-shadow: var(--sh-lg);
}
.cta-inner h2 { color: #fff; font-size: clamp(1.3rem, 2.6vw, 1.8rem); margin-bottom: 8px; }
.cta-inner p { color: rgba(234, 255, 239, 0.82); max-width: 52ch; font-size: 0.98rem; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-inner .btn-light { background: #fff; color: var(--green-800); }
.cta-inner .btn-light:hover { background: #eaffef; color: var(--green-900); }
.cta-inner .btn-outline-light { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.cta-inner .btn-outline-light:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; color: #fff; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--ink-muted); margin-top: auto; }
.footer .container { padding: clamp(44px, 6vw, 68px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 42px; }
.footer h4 { color: #fff; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--body); font-weight: 800; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: var(--ink-muted); font-size: 0.9rem; transition: 0.15s; width: fit-content; }
.footer-links a:hover { color: #8ee6ab; transform: translateX(2px); }
.footer-brand p { font-size: 0.9rem; margin: 14px 0 18px; max-width: 34ch; line-height: 1.6; }
.footer .logo-text b { color: #fff; }
.footer .logo-text span { color: var(--ink-muted); }
.footer-contact { display: grid; gap: 12px; font-size: 0.9rem; }
.footer-contact .fc-row { display: flex; gap: 11px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: #6fdc9a; flex: none; margin-top: 3px; }
.footer-contact a { color: var(--ink-muted); }
.footer-contact a:hover { color: #8ee6ab; }
.footer-bottom {
  border-top: 1px solid var(--ink-line); padding: 20px 0 26px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 0.8rem;
}
.footer-bottom a { color: var(--ink-muted); }
.footer-bottom a:hover { color: #8ee6ab; }
.footer-payments { display: flex; gap: 8px; align-items: center; }
.pay-chip { background: rgba(255,255,255,0.07); border: 1px solid var(--ink-line); border-radius: 7px; padding: 4px 10px; font-size: 0.72rem; font-weight: 700; color: var(--ink-muted); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- WhatsApp FAB ---------- */
.wa-fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 80;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 32px rgba(31, 170, 83, 0.45);
  transition: 0.2s; animation: fab-in 0.5s 0.6s backwards cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes fab-in { from { transform: scale(0) translateY(30px); } }
.wa-fab:hover { transform: scale(1.08) translateY(-2px); background: var(--wa-dark); color: #fff; }
.wa-fab svg { width: 29px; height: 29px; }
.wa-fab .fab-ping { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(31, 170, 83, 0.5); animation: ping 2.4s cubic-bezier(0, 0, 0.2, 1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(1.35); opacity: 0; } }
.wa-fab-label {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
  background: var(--ink); color: #fff; font-size: 0.8rem; font-weight: 700; white-space: nowrap;
  padding: 8px 14px; border-radius: var(--r-sm); opacity: 0; pointer-events: none; transition: 0.2s;
}
.wa-fab:hover .wa-fab-label { opacity: 1; }
@media (max-width: 560px) { .wa-fab-label { display: none; } }

/* ---------- Toast ---------- */
.toast-wrap { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 200; display: grid; gap: 10px; width: min(420px, calc(100vw - 32px)); }
.toast {
  background: var(--ink); color: #fff; border-radius: var(--r-md); padding: 13px 18px;
  font-size: 0.9rem; font-weight: 600; display: flex; gap: 11px; align-items: center;
  box-shadow: var(--sh-lg); animation: toast-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes toast-in { from { opacity: 0; transform: translateY(16px) scale(0.97); } }
.toast.out { opacity: 0; transform: translateY(10px); transition: 0.3s; }
.toast svg { width: 19px; height: 19px; flex: none; }
.toast.success svg { color: #6fdc9a; }
.toast.error { background: #7c2d24; }
.toast.error svg { color: #ffb4ab; }
.toast.info svg { color: #9ecbff; }

/* ---------- Çerez onayı ---------- */
.consent {
  position: fixed; left: 20px; bottom: 20px; z-index: 150; width: min(480px, calc(100vw - 40px));
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-lg); padding: 22px; display: none;
}
.consent.show { display: block; animation: toast-in 0.35s ease; }
.consent b { font-family: var(--display); font-size: 1rem; display: block; margin-bottom: 8px; }
.consent p { font-size: 0.84rem; color: var(--muted); margin-bottom: 16px; line-height: 1.55; }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 560px) { .wa-fab { bottom: 16px; right: 16px; } .consent { bottom: 86px; left: 12px; } }

/* ---------- Yardımcılar ---------- */
.flex { display: flex; }
.flex-between { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.gap-10 { gap: 10px; }
.mt-0 { margin-top: 0; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; }
.mb-0 { margin-bottom: 0; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; }
.w-full { width: 100%; }
.text-green { color: var(--green-700); }
.text-sm { font-size: 0.86rem; }
.hidden { display: none !important; }
.divider { height: 1px; background: var(--line); border: 0; margin: 26px 0; }

.page-body { min-height: 60vh; padding: clamp(30px, 4.5vw, 52px) 0 clamp(48px, 6vw, 80px); }
body { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1; }

/* 404 */
.notfound { text-align: center; padding: 90px 20px; }
.notfound .nf-code { font-family: var(--display); font-size: clamp(5rem, 14vw, 9rem); font-weight: 800; color: var(--green-soft); line-height: 1; letter-spacing: -0.04em; -webkit-text-stroke: 2px rgba(14,138,66,0.25); }
.notfound h1 { font-size: 1.6rem; margin: 10px 0 12px; }
.notfound p { color: var(--muted); margin-bottom: 26px; }
.notfound .nf-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   v2 EKLER — Glassmorphism, maximalism, 360° vitrin, yorumlar
   ============================================================ */

/* ---------- İkon boyut disiplini (P: kategori ikonları çok büyüktü) ---------- */
svg.ic { width: 20px; height: 20px; flex: none; vertical-align: -0.18em; }
.filter-list button svg.ic { width: 16px; height: 16px; color: var(--green); margin-right: 2px; display: inline-block; vertical-align: -3px; }
.sum-row svg.ic, .kv-row svg.ic { width: 15px; height: 15px; display: inline-block; vertical-align: -2px; margin-right: 4px; }
.ci-remove svg.ic { width: 14px; height: 14px; }
.topbar-msg a svg.ic { width: 14px; height: 14px; }
.mega a svg.ic { width: 18px; height: 18px; }
.pd-features svg.ic { margin-top: 3px; vertical-align: 0; }
.prose ul li svg.ic { width: 18px; height: 18px; }

/* ---------- Glassmorphism yardımcıları ---------- */
.glass {
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px rgba(12, 21, 18, 0.10);
}
.section--dark .glass {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.glass-strong {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* ---------- Aurora (maximalist hero arka planı) ---------- */
.hero { position: relative; }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px);
  pointer-events: none; z-index: 0; opacity: 0.55;
}
.hero::before {
  width: 560px; height: 560px; top: -180px; right: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(14, 138, 66, 0.4), rgba(110, 220, 154, 0.12) 60%, transparent 75%);
  animation: aurora-a 14s ease-in-out infinite alternate;
}
.hero::after {
  width: 460px; height: 460px; bottom: -200px; left: -140px;
  background: radial-gradient(circle at 60% 40%, rgba(245, 185, 66, 0.32), rgba(226, 102, 31, 0.1) 60%, transparent 75%);
  animation: aurora-b 18s ease-in-out infinite alternate;
}
.hero .container { position: relative; z-index: 1; }
@keyframes aurora-a { to { transform: translate3d(-70px, 50px, 0) scale(1.12); } }
@keyframes aurora-b { to { transform: translate3d(60px, -40px, 0) scale(1.08); } }

/* Hafif noise dokusu (koyu bölümler) */
.section--dark::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.035 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.section--dark { position: relative; }
.section--dark > .container { position: relative; z-index: 2; }

/* ---------- Gradyan metin & dev kontur filigran ---------- */
.gradient-text {
  background: linear-gradient(100deg, #0b6b33 10%, #0e8a42 40%, #6fdc9a 70%, #f5b942 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% auto; animation: shine 6s linear infinite;
}
.section--dark .gradient-text {
  background: linear-gradient(100deg, #ffffff 10%, #8ee6ab 45%, #f5b942 75%, #ffffff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
@keyframes shine { to { background-position: 200% center; } }
.watermark {
  position: absolute; font-family: var(--display); font-weight: 800; font-size: clamp(5rem, 14vw, 11rem);
  color: transparent; -webkit-text-stroke: 1.5px rgba(14, 138, 66, 0.12); letter-spacing: -0.03em;
  pointer-events: none; user-select: none; z-index: 0; line-height: 1; white-space: nowrap;
}
.section--dark .watermark { -webkit-text-stroke-color: rgba(140, 230, 171, 0.14); }

/* ---------- Sticker rozet (eğik, maksimalist) ---------- */
.sticker-badge {
  display: inline-grid; place-items: center; text-align: center;
  width: 84px; height: 84px; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffd76e, var(--amber-bar) 55%, #e2941f);
  color: #46300a; font-family: var(--display); font-weight: 800; font-size: 0.92rem; line-height: 1.05;
  transform: rotate(-12deg);
  box-shadow: 0 10px 26px rgba(226, 148, 31, 0.45), inset 0 2px 6px rgba(255, 255, 255, 0.55);
  border: 2.5px dashed rgba(255, 255, 255, 0.75);
  animation: sticker-wobble 5s ease-in-out infinite;
}
@keyframes sticker-wobble { 50% { transform: rotate(-7deg) scale(1.05); } }

/* ---------- Kayan şerit (ticker) ---------- */
.ticker {
  background: linear-gradient(90deg, var(--green-900), var(--green-700) 45%, #0f9d4c 70%, var(--green-900));
  color: #eaffef; overflow: hidden; padding: 13px 0; position: relative;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.ticker::before, .ticker::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--green-900), transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, var(--green-900), transparent); }
.ticker-track { display: flex; width: max-content; animation: ticker-scroll 34s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span {
  display: inline-flex; align-items: center; gap: 12px; padding: 0 26px;
  font-family: var(--display); font-weight: 700; font-size: 0.92rem; letter-spacing: 0.02em; white-space: nowrap;
}
.ticker-track span svg { width: 16px; height: 16px; color: #ffd76e; }
.ticker-track b { color: #ffd76e; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

/* ---------- 360° Spin görüntüleyici ---------- */
.spin-viewer { position: relative; width: 100%; height: 100%; outline: none; }
.spin-stage {
  position: relative; width: 100%; height: 100%; overflow: hidden; cursor: grab;
  touch-action: pan-y; user-select: none; -webkit-user-select: none;
}
.spin-stage.dragging { cursor: grabbing; }
.spin-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(var(--spin-zoom, 1)); transform-origin: center;
  transition: opacity 0.09s linear; pointer-events: none;
}
.spin-badge {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(12, 21, 18, 0.72); color: #fff; backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--pill); pointer-events: none;
}
.spin-badge svg { width: 14px; height: 14px; animation: spin-slow 4s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }
.spin-hint {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 3;
  background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(8px);
  color: var(--text-2); font-size: 0.76rem; font-weight: 800; padding: 6px 14px;
  border-radius: var(--pill); pointer-events: none; box-shadow: var(--sh-sm);
  animation: hint-pulse 2.2s ease-in-out infinite; transition: opacity 0.4s;
}
.spin-hint.hide { opacity: 0; }
@keyframes hint-pulse { 50% { transform: translateX(-50%) scale(1.06); } }
.spin-viewer:focus-visible .spin-stage { box-shadow: inset 0 0 0 3px rgba(14, 138, 66, 0.5); border-radius: var(--r-lg); }

/* Ürün detay: spin host + mod anahtarı */
.gallery-main { position: relative; }
.spin-host { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 2; border-radius: inherit; }
.spin-host.active { opacity: 1; pointer-events: auto; }
.spin-switch { display: flex; gap: 8px; margin-top: 12px; }
.spin-switch button {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: var(--pill); border: 1.5px solid var(--line);
  font-weight: 700; font-size: 0.86rem; color: var(--muted); background: var(--surface); transition: 0.15s;
}
.spin-switch button svg.ic { width: 16px; height: 16px; }
.spin-switch button.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.spin-switch button:hover:not(.on) { border-color: var(--green); color: var(--green-700); }

/* ---------- 3D Vitrin sahnesi (ana sayfa) ---------- */
.showcase { position: relative; overflow: hidden; }
.showcase-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(26px, 5vw, 64px); align-items: center;
}
.showcase-stage {
  position: relative; aspect-ratio: 1 / 0.92; border-radius: var(--r-xl);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(140, 230, 171, 0.22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.showcase-spin { position: absolute; inset: 0; z-index: 2; }
.showcase-ring {
  position: absolute; left: 50%; bottom: -34%; width: 120%; aspect-ratio: 1; transform: translateX(-50%);
  border-radius: 50%;
  border: 2px dashed rgba(140, 230, 171, 0.35);
  background: radial-gradient(circle at 50% 40%, rgba(14, 138, 66, 0.25), transparent 60%);
  animation: ring-spin 22s linear infinite; z-index: 1;
}
@keyframes ring-spin { to { transform: translateX(-50%) rotate(360deg); } }
.showcase-glow {
  position: absolute; inset: -30%;
  background:
    radial-gradient(420px 300px at 25% 20%, rgba(14, 138, 66, 0.35), transparent 65%),
    radial-gradient(360px 280px at 80% 75%, rgba(245, 185, 66, 0.22), transparent 65%);
  filter: blur(30px); z-index: 0; animation: aurora-a 12s ease-in-out infinite alternate;
}
.showcase-info { position: relative; }
.showcase-info .eyebrow { margin-bottom: 14px; }
.showcase-info h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 16px; }
.showcase-info .sticker-badge { position: absolute; top: -34px; right: 6px; }
.showcase-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.showcase-price b { font-family: var(--display); font-size: 2.1rem; color: #fff; letter-spacing: -0.02em; }
.showcase-price del { color: var(--ink-muted); font-size: 1rem; }
.showcase-price .save { background: rgba(255, 122, 61, 0.18); color: #ffb08a; font-weight: 800; font-size: 0.8rem; padding: 4px 10px; border-radius: var(--pill); }
.showcase-desc { color: var(--ink-muted); max-width: 50ch; margin-bottom: 22px; }
.showcase-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.showcase-info .btn-outline { border-color: rgba(255, 255, 255, 0.35); color: #fff; background: transparent; }
.showcase-info .btn-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; color: #fff; }
.showcase-dots { display: flex; gap: 8px; margin-top: 22px; }
.showcase-dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); transition: 0.2s; }
.showcase-dots button.on { background: #6fdc9a; transform: scale(1.25); }
@media (max-width: 940px) {
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-info .sticker-badge { top: -46px; right: 0; }
}

/* ---------- Yorum duvarı (kayan kartlar) ---------- */
.reviews { overflow: hidden; position: relative; }
.review-head { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 34px; }
.rating-badge {
  display: flex; align-items: center; gap: 16px; padding: 18px 24px; border-radius: var(--r-xl);
}
.rating-badge .rb-score { font-family: var(--display); font-size: 2.6rem; font-weight: 800; line-height: 1; color: var(--text); }
.rating-badge .rb-meta { display: grid; gap: 4px; }
.stars { display: inline-flex; gap: 2px; color: #f5a623; }
.stars svg { width: 16px; height: 16px; }
.rb-meta small { color: var(--muted); font-weight: 600; font-size: 0.8rem; }
.btn-google {
  display: inline-flex; align-items: center; gap: 9px; padding: 12px 20px; border-radius: var(--pill);
  border: 1.5px solid var(--line); background: var(--surface); font-weight: 700; font-size: 0.9rem; color: var(--text);
  transition: 0.15s; box-shadow: var(--sh-xs);
}
.btn-google:hover { border-color: var(--green); box-shadow: var(--sh-sm); transform: translateY(-1px); color: var(--text); }
.btn-google svg.ic { width: 18px; height: 18px; }

.review-rail { position: relative; }
.review-row { display: flex; gap: 16px; width: max-content; padding-block: 6px; }
.review-row.a { animation: review-scroll 46s linear infinite; }
.review-row.b { animation: review-scroll 58s linear infinite reverse; margin-top: 16px; }
.reviews:hover .review-row { animation-play-state: paused; }
@keyframes review-scroll { to { transform: translateX(-50%); } }
.review-card {
  width: 340px; flex: none; border-radius: var(--r-lg); padding: 20px 22px; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.rc-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rc-src { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 800; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; }
.rc-src svg.ic { width: 14px; height: 14px; }
.review-card blockquote { font-size: 0.9rem; color: var(--text-2); line-height: 1.55; }
.review-card figcaption { display: flex; align-items: baseline; gap: 10px; font-size: 0.82rem; }
.review-card figcaption b { color: var(--text); }
.review-card figcaption span { color: var(--muted); font-size: 0.74rem; }
.review-fade-l, .review-fade-r { position: absolute; top: 0; bottom: 0; width: 90px; z-index: 3; pointer-events: none; }
.review-fade-l { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.review-fade-r { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
@media (max-width: 640px) { .review-card { width: 280px; } }

/* ---------- Instagram ---------- */
.btn-ig {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 22px; border-radius: var(--pill); font-weight: 700; font-size: 0.9rem; color: #fff;
  background: linear-gradient(120deg, #f9ce34, #ee2a7b 55%, #6228d7);
  box-shadow: 0 8px 24px rgba(238, 42, 123, 0.3); transition: 0.18s;
}
.btn-ig:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 12px 30px rgba(238, 42, 123, 0.42); }
.btn-ig svg.ic { width: 17px; height: 17px; }
.ig-row { display: flex; align-items: center; gap: 10px; }

/* ---------- Konfeti ---------- */
#th-confetti { position: fixed; inset: 0; pointer-events: none; z-index: 400; }

/* ---------- Logo (img) ---------- */
.logo-img { height: 44px; width: auto; display: block; }
.footer .logo-img { height: 42px; }

/* Kısmi teslimat ilçesi */
.district.partial { background: var(--amber-soft); border-color: var(--amber-line); color: var(--amber); font-weight: 700; }
.district.partial svg { color: #d99a1f; }

/* Puan rozeti hizalama (info kartı içi) */
.info-card .rating-badge { padding: 14px 18px; }
.info-card .rating-badge .rb-score { font-size: 2rem; }

/* Yorum bölümü başlık hizası */
.review-head .btn-google, .review-head .btn { flex: none; }
@media (max-width: 820px) { .review-head { gap: 14px; } .review-head .btn-google { display: none; } }

/* ---------- Gerçek 3D model (model-viewer) ---------- */
.model-host {
  position: absolute; inset: 0; z-index: 3; opacity: 0; pointer-events: none;
  transition: opacity 0.3s; border-radius: inherit; overflow: hidden; background: #f2f5f2;
}
.model-host.active { opacity: 1; pointer-events: auto; }
.model-host model-viewer { width: 100%; height: 100%; display: block; }
.model-fallback {
  position: absolute; inset: 0; display: grid; place-content: center; gap: 8px; text-align: center;
  padding: 24px; color: var(--muted); font-size: 0.9rem; font-weight: 600;
}
.model-fallback svg { width: 34px; height: 34px; margin: 0 auto; color: var(--line-strong); }
.showcase-model { background: transparent !important; }
.showcase-model model-viewer {
  width: 100%; height: 100%;
  --progress-bar-height: 4px;
  --progress-color: #6fdc9a;
}
.showcase-stage.is-model { border-color: rgba(167, 139, 250, 0.35); }
.showcase-stage.is-model .showcase-ring { border-color: rgba(167, 139, 250, 0.4); }

/* ---------- Kullanıcı tercihleri: koyu mod + dil ---------- */
.pref-switch { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 3px 7px; border: 1px solid var(--line); border-radius: var(--pill); background: var(--surface); color: var(--text-2); font-size: .68rem; font-weight: 800; letter-spacing: .03em; white-space: nowrap; }
.pref-switch:hover { border-color: var(--green); color: var(--green-700); }
.pref-switch-track { width: 28px; height: 16px; border-radius: var(--pill); background: var(--line-strong); position: relative; transition: .2s; }
.pref-switch-knob { width: 12px; height: 12px; position: absolute; left: 2px; top: 2px; border-radius: 50%; background: #fff; box-shadow: var(--sh-xs); transition: .2s; }
.pref-switch[aria-pressed="true"] .pref-switch-track { background: var(--green); }
.pref-switch[aria-pressed="true"] .pref-switch-knob { transform: translateX(12px); }
.pref-lang .pref-switch-track { background: var(--ink-3); }
.pref-lang[aria-pressed="true"] .pref-switch-track { background: var(--green); }
.mn-preferences { display: flex; gap: 8px; flex-wrap: wrap; padding: 14px; border-block: 1px dashed var(--line); margin: 8px 0; }
.mn-preferences .pref-switch { flex: 1; justify-content: center; }
.has-mega > a > svg { width: 14px !important; height: 14px !important; stroke-width: 2.2; transition: transform .2s; }
.has-mega:hover > a > svg, .has-mega:focus-within > a > svg, .has-mega > a[aria-expanded="true"] > svg { transform: rotate(180deg); }
.topbar { min-height: 32px; font-size: .75rem; }
.topbar-msg { padding: 4px 0; gap: 6px; }
.topbar-msg .t-item { gap: 5px; }

html[data-theme="dark"] {
  --bg: #07110c; --surface: #0d1b14; --line: #1d3527; --line-strong: #2b4a37;
  --text: #ecf8ef; --text-2: #c2d4c7; --muted: #8da697; --green-soft: #123b25; --green-softer: #0f2b1c;
  --ink: #020805; --ink-2: #07130c; --ink-3: #123b25;
  --sh-xs: 0 1px 2px rgba(0,0,0,.25); --sh-sm: 0 4px 16px rgba(0,0,0,.3); --sh-md: 0 12px 32px rgba(0,0,0,.35); --sh-lg: 0 24px 70px rgba(0,0,0,.48);
  color-scheme: dark;
}
html[data-theme="dark"] .header { background: rgba(7, 17, 12, .9); }
html[data-theme="dark"] .header .logo-img--light-theme { display: none; }
html[data-theme="light"] .header .logo-img--dark-theme { display: none; }
html[data-theme="dark"] .header .logo-img--dark-theme { display: block; }
html[data-theme="dark"] .hero-frame, html[data-theme="dark"] .pc-media, html[data-theme="dark"] .gallery-main { background: #102219; }
html[data-theme="dark"] .pc-out { background: rgba(7, 17, 12, .78); }
html[data-theme="dark"] .topbar { background: linear-gradient(90deg, #020805, #0b4e2a 55%, #071a0e); }
html[data-theme="dark"] .section--surface, html[data-theme="dark"] .cat-card, html[data-theme="dark"] .product-card { background: var(--surface); }

@media (max-width: 1120px) {
  .header .container { gap: 12px; }
  .header-actions { gap: 6px; }
  .pref-switch { padding-inline: 5px; }
  .pref-switch > span:last-child { display: none; }
}
@media (max-width: 960px) {
  .header .container { height: 62px; }
  .logo-img { height: 38px; }
  .header-actions .pref-switch { display: none; }
}
@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .header .container { gap: 8px; }
  .header .logo { min-width: 0; }
  .header .logo-img { width: 144px; max-width: 144px; height: auto; }
  .header-actions { margin-left: auto; gap: 4px; }
  .header-actions .icon-btn, .header-actions .btn-wa-header { width: 38px; height: 38px; padding: 0; justify-content: center; }
  .header-actions .icon-btn svg, .header-actions .btn-wa-header svg { width: 18px; height: 18px; }
  .topbar-msg { justify-content: flex-start; overflow: hidden; white-space: nowrap; flex-wrap: nowrap; }
  .topbar-msg .t-item { font-size: .68rem; }
  .topbar-msg .t-sep { display: none; }
  .hero .container { padding-top: 30px; }
  .hero-ctas .btn { width: 100%; }
  .showcase-stage { aspect-ratio: 1 / 1; }
  .showcase-actions .btn { flex: 1 1 100%; }
}

/* Teknohane — normal fotoğraf vitrini (3D vitrin kaldırıldı) */
.showcase--photos { background: var(--surface); color: var(--text); }
.showcase--photos .showcase-grid { gap: clamp(26px, 5vw, 64px); }
.showcase--photos .showcase-stage { background: var(--surface-2, #edf8ef); border: 1px solid var(--line); box-shadow: var(--sh-md); }
.showcase--photos .showcase-photo-frame { position: absolute; inset: 18px; display: grid; place-items: center; border-radius: var(--r-lg); overflow: hidden; background: #fff; }
.showcase--photos .showcase-photo-frame img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.showcase--photos .showcase-photo-arrow { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: color-mix(in srgb, var(--surface) 92%, transparent); color: var(--text); box-shadow: var(--sh-xs); }
.showcase--photos .showcase-photo-arrow:hover { color: var(--green); border-color: var(--green); }
.showcase--photos .showcase-photo-arrow.prev { left: 30px; }
.showcase--photos .showcase-photo-arrow.next { right: 30px; }
.showcase--photos .showcase-info h2 { color: var(--text); }
.showcase--photos .showcase-info .eyebrow { color: var(--green-700); }
.showcase--photos .showcase-price b { color: var(--text); }
.showcase--photos .showcase-price del, .showcase--photos .showcase-desc { color: var(--muted); }
.showcase--photos .showcase-info .btn-outline { border-color: var(--line); color: var(--text); }
.showcase--photos .showcase-info .btn-outline:hover { background: var(--surface-2); border-color: var(--green); color: var(--green-700); }
@media (max-width: 620px) {
  .showcase--photos .showcase-photo-frame { inset: 10px; }
  .showcase--photos .showcase-photo-arrow.prev { left: 18px; }
  .showcase--photos .showcase-photo-arrow.next { right: 18px; }
}

/* Final Teknohane vitrin and brand overrides */
.showcase--photos { background: var(--ink); color: var(--ink-text); border-block: 0; }
.showcase--photos .section-head p.lede { color: var(--ink-muted); }
.showcase--photos .showcase-stage { background: rgba(255,255,255,.04); border-color: rgba(140,230,171,.22); box-shadow: 0 30px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08); }
.showcase--photos .showcase-photo-frame { position:absolute; inset:18px; z-index:2; display:grid; place-items:center; border-radius:var(--r-lg); overflow:hidden; background:#fff; }
.showcase--photos .showcase-photo-frame img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.showcase--photos .showcase-ring { z-index:1; }
.showcase--photos .showcase-glow { z-index:0; }
.showcase--photos .showcase-photo-arrow { position:absolute; z-index:4; top:50%; transform:translateY(-50%); width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.28); border-radius:50%; background:rgba(12,21,18,.72); color:#fff; box-shadow:0 8px 24px rgba(0,0,0,.28); }
.showcase--photos .showcase-photo-arrow:hover { border-color:#6fdc9a; color:#6fdc9a; }
.showcase--photos .showcase-photo-arrow.prev { left:30px; }
.showcase--photos .showcase-photo-arrow.next { right:30px; }
.showcase--photos .showcase-info h2 { color:#fff; }
.showcase--photos .showcase-info .eyebrow { color:#6fdc9a; }
.showcase--photos .showcase-price b { color:#fff; }
.showcase--photos .showcase-price del, .showcase--photos .showcase-desc { color:var(--ink-muted); }
.showcase--photos .showcase-info .btn-outline { border-color:rgba(255,255,255,.35); color:#fff; }
.showcase--photos .showcase-info .btn-outline:hover { background:rgba(255,255,255,.1); border-color:#fff; color:#fff; }
.showcase--photos .showcase-dots button { background:rgba(255,255,255,.48); border:1px solid rgba(255,255,255,.28); }
.showcase--photos .showcase-dots button.on { background:#6fdc9a; border-color:#6fdc9a; }
.logo-img--dark-theme { display:none; }
@media (max-width:620px) { .showcase--photos .showcase-photo-frame { inset:10px; } .showcase--photos .showcase-photo-arrow.prev { left:18px; } .showcase--photos .showcase-photo-arrow.next { right:18px; } }

/* Category icons: clear contrast in both themes */
.cat-icon { background: linear-gradient(135deg, var(--green-soft), #d5f1df); color: var(--green-800); border: 1px solid rgba(14,138,66,.16); }
html[data-theme="dark"] .cat-icon { background: linear-gradient(135deg, #173c29, #0c2b1b); color: #9af0b8; border-color: rgba(111,220,154,.42); box-shadow: 0 0 0 1px rgba(111,220,154,.06), 0 8px 20px rgba(0,0,0,.25); }
html[data-theme="dark"] .cat-icon svg { filter: drop-shadow(0 0 5px rgba(111,220,154,.2)); }

/* Reference-style continuous announcement marquee */
.topbar { overflow:hidden; }
.topbar-viewport { width:100%; overflow:hidden; }
.topbar-track { display:flex; width:max-content; animation: topbar-marquee 34s linear infinite; will-change:transform; }
.topbar-msg { flex:none; display:flex; align-items:center; gap:18px; padding:6px 22px; white-space:nowrap; }
.topbar-msg .t-item { gap:7px; }
.topbar-msg .t-item svg { width:15px; height:15px; }
.topbar-msg .t-sep { opacity:.42; }
@keyframes topbar-marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .topbar-track { animation:none; width:100%; justify-content:center; } .topbar-track .topbar-msg[aria-hidden="true"] { display:none; } }
@media (max-width:720px) { .topbar { min-height:32px; } .topbar-msg { gap:12px; padding-inline:14px; font-size:.72rem; } }

/* Mobile category accordion */
.mn-accordion { border-bottom:1px solid var(--line); }
.mn-accordion-trigger { width:100%; border:0; background:transparent; text-align:left; cursor:pointer; }
.mn-chevron { transition:transform .2s ease; }
.mn-accordion.open .mn-chevron { transform:rotate(180deg); }
.mn-accordion-content { display:grid; grid-template-rows:0fr; transition:grid-template-rows .22s ease; overflow:hidden; }
.mn-accordion-content > a { min-height:0; padding:0 14px; color:var(--muted); font-size:.88rem; }
.mn-accordion.open .mn-accordion-content { grid-template-rows:1fr; }
.mn-accordion.open .mn-accordion-content > a { padding:0 14px 12px; }
.paytr-sandbox-card,.paytr-iframe-card { max-width:760px; margin:30px auto; padding:clamp(24px,5vw,48px); border:1px solid var(--line); border-radius:24px; background:var(--surface); box-shadow:var(--shadow-md); text-align:center; }
.paytr-sandbox-card h1,.paytr-iframe-card h2 { margin:12px 0; }
.paytr-test-order { margin:22px auto; padding:16px; border-radius:14px; background:var(--surface-2); line-height:1.8; }
.paytr-test-actions { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.paytr-iframe-card iframe { width:100%; min-height:680px; border:0; margin-top:18px; }
.payment-card-logo { display:inline-grid; place-items:center; width:45px; height:28px; border-radius:6px; background:#0b7c42; color:#fff; font-size:.66rem; font-weight:800; }
