/* =====================================================================
   SNOOZI TÜRKİYE — Vitrin Design System (Stitch "Snoozi Luxe Parent-Tech")
   Fontlar: Manrope (başlık) + Inter (gövde/arayüz)
   ===================================================================== */
:root {
  /* Yüzeyler */
  --surface: #f6fafa; --surface-bright: #f6fafa; --surface-dim: #d7dbdb;
  --sc-lowest: #ffffff; --sc-low: #f0f4f4; --sc: #eaefef; --sc-high: #e5e9e9; --sc-highest: #dfe3e3;
  --on-surface: #181c1d; --on-surface-variant: #42474c; --outline: #73787d; --outline-variant: #c2c7cd;
  /* Marka */
  --primary: #00121f; --primary-container: #06283b; --on-primary: #ffffff; --on-primary-container: #7390a7;
  --tertiary-container: #002935; --petrol: #073e4d;
  --secondary: #00696b; --secondary-fixed: #4df9fc; --secondary-fixed-dim: #0fdcdf; --secondary-container: #4df9fc;
  --on-secondary-fixed: #002020; --on-secondary-container: #007072; --cyan: #13dde0;
  --error: #ba1a1a; --error-container: #ffdad6; --on-error-container: #93000a;
  --success: #0f9d7a; --warning: #b26a00;
  /* Tipografi */
  --font-head: 'Manrope', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* Boşluk */
  --s-2xs: .25rem; --s-xs: .5rem; --s-sm: .75rem; --s-md: 1rem; --s-lg: 1.5rem; --s-xl: 2rem; --s-2xl: 3rem; --s-3xl: 4.5rem; --s-4xl: 6rem; --s-section: 7.5rem;
  --gutter: 1.5rem; --container: 1280px;
  /* Yarıçap */
  --r-sm: .25rem; --r: .5rem; --r-md: .75rem; --r-lg: 1rem; --r-xl: 1.5rem; --r-full: 9999px;
  /* Gölge */
  --sh-sm: 0 1px 8px rgba(0,0,0,.04); --sh-md: 0 12px 32px -4px rgba(6,40,59,.05), 0 4px 12px -2px rgba(6,40,59,.03); --sh-lg: 0 20px 48px -8px rgba(6,40,59,.12); --sh-xl: 0 24px 60px -12px rgba(6,40,59,.18);
  --sh-cta: 0 4px 16px rgba(77,249,252,.3); --glow: 0 0 24px rgba(19,221,224,.35);
  --header-h: 76px; --announce-h: 34px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--surface); color: var(--on-surface); font-family: var(--font-body); font-size: 15px; line-height: 24px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overscroll-behavior: none; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-head); color: var(--primary); }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--secondary-fixed); color: var(--on-secondary-fixed); }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; border-radius: 4px; }
.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; }
.ic { flex-shrink: 0; }

