/* ============================================================
   eviot — v3 design system
   Google-Store DNA: clean white, big soft rounded tiles,
   full-bleed product imagery, bold editorial type, alive.
   ============================================================ */

@font-face {
  font-family: "Esoris";
  src: url("assets/Esoris.otf") format("opentype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  /* surfaces */
  --bg: #FFFFFF;
  --bg-sub: #F5F5F7;
  --surface: #FFFFFF;
  --tile: #FFFFFF;
  --ink: #0B0B0C;
  --ink-2: #2C2C30;
  --muted: #6E6E76;
  --muted-2: #9A9AA2;
  --line: #E8E8EC;
  --line-2: #F0F0F3;

  /* brand */
  --accent: #FF5436;          /* eviot turuncu */
  --accent-press: #E8422A;
  --accent-ink: #C7321E;
  --on-accent: #FFFFFF;

  /* soft tile washes (light) */
  --wash-peach:  #FFEDE7;
  --wash-sky:    #E9F1FE;
  --wash-mint:   #E7F5EC;
  --wash-lilac:  #F2EAFD;
  --wash-sun:    #FFF4DB;
  --wash-slate:  #EEF0F3;
  --wash-ink:    #0B0B0C;

  --radius-xs: 7px;
  --radius-sm: 9px;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-2xl: 28px;

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

  --font: "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);

  --nav-h: 68px;
  --maxw: 1180px;
  --maxw-wide: 1320px;

  /* legacy aliases (used by shop/checkout/account) */
  --bg-2: var(--bg-sub);
  --good: #19C37D;
  --accent-soft: color-mix(in srgb, var(--accent) 14%, var(--bg));
  --cool-soft: color-mix(in srgb, #3B82F6 14%, var(--bg));
}

/* legacy label + dot (shop pages) */
.eyebrow { display: inline-flex; align-items: center; font-family: var(--font-mono); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.eyebrow .dot, .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: 8px; }
.btn-primary { /* keep */ }

[data-theme="dark"] {
  --bg: #08080A;
  --bg-sub: #101013;
  --surface: #131316;
  --tile: #161619;
  --ink: #F6F6F7;
  --ink-2: #D6D6DA;
  --muted: #9A9AA3;
  --muted-2: #6A6A72;
  --line: #232327;
  --line-2: #1A1A1E;

  --accent: #FF6B4D;
  --accent-press: #FF5436;
  --accent-ink: #FF8A72;
  --on-accent: #FFFFFF;

  --wash-peach:  #221310;
  --wash-sky:    #0F1722;
  --wash-mint:   #0F1E15;
  --wash-lilac:  #1A1322;
  --wash-sun:    #221C0E;
  --wash-slate:  #15171B;
  --wash-ink:    #1B1B1F;

  --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
  --shadow: 0 10px 36px -14px rgba(0,0,0,.7);
  --shadow-lg: 0 36px 80px -28px rgba(0,0,0,.85);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background 400ms var(--ease), color 400ms var(--ease);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

/* ambient background canvas — fixed, behind everything, non-interactive */
.bg-fx {
  position: fixed; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
  opacity: 0.7;
}
[data-theme="dark"] .bg-fx { opacity: 0.9; }
/* keep real content above the canvas */
.nav, main, .footer, .drawer, .scrim, .modal-scrim, .toast-stack, .mobile-menu, .mobile-menu-scrim { position: relative; z-index: 1; }
.nav { z-index: 60; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: var(--on-accent); }

/* ---------- type ---------- */
h1,h2,h3,h4 { margin: 0; font-weight: 600; letter-spacing: -0.03em; line-height: 1.02; text-wrap: balance; }
.display {
  font-size: clamp(46px, 8vw, 112px);
  font-weight: 600; letter-spacing: -0.045em; line-height: 0.96;
}
.display-2 { font-size: clamp(34px, 5.2vw, 68px); font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
h2 { font-size: clamp(28px, 3.6vw, 46px); letter-spacing: -0.035em; }
h3 { font-size: clamp(21px, 2vw, 28px); letter-spacing: -0.025em; }
p { margin: 0; text-wrap: pretty; }
.lead { font-size: clamp(17px, 1.5vw, 21px); color: var(--muted); line-height: 1.5; }
.mono { font-family: var(--font-mono); letter-spacing: -0.02em; }
/* brand wordmark — swap to real "Esoris" via @font-face if you upload the file.
   Stand-in: Unbounded (geometric, rounded, display) — closest free match. */
.brandword { font-family: "Esoris", "Unbounded", var(--font); font-weight: 600; letter-spacing: -0.01em; }
.tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted);
}
.tag::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

/* ---------- layout ---------- */
.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.shell-wide { width: 100%; max-width: var(--maxw-wide); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color 300ms, background 300ms;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 16px; }
.brand-logo { height: 30px; width: auto; display: block; transition: opacity 200ms; }
.brand-logo.is-dark { display: none; }
[data-theme="dark"] .brand-logo.is-light { display: none; }
[data-theme="dark"] .brand-logo.is-dark { display: block; }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-link {
  padding: 9px 16px; border-radius: 999px; font-size: 15px; font-weight: 450;
  color: var(--ink-2); transition: background 160ms, color 160ms;
}
.nav-link:hover { background: var(--bg-sub); }
.nav-link.active { color: var(--ink); font-weight: 550; }
.nav-actions { display: flex; gap: 4px; align-items: center; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 999px;
  display: grid; place-items: center; color: var(--ink-2);
  transition: background 160ms, color 160ms, transform 160ms; position: relative;
}
.icon-btn:hover { background: var(--bg-sub); color: var(--ink); }
.icon-btn:active { transform: scale(0.92); }
.icon-btn .badge {
  position: absolute; top: 5px; right: 5px; background: var(--accent); color: var(--on-accent);
  font-family: var(--font-mono); font-size: 10px; font-weight: 600; min-width: 17px; height: 17px;
  padding: 0 4px; border-radius: 999px; display: grid; place-items: center; border: 2px solid var(--bg);
  animation: pop 260ms var(--ease-spring);
}
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; justify-content: center;
  padding: 13px 22px; border-radius: 999px; font-size: 15.5px; font-weight: 550;
  letter-spacing: -0.01em; border: 1px solid transparent; white-space: nowrap;
  transition: transform 200ms var(--ease), background 180ms, box-shadow 200ms, border-color 180ms, color 160ms;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { box-shadow: var(--shadow); transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: var(--on-accent); }
.btn-accent:hover { background: var(--accent-press); transform: translateY(-1px); box-shadow: 0 12px 30px -10px color-mix(in srgb, var(--accent) 60%, transparent); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--bg-sub); border-color: var(--muted-2); }
.btn-soft { background: var(--bg-sub); color: var(--ink); }
.btn-soft:hover { background: var(--line); }
.btn-lg { padding: 16px 28px; font-size: 16.5px; }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.btn .arr { display: inline-flex; transition: transform 240ms var(--ease); }
.btn:hover .arr { transform: translateX(3px); }

/* pill with circular arrow */
.btn-pill {
  display: inline-flex; align-items: center; gap: 12px; padding: 8px 8px 8px 24px;
  border-radius: 999px; background: var(--ink); color: var(--bg);
  font-size: 16px; font-weight: 550; transition: transform 200ms var(--ease), box-shadow 220ms;
}
.btn-pill:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-pill:active { transform: scale(0.97); }
.btn-pill .knob {
  width: 36px; height: 36px; border-radius: 50%; background: var(--bg); color: var(--ink);
  display: grid; place-items: center; transition: transform 280ms var(--ease-spring);
}
.btn-pill:hover .knob { transform: rotate(45deg); }
.btn-pill.accent { background: var(--accent); color: var(--on-accent); }
.btn-pill.accent .knob { background: var(--on-accent); color: var(--accent); }

/* ---------- tiles (the Google-store soul) ---------- */
.tile {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--tile); border: 1px solid var(--line);
  transition: transform 360ms var(--ease), box-shadow 360ms var(--ease);
}
.tile-link { cursor: pointer; }
.tile-link:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tile-pad { padding: 32px; }
.tile-arrow {
  position: absolute; top: 24px; right: 24px; width: 42px; height: 42px; border-radius: 50%;
  background: var(--surface); color: var(--ink); display: grid; place-items: center;
  border: 1px solid var(--line); transition: all 320ms var(--ease-spring); z-index: 3;
}
.tile-link:hover .tile-arrow { background: var(--ink); color: var(--bg); transform: rotate(45deg); }

