/* ============================================================
   Omny — omny.com.tr pazarlama sitesi (açık tema birincil)
   Renk/ölçü kaynağı: packages/design-tokens/tokens.json (K-066)
   Açık: bg #f8fafc · surface #fff · raised #eff3f8 · ink #0f172a ·
   muted #64748b · hairline siyah@8% · vurgu (light) #1d4ed8.
   Ürün mockup'ları AÇIK tema uygulama görünümüdür (tokens.json light):
   beyaz/açık gri yüzeyler + koyu metin; açık zeminden ince hairline
   bordür + geniş-blur yumuşak gölge + beyaz yüzey tonuyla ayrışır.
   Avatar kimlikleri: packages/design-tokens/avatar-palette.json (light).
   Koyu değerler (--dk-*) YALNIZ indirme bandında yaşar.
   Tipografi: Inter değişken (self-host, wght 100-900), hero -0.03em.
   Bölüm ritmi: clamp(96px…152px). Hareket: 180ms easeOutCubic;
   sayfa reveal'ı 600ms.
   ============================================================ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* tokens.json → light */
  --bg: #f8fafc;                 /* background */
  --surface: #ffffff;            /* surface */
  --raised: #eff3f8;             /* surfaceRaised */
  --ink: #0f172a;                /* onSurface */
  --ink-soft: rgba(15, 23, 42, 0.78);
  --mute: #64748b;               /* onSurfaceMuted */
  --rule: rgba(15, 23, 42, 0.08);      /* hairline %8 */
  --rule-2: rgba(15, 23, 42, 0.05);
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --accent: #1d4ed8;             /* açık temanın vurgusu (04-tasarim-dili) */
  --brand-container: #dbe7fd;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;
  --header-glass: rgba(248, 250, 252, 0.82);
  --bullet-bad: #64748b;

  /* Ürün mockup yüzeyleri — tokens.json LIGHT (uygulamanın açık teması) */
  --mk-bg: #f8fafc;              /* light.background */
  --mk-surface: #ffffff;         /* light.surface */
  --mk-raised: #eff3f8;          /* light.surfaceRaised */
  --mk-raised-2: #e2e8f0;        /* raised'in bir kademe koyusu (çizgi dolgular) */
  --mk-ink: #0f172a;             /* light.onSurface */
  --mk-soft: rgba(15, 23, 42, 0.78);
  --mk-mute: #64748b;            /* light.onSurfaceMuted (beyaz üstünde AA) */
  --mk-mute-2: #5b6a80;          /* raised/bg üstünde AA kalan koyu muted */
  --mk-rule: rgba(15, 23, 42, 0.08);
  --mk-rule-2: rgba(15, 23, 42, 0.05);
  --mk-accent: #1d4ed8;          /* brandDark: beyaz üstünde 6.3:1 */
  --mk-bubble-in: #ffffff;       /* light.bubbleIn */
  --mk-bubble-out: #e5ecfd;      /* light.bubbleOut */
  --mk-container: #dbe7fd;       /* light.brandContainer */
  --mk-frame: #e3e9f0;           /* telefon çerçevesi (gümüş) */

  /* Koyu değerler — YALNIZ indirme bandı (K-100 nötr rampa) */
  --dk-bg: #0a0a0b;
  --dk-surface: #121214;
  --dk-raised: #1c1c1e;
  --dk-ink: #ededef;
  --dk-mute: #a1a1a7;
  --dk-rule: rgba(255, 255, 255, 0.10);
  --dk-accent: #7ca9ff;          /* brandOnDark (K-080) */
  --dk-container: #1b2c4a;

  /* Açık mockup'ların ayrışma gölgeleri: hafif + geniş blur */
  --shadow-1: 0 1px 2px rgba(15, 23, 42, 0.05), 0 8px 24px -12px rgba(15, 23, 42, 0.10);
  --shadow-2: 0 1px 2px rgba(15, 23, 42, 0.05), 0 28px 64px -28px rgba(15, 23, 42, 0.18);
  --shadow-phone: 0 2px 4px rgba(15, 23, 42, 0.06), 0 44px 96px -32px rgba(15, 23, 42, 0.28);

  --r-bubble: 16px;
  --r-card: 14px;
  --r-btn: 12px;

  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --ease-out: cubic-bezier(0.33, 1, 0.68, 1);
  --t-micro: 180ms;
  --container: 1152px;
  --sp-section: clamp(96px, 11vw, 152px);
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 { margin: 0; color: var(--ink); }
h1 {
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 640;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
h3 { font-size: 19px; font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; }
p { margin: 0; }

a { color: var(--accent); text-decoration: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

::selection { background: var(--brand-container); color: var(--ink); }

.section { padding: var(--sp-section) 0; }

/* ---------- İkonlar ---------- */
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-18 { width: 18px; height: 18px; }
.icon-14 { width: 14px; height: 14px; stroke-width: 1.8; display: inline-block; vertical-align: -2px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--r-btn);
  font-weight: 560;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.006em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--t-micro) var(--ease-out),
              border-color var(--t-micro) var(--ease-out),
              box-shadow var(--t-micro) var(--ease-out),
              transform var(--t-micro) var(--ease-out);
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.btn-primary:hover { background: var(--brand-dark); }
.btn-ghost {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--rule);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.btn-ghost:hover { border-color: rgba(15, 23, 42, 0.18); }

.btn-sm { padding: 8px 16px; font-size: 14px; border-radius: 10px; }
.btn-lg { padding: 15px 30px; font-size: 17px; }
.btn-block { width: 100%; }

/* ---------- Pill / kicker ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 520;
}
.pill-badge {
  background: var(--surface);
  color: var(--ink-soft);
  border: 1px solid var(--rule);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.dot { width: 7px; height: 7px; border-radius: 999px; display: inline-block; }
.dot-live { background: var(--success); }

.kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.fine-note { font-size: 13px; color: var(--mute); margin-top: 14px; line-height: 1.5; }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 200ms; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header-glass);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-micro) var(--ease-out);
}
.site-header.is-scrolled { border-bottom-color: var(--rule); }

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 64px;
}

.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.logo-mark {
  width: 26px; height: 26px;
  border-radius: 7px;
  background: var(--brand);
  position: relative;
  flex-shrink: 0;
}
.logo-mark::after {
  content: '';
  position: absolute;
  inset: 6.5px;
  border: 2.5px solid #ffffff;
  border-radius: 999px;
}
.logo-text { font-size: 19px; font-weight: 640; letter-spacing: -0.02em; }

.site-nav { display: flex; gap: 2px; margin-left: auto; }
.site-nav a {
  color: var(--mute);
  font-size: 14px;
  font-weight: 520;
  padding: 8px 12px;
  border-radius: 8px;
  transition: color var(--t-micro) var(--ease-out), background var(--t-micro) var(--ease-out);
}
.site-nav a:hover { color: var(--ink); background: var(--raised); }

@media (max-width: 720px) {
  .site-nav { display: none; }
  .header-inner { justify-content: space-between; }
}

/* ============================================================
   Hero — katmanlı kompozisyon
   ============================================================ */
.hero {
  position: relative;
  padding: clamp(56px, 8vw, 96px) 0 clamp(64px, 9vw, 120px);
  overflow: hidden;
  background:
    radial-gradient(720px 420px at 82% 4%, rgba(37, 99, 235, 0.08), transparent 70%),
    radial-gradient(560px 380px at 6% 92%, rgba(37, 99, 235, 0.04), transparent 70%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 48px;
  align-items: center;
}

.hero-copy h1 { margin: 22px 0 22px; }
.lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 32em;
  letter-spacing: -0.008em;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.hero-props {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-props li {
  color: var(--mute);
  font-size: 14px;
  padding-left: 26px;
  position: relative;
}
.hero-props li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: var(--accent);
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6.5-11 11L4 12.5'/%3E%3C/svg%3E");
  mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6.5-11 11L4 12.5'/%3E%3C/svg%3E");
}

/* --- Katman 1: web kokpiti (arkada, hafif eğimli) — açık yüzey --- */
.hero-visual { position: relative; min-height: 640px; }

.cockpit {
  position: absolute;
  top: 20px;
  left: -36px;
  width: min(560px, 108%);
  border-radius: 12px;
  background: var(--mk-surface);
  border: 1px solid var(--mk-rule);
  box-shadow: var(--shadow-2);
  transform: perspective(1800px) rotateY(-8deg) rotateX(2deg);
  transform-origin: right center;
  overflow: hidden;
}
.cockpit-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--mk-rule-2);
  background: var(--mk-bg);
}
.cockpit-bar span { width: 9px; height: 9px; border-radius: 999px; background: var(--mk-raised-2); }
.cockpit-bar em {
  font-style: normal;
  margin: 0 auto;
  font-size: 10.5px;
  color: var(--mk-mute-2);
  background: var(--mk-raised);
  border-radius: 6px;
  padding: 3px 24px;
}
.cockpit-body { display: grid; grid-template-columns: 128px 1fr; }
.cockpit-side { border-right: 1px solid var(--mk-rule-2); padding: 12px 8px; display: flex; flex-direction: column; gap: 2px; }
.cs-item {
  font-size: 11.5px;
  font-weight: 520;
  color: var(--mk-mute);
  padding: 6px 10px;
  border-radius: 7px;
}
.cs-active { background: var(--mk-container); color: var(--mk-accent); font-weight: 600; }
.cockpit-main { padding: 14px 16px 18px; }
.cm-title { font-size: 11px; font-weight: 620; color: var(--mk-mute); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.cm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.cm-stat {
  background: var(--mk-raised);
  border: 1px solid var(--mk-rule-2);
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cm-stat em { font-style: normal; font-size: 9.5px; color: var(--mk-mute-2); }
.cm-stat strong { font-size: 14px; font-weight: 640; color: var(--mk-ink); letter-spacing: -0.01em; }
.cm-rows { display: flex; flex-direction: column; gap: 9px; }
.cm-row { display: flex; align-items: center; gap: 8px; }
.cm-dot { width: 7px; height: 7px; border-radius: 999px; flex-shrink: 0; }
.d-task { background: var(--brand); }
.d-approval { background: var(--success); }
.d-shift { background: #7c5cbf; }
.d-timesheet { background: #2b8a6e; }
.cm-line { height: 7px; border-radius: 4px; background: var(--mk-raised-2); }

/* --- Katman 2: telefon (önde, dik) — açık tema uygulama ekranı --- */
.phone {
  position: absolute;
  right: 0;
  top: 64px;
  z-index: 2;
  width: 288px;
  border-radius: 42px;
  background: var(--mk-frame);
  border: 1px solid rgba(15, 23, 42, 0.14);
  padding: 9px;
  box-shadow: var(--shadow-phone);
}
.phone-notch {
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 88px; height: 24px;
  background: #0f172a;
  border-radius: 999px;
  z-index: 3;
}
.phone-screen {
  border-radius: 34px;
  background: var(--mk-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 560px;
  color: var(--mk-ink);
  border: 1px solid var(--mk-rule-2);
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 42px 14px 10px;
  background: var(--mk-surface);
  border-bottom: 1px solid var(--mk-rule);
}
.chat-title { display: flex; flex-direction: column; min-width: 0; }
.chat-title strong { font-size: 13.5px; font-weight: 600; color: var(--mk-ink); }
.chat-title span { font-size: 10.5px; color: var(--mk-mute); }
.chat-call { margin-left: auto; color: var(--mk-accent); }

.chat-body {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.chat-body > * { flex-shrink: 0; }

.date-pill {
  align-self: center;
  font-size: 10.5px;
  color: var(--mk-mute);
  background: var(--mk-surface);
  border: 1px solid var(--mk-rule-2);
  border-radius: 999px;
  padding: 3px 12px;
}

/* Avatar kimlikleri — avatar-palette.json (light): soluk zemin + koyu harf */
.avatar {
  width: 28px; height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
.av-team { background: var(--mk-container); color: var(--mk-accent); }
.av-1 { background: #b4a9ea; color: #231664; }   /* iris */
.av-2 { background: #a9ead2; color: #166448; }   /* jade */
.av-3 { background: #ead6a9; color: #644d16; }   /* sand */
.avatar-xl { width: 68px; height: 68px; font-size: 26px; }

.msg { display: flex; gap: 8px; align-items: flex-end; }
.msg.out { justify-content: flex-end; }

.bubble {
  max-width: 78%;
  border-radius: var(--r-bubble);
  padding: 8px 12px;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--mk-ink);
}
.bubble.them { background: var(--mk-bubble-in); border: 1px solid var(--mk-rule-2); }
.bubble.me { background: var(--mk-bubble-out); }
.bubble .sender { display: block; font-size: 11.5px; font-weight: 600; color: var(--mk-accent); margin-bottom: 2px; }
.bubble .meta { display: block; font-size: 9.5px; color: var(--mk-mute); margin-top: 4px; text-align: right; }
.bubble.me .meta { color: var(--mk-mute-2); }

.sysrow { align-self: center; font-size: 10.5px; color: var(--mk-mute-2); }

.ai-chip {
  align-self: flex-start;
  margin-left: 36px;
  font-size: 11.5px;
  font-weight: 520;
  color: var(--mk-accent);
  background: var(--mk-container);
  border: 1px solid var(--mk-rule);
  border-radius: 999px;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Kart balonu — sol renk şeridi + durum çipi + tek aksiyon (tasarim-dili §4) */
.card-balloon {
  align-self: flex-start;
  margin-left: 36px;
  display: flex;
  width: min(80%, 228px);
  background: var(--mk-surface);
  border: 1px solid var(--mk-rule);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.card-stripe { width: 4px; flex-shrink: 0; }
.stripe-task { background: var(--brand); }

.card-body { padding: 10px 12px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-type { font-size: 10.5px; font-weight: 620; color: var(--mk-mute); text-transform: uppercase; letter-spacing: 0.05em; }
.card-title { font-size: 12.5px; font-weight: 600; color: var(--mk-ink); }
.card-sub { font-size: 10.5px; color: var(--mk-mute); }

.chip {
  font-size: 10px;
  font-weight: 620;
  border-radius: 999px;
  padding: 2px 8px;
}
.chip-open { background: rgba(217, 119, 6, 0.14); color: #92400e; }

.card-action {
  margin-top: 6px;
  align-self: flex-start;
  background: var(--brand);
  color: #ffffff;
  border: none;
  font: inherit;
  font-size: 11.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 9px;
  cursor: default;
}
.action-ghost { background: transparent; color: var(--mk-accent); border: 1px solid var(--mk-rule); }

.chat-composer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 20px;
  background: var(--mk-surface);
  border-top: 1px solid var(--mk-rule);
  color: var(--mk-accent);
}
.composer-field {
  flex: 1;
  background: var(--mk-raised);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12.5px;
  color: var(--mk-mute-2);
}

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { min-height: 0; display: flex; justify-content: center; }
  .cockpit { display: none; }
  .phone { position: static; }
}

/* ============================================================
   Olgu bandı — yalnız gerçek olgular
   ============================================================ */
.facts { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--surface); }
.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.fact { display: flex; gap: 14px; align-items: flex-start; }
.fact .icon { color: var(--accent); margin-top: 1px; }
.fact strong { display: block; font-size: 15px; font-weight: 620; letter-spacing: -0.01em; }
.fact span { display: block; font-size: 13px; color: var(--mute); margin-top: 2px; line-height: 1.45; }

@media (max-width: 960px) { .facts-grid { grid-template-columns: 1fr 1fr; gap: 24px 32px; } }
@media (max-width: 560px) { .facts-grid { grid-template-columns: 1fr; gap: 20px; } }

/* ============================================================
   Sorun / çözüm — asimetrik düzen
   ============================================================ */
.problem-grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 48px 80px;
  align-items: start;
}
.problem-head h2 { max-width: 12em; }
.problem-head p { margin-top: 20px; font-size: 17px; color: var(--ink-soft); line-height: 1.6; max-width: 30em; }

.problem-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.plist h3 {
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 18px;
}
.plist-good h3 { color: var(--accent); }
.plist ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.plist li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
  padding-left: 28px;
  position: relative;
}
.plist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
}
.plist-bad li::before {
  background: var(--bullet-bad);
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
  mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}
.plist-good li::before {
  background: var(--accent);
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6.5-11 11L4 12.5'/%3E%3C/svg%3E");
  mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6.5-11 11L4 12.5'/%3E%3C/svg%3E");
}

.thesis {
  grid-column: 1 / -1;
  margin: 40px 0 0;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: -0.022em;
  color: var(--ink);
  max-width: 22em;
}

@media (max-width: 960px) {
  .problem-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .problem-lists { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   Özellik bölümleri (sol metin / sağ görsel)
   ============================================================ */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}
.feature-flip .feature-copy { order: 2; }
.feature-flip .feature-visual { order: 1; }

.feature-copy h2 { margin-bottom: 18px; max-width: 12em; }
.feature-copy > p { font-size: 17px; color: var(--ink-soft); line-height: 1.6; max-width: 30em; }

.check-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.check-list li {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: var(--accent);
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6.5-11 11L4 12.5'/%3E%3C/svg%3E");
  mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6.5-11 11L4 12.5'/%3E%3C/svg%3E");
}
.check-list strong { color: var(--ink); font-weight: 600; }

.feature-visual { display: flex; justify-content: center; }

/* Ürün paneli — açık uygulama yüzeyi; sayfadan hairline + gölgeyle ayrışır */
.mini-panel {
  width: 100%;
  max-width: 420px;
  background: var(--mk-surface);
  border: 1px solid var(--mk-rule);
  border-radius: var(--r-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-2);
  color: var(--mk-ink);
}

.mini-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--mk-rule-2);
}
.mini-row:last-child { border-bottom: none; }
.mini-lines { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.mini-lines strong { font-size: 14px; font-weight: 600; color: var(--mk-ink); }
.mini-lines span { font-size: 13px; color: var(--mk-mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-lines .icon-14 { stroke-width: 1.6; }
.mini-badge {
  background: var(--brand);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}
.badge-warn { background: var(--warning); }
.mini-time { font-size: 12px; color: var(--mk-mute); }
.muted-row { opacity: 0.72; }

@media (max-width: 960px) {
  .feature-grid { grid-template-columns: 1fr; gap: 40px; }
  .feature-flip .feature-copy { order: 0; }
  .feature-flip .feature-visual { order: 1; }
}

/* ============================================================
   Kart sistemi — asimetrik ızgara (intro + 6 + geniş puantaj)
   ============================================================ */
.cards { background: var(--surface); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cards-intro { padding-right: 24px; padding-bottom: 12px; }
.cards-intro h2 { max-width: 10em; }
.cards-intro p { margin-top: 18px; font-size: 16px; color: var(--ink-soft); line-height: 1.6; max-width: 26em; }

.type-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: var(--r-card);
  padding: 26px 24px 24px;
  transition: border-color var(--t-micro) var(--ease-out),
              box-shadow var(--t-micro) var(--ease-out),
              transform var(--t-micro) var(--ease-out);
}
.type-card:hover {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: var(--shadow-1);
  transform: translateY(-2px);
}
.type-card .icon { margin-bottom: 16px; }
.type-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.type-card p { font-size: 14px; color: var(--mute); line-height: 1.55; }

/* Son kart (puantaj) alt satırda iki kolon kaplar — ızgara asimetrisi */
.type-card:last-of-type { grid-column: span 2; }
.type-card:last-of-type p { max-width: 36em; }

.tc-task { color: var(--brand); }
.tc-meeting { color: #4f46b8; }
.tc-poll { color: var(--warning); }
.tc-approval { color: var(--success); }
.tc-announce { color: var(--danger); }
.tc-shift { color: #7c5cbf; }
.tc-timesheet { color: #2b8a6e; }



@media (max-width: 960px) {
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .cards-intro { grid-column: 1 / -1; padding: 0 0 8px; }
}
@media (max-width: 560px) {
  .cards-grid { grid-template-columns: 1fr; }
  .type-card:last-of-type { grid-column: auto; }
}

/* ============================================================
   Puantaj mockup'ı — açık ızgara
   ============================================================ */
.timesheet-panel { padding: 16px; gap: 12px; }
.ts-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.ts-head strong { font-size: 13.5px; color: var(--mk-ink); }
.ts-grid { display: flex; flex-direction: column; border: 1px solid var(--mk-rule); border-radius: 10px; overflow: hidden; }
.ts-row {
  display: grid;
  grid-template-columns: 1.6fr repeat(5, 1fr) 1.1fr;
  padding: 8px 12px;
  font-size: 12.5px;
  border-bottom: 1px solid var(--mk-rule-2);
  align-items: center;
  color: var(--mk-soft);
}
.ts-row:last-child { border-bottom: none; }
.ts-row span:not(:first-child), .ts-row strong { text-align: center; }
.ts-row strong { color: var(--mk-accent); }
.ts-row-head { background: var(--mk-raised); font-weight: 620; font-size: 10.5px; color: var(--mk-mute-2); text-transform: uppercase; letter-spacing: 0.04em; }
.ts-row-dim { color: var(--mk-mute); }
.ts-missing { color: #92400e; font-weight: 700; }
.ts-actions { display: flex; gap: 8px; }
.ts-actions .card-action { margin-top: 0; }

/* ============================================================
   Zekâ — tam genişlik bant
   ============================================================ */
.ai-band {
  padding: var(--sp-section) 0;
  background: var(--raised);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}


.ai-panel { padding: 16px; gap: 12px; }
.ai-summary {
  background: var(--mk-container);
  border: 1px solid var(--mk-rule);
  border-radius: var(--r-card);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ai-summary-head { font-size: 13px; font-weight: 640; color: var(--mk-accent); display: flex; align-items: center; gap: 6px; }
.ai-summary p { font-size: 12.5px; line-height: 1.5; color: rgba(15, 23, 42, 0.82); }
.ai-summary strong { color: var(--mk-ink); }
.ai-panel .msg { margin-top: 4px; }
.ai-panel .ai-chip { margin-left: 38px; }
.ai-panel .bubble.them { background: var(--mk-bg); border-color: var(--mk-rule); }

/* ============================================================
   Arama + Mesai — ikili bölme
   ============================================================ */
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; }
.duo-col:first-child { padding-right: 64px; }
.duo-col + .duo-col { border-left: 1px solid var(--rule); padding-left: 64px; }
.duo-title { font-size: clamp(22px, 2.4vw, 27px); letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 14px; max-width: 14em; }
.duo-col > p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; max-width: 28em; }

.call-card {
  margin-top: 36px;
  width: 100%;
  max-width: 320px;
  background: linear-gradient(180deg, var(--mk-surface), var(--mk-bg));
  border: 1px solid var(--mk-rule);
  border-radius: 24px;
  padding: 40px 28px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  box-shadow: var(--shadow-2);
  color: var(--mk-ink);
}
.call-name { font-size: 22px; font-weight: 640; margin-top: 12px; letter-spacing: -0.015em; }
.call-sub { font-size: 12.5px; color: var(--mk-mute); }
.call-buttons { display: flex; gap: 44px; margin-top: 26px; }
.call-btn {
  width: 54px; height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.call-btn .icon { width: 22px; height: 22px; stroke-width: 1.8; }
.call-decline { background: var(--danger); }
.call-accept { background: var(--success); }

.quiet-panel { margin-top: 36px; padding: 6px 0; max-width: 440px; }
.quiet-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--mk-rule-2);
  font-size: 13.5px;
}
.quiet-row:last-child { border-bottom: none; }
.quiet-row .icon-14 { color: var(--mk-accent); }
.quiet-time { font-variant-numeric: tabular-nums; color: var(--mk-mute); font-size: 12.5px; font-weight: 600; width: 42px; flex-shrink: 0; }
.quiet-spacer { width: 14px; flex-shrink: 0; }
.quiet-alert { width: 8px; height: 8px; border-radius: 999px; background: var(--danger); flex-shrink: 0; margin: 0 3px; }
.quiet-label { color: var(--mk-soft); }
.quiet-dim { opacity: 0.6; }
.quiet-urgent .quiet-label { color: var(--mk-ink); font-weight: 520; }

@media (max-width: 900px) {
  .duo-grid { grid-template-columns: 1fr; gap: 64px; }
  .duo-col:first-child { padding-right: 0; }
  .duo-col + .duo-col { border-left: none; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 64px; }
}

/* ============================================================
   Üçlü kolonlar (taşıma / platform / ağ)
   ============================================================ */
.trio { padding-top: 0; }
.trio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.trio-col { border-top: 1px solid var(--rule); padding-top: 28px; }
.trio-col .icon { color: var(--accent); }
.trio-col h3 { font-size: 18px; margin: 18px 0 10px; max-width: 14em; }
.trio-col p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }

@media (max-width: 900px) {
  .trio-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   Fiyatlandırma
   ============================================================ */
.pricing { background: var(--surface); border-top: 1px solid var(--rule); }

.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head p { margin-top: 18px; font-size: 17px; color: var(--ink-soft); line-height: 1.6; }
.section-head strong { color: var(--ink); font-weight: 600; }

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.price-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.price-card h3 { font-size: 17px; }
.price-card .check-list { margin-top: 4px; flex: 1; gap: 12px; }
.price-card .check-list li { font-size: 14.5px; }
.price-card .btn { margin-top: 8px; }

.price-plus {
  position: relative;
  background: var(--surface);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 20px 48px -24px rgba(37, 99, 235, 0.25);
}

.plus-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--brand);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 640;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 999px;
}

.price-line { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price-big { font-size: 26px; font-weight: 660; letter-spacing: -0.02em; }
.price-per { font-size: 14px; color: var(--mute); }
.price-desc { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* Koltuk görseli */
.seat-example {
  max-width: 880px;
  margin: 40px auto 0;
  display: flex;
  gap: 36px;
  align-items: center;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 26px 32px;
}
.seat-visual {
  display: grid;
  grid-template-columns: repeat(10, 15px);
  gap: 6px;
  flex-shrink: 0;
}
.seat {
  width: 15px; height: 15px;
  border-radius: 4.5px;
  background: var(--raised);
  border: 1px solid var(--rule);
}
.seat-admin { background: var(--brand); border-color: var(--brand); }
.seat-example p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
.seat-example strong { color: var(--ink); font-weight: 600; }

@media (max-width: 800px) {
  .price-grid { grid-template-columns: 1fr; }
  .seat-example { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* ============================================================
   Güvenlik & KVKK — kurumsal güven bölümü
   ============================================================ */
.trust { background: var(--bg); }
.trust .section-head { text-align: left; margin: 0 0 48px; max-width: 720px; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.trust-card {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--r-card);
  padding: 24px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}
.trust-card .icon { color: var(--accent); margin-bottom: 14px; }
.trust-card h3 { font-size: 16px; margin-bottom: 8px; }
.trust-card p { font-size: 14px; color: var(--mute); line-height: 1.55; }

.trust-note {
  margin-top: 28px;
  font-size: 14px;
  color: var(--mute);
  line-height: 1.6;
}
.trust-note a { font-weight: 560; }

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

/* ============================================================
   İndir — koyu bant (sayfadaki tek koyu blok; CTA kontrastı)
   ============================================================ */
.download {
  padding: var(--sp-section) 0;
  background: var(--dk-bg);
  text-align: center;
  border-top: 1px solid var(--rule);
}

.download-inner { max-width: 620px; margin: 0 auto; }
.download h2 { color: var(--dk-ink); }
.download-inner > p { margin-top: 18px; font-size: 17px; color: var(--dk-mute); line-height: 1.6; }
.download .fine-note { color: var(--dk-mute); opacity: 0.85; margin-top: 20px; }

.store-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--dk-surface);
  border: 1px solid var(--dk-rule);
  border-radius: var(--r-btn);
  padding: 10px 20px;
  color: var(--dk-ink);
  cursor: default;
}
.store-icon {
  width: 26px; height: 26px;
  border-radius: 7px;
  background: var(--dk-raised);
  border: 1px solid var(--dk-rule);
  position: relative;
  flex-shrink: 0;
}
.store-icon::after {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--dk-mute);
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.05 12.54c0-2.4 1.96-3.55 2.05-3.6-1.12-1.63-2.85-1.86-3.47-1.88-1.47-.15-2.88.87-3.63.87-.75 0-1.9-.85-3.13-.83-1.6.03-3.08.94-3.9 2.37-1.67 2.9-.43 7.18 1.2 9.53.8 1.15 1.74 2.44 2.98 2.4 1.2-.05 1.65-.78 3.1-.78 1.45 0 1.86.78 3.12.75 1.3-.02 2.11-1.17 2.9-2.32.9-1.33 1.28-2.62 1.3-2.68-.03-.02-2.5-.96-2.52-3.83zM14.65 5.03c.66-.8 1.1-1.9.98-3.03-.95.04-2.1.63-2.78 1.43-.6.7-1.14 1.83-1 2.9 1.06.09 2.14-.53 2.8-1.3z'/%3E%3C/svg%3E");
  mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.05 12.54c0-2.4 1.96-3.55 2.05-3.6-1.12-1.63-2.85-1.86-3.47-1.88-1.47-.15-2.88.87-3.63.87-.75 0-1.9-.85-3.13-.83-1.6.03-3.08.94-3.9 2.37-1.67 2.9-.43 7.18 1.2 9.53.8 1.15 1.74 2.44 2.98 2.4 1.2-.05 1.65-.78 3.1-.78 1.45 0 1.86.78 3.12.75 1.3-.02 2.11-1.17 2.9-2.32.9-1.33 1.28-2.62 1.3-2.68-.03-.02-2.5-.96-2.52-3.83zM14.65 5.03c.66-.8 1.1-1.9.98-3.03-.95.04-2.1.63-2.78 1.43-.6.7-1.14 1.83-1 2.9 1.06.09 2.14-.53 2.8-1.3z'/%3E%3C/svg%3E");
}
.store-play::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3.5v17c0 .35.38.57.68.4l14.8-8.5a.46.46 0 0 0 0-.8L4.68 3.1a.46.46 0 0 0-.68.4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3.5v17c0 .35.38.57.68.4l14.8-8.5a.46.46 0 0 0 0-.8L4.68 3.1a.46.46 0 0 0-.68.4z'/%3E%3C/svg%3E");
}
.store-text { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; font-weight: 600; font-size: 15px; }
.store-text small { font-size: 11px; font-weight: 500; color: var(--dk-mute); }

.pill-dark {
  background: var(--dk-container);
  color: var(--dk-accent);
  border: 1px solid var(--dk-rule);
  font-size: 14px;
  padding: 10px 18px;
}

/* ============================================================
   SSS — hairline liste
   ============================================================ */
.faq-inner { max-width: 720px; }
.faq-head { margin-bottom: 28px; }
.faq-head h2 { margin-top: 0; }

.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:first-of-type { border-top: 1px solid var(--rule); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 44px 20px 0;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.011em;
  position: relative;
  transition: color var(--t-micro) var(--ease-out);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: var(--mute);
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  transition: transform var(--t-micro) var(--ease-out), background var(--t-micro) var(--ease-out);
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--accent); }
.faq-item summary:hover { color: var(--accent); }
.faq-item p {
  padding: 0 44px 22px 0;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ============================================================
   Kapanış
   ============================================================ */
.closing { text-align: center; padding-bottom: var(--sp-section); }
.closing-line {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 640;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0 auto 36px;
  max-width: 20em;
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer { border-top: 1px solid var(--rule); background: var(--surface); padding: 56px 0 24px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 44px;
}
.footer-brand p { margin-top: 16px; font-size: 14px; color: var(--mute); line-height: 1.6; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-size: 12.5px; font-weight: 620; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute); margin-bottom: 4px; }
.footer-col a { color: var(--ink-soft); font-size: 14px; transition: color var(--t-micro) var(--ease-out); }
.footer-col a:hover { color: var(--accent); }

/* Henüz yayımlanmamış kurumsal sayfalar — dürüst "yakında" durumu */
.footer-soon {
  color: var(--mute);
  font-size: 14px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.footer-soon small {
  font-size: 10.5px;
  font-weight: 620;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mute);
  background: var(--raised);
  border: 1px solid var(--rule);
  border-radius: 999px;
  padding: 1px 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--rule-2);
  padding-top: 20px;
  font-size: 13px;
  color: var(--mute);
}

@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