/* ---------- Tipografi ---------- */
.display-hero { font-family: var(--font-head); font-size: 64px; line-height: 72px; letter-spacing: -.03em; font-weight: 700; }
.headline-xl { font-family: var(--font-head); font-size: 48px; line-height: 56px; letter-spacing: -.025em; font-weight: 600; }
.headline-lg { font-family: var(--font-head); font-size: 32px; line-height: 40px; letter-spacing: -.02em; font-weight: 600; }
.headline-md { font-family: var(--font-head); font-size: 24px; line-height: 32px; letter-spacing: -.015em; font-weight: 600; }
.headline-sm { font-family: var(--font-head); font-size: 20px; line-height: 28px; letter-spacing: -.01em; font-weight: 600; }
.body-xl { font-size: 18px; line-height: 28px; letter-spacing: -.005em; }
.body-md { font-size: 15px; line-height: 24px; }
.body-sm { font-size: 13px; line-height: 20px; letter-spacing: .005em; }
.label-tech { font-family: var(--font-body); font-size: 11px; line-height: 14px; letter-spacing: .08em; font-weight: 600; text-transform: uppercase; }
.label-int { font-size: 14px; line-height: 18px; letter-spacing: .01em; font-weight: 600; }
.eyebrow { color: var(--secondary); letter-spacing: .1em; }
.muted { color: var(--on-surface-variant); }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.text-cyan { color: var(--secondary-fixed); }
.text-white { color: var(--on-primary); }
.text-onpc { color: var(--on-primary-container); }
.leading-tight { line-height: 1.1; }
.leading-relaxed { line-height: 1.65; }
.text-center { text-align: center; }
.line-through { text-decoration: line-through; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prose { color: var(--on-surface-variant); }
.prose h2 { font-size: 24px; line-height: 32px; margin: 2rem 0 .75rem; }
.prose h3 { font-size: 20px; line-height: 28px; margin: 1.5rem 0 .5rem; }
.prose p { margin: 0 0 1rem; line-height: 1.7; }
.prose ul, .prose ol { margin: 0 0 1rem 1.25rem; }
.prose ul { list-style: disc; } .prose ol { list-style: decimal; }
.prose li { margin-bottom: .35rem; }
.prose a { color: var(--secondary); text-decoration: underline; }
.prose img { border-radius: var(--r-md); margin: 1rem 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 14px; }
.prose th, .prose td { border: 1px solid var(--sc-high); padding: .6rem .75rem; text-align: left; }
.prose strong { color: var(--primary); }
.prose blockquote { border-left: 3px solid var(--secondary-fixed); padding-left: 1rem; margin: 1rem 0; color: var(--primary); }

/* ---------- Düzen ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--s-3xl) 0; }
.section-sm { padding: var(--s-2xl) 0; }
.bg-surface { background: var(--surface); }
.bg-low { background: var(--sc-low); }
.bg-container { background: var(--sc); }
.bg-high { background: var(--sc-high); }
.bg-navy { background: var(--primary-container); color: var(--on-primary); }
.bg-navy h2, .bg-navy h3 { color: var(--on-primary); }
.grid { display: grid; gap: var(--s-md); }
.grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--s-2xl); align-items: center; }
.col-5 { grid-column: span 5; } .col-6 { grid-column: span 6; } .col-7 { grid-column: span 7; }
.flex { display: flex; } .flex-col { flex-direction: column; } .items-center { align-items: center; } .items-start { align-items: flex-start; } .items-baseline { align-items: baseline; }
.justify-between { justify-content: space-between; } .justify-center { justify-content: center; } .flex-wrap { flex-wrap: wrap; } .flex-1 { flex: 1 1 0; } .shrink-0 { flex-shrink: 0; }
.gap-2xs { gap: var(--s-2xs); } .gap-xs { gap: var(--s-xs); } .gap-sm { gap: var(--s-sm); } .gap-md { gap: var(--s-md); } .gap-lg { gap: var(--s-lg); } .gap-xl { gap: var(--s-xl); } .gap-2xl { gap: var(--s-2xl); }
.mt-2xs { margin-top: var(--s-2xs); } .mt-xs { margin-top: var(--s-xs); } .mt-sm { margin-top: var(--s-sm); } .mt-md { margin-top: var(--s-md); } .mt-lg { margin-top: var(--s-lg); } .mt-xl { margin-top: var(--s-xl); }
.mb-xs { margin-bottom: var(--s-xs); } .mb-sm { margin-bottom: var(--s-sm); } .mb-md { margin-bottom: var(--s-md); } .mb-lg { margin-bottom: var(--s-lg); } .mb-xl { margin-bottom: var(--s-xl); } .mb-2xl { margin-bottom: var(--s-2xl); }
.pt-xs { padding-top: var(--s-xs); } .pt-sm { padding-top: var(--s-sm); } .pt-lg { padding-top: var(--s-lg); }
.max-w-xl { max-width: 36rem; } .max-w-2xl { max-width: 42rem; } .max-w-3xl { max-width: 48rem; } .mx-auto { margin-left: auto; margin-right: auto; }
.w-full { width: 100%; } .relative { position: relative; } .hidden { display: none !important; }
.rounded { border-radius: var(--r); } .rounded-md { border-radius: var(--r-md); } .rounded-lg { border-radius: var(--r-lg); } .rounded-full { border-radius: var(--r-full); }
.overflow-hidden { overflow: hidden; }
.aspect-4-3 { aspect-ratio: 4/3; } .aspect-5-4 { aspect-ratio: 5/4; } .aspect-1 { aspect-ratio: 1; } .aspect-16-10 { aspect-ratio: 16/10; } .aspect-16-9 { aspect-ratio: 16/9; } .aspect-4-5 { aspect-ratio: 4/5; } .aspect-9-16 { aspect-ratio: 9/16; }
.cover { width: 100%; height: 100%; object-fit: cover; } .contain { width: 100%; height: 100%; object-fit: contain; }
.img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--sc) 0%, var(--sc-highest) 100%); }
.divider { color: var(--outline-variant); }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--secondary-fixed); }
.dot-sm { width: 6px; height: 6px; }
.dot-pulse { animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--s-xs); height: 54px; padding: 0 var(--s-lg); border-radius: var(--r-md); font-size: 14px; line-height: 18px; letter-spacing: .01em; font-weight: 600; transition: all .2s ease; white-space: nowrap; }
.btn-primary { background: var(--secondary-fixed); color: var(--on-secondary-fixed); box-shadow: var(--sh-sm); }
.btn-primary:hover { filter: brightness(1.05); box-shadow: 0 8px 24px rgba(19,221,224,.4); }
.btn-navy { background: var(--primary); color: var(--on-primary); box-shadow: var(--sh-sm); }
.btn-navy:hover { background: var(--primary-container); }
.btn-soft { background: var(--sc); color: var(--on-surface); }
.btn-soft:hover { background: var(--sc-high); }
.btn-ghost { background: transparent; border: 1.5px solid var(--primary-container); color: var(--primary-container); }
.btn-ghost:hover { background: rgba(6,40,59,.04); }
.btn-ghost-light { background: transparent; border: 1.5px solid rgba(247,251,251,.4); color: var(--on-primary); }
.btn-ghost-light:hover { background: rgba(247,251,251,.08); }
.btn-sm { height: 42px; padding: 0 var(--s-md); }
.btn-xs { height: 36px; padding: 0 var(--s-sm); font-size: 13px; }
.btn-lg { padding: 0 var(--s-2xl); }
.btn-pill { border-radius: var(--r-full); }
.btn-block { width: 100%; }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; filter: none; box-shadow: none; }
.btn.is-loading { position: relative; color: transparent !important; pointer-events: none; }
.btn.is-loading::after { content: ''; position: absolute; width: 18px; height: 18px; border: 2px solid rgba(0,32,32,.25); border-top-color: var(--on-secondary-fixed); border-radius: 50%; animation: spin .7s linear infinite; }
.btn-navy.is-loading::after, .btn-ghost-light.is-loading::after { border-color: rgba(255,255,255,.25); border-top-color: #fff; }
@keyframes spin { to { transform: rotate(360deg); } }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--r-full); color: var(--primary); transition: background .2s; position: relative; }
.icon-btn:hover { background: var(--sc); }

/* ---------- Rozetler / chip ---------- */
.badge { display: inline-flex; align-items: center; gap: var(--s-xs); padding: .2rem var(--s-xs); border-radius: 6px; font-size: 11px; line-height: 14px; letter-spacing: .08em; font-weight: 600; text-transform: uppercase; }
.badge-cyan { background: var(--secondary-container); color: var(--on-secondary-fixed); }
.badge-soft { background: var(--sc); color: var(--on-surface); border-radius: var(--r); padding: .25rem var(--s-sm); }
.badge-glass { background: rgba(246,250,250,.9); backdrop-filter: blur(12px); color: var(--primary); }
.badge-pill { border-radius: var(--r-full); padding: .15rem var(--s-xs); font-size: 10px; font-weight: 700; background: var(--secondary-fixed); color: var(--on-secondary-fixed); }
.badge-error { background: var(--error-container); color: var(--on-error-container); }
.badge-success { background: #d7f5ea; color: #075c47; }
.badge-neutral { background: var(--sc-high); color: var(--on-surface-variant); }
.badge-warning { background: #fff0d6; color: #7a4a00; }
.badge-info { background: #dcecf7; color: #1c4c5c; }
.chip { display: inline-flex; align-items: center; gap: var(--s-xs); padding: .3rem var(--s-sm); border-radius: var(--r); background: var(--sc); color: var(--on-surface); }

/* ---------- Kartlar ---------- */
.card { background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); }
.card-soft { background: var(--sc); border-radius: var(--r-md); }
.card-high { background: var(--sc-high); border-radius: var(--r-md); }
.card-navy { background: var(--primary-container); color: var(--on-primary); border-radius: var(--r-md); box-shadow: var(--sh-md); }
.card-navy .muted { color: var(--on-primary-container); }
.card-pad { padding: var(--s-md); } .card-pad-lg { padding: var(--s-xl); }
.icon-box { display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r); flex-shrink: 0; }
.icon-box-28 { width: 28px; height: 28px; border-radius: 6px; }
.icon-box-32 { width: 32px; height: 32px; }
.icon-box-40 { width: 40px; height: 40px; }
.icon-box-48 { width: 48px; height: 48px; border-radius: var(--r-md); }
.icon-box-white { background: var(--sc-lowest); color: var(--primary); box-shadow: var(--sh-sm); }
.icon-box-cyan { background: var(--secondary-fixed); color: var(--on-secondary-fixed); }
.icon-box-cyan-soft { background: rgba(77,249,252,.2); color: var(--secondary-fixed); }
.icon-box-error { background: var(--error-container); color: var(--on-error-container); }
.icon-box-navy { background: var(--primary); color: var(--on-primary); }

/* ---------- Form ---------- */
.field { display: flex; flex-direction: column; gap: .35rem; }
.field label, .label { font-size: 13px; line-height: 20px; font-weight: 600; color: var(--primary); }
.input, .select, .textarea { width: 100%; height: 48px; padding: 0 var(--s-md); background: var(--sc-lowest); border: 1.5px solid #eeece7; border-radius: var(--r); color: var(--on-surface); transition: border-color .2s, box-shadow .2s; }
.textarea { height: auto; min-height: 110px; padding: var(--s-sm) var(--s-md); resize: vertical; }
.select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2342474c'%3E%3Cpath d='M12 15.4 5.3 8.7l1.4-1.4 5.3 5.3 5.3-5.3 1.4 1.4z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(19,221,224,.18); }
.input.is-invalid, .select.is-invalid, .textarea.is-invalid { border-color: var(--error); }
.input::placeholder, .textarea::placeholder { color: var(--outline); }
.field-error { font-size: 12px; color: var(--error); }
.help { font-size: 12px; color: var(--on-surface-variant); }
.check { display: flex; gap: var(--s-sm); align-items: flex-start; cursor: pointer; font-size: 13px; line-height: 20px; color: var(--on-surface-variant); }
.check input { appearance: none; width: 20px; height: 20px; flex-shrink: 0; border: 1.5px solid var(--outline-variant); border-radius: 6px; background: var(--sc-lowest); display: grid; place-content: center; margin-top: 1px; transition: all .15s; }
.check input::before { content: ''; width: 10px; height: 10px; border-radius: 2px; background: var(--on-secondary-fixed); transform: scale(0); transition: transform .15s; }
.check input:checked { background: var(--secondary-fixed); border-color: var(--secondary-fixed); }
.check input:checked::before { transform: scale(1); }
.check input[type=radio] { border-radius: 50%; } .check input[type=radio]::before { border-radius: 50%; }
.check a { color: var(--secondary); text-decoration: underline; }
.toggle { position: relative; display: inline-block; width: 44px; height: 24px; }
.toggle input { opacity: 0; width: 0; height: 0; position: absolute; }
.toggle span { position: absolute; inset: 0; background: var(--outline-variant); border-radius: 999px; transition: .2s; }
.toggle span::before { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; }
.toggle input:checked + span { background: var(--cyan); box-shadow: var(--glow); }
.toggle input:checked + span::before { transform: translateX(20px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-md); }
.form-grid .span-2 { grid-column: span 2; }
.qty { display: inline-flex; align-items: center; justify-content: space-between; background: var(--sc-lowest); border-radius: var(--r-md); padding: 4px; height: 52px; width: 128px; box-shadow: var(--sh-sm); }
.qty button { width: 40px; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: var(--r); font-weight: 700; font-size: 18px; color: var(--primary); }
.qty button:hover { background: var(--sc); }
.qty span, .qty input { font-weight: 700; font-size: 14px; color: var(--primary); text-align: center; width: 36px; border: 0; background: transparent; }
.qty-sm { height: 40px; width: 104px; } .qty-sm button { width: 32px; }

/* ---------- Bildirim (toast / alert) ---------- */
.toasts { position: fixed; top: 16px; right: 16px; z-index: 1200; display: flex; flex-direction: column; gap: 8px; max-width: 360px; }
.toast { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: var(--r-md); background: var(--primary-container); color: var(--on-primary); box-shadow: var(--sh-lg); font-size: 13px; line-height: 20px; animation: toastIn .3s ease; }
.toast-success { border-left: 3px solid var(--secondary-fixed); } .toast-error { border-left: 3px solid #ff7b72; } .toast-info { border-left: 3px solid #7390a7; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.alert { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: var(--r-md); font-size: 13px; line-height: 20px; }
.alert-error { background: var(--error-container); color: var(--on-error-container); }
.alert-success { background: #d7f5ea; color: #075c47; }
.alert-info { background: var(--sc); color: var(--on-surface); }
.alert-warning { background: #fff0d6; color: #7a4a00; }

/* ---------- Header ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 900; }
.announce { height: var(--announce-h); background: var(--primary-container); color: var(--on-primary); display: flex; align-items: center; justify-content: center; padding: 0 var(--gutter); box-shadow: var(--sh-sm); overflow: hidden; }
.announce-inner { display: flex; align-items: center; gap: var(--s-xs); white-space: nowrap; }
.announce .dot { width: 6px; height: 6px; }
.nav-bar { height: var(--header-h); background: rgba(246,250,250,.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: var(--sh-sm); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s-lg); }
.logo { display: inline-flex; align-items: baseline; gap: 2px; }
.logo-text { font-family: var(--font-head); font-size: 24px; line-height: 32px; letter-spacing: -.02em; font-weight: 700; color: var(--primary); display: inline-flex; align-items: baseline; }
.logo-text .dot { margin-left: 2px; margin-bottom: 2px; }
.logo-suffix { margin-left: var(--s-2xs); font-size: 11px; letter-spacing: .12em; font-weight: 700; text-transform: uppercase; color: var(--secondary); }
.logo img { height: 36px; width: auto; }
.nav-links { display: flex; align-items: center; gap: var(--s-lg); }
.nav-links a { font-size: 13px; line-height: 20px; color: var(--on-surface-variant); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--on-surface); font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: var(--s-md); }
.nav-actions .link { font-size: 13px; color: var(--on-surface-variant); }
.nav-actions .link:hover { color: var(--on-surface); }
.avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--primary); color: var(--on-primary); display: inline-flex; align-items: center; justify-content: center; }
.cart-count { position: absolute; top: 6px; right: 6px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; background: var(--secondary); color: #fff; font-size: 10px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.cart-count[data-count="0"] { display: none; }
.nav-cta { height: 42px; padding: 0 var(--s-lg); border-radius: var(--r-md); background: var(--secondary-fixed); color: var(--on-secondary-fixed); box-shadow: var(--sh-cta); display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; transition: filter .2s; }
.nav-cta:hover { filter: brightness(1.05); }
.menu-btn { display: none; }
main { padding-top: calc(var(--header-h) + var(--announce-h)); min-height: 70vh; }
body.no-announce main { padding-top: var(--header-h); }
body.no-announce .announce { display: none; }

/* Mobil menü */
.drawer { position: fixed; inset: 0; z-index: 1000; visibility: hidden; }
.drawer.open { visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(6,40,59,.55); opacity: 0; transition: opacity .25s; }
.drawer.open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; left: 0; bottom: 0; width: min(88vw, 360px); background: var(--surface); transform: translateX(-100%); transition: transform .3s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; overflow-y: auto; }
.drawer.open .drawer-panel { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: var(--s-md); border-bottom: 1px solid var(--sc-high); }
.drawer-nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px var(--s-md); border-bottom: 1px solid var(--sc-high); font-size: 15px; font-weight: 500; color: var(--primary); }
.drawer-foot { margin-top: auto; padding: var(--s-md); display: flex; flex-direction: column; gap: var(--s-sm); }

/* Mini sepet */
.mini-cart { position: fixed; inset: 0; z-index: 1000; visibility: hidden; }
.mini-cart.open { visibility: visible; }
.mini-cart .drawer-backdrop { position: absolute; inset: 0; background: rgba(6,40,59,.55); opacity: 0; transition: opacity .25s; }
.mini-cart.open .drawer-backdrop { opacity: 1; }
.mini-cart-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(92vw, 420px); background: var(--surface); transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; }
.mini-cart.open .mini-cart-panel { transform: none; }
.mini-cart-body { flex: 1; overflow-y: auto; padding: var(--s-md); display: flex; flex-direction: column; gap: var(--s-sm); }
.mini-cart-foot { padding: var(--s-md); border-top: 1px solid var(--sc-high); display: flex; flex-direction: column; gap: var(--s-sm); background: var(--sc-lowest); }
.cart-line { display: flex; gap: var(--s-sm); align-items: flex-start; padding: var(--s-sm); background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); }
.cart-line img, .cart-line .img-placeholder { width: 64px; height: 64px; border-radius: var(--r); object-fit: cover; flex-shrink: 0; }
.cart-line .remove { color: var(--outline); } .cart-line .remove:hover { color: var(--error); }
.empty-state { text-align: center; padding: var(--s-2xl) var(--s-md); color: var(--on-surface-variant); display: flex; flex-direction: column; align-items: center; gap: var(--s-sm); }
.empty-state .ic { color: var(--outline-variant); }

/* ---------- Hero ---------- */
.hero { padding: var(--s-2xl) 0; }
.hero-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--s-2xl); align-items: center; min-height: 640px; }
.hero-copy { grid-column: span 5; display: flex; flex-direction: column; align-items: flex-start; gap: var(--s-md); }
.hero-visual { grid-column: span 7; position: relative; }
.hero-visual .frame { aspect-ratio: 5/4; border-radius: var(--r-md); overflow: hidden; background: var(--sc); box-shadow: var(--sh-xl); position: relative; }
.hero-tag { position: absolute; bottom: var(--s-md); left: var(--s-md); background: rgba(6,40,59,.85); backdrop-filter: blur(12px); border-radius: var(--r-md); padding: var(--s-sm); color: var(--on-primary); box-shadow: var(--sh-lg); display: flex; align-items: center; gap: var(--s-sm); max-width: calc(100% - 2 * var(--s-md)); }
.hero-tag .icon-box { background: rgba(77,249,252,.2); color: var(--secondary-fixed); }
.price-box { width: 100%; background: var(--sc-lowest); border-radius: var(--r-md); padding: var(--s-md); box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: var(--s-md); }
.price-row { display: flex; align-items: baseline; gap: var(--s-sm); flex-wrap: wrap; }
.price-main { font-family: var(--font-head); font-size: 32px; line-height: 40px; letter-spacing: -.02em; font-weight: 600; color: var(--primary); }
.price-old { color: var(--on-surface-variant); text-decoration: line-through; }
.price-xl { font-size: 48px; line-height: 56px; letter-spacing: -.025em; font-weight: 700; }
.trust-line { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-xs); font-size: 13px; color: var(--on-surface-variant); padding-top: var(--s-xs); }
.trust-line strong { color: var(--on-surface); font-weight: 500; }

