/* ==========================================================================
   Magnetiko — Ana Stil Dosyası
   Premium mor paletli, dark/light mod, full responsive e-ticaret teması
   ========================================================================== */

:root {
  --purple-50:  #f5f3ff;
  --purple-100: #ede9fe;
  --purple-200: #ddd6fe;
  --purple-300: #c4b5fd;
  --purple-400: #a78bfa;
  --purple-500: #8b5cf6;
  --purple-600: #7c3aed;
  --purple-700: #6d28d9;
  --purple-800: #5b21b6;
  --purple-900: #4c1d95;
  --pink-300:   #f0abfc;
  --gold:       #fbbf24;

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --shadow-sm: 0 4px 12px rgba(91, 33, 182, .08);
  --shadow:    0 18px 40px rgba(91, 33, 182, .14);
  --shadow-lg: 0 30px 60px -10px rgba(91, 33, 182, .25);

  --easing: cubic-bezier(.22, 1, .36, 1);
  --container: 1280px;
  --header-h: 78px;
}

/* THEME — DARK (default) */
html[data-theme="dark"] {
  --bg:           #0a0613;
  --bg-2:         #120a26;
  --bg-3:         #1a1033;
  --surface:      rgba(28, 18, 56, .65);
  --surface-2:    rgba(40, 25, 80, .55);
  --surface-solid:#160c2c;
  --border:       rgba(167, 139, 250, .18);
  --border-2:     rgba(167, 139, 250, .32);
  --text:         #f5f3ff;
  --text-2:       #c4b5fd;
  --text-3:       #8d7cb8;
  --accent:       #a78bfa;
  --accent-2:     #c4b5fd;
  --accent-strong:#7c3aed;
  --hero-glow:    radial-gradient(60% 60% at 30% 30%, rgba(124, 58, 237, .55), transparent 70%),
                  radial-gradient(50% 50% at 80% 20%, rgba(167, 139, 250, .35), transparent 70%),
                  radial-gradient(70% 70% at 70% 100%, rgba(76, 29, 149, .4), transparent 70%);
  --grid-line:    rgba(167, 139, 250, .08);
  --header-bg:    rgba(10, 6, 19, .78);
  --card-bg:      linear-gradient(160deg, rgba(36, 22, 70, .8), rgba(20, 12, 40, .7));
  --shadow:       0 20px 50px rgba(0, 0, 0, .55);
  --shadow-lg:    0 35px 80px rgba(0, 0, 0, .65);
}

/* THEME — LIGHT (default) — sıcak morumsu krem, mor efektleri öldürmez */
html[data-theme="light"] {
  --bg:           #f4eefb;
  --bg-2:         #ebe2f6;
  --bg-3:         #ddd1f0;
  --surface:      rgba(255, 255, 255, .58);
  --surface-2:    rgba(255, 255, 255, .38);
  --surface-solid:#ffffff;
  --border:       rgba(124, 58, 237, .18);
  --border-2:     rgba(124, 58, 237, .32);
  --text:         #1a1033;
  --text-2:       #5b21b6;
  --text-3:       #6b5b8a;
  --accent:       #7c3aed;
  --accent-2:     #5b21b6;
  --accent-strong:#5b21b6;
  --hero-glow:    radial-gradient(60% 60% at 30% 30%, rgba(167, 139, 250, .55), transparent 70%),
                  radial-gradient(50% 50% at 80% 20%, rgba(196, 181, 253, .50), transparent 70%),
                  radial-gradient(70% 70% at 70% 100%, rgba(167, 139, 250, .35), transparent 70%);
  --grid-line:    rgba(124, 58, 237, .09);
  --header-bg:    rgba(244, 238, 251, .78);
  --card-bg:      linear-gradient(160deg, #ffffff, #f6effc);
  --shadow:       0 18px 40px rgba(91, 33, 182, .14);
  --shadow-lg:    0 30px 60px rgba(91, 33, 182, .20);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 60px 60px;
  background-attachment: fixed;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
  transition: background-color .35s var(--easing), color .35s var(--easing);
}
@media (max-width: 720px) {
  body { background-attachment: scroll; }
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent); }
button { font-family: inherit; cursor: pointer; }
input, textarea, select, button { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.02em;
  margin: 0 0 .6em;
  color: var(--text);
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p  { margin: 0 0 1em; }

.script   { font-family: 'Pacifico', cursive; font-weight: 400; letter-spacing: -.01em; }
.handwrite{ font-family: 'Caveat', cursive;  font-weight: 600; letter-spacing: 0; }

/* Skip link */
.skip-link {
  position: absolute; top: -100px; left: 1rem;
  background: var(--accent); color: #fff;
  padding: .6rem 1rem; border-radius: 8px; z-index: 200;
  transition: top .2s;
}
.skip-link:focus { top: 1rem; }

/* ============================ ANNOUNCE BAR ============================ */
.announce-bar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--purple-700), var(--purple-500), var(--purple-700));
  color: #fff;
  font-size: .82rem;
  padding: .5rem 0;
  font-weight: 500;
  letter-spacing: .01em;
}
.announce-track {
  display: inline-flex; gap: 2.4rem;
  white-space: nowrap;
  animation: marquee 36s linear infinite;
  padding-left: 100%;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ============================ HEADER ============================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  background: var(--header-bg);
  border-bottom: 1px solid var(--border);
  transition: padding .25s var(--easing), background .25s var(--easing);
}
.site-header.scrolled {
  padding-top: 0;
  box-shadow: 0 8px 30px rgba(91, 33, 182, .18);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; padding: 0 1.5rem;
}

.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand:hover { color: inherit; }
.brand-mark {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 8px 16px rgba(124, 58, 237, .4));
  transition: transform .4s var(--easing);
}
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.05); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -.02em;
  color: var(--text);
  position: relative;
  display: inline-flex; align-items: baseline;
}
.brand-name em {
  font-family: 'Pacifico', cursive;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(135deg, var(--purple-400), var(--purple-700));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  font-size: 1.6rem;
  margin-left: 1px;
}
.brand-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-left: 4px;
  box-shadow: 0 0 12px var(--gold);
}
.brand-sub {
  font-size: .68rem;
  color: var(--text-3);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 2px;
  font-weight: 500;
}

.primary-nav {
  display: flex; align-items: center; gap: .35rem;
  flex: 1; justify-content: center;
}
.primary-nav > a, .primary-nav .has-mega > a {
  position: relative;
  padding: .55rem .8rem;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 500;
  color: var(--text-2);
  transition: all .2s;
  white-space: nowrap;
}
.primary-nav > a:hover,
.primary-nav .has-mega > a:hover,
.primary-nav > a.active {
  color: var(--text);
  background: var(--surface);
}
.primary-nav > a.active::after {
  content: ''; position: absolute;
  left: 50%; bottom: -2px; transform: translateX(-50%);
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent);
}

.has-mega { position: relative; }
/* Görünmez köprü — trigger ile mega-menu arasındaki 14px boşluğu hover alanına dahil eder */
.has-mega::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 22px;
  pointer-events: none;
}
.has-mega:hover::after,
.has-mega:focus-within::after {
  pointer-events: auto;
}
.mega-menu {
  position: absolute; top: calc(100% + 14px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 640px;
  background: var(--surface-solid);
  backdrop-filter: blur(24px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .4rem;
  opacity: 0; pointer-events: none;
  /* Kapanırken .25s grace period, açılırken anlık */
  transition:
    opacity .3s var(--easing) .25s,
    transform .3s var(--easing) .25s;
}
.mega-menu::before {
  content: ''; position: absolute;
  top: -8px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 16px; height: 16px;
  background: var(--surface-solid);
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
}
.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition:
    opacity .25s var(--easing) 0s,
    transform .25s var(--easing) 0s;
}
.mega-menu a {
  display: flex; align-items: center; gap: .85rem;
  padding: .7rem; border-radius: var(--radius-sm);
  transition: background .2s;
}
.mega-menu a:hover { background: var(--surface); }
.mega-icon {
  width: 38px; height: 38px;
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.15rem; flex-shrink: 0;
}
.mega-text { display: flex; flex-direction: column; }
.mega-title { font-size: .92rem; font-weight: 600; color: var(--text); }
.mega-tag   { font-size: .76rem; color: var(--text-3); }

.header-actions {
  display: flex; align-items: center; gap: .4rem;
}

.icon-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--text);
  transition: all .25s var(--easing);
  position: relative;
  flex-shrink: 0;
}
.icon-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(124, 58, 237, .3);
}
.icon-btn.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.icon-btn.header-avatar {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.icon-btn.header-avatar img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: 50%;
}
.icon-btn.header-avatar:hover img { transform: scale(1.05); transition: transform .25s; }

.theme-toggle .icon-sun { display: none; }
.theme-toggle .icon-moon { display: block; }
html[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
html[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

.badge {
  position: absolute;
  top: -4px; right: -4px;
  min-width: 20px; height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec4899, #7c3aed);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(236, 72, 153, .5);
  animation: badge-pop .35s var(--easing);
}
@keyframes badge-pop {
  0% { transform: scale(0); }
  60% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.cart-link {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .5rem .9rem .5rem .8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--purple-600), var(--purple-800));
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
  border: none;
  position: relative;
  box-shadow: 0 8px 20px rgba(124, 58, 237, .35);
  transition: transform .25s var(--easing), box-shadow .25s;
}
.cart-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, .5);
}
.cart-link .badge {
  position: relative; top: 0; right: 0;
  background: rgba(255, 255, 255, .25);
  box-shadow: none;
}

