/* ======================================================================
   Temiz Dokunuş — tasarım sistemi
   Palet: derin mavi → turkuaz → nane yeşili
   ====================================================================== */

:root {
  color-scheme: light;

  --bg: #f4fafc;
  --bg-2: #eaf6f5;
  --surface: #ffffff;
  --ink: #0b2540;
  --ink-2: #33506b;
  --muted: #5f7890;
  --line: #d5e6ee;
  --line-2: #e6f0f4;

  --blue-900: #0a2a4a;
  --blue-700: #0f56a8;
  --blue-600: #1466c2;
  --blue-400: #3fa9f5;
  --blue-100: #e3f1ff;
  --teal-500: #0e9aa7;
  --green-600: #0f9166;
  --green-500: #14a36f;
  --green-400: #2fd09a;
  --green-100: #dff8ee;
  --sun: #ffcf4a;
  --wa: #1fae5b;

  --grad: linear-gradient(135deg, var(--blue-600) 0%, var(--teal-500) 55%, var(--green-500) 100%);
  --grad-soft: linear-gradient(135deg, #e6f2ff 0%, #e2f7f4 60%, #e4f9ee 100%);

  --font-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --font-body: "Manrope", "Segoe UI", system-ui, sans-serif;

  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(11, 37, 64, .06), 0 2px 8px rgba(11, 37, 64, .05);
  --shadow: 0 2px 6px rgba(11, 37, 64, .05), 0 12px 32px rgba(11, 37, 64, .08);
  --shadow-lg: 0 8px 20px rgba(11, 37, 64, .08), 0 30px 60px rgba(15, 86, 168, .14);

  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --header-h: 72px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 1rem/1.65 var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: var(--blue-600); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-700); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 3px; border-radius: 8px; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.1rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); font-weight: 750; }
h3 { font-size: 1.22rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; text-wrap: pretty; }
ul { margin: 0; padding: 0; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; color: #fff; }

.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Butonlar ---------- */
.btn {
  --b-bg: var(--surface); --b-fg: var(--ink); --b-bd: var(--line);
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .7em 1.35em;
  border: 1px solid var(--b-bd); border-radius: 999px;
  background: var(--b-bg); color: var(--b-fg);
  font-weight: 700; font-size: .98rem; text-decoration: none; cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s;
  white-space: nowrap;
}
.btn svg { width: 1.2em; height: 1.2em; flex: none; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--b-fg); }
.btn:active { transform: translateY(0); }
.btn--primary { --b-bg: var(--grad); --b-fg: #fff; --b-bd: transparent; background: var(--grad); box-shadow: 0 8px 22px rgba(20, 102, 194, .28); }
.btn--primary:hover { box-shadow: 0 12px 28px rgba(20, 102, 194, .36); }
.btn--wa { --b-bg: var(--wa); --b-fg: #fff; --b-bd: transparent; }
.btn--ghost { --b-bg: rgba(255, 255, 255, .7); }
.btn--sm { min-height: 42px; padding: .5em 1.05em; font-size: .92rem; }
.btn--block { width: 100%; }

.icon-btn {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  transition: transform .2s var(--ease), box-shadow .2s;
}
.icon-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.icon-btn svg { width: 20px; height: 20px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font: 700 .78rem/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase;
  color: var(--teal-500); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--grad); }

/* ---------- Üst çubuk ---------- */
.scroll-progress { position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 60; pointer-events: none; }
.scroll-progress i { display: block; height: 100%; background: var(--grad); transform-origin: 0 50%; transform: scaleX(0); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244, 250, 252, .78);
  backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 6px 20px rgba(11, 37, 64, .05); }