/* ---------- Güven şeridi ---------- */
.trust-strip { background: var(--sc-low); padding: var(--s-md) 0; box-shadow: var(--sh-sm); }
.trust-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: var(--s-md); align-items: center; }
.trust-item { display: flex; align-items: center; gap: var(--s-xs); min-width: 0; }
.trust-item .ic { color: var(--secondary); }
.trust-item .ic.star { color: var(--secondary-fixed-dim); }
.trust-item > div { display: flex; flex-direction: column; min-width: 0; }
.trust-item .label-int { color: var(--on-surface); }
.trust-item .label-tech { color: var(--on-surface-variant); }

/* ---------- Problem / çözüm ---------- */
.ps-cards { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-md); padding-top: var(--s-xs); }
.ps-card { border-radius: var(--r-md); padding: var(--s-md); display: flex; flex-direction: column; gap: var(--s-xs); }
.ps-card.old { background: var(--sc-high); } .ps-card.new { background: var(--primary-container); color: var(--on-primary); box-shadow: var(--sh-md); }
.ps-card.new h3 { color: var(--on-primary); } .ps-card.new p { color: var(--on-primary-container); }
.ps-card p { font-size: 13px; line-height: 20px; }

/* ---------- Nasıl çalışır ---------- */
.how { background: var(--primary-container); color: var(--on-primary); position: relative; overflow: hidden; }
.how-head { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 42rem; margin: 0 auto var(--s-2xl); gap: var(--s-xs); }
.how-head .label-tech { color: var(--secondary-fixed); }
.how-head p { color: var(--on-primary-container); }
.how-head h2 { color: var(--on-primary); }
.how-stage { grid-column: span 6; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: var(--s-lg); border-radius: var(--r-md); background: var(--tertiary-container); box-shadow: var(--sh-xl); position: relative; }
.how-stage .frame { width: 100%; max-width: 28rem; aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
.hotspot { position: absolute; background: rgba(0,18,31,.9); backdrop-filter: blur(12px); padding: 6px var(--s-sm); border-radius: var(--r); text-align: left; box-shadow: var(--sh-lg); }
.hotspot .label-tech { color: var(--secondary-fixed); display: block; }
.hotspot .body-sm { color: var(--on-primary); }
.hotspot.top-right { top: 24px; right: 16px; } .hotspot.top-left { top: 24px; left: 16px; } .hotspot.bottom-left { bottom: 32px; left: 16px; } .hotspot.bottom-right { bottom: 32px; right: 16px; }
.how-caption { margin-top: var(--s-md); text-align: center; color: var(--on-primary-container); }
.steps { grid-column: span 6; display: flex; flex-direction: column; gap: var(--s-md); }
.step { display: flex; gap: var(--s-md); padding: var(--s-md); border-radius: var(--r-md); background: rgba(0,41,53,.6); transition: background .2s; }
.step:hover { background: var(--tertiary-container); }
.step-num { width: 40px; height: 40px; border-radius: var(--r); background: var(--secondary-fixed); color: var(--on-secondary-fixed); display: flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: .08em; font-weight: 700; flex-shrink: 0; }
.step h3 { color: var(--on-primary); } .step p { color: var(--on-primary-container); font-size: 13px; line-height: 20px; }

/* ---------- Faydalar ---------- */
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-lg); }
.benefit { background: var(--sc); border-radius: var(--r-md); padding: var(--s-xl); display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }
.benefit .icon-box { margin-bottom: var(--s-md); }
.benefit p { color: var(--on-surface-variant); }