.btn-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .9rem;
  background: var(--accent);
  color: #fff;
  border: none;
  transition: all .25s var(--easing);
  box-shadow: 0 8px 20px rgba(124, 58, 237, .25);
}
.btn-pill:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 14px 28px rgba(124, 58, 237, .4); }
.btn-pill.ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border-2);
  box-shadow: none;
}
.btn-pill.ghost:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* Header'da "Giriş" + "Üye Ol" yan yana grubu */
.auth-pills {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.mobile-toggle { display: none; flex-direction: column; gap: 4px; }
.mobile-toggle span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s; }

.mobile-drawer {
  position: fixed; top: 0; right: -100%;
  width: 320px; max-width: 90vw; height: 100vh;
  background: var(--surface-solid);
  border-left: 1px solid var(--border);
  z-index: 200;
  transition: right .35s var(--easing);
  overflow-y: auto;
  box-shadow: -20px 0 50px rgba(0, 0, 0, .25);
}
.mobile-drawer.open { right: 0; }
.drawer-overlay {
  position: fixed; inset: 0;
  background: rgba(10, 6, 19, .65);
  backdrop-filter: blur(4px);
  z-index: 150;
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer-head {
  padding: 1.2rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  font-size: 1.05rem;
}
.drawer-nav { display: flex; flex-direction: column; padding: .8rem 1.2rem 4rem; gap: .15rem; }
.drawer-nav a {
  padding: .85rem 1rem;
  border-radius: var(--radius-sm);
  color: var(--text);
  font-weight: 500;
  font-size: .96rem;
  transition: background .2s, transform .2s;
}
.drawer-nav a:hover { background: var(--surface); transform: translateX(4px); }
.drawer-cat { display: flex !important; align-items: center; gap: .8rem; }

/* ============================ HERO ============================ */
.hero {
  position: relative;
  min-height: clamp(560px, 90vh, 780px);
  display: flex; align-items: center;
  overflow: hidden;
  padding: 4rem 0 6rem;
}
.hero::before {
  content: ''; position: absolute; inset: -10%;
  background: var(--hero-glow);
  filter: blur(30px);
  z-index: 0;
  animation: float-glow 18s ease-in-out infinite;
}
@keyframes float-glow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(20px, -30px) scale(1.05); }
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--surface);
  border: 1px solid var(--border-2);
  padding: .45rem 1rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--text-2);
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}
.hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 #34d399;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, .7); }
  70% { box-shadow: 0 0 0 12px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}
.hero-title {
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin-bottom: 1.2rem;
}
.hero-title .line { display: block; }
.hero-title .accent {
  background: linear-gradient(135deg, var(--purple-300), var(--purple-600));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-title .script {
  display: inline-block;
  font-size: 1.1em;
  background: linear-gradient(135deg, var(--purple-400), var(--purple-700));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  transform: rotate(-2deg);
  padding: 0 .15em;
}
.hero-sub {
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  color: var(--text-2);
  max-width: 540px;
  margin-bottom: 2rem;
  line-height: 1.65;
}
.hero-cta {
  display: flex; gap: .8rem; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.btn-primary, .btn-secondary {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 600;
  border: none;
  transition: all .3s var(--easing);
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  color: #fff;
  box-shadow: 0 12px 30px rgba(124, 58, 237, .45);
  position: relative; overflow: hidden;
  isolation: isolate;
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--purple-400), var(--purple-600));
  opacity: 0; transition: opacity .3s;
  z-index: -1;
  pointer-events: none;
}
.btn-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(124, 58, 237, .6);
}
.btn-primary:hover::before { opacity: 1; }
.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1.5px solid var(--border-2);
}
.btn-secondary:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-3px); }

.hero-trust {
  display: flex; align-items: center; gap: 2rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: .65rem;
  font-size: .88rem;
  color: var(--text-2);
}
.trust-item svg { color: var(--accent); flex-shrink: 0; }
.trust-item strong { color: var(--text); display: block; font-weight: 600; }
.trust-item small { font-size: .76rem; color: var(--text-3); display: block; }

/* HERO ART */
.hero-art {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 540px;
  margin: 0 auto;
}
.hero-fridge {
  position: absolute; inset: 5% 8% 0 5%;
  background: linear-gradient(160deg, #f5f3ff, #d4c8f5);
  border-radius: 32px 32px 18px 18px;
  box-shadow:
    0 30px 80px rgba(91, 33, 182, .35),
    inset 0 -20px 50px rgba(91, 33, 182, .08),
    inset 5px 0 8px rgba(255, 255, 255, .9);
  border: 4px solid #c4b5fd;
}
html[data-theme="dark"] .hero-fridge {
  background: linear-gradient(160deg, #2a1c52, #1a0f38);
  border-color: #4c1d95;
}
.hero-fridge::after {
  content: ''; position: absolute;
  top: 35%; left: -2px; bottom: 0;
  width: 8px;
  background: linear-gradient(90deg, transparent, rgba(91, 33, 182, .3));
  border-radius: 0 0 0 18px;
}
.hero-handle {
  position: absolute;
  right: 14%; top: 18%;
  width: 14px; height: 70px;
  background: linear-gradient(90deg, #a78bfa, #5b21b6);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(91, 33, 182, .4);
}

.float-magnet {
  position: absolute;
  width: 130px; aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 20px 50px rgba(91, 33, 182, .35),
    0 6px 14px rgba(91, 33, 182, .25),
    inset 0 -3px 0 rgba(0, 0, 0, .1);
  animation: float-y 6s ease-in-out infinite;
  transform-origin: center;
}
.float-magnet svg { width: 100%; height: 100%; }
.float-magnet.m1 { top: 12%; left: 10%; animation-delay: 0s;   transform: rotate(-6deg); }
.float-magnet.m2 { top: 22%; right: 8%; width: 150px; animation-delay: -2s; transform: rotate(7deg); }
.float-magnet.m3 { bottom: 18%; left: 22%; width: 110px; animation-delay: -4s; transform: rotate(-3deg); }
.float-magnet.m4 { bottom: 8%; right: 18%; width: 120px; animation-delay: -1s; transform: rotate(5deg); }
@keyframes float-y {
  0%, 100% { transform: translateY(0) rotate(var(--r, -4deg)); }
  50%      { transform: translateY(-14px) rotate(var(--r, -4deg)); }
}
.float-magnet.m1 { --r: -6deg; }
.float-magnet.m2 { --r: 7deg; }
.float-magnet.m3 { --r: -3deg; }
.float-magnet.m4 { --r: 5deg; }

.hero-sparkle {
  position: absolute;
  font-size: 1.6rem;
  opacity: .8;
  animation: sparkle 3s ease-in-out infinite;
}
.hero-sparkle.s1 { top: 8%; right: 30%; animation-delay: 0s; }
.hero-sparkle.s2 { top: 60%; left: 4%; animation-delay: 1s; }
.hero-sparkle.s3 { bottom: 15%; right: 10%; animation-delay: 2s; }
@keyframes sparkle {
  0%, 100% { opacity: .3; transform: scale(.8) rotate(0); }
  50%      { opacity: 1;  transform: scale(1.1) rotate(15deg); }
}

/* ============================ SECTIONS ============================ */
.section { padding: 5rem 0; position: relative; }
.section.tight { padding: 3rem 0; }
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}
.section-head .eyebrow {
  display: inline-block;
  font-family: 'Caveat', cursive;
  font-size: 1.7rem;
  color: var(--accent);
  margin-bottom: .5rem;
  transform: rotate(-2deg);
}
.section-head h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  margin-bottom: .8rem;
}
.section-head h2 .accent {
  background: linear-gradient(135deg, var(--purple-400), var(--purple-700));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.section-head p { color: var(--text-2); font-size: 1.05rem; }

/* ============================ CATEGORY GRID ============================ */
.cat-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem;
}
/* Desktop: 4 kart üstte, kalanlar (3) alta otomatik ortalanır */
.cat-grid > .cat-card {
  flex: 0 0 calc((100% - 3 * 1.8rem) / 4);
  max-width: calc((100% - 3 * 1.8rem) / 4);
}
@media (max-width: 980px) {
  .cat-grid { gap: 1.4rem; }
  .cat-grid > .cat-card {
    flex: 0 0 calc((100% - 2 * 1.4rem) / 3);
    max-width: calc((100% - 2 * 1.4rem) / 3);
  }
}
@media (max-width: 640px) {
  .cat-grid { gap: 1.2rem; }
  .cat-grid > .cat-card {
    flex: 0 0 calc((100% - 1.2rem) / 2);
    max-width: calc((100% - 1.2rem) / 2);
  }
}
@media (max-width: 440px) {
  .cat-grid { gap: 1rem; }
  .cat-grid > .cat-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cat-card {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--card-bg);
  border: 1px solid var(--border);
  transition: all .35s var(--easing);
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 220px;
  isolation: isolate;
}
.cat-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 100% 0%, var(--cat-accent, var(--accent)), transparent 60%);
  opacity: .12;
  z-index: -1;
  transition: opacity .4s;
}
.cat-card:hover {
  color: inherit;
  transform: translateY(-6px);
  border-color: var(--cat-accent, var(--accent));
  box-shadow: 0 25px 50px rgba(124, 58, 237, .25);
}
.cat-card:hover::before { opacity: .3; }
.cat-card .cat-emoji {
  font-size: 2.2rem;
  width: 60px; height: 60px;
  border-radius: 18px;
  background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  transition: transform .3s;
}
.cat-card:hover .cat-emoji { transform: rotate(-8deg) scale(1.1); }
.cat-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .35rem;
}
.cat-card p {
  font-size: .82rem;
  color: var(--text-3);
  margin-bottom: 1.2rem;
  flex: 1;
}
.cat-card .cat-link {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--cat-accent, var(--accent));
}
.cat-card .cat-link svg { transition: transform .3s; }
.cat-card:hover .cat-link svg { transform: translateX(4px); }