.header__inner { display: flex; align-items: center; gap: 20px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand:hover { color: var(--ink); }
.brand__mark { width: 40px; height: 40px; }
.brand__text { display: grid; line-height: 1.05; }
.brand__text strong { font: 800 1.25rem/1 var(--font-display); letter-spacing: -.02em; }
.brand__text small { font-size: .72rem; font-weight: 600; color: var(--muted); letter-spacing: .04em; margin-top: 3px; }

.nav { display: flex; gap: 4px; }
.nav a { padding: 8px 12px; border-radius: 999px; color: var(--ink-2); font-weight: 600; font-size: .94rem; text-decoration: none; transition: background-color .2s, color .2s; }
.nav a:hover { background: var(--blue-100); color: var(--blue-700); }
.header__cta { display: flex; align-items: center; gap: 10px; }
.header__cta .ig { color: #c13584; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; z-index: 49;
    flex-direction: column; gap: 2px; padding: 12px var(--gutter) 20px;
    background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: transform .25s var(--ease), opacity .2s, visibility .2s;
  }
  .nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav a { padding: 14px 12px; font-size: 1.05rem; border-radius: 12px; }
}
@media (max-width: 560px) {
  .header__cta .btn span { display: none; }
  .header__cta .btn { width: 44px; min-height: 44px; padding: 0; }
  .brand__text small { display: none; }
}

/* ---------- Bölümler ---------- */
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--tint { background: var(--grad-soft); }
.section--white { background: var(--surface); }
.section__head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }
.section__head p { color: var(--ink-2); font-size: 1.08rem; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(28px, 5vw, 64px) 0 clamp(48px, 7vw, 96px); overflow: hidden; }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(60px); z-index: -1; pointer-events: none;
}
.hero::before { width: 520px; height: 520px; left: -160px; top: -120px; background: rgba(63, 169, 245, .22); }
.hero::after { width: 560px; height: 560px; right: -200px; bottom: -160px; background: rgba(47, 208, 154, .22); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.hero__copy .lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--ink-2); max-width: 36em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 22px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.hero__badges li {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px;
  background: rgba(255, 255, 255, .8); border: 1px solid var(--line); font-size: .86rem; font-weight: 600; color: var(--ink-2);
}
.hero__badges svg { width: 16px; height: 16px; color: var(--green-500); }
.sparkle-word { position: relative; white-space: nowrap; }
.sparkle-word svg { position: absolute; width: .42em; height: .42em; color: var(--sun); top: -.18em; right: -.36em; animation: twinkle 2.4s ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { transform: scale(.7) rotate(0); opacity: .6; } 50% { transform: scale(1.1) rotate(20deg); opacity: 1; } }

@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; }
}