/* ---------- Karşılaştırma ---------- */
.compare-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare { min-width: 680px; background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); overflow: hidden; }
.compare-row { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); padding: var(--s-md); align-items: center; }
.compare-head { background: var(--sc); font-size: 14px; font-weight: 600; }
.compare-row > div:nth-child(1) { grid-column: span 4; } .compare-row > div:nth-child(2) { grid-column: span 4; } .compare-row > div:nth-child(3) { grid-column: span 4; }
.compare-row:nth-child(even) { background: var(--sc-low); }
.compare .crit { font-size: 14px; font-weight: 600; color: var(--primary); }
.compare .old { font-size: 13px; color: var(--on-surface-variant); }
.compare .new { font-size: 14px; font-weight: 600; color: var(--primary); display: flex; align-items: center; gap: var(--s-2xs); }
.compare .new .ic { color: var(--secondary); }
.compare-head .snz { color: var(--secondary); font-weight: 700; display: flex; align-items: center; gap: var(--s-2xs); }

/* ---------- Set içeriği ---------- */
.box-list { display: flex; flex-direction: column; gap: var(--s-sm); }
.box-item { display: flex; align-items: center; gap: var(--s-sm); padding: var(--s-sm); border-radius: var(--r-md); background: var(--sc); }
.box-qty { width: 40px; height: 40px; border-radius: var(--r); background: var(--sc-lowest); display: flex; align-items: center; justify-content: center; color: var(--secondary); font-weight: 700; font-size: 11px; letter-spacing: .08em; flex-shrink: 0; }
.box-item .label-int { color: var(--primary); display: block; }
.box-item .body-sm { color: var(--on-surface-variant); }