/* ============================ PRODUCT GRID & CARD ============================ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}
.product-card {
  position: relative;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .35s var(--easing);
  display: flex; flex-direction: column;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 28px 56px rgba(124, 58, 237, .25);
}
.product-card.fav-leave,
.product-card.reveal.in.fav-leave {
  opacity: 0 !important;
  transform: scale(.92) translateY(-8px) !important;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease !important;
}
.product-card .pc-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--purple-100), var(--purple-200));
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
html[data-theme="dark"] .product-card .pc-media {
  background: linear-gradient(135deg, #2a1c52, #1a0f38);
}
.product-card .pc-media svg {
  width: 78%; height: 78%;
  filter: drop-shadow(0 12px 24px rgba(91, 33, 182, .25));
  transition: transform .5s var(--easing);
}
.product-card:hover .pc-media svg { transform: scale(1.06) rotate(-2deg); }
.product-card .pc-media .pc-cover {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--easing);
}
.product-card:hover .pc-media .pc-cover { transform: scale(1.05); }

/* Tükendi badge (kart) */
.pc-tag.oos {
  background: #1f2937;
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
}

/* Stok bilgi banner (ürün sayfası) */
.stock-banner {
  display: flex; align-items: center; gap: .6rem;
  padding: .8rem 1rem; border-radius: 10px;
  background: rgba(239, 68, 68, .08);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, .18);
  font-size: 13.5px;
  margin-bottom: 1rem;
}
.stock-banner.low {
  background: rgba(245, 158, 11, .1);
  color: #92400e;
  border-color: rgba(245, 158, 11, .25);
}
html[data-theme="dark"] .stock-banner { background: rgba(239, 68, 68, .15); color: #fca5a5; }
html[data-theme="dark"] .stock-banner.low { background: rgba(245, 158, 11, .15); color: #fcd34d; }

.btn-primary[disabled], .btn-secondary[disabled] {
  opacity: .5; cursor: not-allowed; pointer-events: none;
}

/* Template-only ürün bilgi bandı */
.template-info {
  display: flex; align-items: flex-start; gap: .6rem;
  padding: .8rem 1rem; border-radius: 12px;
  background: linear-gradient(135deg, rgba(167, 139, 250, .12), rgba(91, 33, 182, .06));
  color: var(--purple-700);
  border: 1px solid rgba(167, 139, 250, .25);
  font-size: 13px;
  margin-bottom: .8rem;
  line-height: 1.5;
}
.template-info svg { flex-shrink: 0; margin-top: 2px; }
html[data-theme="dark"] .template-info { background: rgba(167, 139, 250, .12); color: #c4b5fd; border-color: rgba(167, 139, 250, .3); }
.pc-tags {
  position: absolute;
  top: 12px; left: 12px;
  display: flex; flex-direction: column; gap: 6px;
  z-index: 2;
}
.pc-tag {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .9);
  color: var(--purple-700);
  backdrop-filter: blur(6px);
}
.pc-tag.bestseller { background: var(--gold); color: #4c1d95; }
.pc-tag.new        { background: var(--purple-700); color: #fff; }
.ci-fav {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--text-3);
  transition: all .2s ease;
  margin-bottom: .4rem;
}
.ci-fav:hover { color: #ec4899; border-color: #ec4899; transform: scale(1.06); }
.ci-fav.active { color: #ec4899; border-color: #fce7f3; background: #fce7f3; }
.pc-fav {
  position: absolute;
  top: 12px; right: 12px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  border: none;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: var(--text-3);
  transition: all .25s;
  backdrop-filter: blur(6px);
}
.pc-fav:hover, .pc-fav.active { color: #ec4899; transform: scale(1.1); }
.pc-fav.active svg { fill: #ec4899; }

.pc-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.pc-rating { display: flex; align-items: center; gap: .35rem; font-size: .8rem; color: var(--text-3); margin-bottom: .35rem; }
.pc-rating .stars { color: var(--gold); letter-spacing: 1px; }
.pc-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 .3rem;
  color: var(--text);
  line-height: 1.3;
}
.pc-desc { font-size: .82rem; color: var(--text-3); margin-bottom: .9rem; flex: 1; }
.pc-foot { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.pc-price { display: flex; flex-direction: column; }
.pc-price .from { font-size: .68rem; color: var(--text-3); text-transform: uppercase; letter-spacing: .08em; }
.pc-price .val  { font-size: 1.2rem; font-weight: 700; color: var(--text); }
.pc-price .val .currency { color: var(--accent); }
.pc-cta {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  border: none;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .25s;
}
.pc-cta, .pc-cta:visited { color: #fff; }
.pc-cta:hover, a.pc-cta:hover { background: var(--purple-700); color: #fff !important; transform: scale(1.1); }
.pc-cta svg, .pc-cta:hover svg { stroke: #fff; color: #fff; }

/* ============================ HOW IT WORKS ============================ */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.4rem;
  position: relative;
}
.step {
  text-align: center;
  padding: 2rem 1.4rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
  transition: transform .35s var(--easing);
}
.step:hover { transform: translateY(-6px); border-color: var(--accent); }
.step .step-num {
  position: absolute;
  top: -22px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 10px 22px rgba(124, 58, 237, .4);
}
.step .step-icon { font-size: 2.2rem; margin: .8rem 0 .9rem; }
.step h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.step p { font-size: .85rem; color: var(--text-3); margin: 0; }

/* ============================ TESTIMONIALS ============================ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}
.testimonial {
  padding: 1.8rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
  transition: transform .35s var(--easing);
}
.testimonial:hover { transform: translateY(-4px); border-color: var(--accent); }
.testimonial::before {
  content: '"';
  position: absolute;
  top: -10px; left: 16px;
  font-family: 'Pacifico', cursive;
  font-size: 4.5rem;
  color: var(--accent);
  opacity: .25;
  line-height: 1;
}
.testimonial .stars { color: var(--gold); margin-bottom: .6rem; letter-spacing: 1px; }
.testimonial p { color: var(--text-2); font-size: .96rem; line-height: 1.6; margin-bottom: 1rem; }
.testimonial .author { display: flex; align-items: center; gap: .7rem; }
.testimonial .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-400), var(--purple-700));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.testimonial .author-name { font-weight: 600; font-size: .9rem; }
.testimonial .author-role { font-size: .76rem; color: var(--text-3); }

/* ============================ BANNER (CTA) ============================ */
.banner-cta {
  margin: 5rem auto;
  max-width: var(--container);
  padding: 3rem 2.5rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #4c1d95, #7c3aed 50%, #a78bfa);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  align-items: center;
  box-shadow: 0 30px 80px rgba(76, 29, 149, .4);
}
.banner-cta::before, .banner-cta::after {
  content: ''; position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}
.banner-cta::before { top: -120px; right: -80px; }
.banner-cta::after  { bottom: -160px; left: -60px; width: 280px; height: 280px; }
.banner-cta h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: .6rem; }
.banner-cta p  { color: rgba(255, 255, 255, .85); margin-bottom: 1.4rem; }
.banner-cta .btn-primary { background: #fff; color: var(--purple-800); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.banner-cta .btn-primary::before { display: none; }
.banner-cta .btn-primary:hover { background: var(--gold); color: var(--purple-900); box-shadow: 0 18px 40px rgba(251,191,36,.45); }
.banner-cta .btn-primary:hover svg { stroke: var(--purple-900); }
.banner-cta .banner-art { position: relative; aspect-ratio: 1 / 1; max-width: 300px; margin: 0 auto; }
.banner-cta .banner-art .float-magnet { box-shadow: 0 18px 40px rgba(0, 0, 0, .35); }

/* ============================ FEATURE STRIP ============================ */
.feature-strip {
  position: relative;
  padding: 3.5rem 0;
  background:
    radial-gradient(60% 100% at 50% 0%, rgba(167, 139, 250, .08), transparent 70%),
    var(--surface-2);
  border-block: 1px solid var(--border);
  overflow: hidden;
}
.feature-strip::before {
  content: '';
  position: absolute;
  left: 50%; top: -1px;
  width: 200px; height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: .6;
}
.feature-row {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Tek kart */
.feature-row .feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 1rem;
  padding: .5rem .75rem;
  cursor: default;
  transition: transform .45s var(--easing);
}
.feature-row .feat:hover { transform: translateY(-6px); }

/* Yuvarlak emoji kabı — beyaz cam + mor halka */
.feature-row .feat-ic {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #f7f2ff);
  border: 1px solid rgba(124, 58, 237, .18);
  display: grid;
  place-items: center;
  font-size: 36px;
  line-height: 1;
  font-family:
    'Apple Color Emoji', 'Segoe UI Emoji',
    'Noto Color Emoji', 'EmojiOne Color',
    'Twemoji Mozilla', sans-serif;
  position: relative;
  isolation: isolate;
  box-shadow:
    0 12px 26px rgba(124, 58, 237, .14),
    0 2px 6px rgba(124, 58, 237, .08),
    inset 0 -3px 6px rgba(124, 58, 237, .05),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transition:
    transform .5s var(--easing),
    box-shadow .5s var(--easing),
    border-color .5s var(--easing);
}

/* Mor halo halkası — default da hafif görünür, hover'da kuvvetlenir */
.feature-row .feat-ic::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    var(--purple-300),
    var(--purple-500),
    var(--purple-300),
    var(--purple-500),
    var(--purple-300)
  );
  opacity: 0;
  z-index: -2;
  filter: blur(8px);
  transition: opacity .5s var(--easing), inset .5s var(--easing);
}

/* Beyaz iç-katman (halo'nun arka planını maskeler) */
.feature-row .feat-ic::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: inherit;
  z-index: -1;
}

/* HOVER — kart kalkıyor, halo açılıyor, kab hafif eğiliyor */
.feature-row .feat:hover .feat-ic {
  transform: scale(1.08) rotate(-6deg);
  border-color: rgba(124, 58, 237, .35);
  box-shadow:
    0 22px 44px rgba(124, 58, 237, .28),
    0 6px 14px rgba(124, 58, 237, .15),
    inset 0 -3px 6px rgba(124, 58, 237, .06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}
.feature-row .feat:hover .feat-ic::before {
  opacity: .65;
  inset: -10px;
  animation: feat-halo 4s linear infinite;
}
@keyframes feat-halo {
  to { transform: rotate(360deg); }
}

/* Yazılar */
.feature-row .feat-title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  letter-spacing: -.01em;
  margin: 0;
  line-height: 1.25;
  transition: color .3s;
}
.feature-row .feat:hover .feat-title { color: var(--accent); }

.feature-row .feat-sub {
  display: block;
  font-size: .82rem;
  color: var(--text-3);
  line-height: 1.4;
  margin-top: -.45rem;
}

/* Dark tema */
html[data-theme="dark"] .feature-row .feat-ic {
  background: linear-gradient(145deg, #1f1340, #160c2c);
  border-color: rgba(167, 139, 250, .22);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, .5),
    inset 0 -3px 6px rgba(167, 139, 250, .08),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}
html[data-theme="dark"] .feature-row .feat:hover .feat-ic {
  border-color: rgba(167, 139, 250, .5);
  box-shadow:
    0 22px 44px rgba(76, 29, 149, .55),
    0 6px 14px rgba(124, 58, 237, .35),
    inset 0 -3px 6px rgba(167, 139, 250, .12),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

/* Responsive */
@media (max-width: 980px) {
  .feature-strip { padding: 2.6rem 0; }
  .feature-row { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
}
@media (max-width: 480px) {
  .feature-strip { padding: 2.2rem 0; }
  .feature-row { gap: 1.6rem 1rem; }
  .feature-row .feat { gap: .75rem; }
  .feature-row .feat-ic { width: 66px; height: 66px; font-size: 30px; }
  .feature-row .feat-title { font-size: .95rem; }
  .feature-row .feat-sub { font-size: .76rem; }
}

/* ============================ PRODUCT DETAIL PAGE ============================ */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3rem;
  margin-bottom: 4rem;
  align-items: start;
}
.pd-left {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: sticky;
  top: calc(var(--header-h) + 1.2rem);
}
.pd-gallery {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--purple-100), var(--purple-300));
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
  max-height: calc(100vh - var(--header-h) - 2rem);
}
html[data-theme="dark"] .pd-gallery {
  background: linear-gradient(135deg, #2a1c52, #1a0f38);
}

/* Magnet frame — beyaz polaroid kart, boyuta göre şekil değiştirir */
.pd-magnet {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(91, 33, 182, .28),
    0 8px 20px rgba(91, 33, 182, .18),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  background: #ffffff;
  border: 1px solid rgba(124, 58, 237, .12);
  transition:
    width .45s var(--easing),
    aspect-ratio .45s var(--easing),
    box-shadow .35s var(--easing);
  display: flex; align-items: center; justify-content: center;
}
html[data-theme="dark"] .pd-magnet {
  background: #f5f3ff;
  border-color: rgba(167, 139, 250, .25);
}
/* Polaroid çerçeve — tüm kenarlarda eşit beyaz şerit (uniform border) */
.pd-magnet {
  width: 60%;
}
.pd-gallery.size-6x6 .pd-magnet { aspect-ratio: 1 / 1; }
.pd-gallery.size-6x9 .pd-magnet { aspect-ratio: 8 / 11; }

/* Magnet gövdesi — boyuta göre şekil değişen mor blok. Polaroid içinde merkezde. */
.pd-print-area {
  position: relative;
  width: 75%;
  border-radius: 22px;
  background: linear-gradient(135deg, #a78bfa, #5b21b6);
  box-shadow:
    0 18px 36px rgba(91, 33, 182, .35),
    inset 0 1px 0 rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: aspect-ratio .45s var(--easing);
}
.pd-gallery.size-6x6 .pd-print-area { aspect-ratio: 1 / 1; }
.pd-gallery.size-6x9 .pd-print-area { aspect-ratio: 6 / 9; }
.pd-print-area svg {
  width: 100%; height: 100%;
  display: block;
}
.pd-print-area .preview-photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: none;
  border-radius: inherit;
}
.pd-gallery.has-preview .pd-print-area svg { display: none; }
.pd-gallery.has-preview .pd-print-area .preview-photo { display: block; }

/* Mockup img — admin görseli VEYA müşteri yoksa size'ın 1. admin görseli */
.pd-print-area .mockup {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}
/* mockup gösterildiğinde SVG'yi gizle */
.pd-gallery.has-mockup .pd-print-area svg { display: none; }

/* Galeri okları + dotlar */
[hidden] { display: none !important; }
.pd-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  color: var(--purple-700);
  cursor: pointer;
  display: grid; place-items: center;
  z-index: 5;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 6px 18px rgba(91, 33, 182, .12);
}
.pd-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); box-shadow: 0 10px 24px rgba(91, 33, 182, .20); }
.pd-arrow-prev { left: 12px; }
.pd-arrow-next { right: 12px; }
html[data-theme="dark"] .pd-arrow { background: rgba(20, 12, 50, .8); color: #fff; border-color: rgba(167, 139, 250, .25); }

/* Dot indikator (alt) */
.pd-dots {
  position: absolute;
  bottom: 14px; left: 0; right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 4;
}
.pd-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  border: 0; padding: 0; cursor: pointer;
  background: rgba(124, 58, 237, .25);
  transition: background .2s, width .2s;
}
.pd-dots button.active { background: var(--purple-700); width: 22px; border-radius: 99px; }
/* eski .pd-magnet svg / .pd-magnet .preview-photo geriye-uyum (kullanılmıyor ama güvenli kalsın) */
.pd-magnet > svg, .pd-magnet > .preview-photo { display: none !important; }

/* Boyut badge'i — magnet'in sol-üstünde */
.pd-magnet::after {
  content: attr(data-size);
  position: absolute;
  top: 10px; left: 10px;
  background: rgba(124, 58, 237, .92);
  color: #ffffff;
  padding: 5px 11px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  border-radius: 999px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  z-index: 3;
  box-shadow: 0 4px 12px rgba(124, 58, 237, .35);
  pointer-events: none;
}
.pd-gallery.size-6x6 .pd-magnet::after { content: '6 × 6 cm'; }
.pd-gallery.size-6x9 .pd-magnet::after { content: '6 × 9 cm'; }

/* Boyut karşılaştırma rehberi — sağ-altta minik bir ölçek hint'i */
.pd-magnet::before {
  content: '';
  position: absolute;
  bottom: 12px; right: 12px;
  width: 28px; height: 28px;
  background: linear-gradient(135deg, var(--purple-300), var(--purple-500));
  border-radius: 8px;
  opacity: .25;
  z-index: 2;
  pointer-events: none;
  transition: width .4s var(--easing), height .4s var(--easing);
}
.pd-gallery.size-6x9 .pd-magnet::before {
  width: 22px;
  height: 33px;
  border-radius: 6px;
}

.pd-gallery svg {
  filter: drop-shadow(0 14px 28px rgba(91, 33, 182, .25));
}
/* Eski uyumluluk — global galeri için */
.pd-gallery > .preview-photo {
  position: absolute;
  width: 60%;
  aspect-ratio: 1/1;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(91, 33, 182, .4);
  display: none;
}
.pd-gallery.has-preview > svg { display: none; }
.pd-gallery.has-preview .preview-photo { display: block; }

.pd-info h1 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: .5rem;
}
.pd-rating-row {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.3rem;
  font-size: .9rem;
  color: var(--text-3);
}
.pd-rating-row .stars { color: var(--gold); letter-spacing: 1px; font-size: 1.05rem; }
.pd-price {
  display: flex; align-items: baseline; gap: .8rem;
  margin-bottom: 1.5rem;
}
.pd-price .now { font-size: 2rem; font-weight: 800; color: var(--text); }
.pd-price .now .currency { color: var(--accent); }
.pd-price .label { font-size: .78rem; color: var(--text-3); text-transform: uppercase; letter-spacing: .1em; }

.pd-section { margin-bottom: 1.6rem; }
.pd-section .lbl {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-3);
  margin-bottom: .65rem;
}
.size-pick { display: flex; gap: .7rem; flex-wrap: wrap; }
.size-pick label {
  cursor: pointer;
  padding: .9rem 1.3rem;
  border-radius: var(--radius);
  border: 2px solid var(--border-2);
  background: var(--surface);
  display: flex; flex-direction: column; align-items: center;
  min-width: 130px;
  transition: all .2s;
}
.size-pick label:hover { border-color: var(--accent); }
.size-pick input { display: none; }
.size-pick input:checked + .size-content {
  color: var(--accent);
}
.size-pick label:has(input:checked) {
  border-color: var(--accent);
  background: linear-gradient(135deg, rgba(124, 58, 237, .1), rgba(167, 139, 250, .15));
  box-shadow: 0 8px 20px rgba(124, 58, 237, .15);
}
.size-pick .size-name { font-weight: 700; font-size: 1.05rem; }
.size-pick .size-price { font-size: .85rem; color: var(--text-3); margin-top: 4px; }

.qty-row { display: flex; align-items: center; gap: .9rem; }
.qty {
  display: inline-flex; align-items: center;
  background: var(--surface);
  border: 1.5px solid var(--border-2);
  border-radius: 999px;
  overflow: hidden;
}
.qty button {
  width: 38px; height: 42px;
  background: transparent;
  border: none;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  transition: background .2s;
}
.qty button:hover { background: var(--accent); color: #fff; }
.qty button:active { transform: scale(.94); }

/* Adet input — klavyeden düzenlenebilir */
.qty .qty-input {
  width: 64px;
  height: 42px;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text);
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
.qty .qty-input::-webkit-outer-spin-button,
.qty .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty .qty-input.invalid { color: #dc2626; }
.qty-hint { color: var(--text-3); font-size: .9rem; }
.qty-hint.error { color: #dc2626; font-weight: 500; }

/* Fiyat bloğu — eski fiyat üstünde küçük çizili, yeni fiyat altta belirgin */
.pd-price .price-block {
  display: flex; flex-direction: column; gap: .2rem;
}
.pd-price .old-price {
  display: inline-block;
  align-self: flex-start;
  font-size: .92rem;
  color: var(--text-3);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  font-weight: 500;
  margin-bottom: .1rem;
}
.pd-price .price-now-row {
  display: flex; align-items: baseline; gap: .8rem;
}
.pd-price .price-unit-hint {
  font-size: .82rem;
  color: var(--text-3);
}
.pd-price .price-unit-hint strong {
  color: var(--text-2);
  font-weight: 600;
}
.size-pick .size-price small {
  display: block;
  font-size: .72rem;
  color: var(--text-3);
  font-weight: 400;
  margin-top: 2px;
}

.upload-zone {
  position: relative;
  border: 2px dashed var(--border-2);
  border-radius: var(--radius);
  padding: 1.8rem 1.4rem 1.6rem;
  text-align: center;
  background: var(--surface);
  transition: all .25s var(--easing);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
}
.upload-zone:hover, .upload-zone.drag {
  border-color: var(--accent);
  background: linear-gradient(135deg, rgba(124, 58, 237, .06), rgba(167, 139, 250, .1));
  transform: translateY(-1px);
}
.upload-zone input[type=file] {
  position: absolute; inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.upload-zone .up-ic {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: .3rem;
  box-shadow: 0 8px 18px rgba(124, 58, 237, .3);
}
.upload-zone .up-title { display: block; font-weight: 600; font-size: .98rem; color: var(--text); }
.upload-zone .up-hint  { display: block; color: var(--text-3); font-size: .82rem; }

/* Çoklu thumbnail grid */
.upload-thumbs {
  margin-top: .85rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: .55rem;
}
.upload-thumb {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--border);
  background: var(--surface);
  cursor: pointer;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.upload-thumb:hover {
  border-color: var(--purple-400);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(124, 58, 237, .25);
}
.upload-thumb.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(124, 58, 237, .35), 0 6px 14px rgba(124, 58, 237, .25);
}
.upload-thumb.active::before {
  content: '';
  position: absolute;
  top: 4px; left: 4px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .85);
  z-index: 1;
}
.upload-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  pointer-events: none;
}
.upload-thumb .thumb-remove {
  position: absolute; top: 4px; right: 4px;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, .65);
  color: #fff;
  font-size: 1rem; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, transform .2s;
  z-index: 2;
}
.upload-thumb .thumb-remove:hover {
  background: #dc2626;
  transform: scale(1.08);
}

/* Yetersiz foto inline uyarı paneli */
.upload-warn {
  margin-top: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(251, 191, 36, .08), rgba(124, 58, 237, .04));
  border: 1.5px solid rgba(251, 191, 36, .35);
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  animation: upwarn-in .35s var(--easing);
}
@keyframes upwarn-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.upload-warn.shake {
  animation: upwarn-shake .55s var(--easing);
}
@keyframes upwarn-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(3px); }
}
.upload-warn .uw-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
  display: grid; place-items: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(251, 191, 36, .35);
}
.upload-warn .uw-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.upload-warn .uw-title {
  font-weight: 700;
  color: var(--text);
  font-size: .96rem;
}
.upload-warn .uw-text {
  font-size: .86rem;
  color: var(--text-2);
  line-height: 1.5;
}
.upload-warn .uw-text small {
  display: inline-block;
  color: var(--text-3);
  font-size: .76rem;
  margin-top: 2px;
}
.upload-warn .uw-actions {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  margin-top: .25rem;
}
.upload-warn .uw-btn {
  padding: .55rem 1rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all .25s var(--easing);
}
.upload-warn .uw-btn.primary {
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  color: #fff;
  box-shadow: 0 6px 14px rgba(124, 58, 237, .35);
}
.upload-warn .uw-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(124, 58, 237, .5);
}
.upload-warn .uw-btn.ghost {
  background: var(--surface);
  color: var(--text);
  border: 1.5px solid var(--border-2);
}
.upload-warn .uw-btn.ghost:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.upload-warn .uw-confirmed {
  font-size: .82rem;
  color: #16a34a;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .25rem;
}
.upload-warn.confirmed {
  border-color: rgba(34, 197, 94, .4);
  background: linear-gradient(135deg, rgba(34, 197, 94, .08), rgba(124, 58, 237, .04));
}
.upload-warn.confirmed .uw-icon {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 6px 14px rgba(34, 197, 94, .4);
}
.upload-warn.confirmed .uw-actions { display: none; }