.wash-peach,
.wash-sky,
.wash-mint,
.wash-lilac,
.wash-sun,
.wash-slate { background: var(--surface); }
.wash-ink   { background: var(--wash-ink); color: #fff; }
[data-theme="dark"] .wash-ink { background: #000; }

/* subtle dot texture */
.dot-grid {
  background-image: radial-gradient(circle, color-mix(in srgb, var(--ink) 8%, transparent) 1px, transparent 1px);
  background-size: 20px 20px;
}
[data-theme="dark"] .dot-grid {
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
}

/* product showcase grid */
.show-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 860px){ .show-grid { grid-template-columns: 1fr; } }
.show-card { min-height: 460px; display: flex; flex-direction: column; padding: 36px; }
.show-card .sc-img { flex: 1; position: relative; margin-top: 16px; min-height: 200px; }
.show-card .sc-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

/* how it works */
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.how-card { position: relative; overflow: hidden; min-height: 230px; display: flex; flex-direction: column; }
.how-num { position: absolute; top: 18px; right: 24px; font-size: 64px; font-weight: 700; line-height: 1; color: color-mix(in srgb, var(--ink) 9%, transparent); letter-spacing: -0.04em; }
.how-ico { width: 52px; height: 52px; border-radius: 15px; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; color: var(--accent); margin-bottom: 14px; }
@media (max-width: 860px){ .how-grid { grid-template-columns: 1fr; } }

/* model comparison table */
.model-compare { width: 100%; border-collapse: collapse; min-width: 640px; }
.led-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 760px){ .led-grid { grid-template-columns: 1fr; } }
.led-row { display: flex; align-items: flex-start; gap: 16px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.led-dot { flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%; margin-top: 3px; border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); }
.led-dot.blink { animation: ledBlink 1.4s ease-in-out infinite; }
.led-dot.blink-fast { animation: ledBlink 0.5s ease-in-out infinite; }
.led-dot.blink-slow { animation: ledDouble 3s steps(1,end) infinite; }
.led-dot.gp { background: #19C37D; animation: ledGP 2.4s ease-in-out infinite; }
@keyframes ledBlink { 0%,100% { opacity: 1; } 50% { opacity: .18; } }
@keyframes ledDouble {
  0% { opacity: 1; } 12% { opacity: .15; }
  24% { opacity: 1; } 36% { opacity: .15; }
  48% { opacity: 1; }
  55%, 100% { opacity: .15; }
}
@keyframes ledGP { 0%,82%,100% { background: #19C37D; } 88%,95% { background: #A855F7; } }
@media (prefers-reduced-motion: reduce){ .led-dot.blink, .led-dot.blink-fast, .led-dot.blink-slow, .led-dot.gp { animation: none; } }
.led-name { font-size: 14.5px; font-weight: 600; }
.led-desc { font-size: 13.5px; color: var(--muted); margin-top: 3px; line-height: 1.5; }

/* sektör farkı — öncesi/sonrası */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 760px){ .vs-grid { grid-template-columns: 1fr; } }
.vs-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; height: 100%; background: var(--surface); }
.vs-card.vs-new { border-color: color-mix(in srgb, var(--accent) 40%, var(--line)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 10%, transparent); }
.vs-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.vs-badge { font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.vs-badge.old { background: var(--bg-sub); color: var(--muted); }
.vs-badge.new { background: var(--accent); color: var(--on-accent); }
.vs-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.vs-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.vs-list li svg { flex-shrink: 0; margin-top: 2px; }
.vs-list li.bad { color: var(--muted); }
.vs-list li.bad svg { color: #E5484D; }
.vs-list li.good svg { color: #19C37D; }
.model-compare th, .model-compare td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--line); }
.model-compare thead th { border-bottom: 1.5px solid var(--line); vertical-align: top; background: var(--bg-sub); }
.model-compare thead th:first-child { background: transparent; }
.model-compare th:first-child, .model-compare td:first-child { text-align: left; }
.model-compare thead th:nth-child(2) { background: color-mix(in srgb, var(--accent) 7%, var(--bg-sub)); }
.mc-name { font-size: 15px; font-weight: 600; }
.mc-sub { font-size: 12.5px; color: var(--muted); margin-top: 2px; font-family: var(--font-mono); }
.mc-price { font-size: 15px; font-weight: 600; margin-top: 10px; }
.mc-feat { font-size: 14px; font-weight: 500; color: var(--ink-2); }
.mc-yes { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: color-mix(in srgb, #19C37D 16%, transparent); color: #19C37D; }
.mc-no { color: var(--muted-2); }
.mc-txt { font-size: 13px; color: var(--ink-2); }
.model-compare tbody tr:hover { background: var(--bg-sub); }
.model-compare tbody tr:hover td:first-child { background: var(--bg-sub); }

/* ---------- card / surfaces ---------- */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.card-pad { padding: 24px; }

/* ---------- chips ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line); font-size: 13px; font-weight: 500; color: var(--ink-2);
}
.chip-accent { background: var(--accent); color: var(--on-accent); border-color: transparent; }
.chip-dark { background: var(--ink); color: var(--bg); border-color: transparent; }

/* ---------- inputs ---------- */
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 500; color: var(--muted); }
.input, .select, .textarea {
  width: 100%; padding: 13px 15px; border-radius: var(--radius-xs);
  background: var(--bg-sub); border: 1.5px solid transparent; font-size: 15.5px; transition: all 160ms;
}
.input:focus, .select:focus, .textarea:focus {
  outline: none; background: var(--surface); border-color: var(--ink);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--ink) 7%, transparent);
}
.input.error { border-color: #E5484D; background: color-mix(in srgb, #E5484D 6%, var(--bg-sub)); }
.field-err { font-size: 12.5px; color: #E5484D; }

.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- live pill ---------- */
.live {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 12px;
  border-radius: 999px; background: var(--surface); border: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 13px; box-shadow: var(--shadow-sm);
}
.live .ping { position: relative; width: 9px; height: 9px; }
.live .ping::before, .live .ping::after { content:""; position: absolute; inset: 0; border-radius: 50%; background: #19C37D; }
.live .ping::after { animation: ping 1.8s var(--ease) infinite; }
@keyframes ping { 0%{ transform: scale(1); opacity: .7; } 100%{ transform: scale(2.6); opacity: 0; } }

/* ---------- marquee ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; width: max-content; animation: scroll 38s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-track > div { display: flex; align-items: center; }
.marquee-item { display: inline-flex; align-items: center; gap: 14px; padding: 0 40px; font-size: 22px; font-weight: 500; color: var(--muted-2); white-space: nowrap; letter-spacing: -0.02em; }
.marquee-item::after { content:"·"; color: var(--accent); margin-left: 40px; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; } }

/* ---------- stat ---------- */
.stat-num { font-size: clamp(48px, 6vw, 88px); font-weight: 600; letter-spacing: -0.05em; line-height: 0.9; }
.stat-num .u { font-size: 0.45em; color: var(--muted); font-weight: 500; letter-spacing: -0.02em; }

/* ---------- product detail ---------- */
.pd-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: start; }
@media (max-width: 980px){ .pd-grid { grid-template-columns: 1fr; gap: 28px; } }
.pd-stage {
  position: sticky; top: calc(var(--nav-h) + 20px);
  border-radius: var(--radius-xl); aspect-ratio: 1/1;
  display: grid; place-items: center; overflow: hidden; padding: 36px;
}
.pd-stage img { max-width: 92%; max-height: 92%; object-fit: contain; transition: transform 500ms var(--ease); }
.pd-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pd-thumb { width: 70px; height: 70px; border-radius: var(--radius-xs); background: var(--bg-sub); border: 1.5px solid var(--line); overflow: hidden; cursor: pointer; transition: border-color 160ms; }
.pd-thumb.active { border-color: var(--ink); }
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }

/* variant picker */
.variant-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px){ .variant-list { grid-template-columns: 1fr; } }
.variant {
  position: relative; text-align: left; border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 18px; background: var(--surface); cursor: pointer; transition: all 200ms var(--ease);
  display: flex; flex-direction: column; gap: 5px;
}
.variant:hover { border-color: var(--muted-2); }
.variant.selected { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 5%, var(--surface)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.variant .v-name { font-size: 15.5px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.variant .v-desc { font-size: 13px; color: var(--muted); line-height: 1.45; }
.variant .v-price { margin-top: 8px; font-family: var(--font-mono); font-size: 15px; font-weight: 500; }
.variant .check { position: absolute; top: 14px; right: 14px; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; transition: all 180ms; }
.variant.selected .check { border-color: var(--accent); background: var(--accent); color: var(--on-accent); }

/* plan picker */
.plan-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 760px){ .plan-list { grid-template-columns: 1fr 1fr; } }
.plan {
  position: relative; text-align: left; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px; background: var(--surface); cursor: pointer; transition: all 200ms var(--ease);
  display: flex; flex-direction: column; gap: 3px;
}
.plan:hover { border-color: var(--muted-2); }
.plan.selected { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 5%, var(--surface)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.plan .p-cap { font-family: var(--font-mono); font-size: 22px; font-weight: 600; letter-spacing: -0.03em; }
.plan .p-unit { font-size: 11.5px; color: var(--muted); }
.plan .p-price { font-family: var(--font-mono); font-size: 14px; margin-top: 8px; font-weight: 500; }
.plan .p-best { position: absolute; top: -9px; left: 14px; background: var(--accent); color: var(--on-accent); font-family: var(--font-mono); font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; }

/* feature grid */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
@media (max-width: 860px){ .feat-grid { grid-template-columns: 1fr; } }
.feat {
  padding: 28px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px; min-height: 220px;
  transition: transform 320ms var(--ease), background 320ms;
}
.feat:hover { transform: translateY(-4px); }
.feat .ico { width: 46px; height: 46px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; color: var(--accent); }
.feat h4 { font-size: 18px; font-weight: 600; }
.feat p { font-size: 14.5px; color: var(--muted); }

/* spec table */
.spec-table { display: grid; }
.spec-row { display: grid; grid-template-columns: 220px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.spec-row:last-child { border-bottom: 0; }
.spec-row dt { font-family: var(--font-mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.spec-row dd { margin: 0; font-size: 16px; }

/* compare */
.compare { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.compare > div { padding: 16px 20px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 14.5px; }
.compare > div:nth-child(3n){ border-right: 0; }
.compare-h { background: var(--bg-sub); font-weight: 600; font-size: 13px; }
.compare-rh { font-weight: 550; }

/* savings calc */
.calc { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 760px){ .calc { grid-template-columns: 1fr; } }
.range { width: 100%; -webkit-appearance: none; appearance: none; height: 5px; background: var(--line); border-radius: 999px; }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--accent); border: 4px solid var(--surface); box-shadow: var(--shadow); cursor: grab; }
.range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 4px solid var(--surface); cursor: grab; }

/* qty */
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; font-family: var(--font-mono); }
.qty button { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink-2); transition: background 140ms; }
.qty button:hover { background: var(--bg-sub); }
.qty span { width: 32px; text-align: center; font-size: 14px; font-weight: 500; }

/* ---------- cart drawer ---------- */
.scrim { position: fixed; inset: 0; background: rgba(11,11,12,.42); backdrop-filter: blur(2px); z-index: 100; opacity: 0; pointer-events: none; transition: opacity 260ms; }
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(460px, 100vw); background: var(--bg); z-index: 101;
  border-left: 1px solid var(--line); transform: translateX(100%); transition: transform 380ms var(--ease);
  display: flex; flex-direction: column;
}
.drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.drawer-body { flex: 1; overflow-y: auto; padding: 12px 24px; }
.drawer-foot { padding: 22px 24px; border-top: 1px solid var(--line); background: var(--bg-sub); }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }
.ci-thumb { width: 76px; height: 76px; border-radius: var(--radius-xs); background: var(--bg-sub); border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; }
.ci-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.ci-name { font-size: 15px; font-weight: 550; }
.ci-meta { font-size: 12.5px; color: var(--muted); font-family: var(--font-mono); }
.ci-actions { display: flex; align-items: center; gap: 10px; margin-top: 10px; }