/* ---------- Satın alma (PDP) ---------- */
.pdp-gallery { grid-column: span 6; display: flex; flex-direction: column; gap: var(--s-md); }
.pdp-main { aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; background: var(--sc-lowest); box-shadow: var(--sh-md); position: relative; }
.pdp-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s; }
.pdp-stock { position: absolute; top: 16px; left: 16px; }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-sm); }
.thumb { aspect-ratio: 1; border-radius: var(--r); overflow: hidden; background: var(--sc); padding: 4px; box-shadow: var(--sh-sm); opacity: .7; transition: opacity .2s; display: flex; align-items: center; justify-content: center; }
.thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.thumb:hover, .thumb.active { opacity: 1; }
.thumb .ic { color: var(--secondary); }
.pdp-info { grid-column: span 6; display: flex; flex-direction: column; gap: var(--s-md); }
.rating-row { display: flex; align-items: center; gap: var(--s-sm); margin-top: var(--s-xs); flex-wrap: wrap; }
.stars { display: inline-flex; gap: 1px; color: var(--secondary-fixed-dim); }
.stars .star-empty { color: var(--outline-variant); }
.stars .star-half { color: var(--secondary-fixed-dim); opacity: .55; }
.delivery-note { display: flex; align-items: center; gap: var(--s-xs); padding: var(--s-sm); border-radius: var(--r-md); background: var(--sc); font-size: 13px; }
.delivery-note strong { color: var(--primary); font-weight: 600; }
.delivery-note .hi { color: var(--secondary); font-weight: 700; }
.bundles { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-xs); }
.bundle { cursor: pointer; padding: var(--s-sm); border-radius: var(--r-md); background: var(--sc-lowest); box-shadow: var(--sh-sm); display: flex; flex-direction: column; justify-content: space-between; position: relative; transition: all .2s; border: 2px solid transparent; }
.bundle:hover { transform: translateY(-1px); box-shadow: var(--sh-md); }
.bundle.active { border-color: var(--secondary-fixed); }
.bundle input { position: absolute; opacity: 0; pointer-events: none; }
.bundle-top { display: flex; align-items: center; justify-content: space-between; gap: var(--s-xs); }
.bundle-radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--outline-variant); display: grid; place-content: center; flex-shrink: 0; transition: all .15s; }
.bundle-radio::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--on-secondary-fixed); transform: scale(0); transition: .15s; }
.bundle.active .bundle-radio { border-color: var(--secondary-fixed); background: var(--secondary-fixed); }
.bundle.active .bundle-radio::before { transform: scale(1); }
.bundle .desc { font-size: 13px; color: var(--on-surface-variant); margin-top: 4px; }
.bundle .price { font-family: var(--font-head); font-size: 20px; line-height: 28px; font-weight: 600; color: var(--primary); margin-top: var(--s-xs); }
.bundle .price-old { font-size: 12px; margin-left: 4px; font-weight: 400; }
.bundle .badge-pill { position: absolute; top: -8px; right: 8px; }
.bundle.oos { opacity: .6; }
.buy-row { display: flex; align-items: center; gap: var(--s-sm); padding-top: var(--s-xs); }
.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-xs); padding-top: var(--s-sm); }
.perk { display: flex; flex-direction: column; align-items: center; text-align: center; padding: var(--s-xs); border-radius: var(--r); background: var(--sc); }
.perk .ic { color: var(--secondary); }
.perk .label-tech { color: var(--primary); margin-top: 4px; }
.perk .body-sm { font-size: 11px; color: var(--on-surface-variant); }
.tabs { display: flex; gap: var(--s-xs); border-bottom: 1px solid var(--sc-high); overflow-x: auto; }
.tab { padding: 12px var(--s-md); font-size: 14px; font-weight: 600; color: var(--on-surface-variant); border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; }
.tab.active { color: var(--primary); border-color: var(--secondary-fixed); }
.tab-panel { padding: var(--s-lg) 0; }
.tab-panel[hidden] { display: none; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: 10px 12px; font-size: 14px; border-bottom: 1px solid var(--sc-high); }
.spec-table th { width: 38%; color: var(--on-surface-variant); font-weight: 500; }
.spec-table td { color: var(--primary); font-weight: 500; }
.spec-group { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--secondary); font-weight: 600; padding: 14px 12px 6px; }

/* Ürün kartları (aksesuar) */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-lg); }
.product-card { background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); overflow: hidden; display: flex; flex-direction: column; transition: all .2s; }
.product-card:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.product-card .img { aspect-ratio: 1; background: var(--sc); overflow: hidden; }
.product-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .img img { transform: scale(1.03); }
.product-card .body { padding: var(--s-md); display: flex; flex-direction: column; gap: var(--s-xs); flex: 1; }
.product-card .name { font-family: var(--font-head); font-weight: 600; font-size: 15px; line-height: 22px; color: var(--primary); }
.product-card .price { font-weight: 700; color: var(--primary); }
.product-card .actions { margin-top: auto; padding-top: var(--s-xs); }

/* ---------- Yorumlar ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--s-xl); align-items: stretch; }
.review-featured { grid-column: span 6; background: var(--sc); border-radius: var(--r-md); padding: var(--s-xl); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--sh-sm); }
.review-featured blockquote { margin: 0; font-size: 18px; line-height: 28px; color: var(--primary); }
.review-author { display: flex; align-items: center; gap: var(--s-sm); padding-top: var(--s-lg); }
.review-author .avatar-lg { width: 48px; height: 48px; border-radius: 50%; background: var(--sc-high); display: flex; align-items: center; justify-content: center; color: var(--primary); font-weight: 700; overflow: hidden; flex-shrink: 0; }
.review-stack { grid-column: span 6; display: flex; flex-direction: column; gap: var(--s-md); }
.review-card { padding: var(--s-md); border-radius: var(--r-md); background: var(--sc-lowest); box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: var(--s-xs); }
.review-card .top { display: flex; align-items: center; justify-content: space-between; gap: var(--s-sm); }
.review-card p { font-size: 13px; line-height: 20px; color: var(--on-surface-variant); }
.review-card .meta { color: var(--secondary); }
.review-card .reply { background: var(--sc); border-radius: var(--r); padding: var(--s-sm); font-size: 13px; }
.rating-summary { display: flex; gap: var(--s-lg); align-items: center; }
.rating-big { font-family: var(--font-head); font-size: 48px; line-height: 56px; font-weight: 700; color: var(--primary); }
.rating-bars { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.rating-bar { display: flex; align-items: center; gap: var(--s-xs); font-size: 12px; color: var(--on-surface-variant); }
.rating-bar .bar { flex: 1; height: 6px; border-radius: 3px; background: var(--sc-high); overflow: hidden; }
.rating-bar .bar span { display: block; height: 100%; background: var(--secondary-fixed-dim); }

/* ---------- Lifestyle ---------- */
.lifestyle { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--s-md); }
.lifestyle .tall { grid-column: span 5; aspect-ratio: 4/5; border-radius: var(--r-md); overflow: hidden; background: var(--sc); box-shadow: var(--sh-sm); }
.lifestyle .wides { grid-column: span 7; display: flex; flex-direction: column; gap: var(--s-md); }
.lifestyle .wide { aspect-ratio: 16/9; border-radius: var(--r-md); overflow: hidden; background: var(--sc); box-shadow: var(--sh-sm); }