/* hidden attr önceliği — author display:flex'i override et */
.upload-warn[hidden] { display: none; }

/* State-based pane görünürlüğü */
.upload-warn .uw-pane { display: none; gap: .9rem; align-items: flex-start; flex: 1; }
.upload-warn[data-state="under"] .uw-pane-under { display: flex; }
.upload-warn[data-state="over"]  .uw-pane-over  { display: flex; }

/* OVER durum için info-blue tema */
.upload-warn[data-state="over"] {
  background: linear-gradient(135deg, rgba(99, 102, 241, .08), rgba(124, 58, 237, .04));
  border-color: rgba(99, 102, 241, .35);
}
.upload-warn[data-state="over"] .uw-icon {
  background: linear-gradient(135deg, #818cf8, #6366f1);
  box-shadow: 0 6px 14px rgba(99, 102, 241, .35);
}

.upload-zone .preview-thumb {
  display: block;
  width: 110px; height: 110px;
  margin: 0 auto .8rem;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(91, 33, 182, .25);
}

textarea.field, input.field, select.field {
  width: 100%;
  padding: .9rem 1.1rem;
  background: var(--surface);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius);
  color: var(--text);
  font-size: .96rem;
  transition: border-color .2s, box-shadow .2s;
  font-family: inherit;
}
textarea.field { resize: vertical; min-height: 90px; }
input.field:focus, textarea.field:focus, select.field:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .15);
}