/* ---------- steps ---------- */
.steps { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 500; }
.steps .step { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.steps .step.active { color: var(--ink); }
.steps .step.done { color: var(--accent); }
.steps .num { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; font-size: 12px; font-family: var(--font-mono); }
.steps .step.active .num { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.steps .step.done .num { border-color: var(--accent); background: var(--accent); color: var(--on-accent); }
.steps .bar { width: 32px; height: 1.5px; background: var(--line); }
.steps .step.done + .bar { background: var(--accent); }

/* ---------- account ---------- */
.account { display: grid; grid-template-columns: 248px 1fr; gap: 36px; }
@media (max-width: 860px){ .account { grid-template-columns: 1fr; } }
.account-side { display: flex; flex-direction: column; gap: 3px; }
.account-side a { padding: 11px 15px; border-radius: var(--radius-xs); font-size: 15px; color: var(--ink-2); display: flex; align-items: center; gap: 11px; transition: background 140ms; }
.account-side a:hover { background: var(--bg-sub); }
.account-side a.active { background: var(--ink); color: var(--bg); }
.order-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.order-row + .order-row { margin-top: 12px; }

/* ---------- phone ---------- */
.phone { width: 290px; aspect-ratio: 9/19; background: #0B0B0C; border-radius: 42px; padding: 11px; position: relative; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.06); }
/* koyu modda telefon gövdesi arka planla kaynaşmasın — açık çerçeve + kontur */
[data-theme="dark"] .phone {
  background: linear-gradient(155deg, #2a2c31, #141519 55%, #0e0f12);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 0 0 1px rgba(255,255,255,.05), 0 40px 90px -30px rgba(0,0,0,.9), 0 0 60px -10px rgba(255,255,255,.04);
}
.phone .screen { width: 100%; height: 100%; border-radius: 32px; background: linear-gradient(180deg, #1a1c22, #0c0e12); overflow: hidden; position: relative; color: #fff; padding: 30px 16px 16px; }
[data-theme="dark"] .phone .screen { box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.phone .notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 86px; height: 20px; background: #000; border-radius: 999px; z-index: 2; }

/* ---------- toast ---------- */
.toast-stack { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 200; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.toast { background: var(--ink); color: var(--bg); padding: 13px 20px; border-radius: 999px; font-size: 14px; font-weight: 500; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 10px; animation: toastIn 320ms var(--ease-spring); }
@keyframes toastIn { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- modal ---------- */
.modal-scrim { position: fixed; inset: 0; background: rgba(11,11,12,.5); backdrop-filter: blur(3px); z-index: 110; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity 200ms; }
.modal-scrim.open { opacity: 1; pointer-events: auto; }
.modal { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-xl); width: 460px; max-width: 100%; padding: 34px; box-shadow: var(--shadow-lg); transform: translateY(20px) scale(.98); transition: transform 280ms var(--ease-spring); }
.modal-scrim.open .modal { transform: none; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); margin-top: 120px; padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; }
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer h5 { font-size: 13px; font-weight: 600; color: var(--ink); margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer a { color: var(--muted); font-size: 15px; transition: color 140ms; }
.footer a:hover { color: var(--ink); }
.footer-bot { margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--muted); flex-wrap: wrap; gap: 12px; }
.footer-legal { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-legal a { font-size: 13.5px; color: var(--muted); transition: color 140ms; }
.footer-legal a:hover { color: var(--ink); }

/* store badges */
.store-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.store-badge { display: inline-flex; align-items: center; gap: 11px; height: 50px; padding: 0 18px; border-radius: 14px; background: var(--ink); color: var(--bg); transition: transform 180ms var(--ease); }
.store-badge:hover { transform: translateY(-2px); }
.store-badge .sb-sub { font-size: 9px; opacity: .7; text-transform: uppercase; letter-spacing: .04em; }
.store-badge .sb-main { font-size: 15px; font-weight: 600; }

/* helpers */
.row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.col { display: flex; flex-direction: column; }
.hide-md { display: initial; }
@media (max-width: 820px){ .hide-md { display: none; } }

/* ---------- hamburger + mobile menu ---------- */
.nav-burger { display: none; }
.burger { position: relative; width: 18px; height: 14px; display: block; }
.burger span {
  position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px;
  background: var(--ink); transition: transform 280ms var(--ease), opacity 200ms;
}
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 6px; }
.burger span:nth-child(3) { top: 12px; }
.nav-burger.is-open .burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-burger.is-open .burger span:nth-child(2) { opacity: 0; }
.nav-burger.is-open .burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 59;
  background: var(--bg); border-bottom: 1px solid var(--line);
  padding: 12px 24px 24px;
  transform: translateY(-12px); opacity: 0; pointer-events: none;
  transition: transform 320ms var(--ease), opacity 240ms;
  max-height: calc(100vh - var(--nav-h)); overflow-y: auto;
}
.mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
.mobile-menu-links { display: flex; flex-direction: column; }
.mobile-menu-links a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 4px; font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
  border-bottom: 1px solid var(--line); color: var(--ink);
  opacity: 0; transform: translateX(-8px); transition: opacity 360ms var(--ease), transform 360ms var(--ease);
}
.mobile-menu.open .mobile-menu-links a { opacity: 1; transform: none; }
.mobile-menu-links a svg { color: var(--muted); }
.mobile-menu-links a.active { color: var(--accent); }
.mobile-menu-links a.active svg { color: var(--accent); }
.mobile-menu-foot { margin-top: 22px; }
.mobile-menu-scrim {
  position: fixed; inset: var(--nav-h) 0 0; z-index: 58; background: rgba(11,11,12,.3);
  opacity: 0; pointer-events: none; transition: opacity 240ms;
}
.mobile-menu-scrim.open { opacity: 1; pointer-events: auto; }

@media (max-width: 820px){
  .nav-burger { display: grid; }
}
.rule-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.rule-row .rule { height: 1px; background: var(--line); }
.no-bar::-webkit-scrollbar { display: none; }
details summary::-webkit-details-marker { display: none; }

/* ---------- home: dynamic motion ---------- */
.word-rot { display: inline-block; position: relative; }
.word-rot-inner { display: inline-block; will-change: transform, opacity; }
@media (prefers-reduced-motion: no-preference){
  .word-rot-inner.is-in { animation: wordIn 420ms var(--ease-spring); }
  .word-rot-inner.is-out { animation: wordOut 360ms var(--ease) forwards; }
  .hero-float { animation: floaty 6.5s ease-in-out infinite; }
  .heat-dot { animation: heatPulse 1.6s ease-in-out infinite; }
}
@keyframes wordIn { from { opacity: 0; transform: translateY(0.5em); } to { opacity: 1; transform: none; } }
@keyframes wordOut { to { opacity: 0; transform: translateY(-0.5em); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.heat-dot { width: 7px; height: 7px; border-radius: 50%; background: #FF6B4D; display: inline-block; }
@keyframes heatPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.7); } }

/* hero başlığı: masaüstünde tek satır (uzun kelime taşmasın diye küçült) */
@media (min-width: 760px){
  .hero-h1 { white-space: nowrap; font-size: clamp(56px, 6.6vw, 80px); }
}

/* öne çıkan ürün karuseli */
.featured {
  position: relative; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius-2xl);
}
.featured-track { display: flex; transition: transform 760ms var(--ease); }
.featured-slide { flex: 0 0 100%; min-width: 0; }
.featured-dots {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 5;
}
.featured-dots button {
  width: 9px; height: 9px; border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 22%, transparent);
  transition: width 300ms var(--ease), background 300ms;
}
.featured-dots button.on { width: 26px; background: var(--accent); }
@media (prefers-reduced-motion: reduce){ .featured-track { transition: none; } }

/* responsive stacking for home 2-col stages */
@media (max-width: 860px){
  .hero-stage, .app-stage { grid-template-columns: 1fr !important; }
  .hero-stage > div:last-child { min-height: 300px !important; }
  .stats-grid { grid-template-columns: 1fr 1fr !important; }
  .testi-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 560px){
  .stats-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 640px){
  .admin-mock { grid-template-columns: 1fr !important; }
  .admin-mock aside { display: none; }
}
@media (max-width: 820px){
  .faq-grid { grid-template-columns: 1fr !important; }
  .faq-aside { position: static !important; }
  .b2b-grid { grid-template-columns: 1fr !important; gap: 36px !important; }
  .b2b-aside { position: static !important; }
  .rev-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .rev-summary { position: static !important; }
  .about-mission, .contact-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .about-stats { grid-template-columns: 1fr 1fr !important; gap: 28px !important; }
  .about-timeline { grid-template-columns: 1fr 1fr !important; }
  .contact-channels { grid-template-columns: 1fr !important; }
  .lora-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .support-faq-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 520px){
  .about-timeline { grid-template-columns: 1fr !important; }
}

/* ---------- search modal ---------- */
.search-scrim {
  position: fixed; inset: 0; z-index: 120; background: rgba(11,11,12,.45);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  display: flex; justify-content: center; align-items: flex-start; padding: 12vh 20px 20px;
  animation: fadeIn 160ms var(--ease);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.search-box {
  width: 100%; max-width: 600px; background: var(--bg);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden;
  animation: searchPop 220ms var(--ease-spring);
}
@keyframes searchPop { from { transform: translateY(-12px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.search-head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line); color: var(--muted); }
.search-input { flex: 1; border: 0; background: transparent; font-size: 17px; color: var(--ink); outline: none; }
.search-body { padding: 14px 14px 16px; max-height: 52vh; overflow-y: auto; }
.search-result {
  display: flex; align-items: center; gap: 14px; width: 100%; padding: 12px 12px;
  border-radius: var(--radius-sm); transition: background 140ms; text-align: left;
}
.search-result:hover { background: var(--bg-sub); }
.sr-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--bg-sub); border: 1px solid var(--line); display: grid; place-items: center; color: var(--accent); flex-shrink: 0; }
.sr-type { font-size: 11px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.06em; flex-shrink: 0; }

/* empty cart suggestions */
.empty-suggest { display: flex; align-items: center; gap: 12px; width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); transition: all 160ms; color: var(--muted); }
.empty-suggest:hover { border-color: var(--accent); background: var(--bg-sub); color: var(--ink); transform: translateY(-1px); }

/* cookie consent */
.cookie-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; padding: 16px; animation: cookieUp 380ms var(--ease-spring); }
@keyframes cookieUp { from { transform: translateY(100%); } to { transform: none; } }
.cookie-inner {
  max-width: var(--maxw); margin: 0 auto; background: var(--bg);
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
@media (max-width: 600px){ .cookie-inner { flex-direction: column; align-items: stretch; } .cookie-inner .row { justify-content: stretch; } .cookie-inner .row .btn { flex: 1; } }