/* ---------- Reels ---------- */
.reels-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s-md); margin-bottom: var(--s-xl); }
.reels { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-md); }
.reels.five { grid-template-columns: repeat(5, 1fr); }
.reel { position: relative; aspect-ratio: 9/16; border-radius: var(--r-lg); overflow: hidden; background: var(--primary-container); box-shadow: var(--sh-md); cursor: pointer; display: block; text-align: left; width: 100%; }
.reel img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.reel:hover img { transform: scale(1.04); }
.reel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,40,59,.85) 0%, rgba(6,40,59,.1) 45%, rgba(6,40,59,0) 70%); }
.reel .play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(247,251,251,.88); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; color: var(--primary-container); z-index: 2; box-shadow: var(--glow); transition: transform .2s; }
.reel:hover .play { transform: translate(-50%,-50%) scale(1.06); }
.reel .info { position: absolute; left: 0; right: 0; bottom: 0; padding: var(--s-md); z-index: 2; color: var(--on-primary); display: flex; flex-direction: column; gap: 4px; }
.reel .info .label-tech { color: var(--secondary-fixed); }
.reel .info .title { font-family: var(--font-head); font-weight: 600; font-size: 15px; line-height: 22px; }
.reel .badge-pill { position: absolute; top: 12px; left: 12px; z-index: 2; }
.reel-modal { position: fixed; inset: 0; z-index: 1100; display: none; align-items: center; justify-content: center; padding: var(--s-md); }
.reel-modal.open { display: flex; }
.reel-modal .backdrop { position: absolute; inset: 0; background: rgba(0,18,31,.9); backdrop-filter: blur(8px); }
.reel-modal .dialog { position: relative; width: min(420px, 100%); max-height: 92vh; background: var(--primary-container); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-xl); display: flex; flex-direction: column; }
.reel-modal .embed { aspect-ratio: 9/16; max-height: 78vh; background: #000; display: flex; align-items: center; justify-content: center; overflow: auto; }
.reel-modal .embed iframe { width: 100%; height: 100%; border: 0; }
.reel-modal .embed blockquote { margin: 0 !important; width: 100% !important; min-width: 0 !important; }
.reel-modal .bar { display: flex; align-items: center; justify-content: space-between; gap: var(--s-sm); padding: var(--s-sm) var(--s-md); color: var(--on-primary); }
.reel-modal .close { position: absolute; top: 10px; right: 10px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,18,31,.6); color: #fff; display: flex; align-items: center; justify-content: center; }
.reel-modal .loader { color: var(--on-primary-container); font-size: 13px; padding: var(--s-xl); }

/* ---------- SSS ---------- */
.faq-list { max-width: 48rem; margin: 0 auto; display: flex; flex-direction: column; gap: var(--s-xs); }
.faq { background: var(--sc); border-radius: var(--r-md); overflow: hidden; }
.faq-btn { width: 100%; padding: var(--s-md); display: flex; align-items: center; justify-content: space-between; gap: var(--s-md); text-align: left; }
.faq-btn .ic { color: var(--secondary); transition: transform .25s; flex-shrink: 0; }
.faq[open] .faq-btn .ic, .faq.open .faq-btn .ic { transform: rotate(180deg); }
.faq-body { padding: 0 var(--s-md) var(--s-md); color: var(--on-surface-variant); display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s cubic-bezier(.2,.8,.2,1); }
.faq-body > div { overflow: hidden; }
.faq.open .faq-body { grid-template-rows: 1fr; }
.faq-body-inner { padding-bottom: 0; }

/* ---------- Final CTA ---------- */
.final-cta { background: var(--primary-container); color: var(--on-primary); text-align: center; position: relative; overflow: hidden; }
.final-cta .inner { max-width: 42rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: var(--s-md); }
.final-cta p { color: var(--on-primary-container); }
.final-cta .foot { display: flex; align-items: center; gap: var(--s-sm); color: var(--secondary-fixed); padding-top: var(--s-xs); }

/* ---------- Footer ---------- */
.site-footer { background: var(--primary-container); color: var(--on-primary-container); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-2xl); padding: var(--s-3xl) 0 var(--s-2xl); }
.footer-col { display: flex; flex-direction: column; gap: var(--s-sm); }
.footer-col h3 { color: var(--on-primary); font-size: 20px; line-height: 28px; }
.footer-col ul { display: flex; flex-direction: column; gap: var(--s-xs); font-size: 13px; line-height: 20px; }
.footer-col li { display: flex; align-items: center; gap: var(--s-2xs); }
.footer-col li .ic { color: var(--secondary-fixed); }
.footer-col a:hover { color: var(--on-primary); }
.footer-badge { display: flex; align-items: center; gap: var(--s-xs); color: var(--secondary-fixed); }
.newsletter { display: flex; align-items: center; background: var(--tertiary-container); border-radius: var(--r-md); padding: 4px; }
.newsletter input { flex: 1; min-width: 0; background: transparent; border: 0; padding: var(--s-xs) var(--s-sm); color: var(--on-primary); font-size: 13px; }
.newsletter input::placeholder { color: var(--on-primary-container); }
.newsletter input:focus { outline: none; }
.newsletter button { padding: var(--s-xs) var(--s-md); border-radius: var(--r); background: var(--secondary-fixed); color: var(--on-secondary-fixed); font-size: 14px; font-weight: 600; transition: filter .2s; }
.newsletter button:hover { filter: brightness(1.05); }
.social { display: flex; align-items: center; gap: var(--s-xs); }
.social a { width: 32px; height: 32px; border-radius: var(--r-md); background: var(--tertiary-container); display: inline-flex; align-items: center; justify-content: center; color: var(--on-primary); transition: color .2s; }
.social a:hover { color: var(--secondary-fixed); }
.footer-bottom { padding: var(--s-lg) 0 var(--s-2xl); display: flex; align-items: center; justify-content: space-between; gap: var(--s-md); font-size: 13px; }
.footer-bottom .ssl { display: flex; align-items: center; gap: var(--s-xs); padding: 4px var(--s-sm); border-radius: var(--r); background: var(--tertiary-container); color: var(--on-primary); }
.footer-bottom .ssl .ic { color: var(--secondary-fixed); }
.pay-badges { display: flex; gap: var(--s-xs); }
.pay-badges span { padding: 2px 8px; border-radius: 4px; background: var(--tertiary-container); color: var(--on-primary); font-size: 11px; letter-spacing: .08em; font-weight: 600; text-transform: uppercase; }

/* ---------- Sticky mobil bar ---------- */
.sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 950; background: rgba(6,40,59,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 -12px 32px rgba(6,40,59,.2); padding-bottom: env(safe-area-inset-bottom); }
.sticky-bar .inner { height: 72px; padding: 0 var(--s-md); display: flex; align-items: center; justify-content: space-between; gap: var(--s-md); }
.sticky-bar .label-tech { color: var(--on-primary-container); }
.sticky-bar .price { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--surface-bright); }
.sticky-bar .price small { font-size: 13px; color: var(--secondary-fixed); font-weight: 600; margin-left: 4px; }
.sticky-bar .btn { height: 44px; border-radius: var(--r-full); box-shadow: var(--sh-cta); }
.sticky-bar .btn:active { transform: scale(.96); }
.sticky-bar.hidden-by-scroll { transform: translateY(100%); }
.sticky-bar { transition: transform .3s; }

/* ---------- Çerez barı ---------- */
.cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1150; max-width: 560px; margin: 0 auto; background: var(--primary-container); color: var(--on-primary); border-radius: var(--r-lg); box-shadow: var(--sh-xl); padding: var(--s-md); display: none; gap: var(--s-sm); flex-direction: column; }
.cookie-bar.show { display: flex; }
.cookie-bar p { font-size: 13px; line-height: 20px; color: var(--on-primary-container); }
.cookie-bar a { color: var(--secondary-fixed); text-decoration: underline; }
.cookie-bar .actions { display: flex; gap: var(--s-xs); flex-wrap: wrap; }
.cookie-bar .btn { height: 40px; font-size: 13px; }
.cookie-prefs { display: none; flex-direction: column; gap: var(--s-xs); padding-top: var(--s-xs); border-top: 1px solid rgba(19,221,224,.15); }
.cookie-bar.prefs .cookie-prefs { display: flex; }
.cookie-pref { display: flex; align-items: center; justify-content: space-between; gap: var(--s-sm); font-size: 13px; }
.cookie-pref small { display: block; color: var(--on-primary-container); font-size: 12px; }

/* ---------- Popup ---------- */
.popup { position: fixed; inset: 0; z-index: 1120; display: none; align-items: center; justify-content: center; padding: var(--s-md); }
.popup.open { display: flex; }
.popup .backdrop { position: absolute; inset: 0; background: rgba(6,40,59,.6); backdrop-filter: blur(6px); }
.popup .dialog { position: relative; width: min(460px, 100%); background: var(--sc-lowest); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-xl); }
.popup .dialog .img { aspect-ratio: 16/9; background: var(--sc); }
.popup .body { padding: var(--s-xl); display: flex; flex-direction: column; gap: var(--s-sm); }
.popup .close { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%; background: rgba(246,250,250,.9); display: flex; align-items: center; justify-content: center; z-index: 2; }

/* ---------- Modal (genel) ---------- */
.modal { position: fixed; inset: 0; z-index: 1110; display: none; align-items: center; justify-content: center; padding: var(--s-md); }
.modal.open { display: flex; }
.modal .backdrop { position: absolute; inset: 0; background: rgba(6,40,59,.6); backdrop-filter: blur(6px); }
.modal .dialog { position: relative; width: min(640px, 100%); max-height: 90vh; overflow-y: auto; background: var(--sc-lowest); border-radius: var(--r-lg); box-shadow: var(--sh-xl); padding: var(--s-xl); }
.modal .dialog-lg { width: min(880px, 100%); }
.modal .close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--on-surface-variant); }
.modal .close:hover { background: var(--sc); }