.pd-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1rem; }
.pd-actions .btn-primary, .pd-actions .btn-secondary { flex: 1; min-width: 200px; justify-content: center; padding: 1.1rem 1.4rem; }

.pd-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.pd-meta .meta-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: .95rem;
  padding: 1.05rem 1.15rem;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition:
    transform .3s var(--easing),
    border-color .3s var(--easing),
    box-shadow .3s var(--easing);
}
.pd-meta .meta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 58, 237, .08), transparent 60%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.pd-meta .meta-card::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--purple-400), var(--purple-700));
  border-radius: 16px 0 0 16px;
  transform: scaleY(.5);
  transform-origin: center;
  opacity: 0;
  transition: opacity .3s, transform .3s;
}
.pd-meta .meta-card:hover {
  border-color: rgba(124, 58, 237, .35);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, .15);
}
.pd-meta .meta-card:hover::before { opacity: 1; }
.pd-meta .meta-card:hover::after { opacity: 1; transform: scaleY(1); }

.pd-meta .meta-card .mc-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--purple-400), var(--purple-700));
  color: #fff;
  box-shadow: 0 6px 14px rgba(124, 58, 237, .28);
  transition: transform .3s var(--easing);
}
.pd-meta .meta-card:hover .mc-icon {
  transform: rotate(-6deg) scale(1.05);
}
.pd-meta .meta-card .mc-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.pd-meta .meta-card .mc-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.pd-meta .meta-card .mc-body strong {
  display: block;
  font-weight: 700;
  font-size: .98rem;
  color: var(--text);
  letter-spacing: -.005em;
}
.pd-meta .meta-card .mc-body span {
  display: block;
  font-size: .8rem;
  color: var(--text-3);
  line-height: 1.4;
}