/* ---------- 3B sahne ---------- */
.stage {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #eef8fb 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.stage__view {
  position: relative; aspect-ratio: 16 / 11;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(63, 169, 245, .16), transparent 60%),
    radial-gradient(80% 60% at 80% 100%, rgba(47, 208, 154, .14), transparent 60%);
}
.stage__view canvas { width: 100%; height: 100%; opacity: 0; transition: opacity .8s var(--ease); }
.stage.is-ready canvas { opacity: 1; }
.stage__labels { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.house-label {
  position: absolute; left: 0; top: 0;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 8px 3px 6px; border-radius: 999px;
  background: rgba(255, 255, 255, .88); border: 1px solid rgba(213, 230, 238, .9);
  font-size: 11px; font-weight: 700; color: var(--ink-2); white-space: nowrap;
  box-shadow: 0 2px 8px rgba(11, 37, 64, .08);
  transition: background-color .3s, color .3s, border-color .3s;
  will-change: transform;
}
.house-label i { width: 8px; height: 8px; border-radius: 50%; background: #c2ad8e; transition: background-color .3s; }
.house-label[data-state="active"] { color: var(--blue-700); border-color: #b7d8f7; }
.house-label[data-state="active"] i { background: var(--blue-400); box-shadow: 0 0 0 0 rgba(63, 169, 245, .6); animation: ping 1.4s infinite; }
.house-label[data-state="clean"] { color: var(--green-600); background: rgba(223, 248, 238, .95); border-color: #b5ead3; }
.house-label[data-state="clean"] i { background: var(--green-500); }
@keyframes ping { 70% { box-shadow: 0 0 0 7px rgba(63, 169, 245, 0); } 100% { box-shadow: 0 0 0 0 rgba(63, 169, 245, 0); } }

.stage__fallback { display: none; position: absolute; inset: 0; place-items: center; text-align: center; padding: 24px; color: var(--ink-2); }
.stage.is-fallback canvas, .stage.is-fallback .stage__labels { display: none; }
.stage.is-fallback .stage__fallback { display: grid; }
.stage__fallback svg { width: min(70%, 320px); margin: 0 auto 12px; }

.stage__hud {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 6px 12px;
  padding: 14px 16px 16px; border-top: 1px solid var(--line-2); background: rgba(255, 255, 255, .9);
}
.hud__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--grad); color: #fff; }
.hud__icon svg { width: 22px; height: 22px; }
.hud__text { display: grid; line-height: 1.25; min-width: 0; }
.hud__text small { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-500); }
.hud__text strong { font: 700 1.02rem/1.25 var(--font-display); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hud__toggle {
  display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--surface); font-weight: 700; font-size: .85rem; cursor: pointer;
}
.hud__toggle svg { width: 14px; height: 14px; }
.hud__toggle .i-play { display: none; }
.stage.is-paused .hud__toggle .i-play { display: block; }
.stage.is-paused .hud__toggle .i-pause { display: none; }
.hud__bar { grid-column: 1 / -1; height: 6px; border-radius: 6px; background: var(--line-2); overflow: hidden; margin-top: 6px; }
.hud__bar i { display: block; height: 100%; background: var(--grad); transform-origin: 0 50%; transform: scaleX(0); transition: transform .6s var(--ease); }
.hud__rooms { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin-top: 4px; }
.hud__rooms li {
  display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 999px;
  font-size: .78rem; font-weight: 600; background: #f3f1ec; color: #7b6d57; transition: background-color .3s, color .3s;
}
.hud__rooms li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .7; }
.hud__rooms li[data-state="active"] { background: var(--blue-100); color: var(--blue-700); }
.hud__rooms li[data-state="clean"] { background: var(--green-100); color: var(--green-600); }
.hud__rooms li[data-state="clean"]::before { content: "✓"; width: auto; height: auto; background: none; font-weight: 800; opacity: 1; }

@media (max-width: 640px) {
  .stage__view { aspect-ratio: 4 / 5; }
  .house-label { font-size: 10px; padding: 2px 7px 2px 5px; }
  .hud__rooms li { font-size: .72rem; padding: 3px 8px; }
}

/* ---------- Kayan anahtar kelimeler ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--surface); padding: 18px 0; }
.marquee__track { display: flex; width: max-content; gap: 40px; animation: marquee 38s linear infinite; }
.marquee__track span {
  display: inline-flex; align-items: center; gap: 40px;
  font: 800 clamp(1.3rem, 2.6vw, 2rem)/1 var(--font-display); letter-spacing: -.02em; color: var(--ink); white-space: nowrap;
}
.marquee__track span:nth-child(even) { color: transparent; -webkit-text-stroke: 1.5px var(--teal-500); }
.marquee__track span::after { content: "✦"; color: var(--green-400); -webkit-text-stroke: 0; font-size: .7em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sayılar ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; }
.stats li { padding: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.stats strong { display: block; font: 800 clamp(2rem, 4vw, 2.8rem)/1 var(--font-display); letter-spacing: -.03em; }
.stats span { color: var(--muted); font-weight: 600; font-size: .92rem; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Kartlar ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); gap: 18px; }
.card {
  position: relative; display: flex; flex-direction: column; gap: 10px;
  padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #bcd9e8; }
.card h3 { margin: 4px 0 0; }
.card p { color: var(--ink-2); margin: 0; font-size: .97rem; }
.card__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--grad-soft); color: var(--blue-600); border: 1px solid var(--line); }
.card__icon svg { width: 26px; height: 26px; }
.card__link { margin-top: auto; padding-top: 8px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.card__link::after { content: "→"; transition: transform .2s var(--ease); }
.card:hover .card__link::after { transform: translateX(4px); }
.card__link::before { content: ""; position: absolute; inset: 0; border-radius: inherit; }

/* ---------- Neden biz ---------- */
.why { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.why__text p { color: var(--ink-2); font-size: 1.04rem; }
.why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why__item { padding: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.why__item h3 { font-size: 1.08rem; display: flex; align-items: center; gap: 10px; }
.why__item h3 svg { width: 22px; height: 22px; color: var(--green-500); flex: none; }
.why__item p { margin: 0; color: var(--ink-2); font-size: .95rem; }
@media (max-width: 900px) { .why { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .why__grid { grid-template-columns: 1fr; } }

/* ---------- Oda oda ---------- */
.rooms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.room-card { padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); position: relative; overflow: hidden; }
.room-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--grad); }
.room-card h3 { font-size: 1.1rem; }
.room-card ul { list-style: none; display: grid; gap: 8px; }
.room-card li { display: flex; gap: 8px; font-size: .93rem; color: var(--ink-2); }
.room-card li::before { content: ""; flex: none; width: 16px; height: 16px; margin-top: 4px; border-radius: 50%; background: var(--green-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%230f9166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat; }
@media (max-width: 1000px) { .rooms { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .rooms { grid-template-columns: 1fr; } }

/* ---------- Nasıl çalışır (scroll zaman çizelgesi) ---------- */
.timeline { position: relative; max-width: 860px; margin-inline: auto; list-style: none; --p: 0; }
.timeline::before, .timeline::after {
  content: ""; position: absolute; left: 27px; top: 10px; bottom: 10px; width: 3px; border-radius: 3px;
}
.timeline::before { background: var(--line); }
.timeline::after { background: var(--grad); transform-origin: 50% 0; transform: scaleY(var(--p)); }
.timeline li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 0 0 44px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline__num {
  position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--line); font: 800 1.2rem/1 var(--font-display); color: var(--muted);
  transition: background-color .4s, color .4s, border-color .4s, transform .4s var(--ease);
}
.timeline li.is-on .timeline__num { background: var(--grad); border-color: transparent; color: #fff; transform: scale(1.06); }
.timeline__body { padding: 20px 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.timeline__body h3 { margin-bottom: 6px; }
.timeline__body p { margin: 0; color: var(--ink-2); }

/* ---------- Malzeme listesi ---------- */
.supply { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.supply__groups { display: grid; gap: 18px; }
.supply__group { padding: 22px 22px 14px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.supply__group h3 { font-size: 1.05rem; display: flex; align-items: center; gap: 10px; }
.supply__group h3 svg { width: 22px; height: 22px; color: var(--blue-600); }
.supply__list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px 16px; }
.check { display: flex; align-items: center; gap: 12px; padding: 9px 4px; min-height: 44px; cursor: pointer; border-radius: 10px; font-weight: 600; font-size: .95rem; }
.check:hover { background: var(--bg); }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check__box {
  flex: none; width: 22px; height: 22px; border-radius: 7px; border: 2px solid #b7cedb; background: var(--surface);
  display: grid; place-items: center; transition: background-color .2s, border-color .2s;
}
.check__box svg { width: 14px; height: 14px; color: #fff; opacity: 0; transform: scale(.5); transition: opacity .2s, transform .2s var(--ease); }
.check input:checked + .check__box { background: var(--green-500); border-color: var(--green-500); }
.check input:checked + .check__box svg { opacity: 1; transform: none; }
.check input:checked ~ .check__label { color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(95, 120, 144, .5); }
.check input:focus-visible + .check__box { outline: 3px solid var(--blue-400); outline-offset: 2px; }
.check small { display: block; font-weight: 500; color: var(--muted); font-size: .8rem; }
.supply__aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 16px; }
.supply__progress { padding: 24px; border-radius: var(--radius); background: var(--blue-900); color: #fff; }
.supply__progress h3 { color: #fff; font-size: 1.1rem; }
.supply__count { font: 800 2.6rem/1 var(--font-display); }
.supply__count small { font-size: 1rem; opacity: .7; font-weight: 600; }
.supply__meter { height: 8px; border-radius: 8px; background: rgba(255, 255, 255, .15); margin: 14px 0 18px; overflow: hidden; }
.supply__meter i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue-400), var(--green-400)); transform-origin: 0 50%; transform: scaleX(0); transition: transform .4s var(--ease); }
.supply__actions { display: grid; gap: 10px; }
.supply__actions .btn--ghost { --b-bg: rgba(255, 255, 255, .1); --b-fg: #fff; --b-bd: rgba(255, 255, 255, .25); }
.tip { padding: 20px 22px; border-radius: var(--radius); border: 1px solid #f3dca2; background: #fff9e8; }
.tip h3 { font-size: 1rem; display: flex; gap: 8px; align-items: center; color: #7a5a00; }
.tip h3 svg { width: 20px; height: 20px; }
.tip p { margin: 0; font-size: .92rem; color: #5c4a1c; }
.tip--blue { border-color: #cfe4f7; background: #f1f8ff; }
.tip--blue h3 { color: var(--blue-700); }
.tip--blue p { color: var(--ink-2); }
@media (max-width: 900px) {
  .supply { grid-template-columns: 1fr; }
  .supply__aside { position: static; }
}
@media (max-width: 520px) { .supply__list { grid-template-columns: 1fr; } }

/* ---------- İlçeler ---------- */
.districts__tools { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.search { position: relative; flex: 1 1 320px; max-width: 460px; }
.search svg { position: absolute; left: 16px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); color: var(--muted); }
.search input { width: 100%; min-height: 52px; padding: 0 18px 0 48px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: 1rem; }
.search input:focus { outline: none; border-color: var(--blue-400); box-shadow: 0 0 0 4px rgba(63, 169, 245, .18); }
.district-group + .district-group { margin-top: 28px; }
.district-group h3 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; color: var(--ink-2); }
.district-group h3 span { font: 600 .8rem/1 var(--font-body); padding: 5px 9px; border-radius: 999px; background: var(--blue-100); color: var(--blue-700); }
.district-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 170px), 1fr)); gap: 10px; list-style: none; }
.district-list a {
  display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 48px; padding: 10px 16px;
  border-radius: 14px; background: var(--surface); border: 1px solid var(--line); color: var(--ink); font-weight: 650; text-decoration: none;
  transition: border-color .2s, background-color .2s, transform .2s var(--ease);
}
.district-list a::after { content: "→"; color: var(--teal-500); transition: transform .2s var(--ease); }
.district-list a:hover { border-color: #9fd3cf; background: #f5fcfb; transform: translateY(-2px); }
.district-list a:hover::after { transform: translateX(3px); }
.district-empty { display: none; padding: 24px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: var(--radius); }
.district-empty.is-visible { display: block; }

/* ---------- Instagram ---------- */
.ig-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.ig-profile { display: flex; align-items: center; gap: 16px; }
.ig-avatar { width: 68px; height: 68px; padding: 3px; border-radius: 50%; background: conic-gradient(from 200deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75); }
.ig-avatar span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: var(--surface); border: 3px solid var(--surface); }
.ig-avatar svg { width: 36px; height: 36px; }
.ig-profile strong { display: block; font: 800 1.3rem/1.2 var(--font-display); }
.ig-profile span.handle { color: var(--muted); font-weight: 600; }
.ig-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn--ig { --b-bg: linear-gradient(90deg, #f58529, #dd2a7b 45%, #8134af); --b-fg: #fff; --b-bd: transparent; background: linear-gradient(90deg, #f58529, #dd2a7b 45%, #8134af); }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ig-tile {
  position: relative; aspect-ratio: 1; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 16px; color: #fff; text-decoration: none; isolation: isolate;
  transition: transform .3s var(--ease), box-shadow .3s;
}
.ig-tile:hover { transform: translateY(-4px) rotate(-.4deg); box-shadow: var(--shadow-lg); color: #fff; }
.ig-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--tile-bg); }
.ig-tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 45%, rgba(10, 42, 74, .55)); }
.ig-tile svg { position: absolute; width: 38%; height: 38%; left: 50%; top: 42%; transform: translate(-50%, -50%); opacity: .95; }
.ig-tile strong { font: 700 1rem/1.2 var(--font-display); }
.ig-tile small { opacity: .85; font-weight: 600; }
.ig-embeds { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 16px; align-items: start; }
.ig-embeds .instagram-media { min-width: 0 !important; width: 100% !important; margin: 0 !important; }
@media (max-width: 640px) { .ig-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- SSS ---------- */
.faq { max-width: 860px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { border-radius: 18px; background: var(--surface); border: 1px solid var(--line); transition: box-shadow .3s, border-color .3s; }
.faq details[open] { box-shadow: var(--shadow); border-color: #bcd9e8; }
.faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 22px; min-height: 56px; font: 700 1.05rem/1.35 var(--font-display);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--blue-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3v10M3 8h10' stroke='%231466c2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/14px no-repeat;
  transition: transform .3s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 22px 20px; color: var(--ink-2); }
.faq details > div p:last-child { margin: 0; }

/* ---------- İletişim ---------- */
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 24px; align-items: start; }
.contact__cards { display: grid; gap: 12px; }
.contact-card {
  display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: 18px; background: var(--surface);
  border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: transform .2s var(--ease), box-shadow .2s, border-color .2s;
}
a.contact-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--ink); border-color: #bcd9e8; }
.contact-card__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; flex: none; color: #fff; background: var(--grad); }
.contact-card__icon svg { width: 22px; height: 22px; }
.contact-card__icon--wa { background: var(--wa); }
.contact-card__icon--ig { background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af); }
.contact-card small { display: block; color: var(--muted); font-weight: 600; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.contact-card strong { font: 700 1.08rem/1.3 var(--font-display); word-break: break-word; }

.form { padding: clamp(22px, 3vw, 32px); border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form h3 { font-size: 1.35rem; }
.form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .9rem; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg);
  font-size: 1rem; transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue-400); background: var(--surface); box-shadow: 0 0 0 4px rgba(63, 169, 245, .16); }