/* ---------- Breadcrumb / sayfa başlığı ---------- */
.breadcrumb { display: flex; align-items: center; gap: var(--s-xs); font-size: 12px; color: var(--on-surface-variant); flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { color: var(--outline-variant); }
.page-head { padding: var(--s-2xl) 0 var(--s-lg); display: flex; flex-direction: column; gap: var(--s-xs); }
.page-head .headline-xl { max-width: 42rem; }

/* ---------- Auth / hesap ---------- */
.auth-wrap { max-width: 440px; margin: 0 auto; padding: var(--s-2xl) 0; }
.auth-card { background: var(--sc-lowest); border-radius: var(--r-lg); box-shadow: var(--sh-md); padding: var(--s-xl); display: flex; flex-direction: column; gap: var(--s-md); }
.account-layout { display: grid; grid-template-columns: 260px 1fr; gap: var(--s-xl); padding: var(--s-xl) 0 var(--s-3xl); align-items: start; }
.account-nav { background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); overflow: hidden; position: sticky; top: 130px; }
.account-nav .user { padding: var(--s-md); background: var(--primary-container); color: var(--on-primary); display: flex; align-items: center; gap: var(--s-sm); }
.account-nav .user small { color: var(--on-primary-container); display: block; font-size: 12px; }
.account-nav a { display: flex; align-items: center; gap: var(--s-sm); padding: 12px var(--s-md); font-size: 14px; color: var(--on-surface-variant); border-left: 3px solid transparent; transition: all .15s; }
.account-nav a:hover { background: var(--sc-low); color: var(--primary); }
.account-nav a.active { color: var(--primary); font-weight: 600; border-color: var(--secondary-fixed); background: var(--sc-low); }
.account-nav a .ic { color: var(--secondary); }
.account-nav form button { width: 100%; display: flex; align-items: center; gap: var(--s-sm); padding: 12px var(--s-md); font-size: 14px; color: var(--error); text-align: left; }
.account-main { display: flex; flex-direction: column; gap: var(--s-lg); min-width: 0; }
.panel { background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); padding: var(--s-lg); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s-md); margin-bottom: var(--s-md); flex-wrap: wrap; }
.stat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-md); }
.stat-card { background: var(--sc); border-radius: var(--r-md); padding: var(--s-md); display: flex; flex-direction: column; gap: 4px; }
.stat-card .num { font-family: var(--font-head); font-size: 28px; font-weight: 700; color: var(--primary); }
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th { text-align: left; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--on-surface-variant); padding: 10px 12px; border-bottom: 1px solid var(--sc-high); font-weight: 600; }
.table td { padding: 12px; border-bottom: 1px solid var(--sc-low); vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.table-wrap { overflow-x: auto; }
.address-card { background: var(--sc); border-radius: var(--r-md); padding: var(--s-md); display: flex; flex-direction: column; gap: 4px; font-size: 13px; position: relative; }
.address-card .title { font-weight: 700; color: var(--primary); font-size: 14px; display: flex; align-items: center; gap: var(--s-xs); }
.address-card .actions { display: flex; gap: var(--s-sm); margin-top: var(--s-xs); }
.address-card .actions button, .address-card .actions a { font-size: 13px; font-weight: 600; color: var(--secondary); }
.address-card .actions .del { color: var(--error); }
.address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-md); }

/* Zaman çizelgesi */
.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item { display: grid; grid-template-columns: 24px 1fr; gap: var(--s-sm); position: relative; padding-bottom: var(--s-md); }
.tl-item::before { content: ''; position: absolute; left: 11px; top: 22px; bottom: 0; width: 2px; background: var(--sc-high); }
.tl-item:last-child::before { display: none; }
.tl-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--sc-high); display: flex; align-items: center; justify-content: center; color: var(--on-surface-variant); }
.tl-item.done .tl-dot { background: var(--secondary-fixed); color: var(--on-secondary-fixed); }
.tl-item.current .tl-dot { background: var(--primary-container); color: var(--secondary-fixed); box-shadow: var(--glow); }
.tl-title { font-weight: 600; color: var(--primary); font-size: 14px; }
.tl-time { font-size: 12px; color: var(--on-surface-variant); }
.tl-note { font-size: 13px; color: var(--on-surface-variant); }

/* Sepet & checkout */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: var(--s-xl); align-items: start; padding: var(--s-xl) 0 var(--s-3xl); }
.cart-items { display: flex; flex-direction: column; gap: var(--s-sm); }
.cart-row { display: grid; grid-template-columns: 88px 1fr auto; gap: var(--s-md); align-items: center; padding: var(--s-md); background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); }
.cart-row img, .cart-row .img-placeholder { width: 88px; height: 88px; border-radius: var(--r); object-fit: cover; }
.cart-row .name { font-family: var(--font-head); font-weight: 600; color: var(--primary); }
.cart-row .sub { font-size: 13px; color: var(--on-surface-variant); }
.cart-row .right { display: flex; flex-direction: column; align-items: flex-end; gap: var(--s-xs); }
.cart-row .line-total { font-weight: 700; color: var(--primary); }
.summary { background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-md); padding: var(--s-lg); display: flex; flex-direction: column; gap: var(--s-sm); position: sticky; top: 130px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--on-surface-variant); }
.summary-row.total { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--primary); padding-top: var(--s-sm); border-top: 1px solid var(--sc-high); }
.summary-row .discount { color: var(--secondary); }
.coupon-form { display: flex; gap: var(--s-xs); }
.coupon-form .input { height: 44px; }
.coupon-form .btn { height: 44px; }
.free-ship { font-size: 12px; color: var(--on-surface-variant); background: var(--sc); border-radius: var(--r); padding: var(--s-xs) var(--s-sm); }
.free-ship .bar { height: 4px; border-radius: 2px; background: var(--sc-highest); margin-top: 6px; overflow: hidden; }
.free-ship .bar span { display: block; height: 100%; background: var(--secondary-fixed-dim); }
.checkout-steps { display: flex; flex-direction: column; gap: var(--s-lg); }
.checkout-block { background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); padding: var(--s-lg); display: flex; flex-direction: column; gap: var(--s-md); }
.checkout-block h2 { font-size: 20px; line-height: 28px; display: flex; align-items: center; gap: var(--s-sm); }
.checkout-block h2 .num { width: 28px; height: 28px; border-radius: 50%; background: var(--primary-container); color: var(--secondary-fixed); font-size: 12px; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); }
.pay-option { display: flex; gap: var(--s-sm); align-items: flex-start; padding: var(--s-md); border-radius: var(--r-md); border: 1.5px solid var(--sc-high); cursor: pointer; transition: all .15s; }
.pay-option:hover { border-color: var(--outline-variant); }
.pay-option.active { border-color: var(--secondary-fixed); background: var(--sc-low); }
.pay-option .desc { font-size: 13px; color: var(--on-surface-variant); }
.pay-option .ic { color: var(--secondary); }
.saved-addr { display: flex; gap: var(--s-sm); align-items: flex-start; padding: var(--s-sm) var(--s-md); border-radius: var(--r-md); border: 1.5px solid var(--sc-high); cursor: pointer; font-size: 13px; }
.saved-addr.active { border-color: var(--secondary-fixed); background: var(--sc-low); }
.order-success { max-width: 640px; margin: 0 auto; padding: var(--s-3xl) 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: var(--s-md); }
.order-success .icon-box { width: 72px; height: 72px; border-radius: 50%; }
.bank-card { background: var(--sc); border-radius: var(--r-md); padding: var(--s-md); text-align: left; display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
.bank-card .iban { font-family: ui-monospace, monospace; font-weight: 700; color: var(--primary); letter-spacing: .02em; display: flex; align-items: center; gap: var(--s-xs); flex-wrap: wrap; }
.copy-btn { font-size: 12px; color: var(--secondary); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-lg); }
.post-card { background: var(--sc-lowest); border-radius: var(--r-md); box-shadow: var(--sh-sm); overflow: hidden; display: flex; flex-direction: column; transition: all .2s; }
.post-card:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.post-card .img { aspect-ratio: 16/9; background: var(--sc); overflow: hidden; }
.post-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .img img { transform: scale(1.03); }
.post-card .body { padding: var(--s-md); display: flex; flex-direction: column; gap: var(--s-xs); }
.post-card h3 { font-size: 18px; line-height: 26px; }
.post-card .excerpt { font-size: 13px; line-height: 20px; color: var(--on-surface-variant); }
.post-meta { display: flex; align-items: center; gap: var(--s-xs); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--secondary); font-weight: 600; }
.post-hero { max-width: 48rem; margin: 0 auto; padding: var(--s-2xl) 0 var(--s-lg); display: flex; flex-direction: column; gap: var(--s-md); }
.post-cover { max-width: 64rem; margin: 0 auto; aspect-ratio: 16/9; border-radius: var(--r-lg); overflow: hidden; background: var(--sc); box-shadow: var(--sh-md); }
.post-body { max-width: 48rem; margin: 0 auto; padding: var(--s-xl) 0 var(--s-3xl); }
.pagination { display: flex; gap: var(--s-xs); justify-content: center; padding-top: var(--s-xl); }
.pagination a, .pagination span { min-width: 40px; height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r); background: var(--sc); font-size: 14px; font-weight: 600; color: var(--on-surface-variant); }
.pagination .active { background: var(--primary-container); color: var(--on-primary); }
.tag-list { display: flex; gap: var(--s-xs); flex-wrap: wrap; }