/* ============================ CART PAGE ============================ */
.cart-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 2rem;
  margin: 3rem 0;
}
.cart-list { display: flex; flex-direction: column; gap: 1rem; }
.cart-item {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 1.1rem;
  padding: 1.1rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  align-items: center;
}
.cart-item .ci-thumb {
  width: 110px; height: 110px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--purple-200), var(--purple-400));
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.cart-item .ci-thumb img, .cart-item .ci-thumb svg { width: 100%; height: 100%; object-fit: cover; }
.cart-item h4 { font-size: 1rem; margin-bottom: .25rem; }
.cart-item .ci-meta { font-size: .82rem; color: var(--text-3); margin-bottom: .65rem; }
.cart-item .ci-price { font-weight: 700; color: var(--accent); font-size: 1.05rem; }
.cart-item .ci-side { display: flex; flex-direction: column; align-items: flex-end; gap: .8rem; }
.cart-item .remove-btn {
  background: transparent;
  border: none;
  color: var(--text-3);
  font-size: .82rem;
  display: inline-flex; align-items: center; gap: .3rem;
  transition: color .2s;
}
.cart-item .remove-btn:hover { color: #ef4444; }

.summary {
  position: sticky; top: 100px;
  padding: 1.6rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  align-self: flex-start;
}
.summary h3 { font-size: 1.15rem; margin-bottom: 1rem; }
.summary-row { display: flex; justify-content: space-between; padding: .55rem 0; font-size: .94rem; color: var(--text-2); }
.summary-row.total { padding-top: 1rem; border-top: 1px solid var(--border); font-size: 1.15rem; font-weight: 700; color: var(--text); }
.summary-row.total .num { color: var(--accent); }
.coupon-row { display: flex; gap: .5rem; margin: 1rem 0; }
.coupon-row input { flex: 1; }
.coupon-row button {
  padding: 0 1.2rem;
  background: var(--surface);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius);
  font-weight: 600;
}
.summary .btn-primary { width: 100%; justify-content: center; margin-top: 1rem; }

.cart-empty {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--card-bg);
  border: 1px dashed var(--border-2);
  border-radius: var(--radius-lg);
}
.cart-empty .ic {
  width: 90px; height: 90px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent);
}

/* ============================ AUTH PAGES ============================ */
.auth-wrap {
  min-height: calc(100vh - 200px);
  display: grid;
  place-items: center;
  padding: 3rem 1.5rem;
}
.auth-card {
  width: 100%;
  max-width: 480px;
  padding: 2.6rem 2.4rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.auth-card h1 { font-size: 1.7rem; text-align: center; margin-bottom: .4rem; }
.auth-card .sub { text-align: center; color: var(--text-3); margin-bottom: 1.6rem; }
.auth-card .field { margin-bottom: .8rem; }
.auth-card label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: .35rem; color: var(--text-2); }
.auth-card .btn-primary { width: 100%; justify-content: center; margin-top: .8rem; }
.auth-card .auth-foot { text-align: center; margin-top: 1.4rem; color: var(--text-3); font-size: .9rem; }
.auth-card .auth-foot a { color: var(--accent); font-weight: 600; }

.divider {
  display: flex; align-items: center; gap: 1rem;
  color: var(--text-3); font-size: .82rem;
  margin: 1.4rem 0;
}
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

