/* ==========================================================================
   Vitadosa — tanıtım sitesi
   Renkler uygulamanın AppColors tokenlarından; site ile uygulama aynı aileden
   görünsün diye. Taban yazı boyutu bilinçli olarak büyük: hedef kitlenin bir
   bölümü yaşlı ve okuma gözlüğüyle bakıyor.
   ========================================================================== */

:root {
  --bg: #f5f7fa;
  --bg-soft: #eaf2f2;
  --surface: #ffffff;
  --surface-2: #f9fbfb;
  --ink: #163b3d;
  --ink-2: #526b70;
  --ink-3: #6f878b;
  --line: #d4e1e3;
  --line-soft: #e5eeef;

  --primary: #0f766e;
  --primary-strong: #0b5d57;
  --primary-ink: #ffffff;
  --primary-soft: #ddf4f1;
  --primary-soft-ink: #135c57;
  --accent: #0ea5a4;
  --capsule: #e5484d;

  --success: #237a4b;
  --success-soft: #e3f3ea;
  --warn: #805b18;
  --warn-soft: #fff3d6;
  --danger: #c7353d;
  --danger-soft: #fdeced;
  --notice: #fff8e8;
  --notice-line: #e8d8b0;

  --shadow-sm: 0 1px 2px rgba(22, 59, 61, .06), 0 1px 3px rgba(22, 59, 61, .05);
  --shadow: 0 10px 30px -12px rgba(22, 59, 61, .18), 0 2px 6px rgba(22, 59, 61, .05);
  --shadow-lg: 0 40px 80px -30px rgba(11, 60, 58, .35), 0 10px 24px -10px rgba(11, 60, 58, .15);

  --r-sm: 12px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --font-head: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --container: 1180px;
  --gutter: 20px;
  --header-h: 72px;

  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #081415; --bg-soft: #0c1d1e; --surface: #0f2224; --surface-2: #122729;
    --ink: #e4f1f0; --ink-2: #a3bcbe; --ink-3: #87a0a3; --line: #21393b; --line-soft: #1a3133;
    --primary: #2cc4b3; --primary-strong: #5ad8ca; --primary-ink: #04201e;
    --primary-soft: #0f302e; --primary-soft-ink: #8fe3d8; --accent: #2dd4bf;
    --success: #5cc48a; --success-soft: #0f2a1d; --warn: #e8c276; --warn-soft: #2a2210;
    --danger: #f07178; --danger-soft: #2c1214; --notice: #221d10; --notice-line: #4a3d1c;
    --shadow-sm: 0 1px 2px rgba(0,0,0,.4); --shadow: 0 10px 30px -12px rgba(0,0,0,.6);
    --shadow-lg: 0 40px 80px -30px rgba(0,0,0,.8);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --bg: #081415; --bg-soft: #0c1d1e; --surface: #0f2224; --surface-2: #122729;
  --ink: #e4f1f0; --ink-2: #a3bcbe; --ink-3: #87a0a3; --line: #21393b; --line-soft: #1a3133;
  --primary: #2cc4b3; --primary-strong: #5ad8ca; --primary-ink: #04201e;
  --primary-soft: #0f302e; --primary-soft-ink: #8fe3d8; --accent: #2dd4bf;
  --success: #5cc48a; --success-soft: #0f2a1d; --warn: #e8c276; --warn-soft: #2a2210;
  --danger: #f07178; --danger-soft: #2c1214; --notice: #221d10; --notice-line: #4a3d1c;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.4); --shadow: 0 10px 30px -12px rgba(0,0,0,.6);
  --shadow-lg: 0 40px 80px -30px rgba(0,0,0,.8);
  color-scheme: dark;
}

/* Büyük yazı: başlıktaki "A+" düğmesi. rem tabanlı her şey birlikte büyür. */
:root[data-text="large"] { font-size: 112.5%; }

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--primary); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--primary-strong); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.35rem, 5.2vw, 4rem); font-weight: 800; letter-spacing: -.035em; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.75rem); font-weight: 800; letter-spacing: -.03em; }
h3 { font-size: 1.3rem; font-weight: 750; }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--primary-soft); color: var(--primary-soft-ink); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.i { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--primary); color: var(--primary-ink); padding: 10px 16px; border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 12px; color: var(--primary-ink); }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.section--soft { background: var(--bg-soft); }
.section--surface { background: var(--surface); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .8125rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 20px; height: 2px; background: currentColor; border-radius: 2px; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-2); line-height: 1.6; }
.section-head { max-width: 760px; margin: 0 auto clamp(40px, 6vw, 72px); text-align: center; }
.section-head .eyebrow::before { display: none; }
.section-head--left { margin-left: 0; text-align: left; }
.muted { color: var(--ink-2); }
.center { text-align: center; }

/* ---------- Düğmeler ---------- */
.btn {
  --h: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: var(--h); padding: 0 1.4em; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 700; font-size: 1rem; line-height: 1; text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--primary { background: var(--primary); color: var(--primary-ink); box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--primary) 70%, transparent); }