.form__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.form__note { margin: 12px 0 0; font-size: .85rem; color: var(--muted); }
.form__error { display: none; margin-top: 12px; padding: 10px 14px; border-radius: 10px; background: #fff1f0; color: #a3261b; font-weight: 600; font-size: .9rem; }
.form__error.is-visible { display: block; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form__grid { grid-template-columns: 1fr; } }

/* ---------- SEO metin blokları ---------- */
.prose { max-width: 760px; }
.prose p { color: var(--ink-2); font-size: 1.04rem; }
.prose h2 { margin-top: 0; }
.prose h3 { margin-top: 1.6em; }
.prose ul { padding-left: 1.2em; color: var(--ink-2); display: grid; gap: 6px; margin-bottom: 1em; }
.keywords { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 18px; }
.keywords li { padding: 6px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: .85rem; font-weight: 600; color: var(--ink-2); }

/* ---------- Alt sayfa başlığı ---------- */
.page-hero { position: relative; padding: clamp(28px, 5vw, 56px) 0 clamp(40px, 6vw, 72px); overflow: hidden; background: var(--grad-soft); }
.page-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(47, 208, 154, .18); filter: blur(50px); z-index: 0; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; align-items: center; }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
.page-hero .lead { font-size: 1.1rem; color: var(--ink-2); }
.page-hero__card { padding: 24px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.page-hero__card h2 { font-size: 1.15rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.chips li { padding: 7px 12px; border-radius: 999px; background: var(--green-100); color: var(--green-600); font-weight: 700; font-size: .88rem; }
.checklist { list-style: none; display: grid; gap: 10px; }
.checklist li { display: flex; gap: 10px; color: var(--ink-2); }
.checklist li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 3px; border-radius: 50%; background: var(--green-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%230f9166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; }
.checklist--cols { grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
@media (max-width: 860px) { .page-hero__grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .checklist--cols { grid-template-columns: 1fr; } }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; font-size: .88rem; color: var(--muted); margin-bottom: 18px; }
.breadcrumb li + li::before { content: "/"; margin-right: 6px; color: #9fb4c4; }
.breadcrumb a { color: var(--ink-2); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { color: var(--blue-600); }

.split { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.panel { padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.panel h3 { font-size: 1.08rem; }
.link-list { list-style: none; display: grid; gap: 8px; }
.link-list a { display: flex; justify-content: space-between; padding: 10px 14px; border-radius: 12px; background: var(--bg); text-decoration: none; font-weight: 650; color: var(--ink); }
.link-list a:hover { background: var(--blue-100); color: var(--blue-700); }

/* ---------- CTA bandı ---------- */
.cta-band { position: relative; overflow: hidden; padding: clamp(32px, 5vw, 56px); border-radius: var(--radius-lg); background: var(--grad); color: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band::after { content: ""; position: absolute; right: -60px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255, 255, 255, .12); }
.cta-band h2 { color: #fff; margin: 0 0 6px; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band p { margin: 0; opacity: .92; }
.cta-band .btn { position: relative; z-index: 1; }
.cta-band .btn--light { --b-bg: #fff; --b-fg: var(--blue-700); --b-bd: transparent; }
.cta-band .btn--outline { --b-bg: transparent; --b-fg: #fff; --b-bd: rgba(255, 255, 255, .6); }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }

/* ---------- Alt bilgi ---------- */
.site-footer { background: var(--blue-900); color: #c9dbe9; padding: clamp(48px, 7vw, 80px) 0 110px; position: relative; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--grad); }
.site-footer a { color: #e6f1f8; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; }
.footer__brand .brand { color: #fff; margin-bottom: 14px; }
.footer__brand .brand small { color: #9fb9cf; }
.footer__brand p { font-size: .95rem; max-width: 34em; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer__list { list-style: none; display: grid; gap: 8px; font-size: .95rem; }
.footer__districts { margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .1); }
.footer__districts ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .88rem; }
.footer__bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .85rem; color: #9fb9cf; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, .08); }
.socials a:hover { background: rgba(255, 255, 255, .16); }
.socials svg { width: 20px; height: 20px; }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; } .footer__brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Mobil alt bar & WhatsApp ---------- */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .mobile-bar {
    position: fixed; inset: auto 0 0 0; z-index: 55; display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .94);
    border-top: 1px solid var(--line); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  }
  .mobile-bar .btn { min-height: 50px; }
}
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 55; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%;
  background: var(--wa); color: #fff; box-shadow: 0 10px 28px rgba(31, 174, 91, .45); transition: transform .25s var(--ease);
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }
@media (max-width: 760px) { .wa-float { display: none; } }

/* ---------- Scroll ile beliren öğeler ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}

/* ---------- Yazdırma: yalnızca malzeme listesi ---------- */
@media print {
  .print-list body > *:not(main), .print-list main > *:not(#malzeme), .print-list .supply__aside, .print-list .section__head p { display: none !important; }
  .print-list #malzeme { padding: 0; background: none; }
  .print-list .supply { display: block; }
  .print-list .supply__group { break-inside: avoid; border: 1px solid #ccc; margin-bottom: 12px; }
}