.social-row { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.social-btn {
  padding: .85rem;
  border-radius: var(--radius);
  border: 1.5px solid var(--border-2);
  background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-weight: 600;
  font-size: .92rem;
  color: var(--text);
  transition: all .2s;
  cursor: pointer;
}
.social-btn:hover { border-color: var(--accent); background: var(--bg-2); transform: translateY(-2px); }

.alert {
  padding: .8rem 1rem;
  border-radius: var(--radius);
  font-size: .9rem;
  margin-bottom: 1rem;
}
.alert.error { background: rgba(239, 68, 68, .1); color: #fca5a5; border: 1px solid rgba(239, 68, 68, .25); }
.alert.success { background: rgba(34, 197, 94, .1); color: #86efac; border: 1px solid rgba(34, 197, 94, .25); }

/* ============================ PROFILE / ORDERS ============================ */
.account-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2rem;
  margin: 2.5rem 0;
}
.account-side {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.account-side .acc-user {
  display: flex; align-items: center; gap: .8rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.account-side .acc-user > div { min-width: 0; flex: 1; }
.account-side .acc-avatar {
  position: relative;
  flex: 0 0 48px;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.account-side .acc-avatar img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.account-side .acc-name {
  font-weight: 600; font-size: .92rem;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.account-side .acc-mail {
  font-size: .76rem; color: var(--text-3);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* Avatar upload control */
.acc-avatar-edit {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  padding: 1.2rem 1rem;
  background: linear-gradient(135deg, rgba(167,139,250,.08), rgba(124,58,237,.05));
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  margin-bottom: 1.2rem;
}
.acc-avatar-edit .acc-avatar-big {
  position: relative;
  width: 96px; height: 96px;
  display: inline-block;
  cursor: pointer;
}
.acc-avatar-edit .acc-avatar-big .acc-photo {
  width: 100%; height: 100%; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 2rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 8px 22px rgba(91,33,182,.18);
}
.acc-avatar-edit .acc-avatar-big .acc-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.acc-avatar-edit .acc-cam {
  position: absolute; bottom: -2px; right: -2px;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--purple-700); color: #fff;
  display: grid; place-items: center;
  cursor: pointer; box-shadow: 0 4px 10px rgba(91,33,182,.35);
  border: 3px solid #fff;
  transition: transform .2s;
  z-index: 2;
}
.acc-avatar-edit .acc-cam:hover { transform: scale(1.08); }
.acc-avatar-edit input[type=file] { display: none; }
.acc-avatar-edit .acc-actions { display: flex; gap: .4rem; flex-wrap: wrap; justify-content: center; }
.acc-avatar-edit .acc-actions button {
  padding: .35rem .8rem; border-radius: 99px; border: 1px solid var(--border);
  background: #fff; cursor: pointer; font-size: .78rem; color: var(--text-2);
}
.acc-avatar-edit .acc-actions button.primary {
  background: var(--purple-700); color: #fff; border-color: var(--purple-700);
}
.acc-avatar-edit .acc-actions button:hover { transform: translateY(-1px); }
.account-side nav { display: flex; flex-direction: column; gap: .15rem; }
.account-side nav a {
  padding: .7rem .9rem;
  border-radius: var(--radius-sm);
  font-size: .9rem;
  font-weight: 500;
  color: var(--text-2);
  transition: all .2s;
}
.account-side nav a:hover, .account-side nav a.active {
  background: linear-gradient(135deg, rgba(124, 58, 237, .12), rgba(167, 139, 250, .15));
  color: var(--accent);
}
.account-main {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
}
.account-main h2 { margin-bottom: 1.5rem; }

.order-card {
  padding: 1.2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: .9rem;
}
.order-card .oc-head {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .5rem;
  margin-bottom: .8rem;
}
.order-card .order-no { font-weight: 700; }
.order-card .order-date { font-size: .82rem; color: var(--text-3); }
.order-status {
  padding: .25rem .8rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: rgba(251, 191, 36, .15);
  color: #fbbf24;
}
.order-status.tamamlandi { background: rgba(34, 197, 94, .15); color: #86efac; }
.order-status.kargoda    { background: rgba(124, 58, 237, .15); color: var(--accent); }
.order-status.iptal      { background: rgba(239, 68, 68, .15); color: #fca5a5; }
.order-status.iade       { background: rgba(239, 68, 68, .15); color: #fca5a5; }

/* ============================ ORDER TRACKING ============================ */
.track-wrap { max-width: 720px; margin: 1.5rem auto 4rem; }
.track-head { text-align: center; margin-bottom: 2rem; }
.track-head h1 { font-size: 2rem; margin-bottom: .5rem; }
.track-head p { color: var(--text-2); }
.track-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1.2rem;
}
.track-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 600px) { .track-fields { grid-template-columns: 1fr; } }
.track-field { display: flex; flex-direction: column; gap: .35rem; }
.track-field .lbl {
  font-size: .8rem; font-weight: 600; color: var(--text-2);
  text-transform: uppercase; letter-spacing: .04em;
}
.track-field input {
  padding: .8rem 1rem;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  font-size: .95rem;
  transition: border .2s, background .2s;
}
.track-field input:focus { outline: none; border-color: var(--accent); background: var(--surface); }
.track-form .btn-primary { width: 100%; justify-content: center; }
.track-error {
  display: flex; align-items: center; gap: .6rem;
  padding: .9rem 1.1rem;
  background: rgba(239, 68, 68, .1);
  border: 1px solid rgba(239, 68, 68, .25);
  border-radius: 12px;
  color: #fca5a5;
  margin-bottom: 1rem;
  font-size: .9rem;
}
.track-result {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.track-result-head {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .8rem;
  padding-bottom: 1rem; margin-bottom: 1.2rem;
  border-bottom: 1px dashed var(--border);
}
.track-no { display: block; font-weight: 700; font-size: 1.1rem; }
.track-date { display: block; font-size: .82rem; color: var(--text-3); }
.track-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .4rem;
  margin: 1.2rem 0 1.6rem;
  position: relative;
}
.ts-step { text-align: center; position: relative; }
.ts-step::after {
  content: '';
  position: absolute;
  top: 22px; left: 50%; right: -50%;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.ts-step:last-child::after { display: none; }
.ts-step.done::after { background: var(--accent); }
.ts-ico {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 2px solid var(--border);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  position: relative; z-index: 1;
  margin-bottom: .4rem;
}
.ts-step.done .ts-ico { background: var(--accent); border-color: var(--accent); color: #fff; }
.ts-step.active .ts-ico {
  background: rgba(124, 58, 237, .15);
  border-color: var(--accent);
  color: var(--accent);
  animation: ts-pulse 1.4s ease-in-out infinite;
}
@keyframes ts-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(124,58,237,.4);} 50%{box-shadow:0 0 0 8px rgba(124,58,237,0);} }
.ts-label { font-size: .75rem; color: var(--text-2); font-weight: 600; }
.ts-step.done .ts-label, .ts-step.active .ts-label { color: var(--text); }
.track-cancel {
  padding: 1rem;
  background: rgba(239, 68, 68, .08);
  border: 1px solid rgba(239, 68, 68, .2);
  border-radius: 12px;
  color: var(--text);
  margin-bottom: 1.2rem;
  font-size: .9rem;
}
.track-cancel a { color: var(--accent); font-weight: 600; }
.track-section { margin-top: 1rem; }
.track-section h3 { font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-3); margin-bottom: .7rem; }
.track-items { list-style: none; padding: 0; }
.track-items li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .6rem;
  padding: .55rem 0;
  border-bottom: 1px dashed var(--border);
  font-size: .9rem;
}
.track-items li:last-child { border-bottom: none; }
.ti-qty { font-weight: 700; color: var(--accent); }
.ti-price { font-weight: 600; }
.track-total {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: .8rem; margin-top: .4rem;
  border-top: 1px solid var(--border);
  font-size: 1rem;
}
.track-total strong { color: var(--accent); font-size: 1.15rem; }
.track-meta { font-size: .88rem; color: var(--text-2); }
.track-meta div { padding: .25rem 0; }
.track-help { text-align: center; color: var(--text-3); font-size: .88rem; margin-top: 1rem; }
.track-help a { color: var(--accent); font-weight: 600; }
.copy-code { cursor: pointer; transition: color .2s, background .2s; border-radius: 6px; padding: 1px 6px; margin: -1px -2px; }
.copy-code:hover { background: rgba(124,58,237,.12); color: var(--accent); }
.copy-code.copied { background: rgba(34,197,94,.18); color: #16a34a; }
.track-list { list-style: none; padding: 0; margin: 0; }
.track-list li { margin-bottom: .5rem; }
.track-list a {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: .8rem;
  padding: .75rem 1rem;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  transition: border-color .2s, transform .2s;
}
.track-list a:hover { border-color: var(--accent); transform: translateX(3px); color: var(--text); }
.track-list .tl-no { font-weight: 700; font-family: ui-monospace, monospace; }
.track-list .tl-date { color: var(--text-3); font-size: .85rem; }
.track-list .tl-total { font-weight: 700; color: var(--accent); }
@media (max-width: 600px) {
  .track-list a { grid-template-columns: 1fr auto; row-gap: .35rem; }
  .track-list .tl-date, .track-list .tl-total { grid-column: span 2; }
}

/* ============================ CONTACT ============================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2rem;
  margin: 2.5rem 0;
}
.contact-map {
  margin: 0 0 3rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 40px rgba(15, 10, 40, .08);
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
}
.contact-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
}
.contact-info-list { display: flex; flex-direction: column; gap: 1rem; }
.contact-info-list li {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem;
  background: var(--surface);
  border-radius: var(--radius);
  list-style: none;
}
.contact-info-list .ic {
  width: 44px; height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-list strong { display: block; }
.contact-info-list span   { color: var(--text-3); font-size: .85rem; }

/* ============================ SUCCESS PAGE ============================ */
.success-card {
  text-align: center;
  max-width: 600px;
  margin: 4rem auto;
  padding: 3rem 2rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.success-card .check {
  width: 90px; height: 90px;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #34d399, #10b981);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 18px 36px rgba(16, 185, 129, .4);
  animation: pop 0.6s var(--easing);
}
@keyframes pop { 0% { transform: scale(0); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }

/* ============================ FOOTER ============================ */
.site-footer {
  position: relative;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 4rem 0 1.5rem;
  margin-top: 6rem;
  overflow: hidden;
}
.footer-glow {
  position: absolute;
  inset: -50% -10% auto -10%;
  height: 200px;
  background: radial-gradient(50% 100% at 50% 0%, rgba(124, 58, 237, .25), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.footer-grid {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.3fr;
  gap: 2rem;
}
.footer-grid h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-2); margin-bottom: 1rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .55rem; }
.footer-grid ul a { color: var(--text-3); font-size: .9rem; transition: color .2s, padding .2s; }
.footer-grid ul a:hover { color: var(--accent); padding-left: 4px; }
.footer-desc { color: var(--text-3); font-size: .92rem; max-width: 320px; margin: 1rem 0 1.2rem; }
.footer-social { display: flex; gap: .6rem; }
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-2);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .25s;
}
.footer-social a:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-3px); }

.newsletter-form {
  display: flex; gap: 0;
  background: var(--surface);
  border: 1.5px solid var(--border-2);
  border-radius: 999px;
  padding: 4px;
  overflow: hidden;
}
.newsletter-form input {
  flex: 1;
  border: none;
  background: transparent;
  padding: .65rem 1rem;
  font-size: .88rem;
  outline: none;
}
.newsletter-form button {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  border: none;
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .2s;
}
.newsletter-form button:hover { transform: scale(1.1); }
.newsletter-msg { display: block; font-size: .8rem; color: var(--accent); margin-top: .6rem; min-height: 1.2em; }

.footer-bottom {
  position: relative;
  max-width: var(--container);
  margin: 3rem auto 0;
  padding: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  font-size: .82rem;
  color: var(--text-3);
}
.payment-tags { display: inline-flex; gap: .5rem; flex-wrap: wrap; }
.pay-tag {
  padding: .25rem .7rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: .75rem;
}

/* ============================ TOAST ============================ */
.toast-stack {
  position: fixed;
  top: 92px; right: 16px;
  z-index: 300;
  display: flex; flex-direction: column;
  gap: .5rem;
  pointer-events: none;
}
.toast {
  pointer-events: auto;
  padding: .85rem 1.1rem;
  border-radius: var(--radius);
  background: var(--surface-solid);
  border: 1px solid var(--border-2);
  color: var(--text);
  font-size: .9rem;
  font-weight: 500;
  display: flex; align-items: center; gap: .65rem;
  box-shadow: var(--shadow-lg);
  min-width: 240px;
  max-width: 380px;
  transform: translateX(420px);
  opacity: 0;
  transition: all .35s var(--easing);
}
.toast.show { transform: translateX(0); opacity: 1; }
.toast.success { border-color: rgba(34, 197, 94, .4); }
.toast.success .ti { color: #34d399; }
.toast.error   { border-color: rgba(239, 68, 68, .4); }
.toast.error .ti { color: #fca5a5; }
.toast .ti {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface);
  flex-shrink: 0;
}

/* ============================ FLOATING WHATSAPP ============================ */
.floating-wa {
  position: fixed; bottom: 24px; right: 24px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: inline-flex !important;
  align-items: center; justify-content: center;
  box-shadow: 0 14px 30px rgba(37, 211, 102, .55);
  z-index: 250;
  transition: transform .3s var(--easing);
  animation: pulse-green 2.6s infinite;
}
.floating-wa:hover { transform: scale(1.12); color: #fff; }
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 14px 30px rgba(37, 211, 102, .55), 0 0 0 0 rgba(37, 211, 102, .5); }
  50%      { box-shadow: 0 14px 30px rgba(37, 211, 102, .55), 0 0 0 14px rgba(37, 211, 102, 0); }
}

/* ============================ BREADCRUMB ============================ */
.breadcrumb {
  display: flex; align-items: center; gap: .4rem;
  font-size: .85rem;
  color: var(--text-3);
  margin: 1.5rem 0 1rem;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-3); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { opacity: .5; }

/* ============================ PAGE HEAD ============================ */
.page-head {
  text-align: center;
  padding: 3rem 1.5rem 2rem;
  position: relative;
}
.page-head h1 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: .4rem; }
.page-head .eyebrow { color: var(--accent); font-family: 'Caveat', cursive; font-size: 1.6rem; }
.page-head p { color: var(--text-2); max-width: 580px; margin: 0 auto; }

/* ============================ FILTER PILLS ============================ */
.filter-bar {
  display: flex; gap: .5rem; flex-wrap: wrap;
  margin: 1.5rem 0 2rem;
  justify-content: center;
}
.filter-pill {
  padding: .55rem 1.1rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  font-size: .9rem;
  font-weight: 500;
  color: var(--text-2);
  transition: all .2s;
}
.filter-pill:hover, .filter-pill.active {
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(124, 58, 237, .3);
}

/* ============================ POLICY PAGES ============================ */
.policy-page {
  max-width: 820px;
  margin: 1.5rem auto 4rem;
  padding: 2.4rem 2.6rem;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: 0 4px 24px rgba(0,0,0,.04);
}
.policy-head { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.policy-head h1 { margin: .3rem 0 .4rem; font-size: 2rem; line-height: 1.15; }
.policy-meta { font-size: .82rem; color: var(--text-3); margin: 0; }
.policy-page section { margin-bottom: 2rem; }
.policy-page section:last-child { margin-bottom: 0; }
.policy-page h2 {
  font-size: 1.18rem;
  margin: 0 0 .8rem;
  color: var(--text);
  letter-spacing: -.01em;
}
.policy-page h3 {
  font-size: 1rem;
  margin: 1.2rem 0 .5rem;
  color: var(--text);
}
.policy-page p { color: var(--text-2); line-height: 1.7; margin: 0 0 .9rem; font-size: .95rem; }
.policy-page ul { color: var(--text-2); line-height: 1.7; padding-left: 1.3rem; margin: 0 0 .9rem; }
.policy-page ul li { margin-bottom: .4rem; font-size: .94rem; }
.policy-page strong { color: var(--text); }
.policy-page a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.policy-page a:hover { color: var(--accent-strong, var(--accent)); }
@media (max-width: 720px) {
  .policy-page { padding: 1.6rem 1.3rem; margin: 1rem auto 2.5rem; }
  .policy-head h1 { font-size: 1.5rem; }
}

/* ============================ FAVORITES EMPTY ============================ */
.fav-grid { margin-top: 2rem; }

/* ============================ REVEAL ANIMATION ============================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--easing), transform .7s var(--easing); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1024px) {
  .header-inner { gap: 1rem; }
  .primary-nav { display: none; }
  .mobile-toggle { display: inline-flex; }
  .cart-link .cart-text { display: none; }
  .cart-link { width: 42px; height: 42px; padding: 0; border-radius: 50%; justify-content: center; }
  /* Mobilde badge SVG'yi ezmesin — sağ-üst köşeye absolute */
  .cart-link .badge {
    position: absolute;
    top: -4px; right: -4px;
    background: linear-gradient(135deg, #ec4899, #7c3aed);
    box-shadow: 0 3px 8px rgba(236, 72, 153, .55);
    border: 2px solid var(--bg);
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .product-detail {
    grid-template-columns: 1fr;
    grid-template-areas: "gallery" "info" "meta";
    gap: 2rem;
  }
  .pd-left { display: contents; }
  .pd-gallery { grid-area: gallery; position: static; max-height: none; }
  .pd-info { grid-area: info; }
  .pd-meta { grid-area: meta; margin-top: 0; }
  .cart-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .account-grid { grid-template-columns: 1fr; }
  .account-side { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .banner-cta { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 720px) {
  :root { --header-h: 64px; }
  body { font-size: 15px; }

  /* Mobilde announce-bar (mor marquee) gizli — küçük ekranda tuhaf duruyordu */
  .announce-bar { display: none; }

  /* MOBİL HEADER — sadece brand + cart + hamburger */
  .header-inner { gap: .5rem; padding: 0 1rem; }
  .header-actions { gap: .35rem; }
  .header-actions > a.icon-btn[aria-label="Favoriler"],
  .header-actions > a.icon-btn[aria-label="Hesabım"],
  .header-actions > .btn-pill.ghost,
  .header-actions > .auth-pills {
    display: none;
  }
  /* Tema toggle mobilde de görünsün — biraz daha kompakt */
  .header-actions .theme-toggle {
    width: 38px; height: 38px;
  }

  /* HERO mobil — kompakt, ortalı, dengeli */
  .hero { padding: 2rem 0 3rem; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 2.4rem; }
  .hero-text { display: flex; flex-direction: column; align-items: center; width: 100%; }
  .hero-eyebrow {
    font-size: .76rem;
    padding: .42rem .9rem;
    margin-bottom: 1.2rem;
  }
  .hero-title {
    font-size: clamp(1.85rem, 8.5vw, 2.6rem);
    line-height: 1.08;
    margin-bottom: 1.4rem;
  }
  .hero-title .script { font-size: 1em; }
  .hero-sub {
    font-size: .96rem;
    line-height: 1.65;
    max-width: 92%;
    margin: 1rem auto 1.8rem;
    padding: 0 .5rem;
  }
  .hero-cta {
    justify-content: center;
    gap: .7rem;
    margin-bottom: 1.8rem;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .hero-cta .btn-primary,
  .hero-cta .btn-secondary {
    padding: .9rem 1.3rem;
    font-size: .94rem;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .hero-trust {
    justify-content: center;
    gap: 1.4rem;
    width: 100%;
  }
  .hero-trust .trust-item { font-size: .82rem; gap: .55rem; }
  .hero-trust .trust-item small { font-size: .72rem; }
  .hero-trust .trust-item svg { width: 20px; height: 20px; }

  .hero-art {
    max-width: 340px;
    width: 92%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
  }
  /* Mobilde buzdolabı kare çerçevesi GİZLENİYOR — sadece magnetler ve glow kalıyor */
  .hero-fridge { display: none !important; }
  /* Yerine yumuşak mor radial glow arka plan */
  .hero-art::before {
    content: '';
    position: absolute;
    inset: 5%;
    border-radius: 50%;
    background:
      radial-gradient(60% 60% at 50% 50%, rgba(167, 139, 250, .35), transparent 70%),
      radial-gradient(40% 40% at 30% 30%, rgba(196, 181, 253, .35), transparent 70%);
    filter: blur(20px);
    z-index: 0;
    pointer-events: none;
  }
  /* Mobilde temiz 2×2 grid — hafif eğim, eşit boyut */
  .float-magnet {
    width: 108px !important;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 2;
  }
  .float-magnet.m1 {
    top: 6% !important;
    left: 6% !important;
    right: auto !important;
    bottom: auto !important;
    --r: -4deg;
    transform: rotate(-4deg);
  }
  .float-magnet.m2 {
    top: 6% !important;
    right: 6% !important;
    left: auto !important;
    bottom: auto !important;
    --r: 4deg;
    transform: rotate(4deg);
  }
  .float-magnet.m3 {
    bottom: 6% !important;
    left: 6% !important;
    right: auto !important;
    top: auto !important;
    --r: 3deg;
    transform: rotate(3deg);
  }
  .float-magnet.m4 {
    bottom: 6% !important;
    right: 6% !important;
    left: auto !important;
    top: auto !important;
    --r: -3deg;
    transform: rotate(-3deg);
  }
  /* Sparkle'lar — magnetlerin etrafında dağılı */
  .hero-sparkle { font-size: 1.4rem; z-index: 3; }
  .hero-sparkle.s1 { top: 0% !important; right: 50% !important; left: auto; }
  .hero-sparkle.s2 { top: 48% !important; left: -2% !important; }
  .hero-sparkle.s3 { bottom: 0% !important; right: 4% !important; }
  .section { padding: 3.5rem 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; text-align: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-desc { margin-left: auto; margin-right: auto; }
  .pd-actions .btn-primary, .pd-actions .btn-secondary { width: 100%; }
  .cart-item { grid-template-columns: 80px 1fr; }
  .cart-item .ci-thumb { width: 80px; height: 80px; }
  .cart-item .ci-side { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; padding-top: .5rem; border-top: 1px solid var(--border); }
  .toast-stack { top: auto; bottom: 92px; right: 12px; left: 12px; }
  .toast { transform: translateY(100px); }
  .toast.show { transform: translateY(0); }
  .floating-wa { bottom: 18px; right: 18px; width: 52px; height: 52px; }
  .auth-card { padding: 2rem 1.5rem; }
  .banner-cta { padding: 2.5rem 1.4rem; margin: 3rem 1rem; }
  .pd-meta { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .brand-sub { display: none; }
  .icon-btn { width: 38px; height: 38px; }
  .header-actions { gap: .25rem; }
  .pd-meta { grid-template-columns: 1fr; }
  .social-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