/* Kargo takip */
.track-form { max-width: 560px; margin: 0 auto; }
.track-result { max-width: 720px; margin: var(--s-xl) auto 0; display: flex; flex-direction: column; gap: var(--s-lg); }
.track-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-md); }
.track-summary .item { background: var(--sc); border-radius: var(--r-md); padding: var(--s-md); }
.track-summary .item .label-tech { color: var(--on-surface-variant); }
.track-summary .item .val { font-weight: 600; color: var(--primary); margin-top: 4px; }

/* Hata sayfaları */
.error-page { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: var(--s-md); padding: var(--s-3xl) var(--s-md); }
.error-code { font-family: var(--font-head); font-size: 96px; line-height: 1; font-weight: 700; color: var(--primary-container); letter-spacing: -.04em; }
.error-code span { color: var(--secondary-fixed-dim); }

/* Skeleton */
.skeleton { background: linear-gradient(90deg, var(--sc) 25%, var(--sc-high) 37%, var(--sc) 63%); background-size: 400% 100%; animation: shimmer 1.4s infinite; border-radius: var(--r); }
@keyframes shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

/* Görünürlük animasyonu */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Duyarlı ---------- */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .reels.five { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1023px) {
  :root { --gutter: 2rem; }
  .nav-links { display: none; }
  .menu-btn { display: inline-flex; }
  .nav-actions .link { display: none; }
  .hero-grid { min-height: 0; gap: var(--s-xl); }
  .hero-copy, .hero-visual { grid-column: span 12; }
  .hero-visual .frame { aspect-ratio: 4/3; }
  .grid-12 { gap: var(--s-xl); }
  .col-5, .col-6, .col-7 { grid-column: span 12; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .how-stage, .steps { grid-column: span 12; }
  .pdp-gallery, .pdp-info { grid-column: span 12; }
  .review-featured, .review-stack { grid-column: span 12; }
  .lifestyle .tall, .lifestyle .wides { grid-column: span 12; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--s-xl); }
  .reels { grid-template-columns: repeat(3, 1fr); }
  .reels.five { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .cart-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .account-layout { grid-template-columns: 1fr; }
  .account-nav { position: static; }
  .account-nav nav { display: grid; grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: var(--s-2xl) 0; }
}
@media (max-width: 767px) {
  :root { --gutter: 1rem; --header-h: 64px; --announce-h: 30px; }
  body { font-size: 15px; }
  .headline-xl { font-size: 32px; line-height: 40px; letter-spacing: -.02em; }
  .display-hero { font-size: 40px; line-height: 48px; }
  .headline-lg { font-size: 28px; line-height: 36px; }
  .price-xl { font-size: 36px; line-height: 44px; }
  .announce { justify-content: flex-start; padding: 0; }
  .announce-inner { font-size: 11px; padding-left: 100%; animation: ticker 18s linear infinite; }
  .announce-inner .dot, .announce-inner .sep-item { display: none; }
  .announce-inner .ann-item + .ann-item::before { content: '•'; margin: 0 8px; color: var(--secondary-fixed); }
  @keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
  @media (prefers-reduced-motion: reduce) { .announce-inner { animation: none; padding: 0 var(--s-md); max-width: 100%; overflow: hidden; text-overflow: ellipsis; } }
  .nav-cta { display: none; }
  .logo-text { font-size: 22px; }
  .nav-inner { gap: var(--s-xs); }
  .hero { padding: var(--s-md) 0 var(--s-2xl); }
  .hero-copy { gap: var(--s-sm); }
  .hero-copy .body-xl { font-size: 15px; line-height: 24px; }
  .hero-visual { order: 2; }
  .hero-copy .price-box { order: 3; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-tag { left: var(--s-sm); right: var(--s-sm); bottom: var(--s-sm); }
  .trust-strip { padding: var(--s-md) 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-sm); }
  .trust-item:last-child { grid-column: span 2; }
  .ps-cards { grid-template-columns: 1fr; }
  .how-stage { padding: var(--s-md); }
  .hotspot { padding: 4px 8px; } .hotspot .body-sm { font-size: 11px; }
  .benefits { grid-template-columns: 1fr; gap: var(--s-md); }
  .benefit { padding: var(--s-lg); min-height: 0; }
  .bundles { grid-template-columns: 1fr; }
  .buy-row { flex-direction: column; align-items: stretch; }
  .buy-row .qty { width: 100%; }
  .perks { grid-template-columns: repeat(3, 1fr); gap: 6px; } .perk .label-tech { font-size: 9px; }
  .review-featured { padding: var(--s-md); }
  .review-featured blockquote { font-size: 16px; line-height: 26px; }
  .lifestyle { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: var(--s-sm); padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
  .lifestyle .tall { flex: 0 0 78%; scroll-snap-align: start; }
  .lifestyle .wides { flex-direction: row; gap: var(--s-sm); }
  .lifestyle .wide { flex: 0 0 78vw; scroll-snap-align: start; aspect-ratio: 4/5; }
  .reels, .reels.five { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: var(--s-sm); padding-bottom: 8px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .reels::-webkit-scrollbar { display: none; }
  .reel { flex: 0 0 68%; scroll-snap-align: start; }
  .reels-head { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--s-lg); padding: var(--s-2xl) 0 var(--s-lg); }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding-bottom: calc(var(--s-3xl) + 72px); }
  .sticky-bar { display: block; }
  .cookie-bar { left: 8px; right: 8px; bottom: 84px; }
  .blog-grid, .product-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2 { grid-column: span 1; }
  .cart-row { grid-template-columns: 64px 1fr; }
  .cart-row img, .cart-row .img-placeholder { width: 64px; height: 64px; }
  .cart-row .right { grid-column: span 2; flex-direction: row; justify-content: space-between; align-items: center; }
  .stat-cards { grid-template-columns: 1fr; }
  .address-grid { grid-template-columns: 1fr; }
  .track-summary { grid-template-columns: 1fr; }
  .account-nav nav { grid-template-columns: 1fr; }
  .thumbs { gap: var(--s-xs); }
  .compare-row { padding: var(--s-sm); }
  .section { padding: var(--s-2xl) 0; }
  .btn-lg { padding: 0 var(--s-lg); }
  .toasts { left: 12px; right: 12px; top: 12px; max-width: none; }
  .modal .dialog { padding: var(--s-md); }
  .steps { gap: var(--s-sm); }
  .error-code { font-size: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-header, .site-footer, .sticky-bar, .cookie-bar, .toasts { display: none !important; }
  main { padding-top: 0; }
}