.btn--primary:hover { background: var(--primary-strong); color: var(--primary-ink); box-shadow: 0 12px 26px -10px color-mix(in srgb, var(--primary) 80%, transparent); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: var(--surface); color: var(--ink); border-color: var(--ink-3); }
.btn--soft { background: var(--primary-soft); color: var(--primary-soft-ink); }
.btn--soft:hover { background: color-mix(in srgb, var(--primary-soft) 80%, var(--primary) 20%); color: var(--primary-soft-ink); }
.btn--danger { background: var(--danger); color: #fff; }
.btn--danger:hover { background: color-mix(in srgb, var(--danger) 85%, #000); color: #fff; }
.btn:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.btn--sm { --h: 44px; padding: 0 1.1em; font-size: .9375rem; }
.btn--block { width: 100%; }
.btn .i { width: 1.15em; height: 1.15em; }

.icon-btn {
  width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 12px;
  background: transparent; border: 1.5px solid transparent; color: var(--ink); cursor: pointer; transition: background .2s, border-color .2s;
  font-weight: 800; font-family: var(--font-head); font-size: 1rem;
}
.icon-btn:hover { background: var(--surface); border-color: var(--line); }
.icon-btn[aria-pressed="true"] { background: var(--primary-soft); color: var(--primary-soft-ink); }

/* ---------- Mağaza rozetleri ---------- */
.stores { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.store {
  display: inline-flex; align-items: center; gap: 12px; height: 60px; padding: 0 22px 0 18px;
  background: #0b1414; color: #fff; border-radius: 16px; text-decoration: none; border: 1px solid rgba(255,255,255,.12);
  transition: transform .2s ease, box-shadow .2s ease; box-shadow: 0 10px 24px -14px rgba(0,0,0,.6); cursor: pointer; text-align: left;
}
.store:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(0,0,0,.6); }
.store svg { width: 28px; height: 28px; }
.store small { display: block; font-size: .6875rem; opacity: .75; line-height: 1.1; letter-spacing: .02em; }
.store strong { display: block; font-family: var(--font-head); font-size: 1.1875rem; line-height: 1.15; letter-spacing: -.01em; }
:root[data-theme="dark"] .store { background: #fff; color: #0b1414; }
:root[data-theme="dark"] .store:hover { color: #0b1414; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .store { background: #fff; color: #0b1414; } :root:not([data-theme="light"]) .store:hover { color: #0b1414; } }
.store-note { font-size: .9375rem; color: var(--ink-2); margin-top: 14px; display: flex; align-items: center; gap: .5em; flex-wrap: wrap; }
.store-note a { font-weight: 650; }

/* ---------- Başlık ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.site-header .container { height: 100%; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-family: var(--font-head); font-weight: 800; font-size: 1.375rem; letter-spacing: -.03em; }
.brand:hover { color: var(--ink); }
.brand svg { width: 40px; height: 40px; }
.nav { display: flex; gap: 2px; margin-left: 8px; }
.nav a { padding: 10px 13px; border-radius: 10px; color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: .96875rem; transition: color .2s, background .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); background: var(--surface); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.menu-toggle { display: none !important; }

.mobile-nav {
  position: fixed; inset: var(--header-h) 0 auto 0; z-index: 49; background: var(--bg);
  border-bottom: 1px solid var(--line); padding: 12px var(--gutter) 24px; display: grid; gap: 4px;
  transform: translateY(-8px); opacity: 0; visibility: hidden; transition: all .25s ease; box-shadow: var(--shadow);
  max-height: calc(100vh - var(--header-h)); overflow-y: auto;
}
.mobile-nav.is-open { transform: none; opacity: 1; visibility: visible; }
.mobile-nav a:not(.btn) { padding: 14px 12px; border-radius: 12px; text-decoration: none; color: var(--ink); font-weight: 650; font-size: 1.125rem; }
.mobile-nav a:not(.btn):hover { background: var(--surface); }
.mobile-nav .btn { margin-top: 10px; }
.mobile-nav .mn-tools { display: flex; gap: 8px; margin-top: 8px; }

@media (max-width: 1060px) {
  .nav, .header-actions .hide-md { display: none !important; }
  .menu-toggle { display: inline-grid !important; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(40px, 6vw, 72px) 0 clamp(64px, 9vw, 112px); overflow: hidden; isolation: isolate; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 70vw; height: 70vw; max-width: 900px; max-height: 900px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%);
  pointer-events: none; z-index: -1;
}
.hero::after {
  content: ""; position: absolute; inset: auto auto -30% -20%; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--capsule) 9%, transparent), transparent 70%);
  pointer-events: none; z-index: -1;
}
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 6px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line); font-size: .875rem; font-weight: 600; color: var(--ink-2); margin-bottom: 24px; box-shadow: var(--shadow-sm);
}
.hero-badge b { background: var(--primary-soft); color: var(--primary-soft-ink); padding: 3px 10px; border-radius: 999px; font-size: .75rem; letter-spacing: .02em; }
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--primary); position: relative; white-space: nowrap; z-index: 0; }
.hero h1 em::after {
  content: ""; position: absolute; left: -2px; right: -2px; bottom: .06em; height: .2em; z-index: -1;
  background: color-mix(in srgb, var(--accent) 30%, transparent); border-radius: 4px;
}
.hero .lead { max-width: 580px; margin-bottom: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; color: var(--ink-2); font-size: .9375rem; font-weight: 600; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .i { color: var(--success); }

.hero-visual { position: relative; height: 660px; display: grid; place-items: center; }
.hero-visual .phone--back { position: absolute; transform: translate(-120px, 34px) rotate(-7deg) scale(.9); }
.hero-visual .phone--front { position: absolute; transform: translate(96px, -4px) rotate(4deg); }
.float-card {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg);
  font-size: .875rem; line-height: 1.35; max-width: 270px; animation: float 6s ease-in-out infinite;
}
.float-card strong { display: block; font-size: .9375rem; color: var(--ink); }
.float-card span { color: var(--ink-2); }
.float-card .fc-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.float-card--a { top: 80px; left: -20px; }
.float-card--b { bottom: 80px; right: -24px; animation-delay: -3s; }
.fc-ok { background: var(--success-soft); color: var(--success); }
.fc-warn { background: var(--warn-soft); color: var(--warn); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 1080px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-trust, .hero .stores, .hero .store-note { justify-content: center; }
  .float-card--a { left: 4%; } .float-card--b { right: 4%; }
}
@media (max-width: 640px) {
  .hero-visual { height: 600px; }
  .hero-visual .phone--back { display: none; }
  .hero-visual .phone--front { transform: none; }
  .float-card--a { left: 0; top: 24px; }
  .float-card--b { right: 0; bottom: 20px; }
  .float-card { max-width: 210px; font-size: .8125rem; text-align: left; }
}

/* ---------- Rakam şeridi ---------- */
.stats { border-block: 1px solid var(--line); background: var(--surface); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 32px 20px; text-align: center; border-right: 1px solid var(--line-soft); }
.stat:last-child { border-right: 0; }
.stat b { display: block; font-family: var(--font-head); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -.03em; color: var(--primary); line-height: 1.15; }
.stat span { color: var(--ink-2); font-size: .9375rem; font-weight: 500; }
@media (max-width: 760px) { .stats .container { grid-template-columns: 1fr 1fr; } .stat:nth-child(2) { border-right: 0; } .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); } }

/* ---------- Sorun kartları ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; }
.problem .quote { font-family: var(--font-head); font-size: 1.375rem; font-weight: 750; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 14px; }
.problem .who { font-size: .8125rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; display: flex; gap: 8px; align-items: center; }
.problem p { color: var(--ink-2); margin: 0; }
.problem-answer { margin-top: 28px; text-align: center; font-family: var(--font-head); font-size: clamp(1.25rem, 2.2vw, 1.6rem); font-weight: 750; letter-spacing: -.02em; }
.problem-answer span { color: var(--primary); }
@media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr; } }

/* ---------- Özellik satırları ---------- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 96px); align-items: center; }
.feature-row + .feature-row { margin-top: clamp(80px, 11vw, 140px); }
.feature-row--flip .feature-media { order: -1; }
.feature-copy h3 { font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 16px; }
.feature-copy .lead { margin-bottom: 28px; }
.feature-tag { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; color: var(--primary); margin-bottom: 18px; }
.feature-tag .ti { width: 44px; height: 44px; border-radius: 14px; background: var(--primary-soft); color: var(--primary-soft-ink); display: grid; place-items: center; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.check-list li::before {
  content: ""; width: 28px; height: 28px; border-radius: 9px; margin-top: 1px;
  background: var(--primary-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 15px no-repeat;
}
.check-list b { color: var(--ink); font-weight: 700; }
.check-list span { color: var(--ink-2); }
.feature-media { position: relative; display: grid; place-items: center; min-height: 600px; }
.feature-media::before {
  content: ""; position: absolute; inset: 6% 2%; border-radius: 40px;
  background: linear-gradient(145deg, var(--primary-soft), color-mix(in srgb, var(--bg-soft) 60%, transparent));
}
.feature-media > * { position: relative; }
.side-card {
  position: absolute !important; z-index: 2; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg);
  padding: 14px 16px; font-size: .875rem; line-height: 1.4; max-width: 230px;
}
.side-card b { display: block; font-size: .9375rem; }
.side-card span { color: var(--ink-2); }
.side-card--tl { top: 60px; left: 0; }
.side-card--br { bottom: 60px; right: 0; }
.side-card .sc-row { display: flex; align-items: center; gap: 10px; }
.side-card .sc-ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex: none; }
@media (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; }
  .feature-row--flip .feature-media { order: 0; }
  .feature-media { min-height: 0; padding: 40px 0; }
}
@media (max-width: 560px) { .side-card { display: none; } }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.tile {
  grid-column: span 2; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--primary) 30%, var(--line)); }
.tile--wide { grid-column: span 3; }
.tile--hl { background: linear-gradient(150deg, #0f766e, #0b4f4a); border-color: transparent; color: #e7f7f5; }
.tile.tile--hl h3 { color: #fff; }
.tile.tile--hl p { color: rgba(231, 247, 245, .88); }
.tile .ti { width: 48px; height: 48px; border-radius: 14px; background: var(--primary-soft); color: var(--primary-soft-ink); display: grid; place-items: center; margin-bottom: 18px; }
.tile--hl .ti { background: rgba(255,255,255,.14); color: #fff; }
.tile h3 { font-size: 1.1875rem; margin-bottom: 8px; }
.tile p { color: var(--ink-2); margin: 0; font-size: 1rem; }
.tile .pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; font-size: .8125rem; font-weight: 650; background: var(--bg-soft); color: var(--ink-2); border: 1px solid var(--line-soft); }
.tile--hl .chip { background: rgba(255,255,255,.12); color: #e7f7f5; border-color: rgba(255,255,255,.14); }
.soon { font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; background: var(--warn-soft); color: var(--warn); padding: 3px 8px; border-radius: 999px; vertical-align: middle; margin-left: 6px; }
@media (max-width: 980px) { .bento { grid-template-columns: repeat(2, 1fr); } .tile, .tile--wide { grid-column: span 1; } }
@media (max-width: 620px) { .bento { grid-template-columns: 1fr; } }

/* ---------- Nasıl çalışır ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; margin-bottom: 56px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; position: relative; }
.step::before {
  counter-increment: s; content: counter(s);
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--primary); color: var(--primary-ink); font-family: var(--font-head); font-weight: 800; font-size: 1.125rem; margin-bottom: 18px;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-2); margin: 0; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

.demo { display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(28px, 5vw, 64px); }
.demo-copy h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; }
.demo-live { display: inline-flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 700; color: var(--danger); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.demo-live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; animation: blink 1.4s infinite; }
@keyframes blink { 50% { opacity: .25; } }
.demo-log { list-style: none; margin: 24px 0 20px; padding: 0; display: grid; gap: 10px; min-height: 150px; align-content: start; }
.demo-log li { display: flex; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 14px; background: var(--bg-soft); font-size: .9375rem; animation: pop .35s ease; }
.demo-log li .i { color: var(--success); }
.demo-log li.skip .i { color: var(--warn); }
.demo-log li time { margin-left: auto; color: var(--ink-3); font-size: .8125rem; font-variant-numeric: tabular-nums; }
.demo-log .empty { color: var(--ink-2); background: transparent; border: 1.5px dashed var(--line); animation: none; }
@keyframes pop { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.demo-phones { display: flex; justify-content: center; gap: 24px; align-items: center; }
@media (max-width: 1080px) { .demo { grid-template-columns: 1fr; } .demo-phones .phone:last-child { display: none; } }

/* ---------- Galeri ---------- */
.gallery {
  display: grid; grid-auto-flow: column; grid-auto-columns: 300px; gap: 40px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding: 24px max(var(--gutter), calc((100vw - var(--container)) / 2)) 36px;
  scrollbar-width: none; overscroll-behavior-x: contain;
}
.gallery::-webkit-scrollbar { display: none; }
.shot { scroll-snap-align: center; margin: 0; }
.shot figcaption { text-align: center; margin-top: 24px; }
.shot figcaption b { display: block; font-family: var(--font-head); font-size: 1.125rem; }
.shot figcaption span { color: var(--ink-2); font-size: .9375rem; display: block; max-width: 280px; margin: 2px auto 0; }
.gallery-nav { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 8px; }
.gallery-nav .icon-btn { width: 52px; height: 52px; border: 1.5px solid var(--line); background: var(--surface); border-radius: 50%; }
.gallery-dots { display: flex; gap: 8px; align-items: center; margin: 0 8px; }
.gallery-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; padding: 0; background: var(--line); cursor: pointer; transition: width .25s, background .25s; position: relative; }
.gallery-dots button::after { content: ""; position: absolute; inset: -12px -4px; }
.gallery-dots button[aria-current="true"] { width: 28px; border-radius: 6px; background: var(--primary); }

/* ---------- Bakım veren bandı ---------- */
.care { background: linear-gradient(160deg, #0a3f3b 0%, #0f766e 58%, #11857c 100%); color: #e6f6f4; overflow: hidden; }
.care h2, .care h3 { color: #fff; }
.care .eyebrow { color: #9ff0e4; }
.care .lead { color: rgba(230, 246, 244, .88); }
.care .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.care-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.care-point { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 20px; }
.care-point .i { width: 26px; height: 26px; color: #9ff0e4; margin-bottom: 10px; }
.care-point b { display: block; color: #fff; font-size: 1.0625rem; margin-bottom: 4px; }
.care-point span { font-size: .9375rem; color: rgba(230,246,244,.82); line-height: 1.5; display: block; }
.care-note { margin-top: 24px; font-size: .9375rem; color: rgba(230,246,244,.78); display: flex; gap: 10px; align-items: flex-start; }
.care-note .i { color: #ffd78a; margin-top: 2px; }
.care-visual { position: relative; display: grid; place-items: center; min-height: 640px; }
.invite-card { position: absolute; left: -10px; bottom: 80px; z-index: 3; background: #fff; color: #163b3d; border-radius: 20px; padding: 18px 20px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.5); width: 240px; }
.invite-card small { color: #526b70; font-weight: 600; font-size: .8125rem; }
.invite-card p { margin: 0; font-size: .8125rem; color: #526b70; line-height: 1.4; }
.invite-code { display: flex; gap: 5px; margin: 8px 0 8px; }
.invite-code span { flex: 1; height: 42px; border-radius: 10px; background: #ddf4f1; color: #0b5d57; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; }
@media (max-width: 980px) { .care .container { grid-template-columns: 1fr; } .care-visual { min-height: 0; padding: 20px 0; } .invite-card { left: 0; bottom: 40px; } }
@media (max-width: 560px) { .care-points { grid-template-columns: 1fr; } .invite-card { position: relative; left: auto; bottom: auto; margin: 24px auto 0; } .care-visual { display: flex; flex-direction: column; align-items: center; } }

/* ---------- Kimler için ---------- */
.personas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.persona { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 24px; }
.persona .av { width: 60px; height: 60px; border-radius: 20px; display: grid; place-items: center; margin-bottom: 18px; }
.persona .av .i { width: 28px; height: 28px; }
.persona h3 { font-size: 1.125rem; }
.persona p { color: var(--ink-2); font-size: .96875rem; margin: 0; }
.av-1 { background: #ddf4f1; color: #0f766e; } .av-2 { background: #fdeced; color: #c7353d; } .av-3 { background: #fff3d6; color: #805b18; } .av-4 { background: #e4e8f7; color: #4a5aa8; }
@media (max-width: 980px) { .personas { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .personas { grid-template-columns: 1fr; } }

/* ---------- Güvenlik ---------- */
.trust-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: start; }
.trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.trust-item { padding: 22px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); }
.trust-item .i { width: 26px; height: 26px; color: var(--primary); margin-bottom: 12px; }
.trust-item b { display: block; margin-bottom: 4px; font-size: 1.0625rem; }
.trust-item span { color: var(--ink-2); font-size: .9375rem; line-height: 1.55; display: block; }
.notice { display: flex; gap: 14px; padding: 18px 20px; border-radius: 18px; background: var(--notice); border: 1px solid var(--notice-line); color: var(--warn); font-size: .9375rem; line-height: 1.55; }
.notice .i { flex: none; width: 22px; height: 22px; margin-top: 1px; }
.notice p { margin: 0; }
.notice--info { background: var(--primary-soft); border-color: color-mix(in srgb, var(--primary) 25%, transparent); color: var(--primary-soft-ink); }
.notice--danger { background: var(--danger-soft); border-color: color-mix(in srgb, var(--danger) 30%, transparent); color: var(--danger); }
.notice--ok { background: var(--success-soft); border-color: color-mix(in srgb, var(--success) 30%, transparent); color: var(--success); }
.trust-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
@media (max-width: 980px) { .trust-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .trust-list { grid-template-columns: 1fr; } }

/* ---------- Fiyat ---------- */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 940px; margin: 0 auto; }
.plan { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 36px; display: flex; flex-direction: column; position: relative; }
.plan--main { border: 2px solid var(--primary); box-shadow: var(--shadow); }
.plan-flag { position: absolute; top: -14px; left: 36px; background: var(--primary); color: var(--primary-ink); font-size: .8125rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.plan-flag--soon { background: var(--warn-soft); color: var(--warn); border: 1px solid var(--notice-line); }
.plan h3 { font-size: 1.375rem; margin-bottom: 4px; }
.plan .price { font-family: var(--font-head); font-size: 3rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; margin: 18px 0 6px; }
.plan .price small { font-size: 1rem; font-weight: 600; color: var(--ink-2); letter-spacing: 0; }
.plan .check-list { margin: 24px 0 32px; flex: 1; }
.plan--soon { background: var(--surface-2); }
@media (max-width: 760px) { .plans { grid-template-columns: 1fr; } }

/* ---------- Ekip ---------- */
.team { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; align-items: stretch; }
.team-intro { padding-right: 20px; align-self: center; }
.member { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.member .mono { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; margin-bottom: 18px; }
.member b { display: block; font-size: 1.1875rem; font-family: var(--font-head); }
.member em { font-style: normal; color: var(--primary); font-weight: 650; font-size: .9375rem; }
.member p { color: var(--ink-2); margin: 12px 0 0; font-size: .96875rem; }
@media (max-width: 900px) { .team { grid-template-columns: 1fr; } .team-intro { padding: 0; } }

/* ---------- SSS ---------- */
.faq-tools { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin: 0 auto 28px; max-width: 880px; }
.faq-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.faq-tabs button {
  padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--surface); color: var(--ink-2);
  font-weight: 650; font-size: .9375rem; cursor: pointer; transition: all .2s; min-height: 44px;
}
.faq-tabs button:hover { border-color: var(--ink-3); color: var(--ink); }
.faq-tabs button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.faq-search { position: relative; flex: 1; max-width: 300px; min-width: 220px; }
.faq-search .i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-3); pointer-events: none; }
.faq-search input { width: 100%; height: 48px; padding: 0 16px 0 44px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--surface); }
.faq-search input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 18%, transparent); }
.faq-list { display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }
.faq { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; transition: border-color .2s, box-shadow .2s; }
.faq[open] { border-color: color-mix(in srgb, var(--primary) 35%, var(--line)); box-shadow: var(--shadow-sm); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; gap: 16px; align-items: center; justify-content: space-between;
  padding: 18px 22px; font-weight: 700; font-size: 1.0625rem; line-height: 1.4; min-height: 64px; border-radius: 18px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .i { color: var(--primary); transition: transform .25s ease; }
.faq[open] summary .i { transform: rotate(180deg); }
.faq .faq-body { padding: 0 22px 22px; color: var(--ink-2); }
.faq .faq-body p:last-child, .faq .faq-body ol:last-child, .faq .faq-body ul:last-child { margin-bottom: 0; }
.faq .faq-body ol, .faq .faq-body ul { padding-left: 1.3em; margin: 0 0 1em; display: grid; gap: 6px; }
.faq-empty { text-align: center; color: var(--ink-2); padding: 32px; border: 1.5px dashed var(--line); border-radius: 18px; }
.faq-more { text-align: center; margin-top: 36px; color: var(--ink-2); }

/* ---------- Son çağrı ---------- */
.cta-band { padding: clamp(64px, 9vw, 110px) 0; }
.cta-box {
  position: relative; overflow: hidden; border-radius: 36px; padding: clamp(36px, 6vw, 72px);
  background: radial-gradient(120% 120% at 100% 0%, #14b8a6 0%, #0f766e 40%, #0a3f3b 100%); color: #e6f6f4;
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: center;
}
.cta-box h2 { color: #fff; }
.cta-box p { color: rgba(230,246,244,.88); font-size: 1.125rem; max-width: 560px; }
.cta-box .stores { margin-top: 28px; }
.cta-box .store { background: #fff !important; color: #0b1414 !important; }
.cta-box .store-note { color: rgba(230,246,244,.85); }
.cta-box .store-note a { color: #fff; }
.cta-mark { justify-self: end; width: min(260px, 100%); filter: drop-shadow(0 30px 40px rgba(0,0,0,.3)); transform: rotate(-8deg); }
@media (max-width: 860px) { .cta-box { grid-template-columns: 1fr; text-align: center; } .cta-box p { margin-inline: auto; } .cta-box .stores, .cta-box .store-note { justify-content: center; } .cta-mark { justify-self: center; width: 140px; grid-row: 1; } }

/* ---------- Altbilgi ---------- */
.site-footer { background: var(--surface); border-top: 1px solid var(--line); padding: 64px 0 32px; font-size: .96875rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
.footer-grid h4 { font-size: .8125rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin-bottom: 14px; font-family: var(--font-body); font-weight: 700; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-grid a { color: var(--ink-2); text-decoration: none; }
.footer-grid a:hover { color: var(--primary); text-decoration: underline; }
.footer-about p { color: var(--ink-2); margin: 14px 0 0; max-width: 320px; }
.footer-disclaimer { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; gap: 12px 32px; justify-content: space-between; color: var(--ink-3); font-size: .875rem; }
.footer-disclaimer p { margin: 0; max-width: 760px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-about { grid-column: 1 / -1; } }

/* ---------- Modal ---------- */
dialog.modal { border: 0; border-radius: 28px; padding: 0; width: min(460px, calc(100vw - 32px)); background: var(--surface); color: var(--ink); box-shadow: var(--shadow-lg); }
dialog.modal::backdrop { background: rgba(6, 25, 26, .55); backdrop-filter: blur(4px); }
dialog.modal[open] { animation: pop .25s ease; }
.modal-body { padding: 36px 32px 32px; text-align: center; position: relative; }
.modal-body .ti { width: 64px; height: 64px; border-radius: 20px; margin: 0 auto 18px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary-soft-ink); }
.modal-body .ti .i { width: 30px; height: 30px; }
.modal-body h3 { font-size: 1.5rem; }
.modal-body p { color: var(--ink-2); }
.modal-actions { display: grid; gap: 10px; margin-top: 24px; }
.modal-close { position: absolute; top: 12px; right: 12px; }

/* ---------- Kaydırınca beliren içerik ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   İç sayfalar: hesap, yasal metinler, destek
   ========================================================================== */
.page-hero { padding: clamp(48px, 7vw, 80px) 0 clamp(28px, 4vw, 40px); }
.page-hero h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
.page-hero .lead { max-width: 720px; }
.breadcrumb { display: flex; gap: 8px; font-size: .875rem; color: var(--ink-3); margin-bottom: 18px; flex-wrap: wrap; }
.breadcrumb a { color: var(--ink-2); text-decoration: none; }
.breadcrumb a:hover { color: var(--primary); }

.auth-shell { min-height: calc(100vh - var(--header-h)); display: grid; grid-template-columns: 1fr 1fr; }
.auth-side {
  background: linear-gradient(160deg, #0a3f3b, #0f766e 60%, #14a097); color: #e6f6f4; padding: clamp(40px, 6vw, 72px);
  display: flex; flex-direction: column; justify-content: center; gap: 32px; position: relative; overflow: hidden;
}
.auth-side h2 { color: #fff; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.auth-side p { color: rgba(230,246,244,.88); }
.auth-side .check-list b { color: #fff; }
.auth-side .check-list span { color: rgba(230,246,244,.82); }
.auth-side .check-list li::before { background-color: rgba(255,255,255,.16); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ff0e4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
.auth-side .deco { position: absolute; right: -70px; bottom: -70px; width: 320px; opacity: .14; transform: rotate(-14deg); pointer-events: none; }
.auth-main { display: grid; place-items: center; padding: clamp(32px, 6vw, 72px) var(--gutter); }
.auth-card { width: 100%; max-width: 440px; }
.auth-card h1 { font-size: clamp(1.9rem, 3.5vw, 2.5rem); margin-bottom: 8px; }
.auth-card > p.muted { margin-bottom: 28px; }
.optional-note { display: inline-flex; gap: 8px; align-items: center; font-size: .875rem; font-weight: 600; color: var(--primary-soft-ink); background: var(--primary-soft); padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
@media (max-width: 900px) { .auth-shell { grid-template-columns: 1fr; } .auth-side { display: none; } }

.form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 650; font-size: .96875rem; }
.field .hint { font-size: .875rem; color: var(--ink-3); }
.input-wrap { position: relative; }
.input {
  width: 100%; height: 56px; padding: 0 16px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--surface);
  font-size: 1.0625rem; transition: border-color .2s, box-shadow .2s;
}
.input::placeholder { color: var(--ink-3); opacity: .85; }
.input:hover { border-color: var(--ink-3); }
.input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 18%, transparent); }
.input[aria-invalid="true"] { border-color: var(--danger); }
textarea.input { height: auto; min-height: 150px; padding: 14px 16px; resize: vertical; line-height: 1.5; }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23526b70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 20px; padding-right: 44px; }
.input-wrap .input { padding-right: 56px; }
.input-wrap .toggle-pass { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--ink-2); }
.check { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; font-size: .9375rem; color: var(--ink-2); cursor: pointer; }
.check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--primary); cursor: pointer; }
.form-row-between { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.linkish { background: none; border: 0; padding: 6px 0; color: var(--primary); font-weight: 650; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; min-height: 44px; }
.form-foot { text-align: center; color: var(--ink-2); margin-top: 24px; }
.divider { display: flex; align-items: center; gap: 14px; color: var(--ink-3); font-size: .875rem; margin: 8px 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.strength { height: 6px; border-radius: 6px; background: var(--line-soft); overflow: hidden; }
.strength i { display: block; height: 100%; width: 0; background: var(--danger); transition: width .3s, background .3s; }
[hidden] { display: none !important; }
.spinner { width: 18px; height: 18px; border: 2.5px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.loading-block { display: flex; gap: 12px; align-items: center; justify-content: center; padding: 64px 0; color: var(--ink-2); }

.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 36px); }
.panel + .panel { margin-top: 20px; }
.panel h2 { font-size: 1.375rem; letter-spacing: -.02em; }
.panel--danger { border-color: color-mix(in srgb, var(--danger) 35%, var(--line)); }
.panel--danger h2 { color: var(--danger); }
.kv { display: grid; grid-template-columns: 160px 1fr; gap: 12px 20px; margin: 0; }
.kv dt { color: var(--ink-3); font-weight: 600; }
.kv dd { margin: 0; font-weight: 600; word-break: break-word; }
@media (max-width: 520px) { .kv { grid-template-columns: 1fr; gap: 2px; } .kv dd { margin-bottom: 10px; } }

.account-grid { display: grid; grid-template-columns: 1fr 360px; gap: 24px; align-items: start; padding-bottom: 96px; }
.account-grid aside .panel { position: sticky; top: calc(var(--header-h) + 20px); }
@media (max-width: 900px) { .account-grid { grid-template-columns: 1fr; } }
.profile-head { display: flex; gap: 18px; align-items: center; margin-bottom: 24px; }
.profile-head .mono { width: 72px; height: 72px; border-radius: 50%; background: var(--primary-soft); color: var(--primary-soft-ink); display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.75rem; flex: none; }
.profile-head h2 { margin: 0; word-break: break-word; }
.action-list { display: grid; gap: 10px; }
.action-list a, .action-list button {
  display: flex; gap: 14px; align-items: center; width: 100%; text-align: left; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line);
  background: var(--surface-2); color: var(--ink); text-decoration: none; font-weight: 650; cursor: pointer; min-height: 58px; transition: border-color .2s, background .2s;
}
.action-list a:hover, .action-list button:hover { border-color: var(--primary); background: var(--surface); color: var(--ink); }
.action-list .i:first-child { color: var(--primary); }
.action-list .i.go { margin-left: auto; color: var(--ink-3); }
.action-list .danger, .action-list .danger .i:first-child { color: var(--danger); }
.action-list small { display: block; color: var(--ink-2); font-weight: 500; font-size: .875rem; }

.del-steps { counter-reset: d; list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.del-steps li { counter-increment: d; display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; color: var(--ink-2); }
.del-steps li b { color: var(--ink); }
.del-steps li::before { content: counter(d); width: 36px; height: 36px; border-radius: 50%; background: var(--primary-soft); color: var(--primary-soft-ink); display: grid; place-items: center; font-weight: 800; font-family: var(--font-head); }
.del-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; padding-bottom: 96px; }
.del-grid > aside { position: sticky; top: calc(var(--header-h) + 20px); }
@media (max-width: 900px) { .del-grid { grid-template-columns: 1fr; } .del-grid > aside { position: static; } }
.table-simple { width: 100%; border-collapse: collapse; font-size: .96875rem; }
.table-simple th, .table-simple td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.table-simple tr:last-child td { border-bottom: 0; }
.table-simple th { color: var(--ink-3); font-weight: 650; font-size: .875rem; background: var(--surface-2); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }

.prose { max-width: 780px; padding-bottom: 96px; }
.prose h2 { font-size: 1.5rem; margin-top: 2.2em; padding-top: 4px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.1875rem; margin-top: 1.6em; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul, .prose ol { padding-left: 1.3em; display: grid; gap: 8px; margin: 0 0 1.2em; }
.prose strong { color: var(--ink); }
.prose .table-wrap { margin: 0 0 1.5em; }
.prose .meta { color: var(--ink-3); font-size: .9375rem; }
.placeholder { background: var(--warn-soft); color: var(--warn); padding: 1px 6px; border-radius: 6px; font-weight: 650; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; }
.toc { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 2px; font-size: .9375rem; }
.toc b { font-size: .8125rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin-bottom: 8px; }
.toc a { color: var(--ink-2); text-decoration: none; padding: 7px 12px; border-left: 2px solid var(--line); }
.toc a:hover { color: var(--primary); border-left-color: var(--primary); }
@media (max-width: 900px) { .legal-layout { grid-template-columns: 1fr; gap: 24px; } .toc { position: static; display: none; } }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s, border-color .2s; display: block; }
.support-card:hover { color: var(--ink); transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--primary); }
.support-card .ti { width: 48px; height: 48px; border-radius: 14px; background: var(--primary-soft); color: var(--primary-soft-ink); display: grid; place-items: center; margin-bottom: 16px; }
.support-card b { display: block; font-size: 1.125rem; margin-bottom: 4px; }
.support-card span { color: var(--ink-2); font-size: .96875rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 860px) { .support-grid, .contact-grid { grid-template-columns: 1fr; } }

.nf { min-height: calc(100vh - var(--header-h) - 240px); display: grid; place-items: center; text-align: center; padding: 64px 0; }
.nf .big { font-family: var(--font-head); font-size: clamp(6rem, 18vw, 10rem); font-weight: 800; letter-spacing: -.06em; line-height: 1; color: var(--primary); display: flex; align-items: center; justify-content: center; gap: .04em; margin-bottom: 16px; }
.nf .big svg { width: .78em; height: .78em; }
.nf .actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }

.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); z-index: 90; opacity: 0; pointer-events: none;
  background: var(--ink); color: var(--bg); padding: 14px 20px; border-radius: 14px; font-weight: 600; box-shadow: var(--shadow-lg); transition: all .3s ease; max-width: calc(100vw - 32px);
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ==========================================================================
   Telefon maketleri — uygulama ekranlarının HTML kopyası.
   Bilerek tema tokenlarından bağımsız: sitenin karanlık kipinde de uygulama
   gerçekte nasıl görünüyorsa (açık) öyle görünmeli.
   ========================================================================== */
.phone {
  --pw: 300px;
  width: var(--pw); height: calc(var(--pw) * 2.08); flex: none;
  border-radius: 48px; padding: 10px; background: linear-gradient(145deg, #1d2b2c, #070d0d);
  box-shadow: 0 0 0 1.5px #2e3d3e inset, 0 0 0 2px #0a1111, var(--shadow-lg);
  position: relative; font-size: 12px;
}
.phone::before { content: ""; position: absolute; right: -3px; top: 150px; width: 3px; height: 64px; background: #1a2626; border-radius: 0 3px 3px 0; }
.phone--sm { --pw: 260px; font-size: 10.4px; border-radius: 42px; }
.phone--sm .scr { border-radius: 33px; }
.scr {
  position: relative; height: 100%; border-radius: 38px; overflow: hidden; background: #f5f7fa; color: #163b3d;
  font-family: 'Inter', system-ui, sans-serif; font-size: 1em; line-height: 1.35; display: flex; flex-direction: column; text-align: left;
  -webkit-user-select: none; user-select: none;
}
.s-status { height: 3.7em; flex: none; display: flex; align-items: center; justify-content: space-between; padding: 0 2.2em; font-weight: 700; font-size: 1.05em; position: relative; }
.s-status::after { content: ""; position: absolute; left: 50%; top: .8em; transform: translateX(-50%); width: 7.3em; height: 2.15em; background: #070d0d; border-radius: 20px; }
.s-status .sig { display: flex; gap: 4px; align-items: center; }
.s-status .sig i { display: block; width: 1.35em; height: .8em; border: 1.5px solid currentColor; border-radius: 3px; position: relative; }
.s-status .sig i::after { content: ""; position: absolute; inset: 1px 4px 1px 1px; background: currentColor; border-radius: 1px; }
.s-status .sig u { display: block; width: 1.2em; height: .8em; background: currentColor; clip-path: polygon(0 100%, 100% 0, 100% 100%); }
.s-body { flex: 1; overflow: hidden; padding: .5em 1.35em 1em; display: flex; flex-direction: column; gap: .85em; }
.s-nav { flex: none; height: 5.4em; background: #fff; border-top: 1px solid #d4e1e3; display: grid; grid-template-columns: repeat(4, 1fr); padding: .5em .5em 1.2em; }
.s-nav span { display: grid; justify-items: center; align-content: center; gap: 2px; font-size: .78em; font-weight: 600; color: #7b9195; }
.s-nav span .i { width: 1.9em; height: 1.9em; padding: .2em; }
.s-nav span.on { color: #0f766e; }
.s-nav span.on .i { background: #ddf4f1; border-radius: 10px; width: 3.2em; }
.s-hello { color: #526b70; font-size: .95em; font-weight: 500; }
.s-title { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.8em; letter-spacing: -.03em; line-height: 1.1; color: #163b3d; }
.s-sub { color: #526b70; font-size: .95em; }
.s-row { display: flex; align-items: center; gap: .65em; }
.s-between { display: flex; align-items: center; justify-content: space-between; gap: .65em; }
.s-search { flex: 1; height: 3.3em; background: #fff; border: 1px solid #d4e1e3; border-radius: 12px; display: flex; align-items: center; gap: .5em; padding: 0 .85em; color: #7b9195; }
.s-search .i, .s-sq .i { width: 1.4em; height: 1.4em; }
.s-sq { width: 3.3em; height: 3.3em; border-radius: 12px; background: #0f766e; color: #fff; display: grid; place-items: center; flex: none; }
.s-sq--soft { background: #fff; color: #163b3d; border: 1px solid #d4e1e3; }
.s-chips { display: flex; gap: .5em; overflow: hidden; }
.s-chip { padding: .45em .95em; border-radius: 999px; background: #fff; border: 1px solid #d4e1e3; font-weight: 600; font-size: .9em; white-space: nowrap; color: #526b70; }
.s-chip.on { background: #0f766e; border-color: #0f766e; color: #fff; }
.s-card { background: #fff; border: 1px solid #d4e1e3; border-radius: 1.35em; padding: .85em; }
.s-med { display: flex; gap: .85em; align-items: center; }
.s-thumb { width: 3.9em; height: 3.9em; border-radius: 1em; display: grid; place-items: center; flex: none; background: var(--tb, #fdeced); }
.s-thumb svg { width: 72%; height: 72%; }
.s-med-body { flex: 1; min-width: 0; }
.s-name { font-weight: 700; font-size: 1.08em; color: #163b3d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s-meta { color: #526b70; font-size: .9em; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s-badge { display: inline-flex; align-items: center; gap: 3px; padding: .2em .6em; border-radius: 999px; font-size: .8em; font-weight: 700; white-space: nowrap; }
.b-ok { background: #e3f3ea; color: #237a4b; }
.b-warn { background: #fff3d6; color: #805b18; }
.b-bad { background: #fdeced; color: #c7353d; }
.b-teal { background: #ddf4f1; color: #135c57; }
.s-btn { height: 3.3em; border-radius: 1em; background: #0f766e; color: #fff; font-weight: 700; display: grid; place-items: center; font-size: 1em; border: 0; cursor: default; padding: 0 1em; font-family: inherit; }
.s-btn--ghost { background: #fff; color: #163b3d; border: 1px solid #d4e1e3; }
.s-btn--soft { background: #ddf4f1; color: #135c57; }
.s-label { font-weight: 700; font-size: 1.05em; color: #163b3d; }
.s-muted { color: #526b70; font-size: .88em; }
.s-sec { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.15em; color: #163b3d; }

.s-progress { display: flex; align-items: center; gap: 1em; background: linear-gradient(140deg, #0f766e, #0b5d57); color: #fff; border: 0; }
.s-ring { --p: 40; width: 4.8em; height: 4.8em; border-radius: 50%; flex: none; display: grid; place-items: center; background: conic-gradient(#9ff0e4 calc(var(--p) * 1%), rgba(255,255,255,.18) 0); }
.s-ring b { width: 3.7em; height: 3.7em; border-radius: 50%; background: #0d6a63; display: grid; place-items: center; font-size: 1.05em; font-weight: 800; }
.s-progress .s-muted { color: rgba(255,255,255,.78); }
.s-progress .s-label { color: #fff; font-size: 1.2em; }

.s-dose { display: grid; grid-template-columns: 3.6em 1fr; gap: .65em; align-items: start; }
.s-time { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.12em; color: #163b3d; padding-top: .1em; }
.s-dose.done .s-name { color: #526b70; }
.s-dose-actions { display: flex; gap: .5em; margin-top: .6em; }
.s-dose-actions .s-btn { height: 2.8em; flex: 1; font-size: .95em; cursor: pointer; transition: transform .1s, background .2s; border-radius: .85em; }
.s-dose-actions .s-btn:hover { background: #0b5d57; }
.s-dose-actions .s-btn--ghost:hover { background: #f5f7fa; }
.s-dose-actions .s-btn:active { transform: scale(.96); }
.s-dose-actions .s-btn:focus-visible { outline: 3px solid #0ea5a4; outline-offset: 2px; }
.s-card.next { border: 1.5px solid #0ea5a4; box-shadow: 0 6px 16px -8px rgba(15,118,110,.35); }

/* Doz alarmı (tam ekran) */
.scr--alarm { background: radial-gradient(130% 70% at 50% 0%, #14b8a6 0%, #0f766e 45%, #0a3f3b 100%); color: #fff; }
.scr--alarm .s-status { color: #fff; }
.al-body { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: .8em 1.7em 2em; }
.al-tag { display: inline-flex; gap: .5em; align-items: center; padding: .45em 1em; border-radius: 999px; background: rgba(255,255,255,.14); font-weight: 700; font-size: .95em; }
.al-tag .i { width: 1.3em; height: 1.3em; }
.al-time { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 5em; letter-spacing: -.05em; line-height: 1; margin: .25em 0 .05em; }
.al-img { width: 10em; height: 10em; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; margin: 1em 0 1.1em; position: relative; }
.al-img::before, .al-img::after { content: ""; position: absolute; inset: -1em; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.2); animation: ring 2.4s ease-out infinite; }
.al-img::after { animation-delay: 1.2s; }
@keyframes ring { from { transform: scale(.9); opacity: 1; } to { transform: scale(1.22); opacity: 0; } }
.al-img span { width: 7.4em; height: 7.4em; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.al-img svg { width: 62%; height: 62%; }
.al-name { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.6em; letter-spacing: -.02em; }
.al-inst { opacity: .88; font-size: 1.05em; margin-top: 2px; }
.al-ord { margin-top: .7em; font-size: .9em; background: rgba(0,0,0,.18); padding: .35em .9em; border-radius: 999px; }
.al-actions { margin-top: auto; width: 100%; display: grid; gap: .65em; }
.al-actions .s-btn { background: #fff; color: #0b5d57; height: 3.8em; font-size: 1.15em; border-radius: 1.2em; }
.al-actions .row { display: grid; grid-template-columns: 1fr 1fr; gap: .65em; }
.al-actions .row .s-btn { background: rgba(255,255,255,.14); color: #fff; height: 3.2em; font-size: 1em; }
.al-note { font-size: .82em; opacity: .72; margin-top: .6em; }

/* Yakınlar */
.s-person { display: flex; gap: .85em; align-items: center; }
.s-av { width: 3.4em; height: 3.4em; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-family: 'Manrope', sans-serif; font-size: 1.05em; flex: none; }
.s-bar { height: .5em; border-radius: 6px; background: #e8eef1; overflow: hidden; margin-top: .5em; }
.s-bar i { display: block; height: 100%; background: #0f766e; border-radius: 6px; }
.s-bar i.w { background: #d19a2a; }
.s-tabs { display: grid; grid-template-columns: repeat(4, 1fr); background: #e8eef1; border-radius: 1em; padding: .25em; }
.s-tabs span { text-align: center; padding: .55em 0; border-radius: .75em; font-weight: 650; color: #526b70; font-size: .88em; }
.s-tabs span.on { background: #fff; color: #163b3d; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.s-hist { display: flex; gap: .65em; align-items: center; padding: .5em 0; border-bottom: 1px solid #e8eef1; }
.s-hist:last-child { border-bottom: 0; padding-bottom: 0; }
.s-dot { width: 1.9em; height: 1.9em; border-radius: 50%; display: grid; place-items: center; flex: none; }
.s-dot .i { width: 1.1em; height: 1.1em; stroke-width: 2.6; }

/* Alarm kur */
.s-step { display: flex; align-items: center; gap: .8em; }
.s-step b { width: 2.6em; height: 2.6em; border-radius: .85em; background: #e8eef1; display: grid; place-items: center; font-size: 1.2em; color: #0f766e; }
.s-step strong { font-family: 'Manrope', sans-serif; font-size: 1.5em; min-width: 1.4em; text-align: center; }
.s-times { display: flex; gap: .5em; flex-wrap: wrap; }
.s-times span { padding: .5em .9em; border-radius: .85em; background: #ddf4f1; color: #135c57; font-weight: 800; font-family: 'Manrope', sans-serif; font-size: 1.05em; }
.s-times span.add { background: #fff; border: 1.5px dashed #b6cbce; color: #526b70; font-family: 'Inter', sans-serif; font-weight: 600; font-size: .95em; }
.s-seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5em; }
.s-seg span { text-align: center; padding: .55em 0; border-radius: .85em; border: 1px solid #d4e1e3; background: #fff; font-weight: 600; font-size: .9em; color: #526b70; }
.s-seg span.on { border-color: #0f766e; background: #ddf4f1; color: #135c57; }
.s-appbar { display: flex; align-items: center; gap: .85em; }
.s-back { width: 2.9em; height: 2.9em; border-radius: .85em; background: #fff; border: 1px solid #d4e1e3; display: grid; place-items: center; flex: none; }
.s-back .i { width: 1.3em; height: 1.3em; }
.s-appbar .s-title { font-size: 1.45em; }

/* Karekod */
.scr--scan { background: #0c1414; color: #fff; }
.scr--scan .s-status { color: #fff; }
.scan-view { flex: 1; position: relative; display: grid; place-items: center; background: radial-gradient(80% 50% at 50% 42%, #2f3f3f, #0c1414 80%); }
.scan-box { width: 60%; aspect-ratio: 1; position: relative; }
.scan-box::before { content: ""; position: absolute; inset: 0; z-index: 2; background:
  linear-gradient(#9ff0e4,#9ff0e4) 0 0/2.2em 4px, linear-gradient(#9ff0e4,#9ff0e4) 0 0/4px 2.2em,
  linear-gradient(#9ff0e4,#9ff0e4) 100% 0/2.2em 4px, linear-gradient(#9ff0e4,#9ff0e4) 100% 0/4px 2.2em,
  linear-gradient(#9ff0e4,#9ff0e4) 0 100%/2.2em 4px, linear-gradient(#9ff0e4,#9ff0e4) 0 100%/4px 2.2em,
  linear-gradient(#9ff0e4,#9ff0e4) 100% 100%/2.2em 4px, linear-gradient(#9ff0e4,#9ff0e4) 100% 100%/4px 2.2em; background-repeat: no-repeat; }
.scan-box::after { content: ""; position: absolute; z-index: 3; left: 6%; right: 6%; height: 2px; background: #2dd4bf; box-shadow: 0 0 12px 2px #2dd4bf; top: 10%; animation: scan 2.2s ease-in-out infinite alternate; }
@keyframes scan { to { top: 88%; } }
.scan-box .dm { position: absolute; inset: 20%; background: #fff; border-radius: 4px; padding: 7%; transform: rotate(-4deg); box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.scan-box .dm svg { width: 100%; height: 100%; }
.scan-hint { position: absolute; top: 1.4em; left: 0; right: 0; text-align: center; font-weight: 600; opacity: .9; }
.scan-sheet { background: #fff; color: #163b3d; border-radius: 1.8em 1.8em 0 0; padding: 1em 1.35em 1.5em; display: grid; gap: .8em; }
.scan-sheet .grab { width: 3.2em; height: 4px; border-radius: 4px; background: #d4e1e3; margin: 0 auto; }
.s-kv { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .5em; }
.s-kv div { background: #f5f7fa; border-radius: .85em; padding: .5em .65em; }
.s-kv small { display: block; color: #7b9195; font-size: .78em; font-weight: 600; }
.s-kv b { font-size: .98em; }

.s-notice { background: #fff8e8; border: 1px solid #e8d8b0; color: #765522; border-radius: 1em; padding: .65em .85em; display: flex; gap: .65em; align-items: flex-start; font-size: .88em; }
.s-notice .i { width: 1.3em; height: 1.3em; flex: none; color: #a56a17; }

@media (max-width: 380px) {
  .phone { --pw: 272px; font-size: 10.9px; }
  .gallery { grid-auto-columns: 272px; }
}
