/* ═══════════════════════════════════════════════════════
   CLAVIS TÜP BEBEK — 2026 Redesign
   Sora · Tabler Icons · Mobile-first · Sade & Profesyonel
   ═══════════════════════════════════════════════════════ */

:root {
  /* Renkler */
  --ink: #1b2530;
  --muted: #5f6b76;
  --primary: #eb6102;
  --primary-dark: #1c2a35;
  --primary-soft: #fdefe3;
  --accent: #eb6102;
  --accent-soft: #fdefe3;
  --bg: #ffffff;
  --bg-soft: #f8f7f5;
  --line: #e9e9e6;

  /* Tipografi — başlıklar Sora, gövde Inter */
  --font-head: "Sora", -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
  --fs-h1: clamp(2rem, 4.6vw + .7rem, 3.7rem);
  --fs-h2: clamp(1.5rem, 2.4vw + .7rem, 2.35rem);
  --fs-h3: clamp(1.02rem, .8vw + .85rem, 1.18rem);
  --fs-lead: clamp(.98rem, .5vw + .85rem, 1.13rem);

  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 3px rgba(14, 27, 37, .06), 0 4px 14px rgba(14, 27, 37, .05);
  --shadow-md: 0 6px 28px rgba(14, 27, 37, .1);
  --shadow-lg: 0 18px 50px rgba(14, 27, 37, .16);

  --ease: cubic-bezier(.22, .8, .3, 1);
  --topbar-h: 40px;
  --header-h: 76px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: .96rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--primary); color: #fff; }

/* Görsel yer tutucu — gerçek fotoğraf gelene kadar "buraya resim" işareti */
.img-ph {
  display: grid; place-content: center; justify-items: center; gap: .5rem;
  text-align: center; padding: 1.5rem;
  background:
    repeating-linear-gradient(45deg, var(--bg-soft) 0 12px, #f1efec 12px 24px);
  border: 2px dashed #cfd6da;
  color: var(--muted);
}
.img-ph__ico {
  width: 58px; height: 58px; border-radius: 16px;
  background: #fff; color: var(--primary);
  display: grid; place-items: center; font-size: 1.8rem;
  box-shadow: var(--shadow-sm);
}
.img-ph__title { font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--primary-dark); }
.img-ph__note { font-size: .78rem; max-width: 24ch; }

/* Koyu zemin varyantı (ör. teknoloji bölümü) */
.img-ph--dark {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 12px, rgba(255,255,255,.06) 12px 24px);
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.6);
}
.img-ph--dark .img-ph__ico { background: rgba(255,255,255,.1); color: #f8a566; box-shadow: none; }
.img-ph--dark .img-ph__title { color: #fff; }
.tech__media { aspect-ratio: 4 / 3.4; border-radius: var(--radius-lg); width: 100%; }
.tech__media img { width: 100%; height: 100%; object-fit: cover; }

/* İkonlar: yerel SVG sprite (img/icons.svg) — boyut font-size ile kontrol edilir */
svg.ti {
  width: 1em; height: 1em;
  display: inline-block; flex: none;
  vertical-align: -.125em;
}

.skip-link {
  position: fixed; top: -60px; left: 1rem; z-index: 200;
  padding: .7rem 1.2rem; border-radius: 0 0 10px 10px;
  background: var(--primary-dark); color: #fff; font-weight: 600; font-size: .85rem;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 0; }
.container { width: min(100% - 2.5rem, 1200px); margin-inline: auto; }

h1, h2, h3, h4,
.logo__text, .drawer__brand,
.hstat__num, .hero__chip-num, .about__exp-num, .why__num, .jstep__num {
  font-family: var(--font-head);
}
h1, h2, h3, h4 { line-height: 1.25; letter-spacing: -.02em; }

/* ── Yardımcılar ── */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--accent); border-radius: 2px; }
.eyebrow--light { color: #f8a566; }
.eyebrow--light::before { background: #f8a566; }

.section { padding-block: clamp(4rem, 9vw, 7.5rem); }
.section--tint { background: var(--bg-soft); }
.section__title { font-size: var(--fs-h2); font-weight: 700; margin-top: .9rem; color: var(--primary-dark); }
.section__title em { font-style: normal; color: var(--accent); }
.section__title--light { color: #fff; }
.section__title--light em { color: #f8a566; }
.section__head { max-width: 620px; margin-bottom: clamp(2.2rem, 5vw, 3.4rem); }
.section__head--row { max-width: none; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.2rem; }
.section__sub { margin-top: .9rem; color: var(--muted); font-size: var(--fs-lead); }

.link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .93rem; color: var(--primary); }
.link-arrow .ti { font-size: 1.1rem; transition: transform .25s var(--ease); }
.link-arrow:hover .ti { transform: translateX(4px); }

/* ── Butonlar ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .8rem 1.5rem; border-radius: 10px;
  font-weight: 600; font-size: .92rem; line-height: 1; letter-spacing: -.01em;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s, border-color .22s, color .22s;
}
.btn .ti { font-size: 1.15rem; line-height: 1; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: none; }
.btn--sm { padding: .62rem 1.1rem; font-size: .85rem; }
.btn--lg { padding: 1rem 1.9rem; font-size: .98rem; border-radius: 12px; }
.btn--block { width: 100%; }

.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: #c95302; }
.btn--outline { background: var(--primary-soft); color: var(--primary); }
.btn--outline:hover { background: #fbe3cd; }
.btn--whatsapp { background: var(--ink); color: #fff; }
.btn--whatsapp:hover { background: #2d3c4a; }
.btn--light { background: #fff; color: var(--primary-dark); }
.btn--light:hover { background: var(--primary-soft); }
.btn--ghost-light { background: rgba(255,255,255,.14); color: #fff; }
.btn--ghost-light:hover { background: rgba(255,255,255,.24); }

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }

/* ═══════════ TOPBAR ═══════════ */
.topbar { background: var(--primary-dark); color: rgba(255,255,255,.85); font-size: .78rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--topbar-h); }
.topbar__left { display: flex; align-items: center; gap: 1.3rem; }
.topbar__left a, .topbar__loc { display: inline-flex; align-items: center; gap: .4rem; font-weight: 500; white-space: nowrap; }
.topbar__left a:hover { color: #fff; }
.topbar__left .ti { font-size: .95rem; opacity: .8; }
.topbar__left .topbar__mail, .topbar__left .topbar__loc { display: none; }
.topbar__right { display: flex; align-items: center; gap: 1rem; }
.topbar__socials { display: none; align-items: center; gap: .2rem; }
.topbar__socials a { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; font-size: 1rem; transition: .2s; }
.topbar__socials a:hover { background: rgba(255,255,255,.12); color: #fff; }
/* ── Dil dropdown (bayraklı) ── */
.flag { width: 20px; height: 20px; border-radius: 50%; overflow: hidden; flex: none; display: inline-grid; }
.flag svg { width: 100%; height: 100%; }
.lang-dd { position: relative; }
.lang-dd__btn {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .32rem .6rem; border-radius: 999px;
  background: rgba(255,255,255,.1); color: #fff;
  font-size: .76rem; font-weight: 600;
  transition: background .2s;
}
.lang-dd__btn:hover { background: rgba(255,255,255,.18); }
.lang-dd__btn > .ti { font-size: .85rem; opacity: .7; transition: transform .25s var(--ease); }
.lang-dd.open .lang-dd__btn > .ti { transform: rotate(180deg); }
.lang-dd__menu {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 120;
  min-width: 158px; padding: .4rem;
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
}
.lang-dd.open .lang-dd__menu { opacity: 1; visibility: visible; transform: none; }
.lang-dd__menu li button {
  display: flex; align-items: center; gap: .6rem; width: 100%;
  padding: .52rem .6rem; border-radius: 9px;
  font-size: .84rem; font-weight: 500; color: var(--ink); text-align: left;
  transition: background .18s;
}
.lang-dd__menu li button:hover { background: var(--bg-soft); }
.lang-dd__menu li button.is-active { background: var(--primary-soft); color: var(--primary); font-weight: 600; }
.lang-dd--light .lang-dd__btn { background: var(--bg-soft); color: var(--ink); }
.lang-dd--light .lang-dd__btn:hover { background: var(--primary-soft); }
.lang-dd--up .lang-dd__menu { top: auto; bottom: calc(100% + 8px); transform: translateY(-8px); }
.lang-dd--up.open .lang-dd__menu { transform: none; }

/* ═══════════ HEADER ═══════════ */
.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; height: var(--header-h); }

.logo { display: inline-flex; align-items: center; gap: .65rem; flex: none; }
.logo__mark { height: 40px; display: flex; align-items: center; justify-content: center; flex: none; }
.logo__mark img { height: 100%; width: auto; display: block; }
.logo__text { font-weight: 800; font-size: 1.28rem; color: var(--primary-dark); line-height: 1.05; display: flex; flex-direction: column; letter-spacing: -.02em; }
.logo__text em { font-style: normal; font-weight: 600; font-size: .58rem; letter-spacing: .26em; text-transform: uppercase; color: var(--accent); margin-top: .22rem; }
.logo--light .logo__text { color: #fff; }
/* Footer koyu zemin: logoyu beyaz badge üzerinde göster */
.logo--light .logo__mark { background: #fff; border-radius: 10px; padding: 6px 9px; height: 44px; }

/* Nav + dropdown + mega menü */
.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: .1rem; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .6rem .85rem; border-radius: 9px;
  font-weight: 600; font-size: .88rem; color: var(--ink);
  transition: color .2s, background .2s;
}
.nav__link .ti { font-size: .95rem; opacity: .55; transition: transform .25s var(--ease); }
.nav__link:hover, .nav__item.open .nav__link, .nav__link.is-active { color: var(--primary); background: var(--primary-soft); }
.nav__item.open .nav__link .ti { transform: rotate(180deg); }

.drop, .mega {
  position: absolute; top: calc(100% + 10px); left: 0; z-index: 95;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
}
.nav__item.open .drop, .nav__item.open .mega,
.nav__item:hover .drop, .nav__item:hover .mega { opacity: 1; visibility: visible; transform: none; }

.drop { width: 330px; padding: .6rem; }
.drop__link {
  display: flex; align-items: flex-start; gap: .85rem;
  padding: .7rem .8rem; border-radius: 11px; transition: background .2s;
}
.drop__link:hover { background: var(--bg-soft); }
.drop__link > .ti { font-size: 1.25rem; color: var(--primary); margin-top: .15rem; flex: none; }
.drop__link strong { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); }
.drop__link small { display: block; font-size: .76rem; color: var(--muted); line-height: 1.45; }
.drop__link:hover strong { color: var(--primary); }

.mega { left: 50%; transform: translate(-50%, 10px); width: min(760px, calc(100vw - 3rem)); padding: 1.5rem; }
.nav__item.open .mega, .nav__item:hover .mega { transform: translate(-50%, 0); }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr 240px; gap: 1.8rem; }
.mega__title {
  display: block; font-size: .7rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent); margin-bottom: .5rem;
}
.mega__title--gap { margin-top: 1.1rem; }
.mega__col a {
  display: block; padding: .34rem .5rem; margin-left: -.5rem; border-radius: 8px;
  font-size: .86rem; font-weight: 500; color: var(--ink); transition: .2s;
}
.mega__col a:hover { background: var(--bg-soft); color: var(--primary); }
.mega__promo {
  background: var(--primary-soft); border-radius: var(--radius);
  padding: 1.3rem 1.2rem; display: flex; flex-direction: column; align-items: flex-start; gap: .7rem;
}
.mega__promo-kicker { font-weight: 700; font-size: .95rem; color: var(--primary-dark); line-height: 1.35; }
.mega__promo p { font-size: .8rem; color: var(--muted); flex: 1; }

.header__actions { display: flex; align-items: center; gap: .7rem; }
.header__cta { display: none; height: 46px; padding-block: 0; border-radius: 12px; }
.drawer-toggle {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--primary-dark); color: #fff;
  display: grid; place-items: center; font-size: 1.35rem;
  transition: background .2s, transform .22s var(--ease);
}
.drawer-toggle:hover { background: var(--primary); transform: translateY(-1px); }

/* ═══════════ DRAWER ═══════════ */
.drawer-overlay {
  position: fixed; inset: 0; z-index: 98;
  background: rgba(22, 30, 38, .45); backdrop-filter: blur(3px);
  opacity: 0; transition: opacity .35s;
}
.drawer-overlay.open { opacity: 1; }

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 99;
  width: min(400px, 92vw);
  background: #fff;
  display: flex; flex-direction: column;
  transform: translateX(105%);
  transition: transform .42s var(--ease);
  box-shadow: -20px 0 60px rgba(22, 30, 38, .25);
}
.drawer.open { transform: none; }

.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 1.15rem 1.4rem; border-bottom: 1px solid var(--line); }
.drawer__brand { font-weight: 800; font-size: 1.2rem; color: var(--primary-dark); letter-spacing: -.02em; }
.drawer__brand em { font-style: normal; font-weight: 600; font-size: .56rem; letter-spacing: .26em; text-transform: uppercase; color: var(--accent); display: block; margin-top: .15rem; }
.drawer__close { width: 42px; height: 42px; border-radius: 11px; background: var(--bg-soft); display: grid; place-items: center; font-size: 1.25rem; transition: .25s var(--ease); }
.drawer__close:hover { background: var(--accent-soft); color: var(--accent); transform: rotate(90deg); }

.drawer__nav { flex: 1; overflow-y: auto; padding: .6rem 1.4rem; overscroll-behavior: contain; }
.drawer__group { border-bottom: 1px solid var(--line); }
.drawer__acc {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: .95rem .1rem; font-weight: 600; font-size: .95rem; color: var(--ink);
  transition: color .2s;
}
.drawer__acc .ti { font-size: 1.05rem; color: var(--muted); transition: transform .3s var(--ease), color .2s; }
.drawer__acc:hover, .drawer__acc[aria-expanded="true"] { color: var(--primary); }
.drawer__acc[aria-expanded="true"] .ti { transform: rotate(180deg); color: var(--primary); }
.drawer__sub { overflow: hidden; max-height: 0; transition: max-height .42s var(--ease); }
.drawer__group.open .drawer__sub { max-height: 520px; }
.drawer__sub li a {
  display: block; padding: .42rem 0 .42rem 1rem; font-size: .88rem; color: var(--muted);
  border-left: 2px solid var(--line); margin-left: .2rem;
  transition: color .2s, border-color .2s, padding-left .22s var(--ease);
}
.drawer__sub li a:hover { color: var(--primary); border-color: var(--primary); padding-left: 1.25rem; }
.drawer__sub li:last-child { padding-bottom: .7rem; }
.drawer__link { display: block; padding: .95rem .1rem; font-weight: 600; font-size: .95rem; color: var(--ink); border-bottom: 1px solid var(--line); transition: color .2s; }
.drawer__link:hover { color: var(--primary); }

.drawer__footer { padding: 1.1rem 1.4rem 1.4rem; border-top: 1px solid var(--line); display: grid; gap: .6rem; }
.drawer__footer .lang-dd { display: grid; margin-top: .3rem; }
.drawer__footer .lang-dd__btn { justify-content: center; padding: .6rem 1rem; border-radius: 11px; font-size: .84rem; }
.drawer__footer .lang-dd__menu { left: 0; right: 0; }

body.drawer-open { overflow: hidden; }

/* ── Google yorum rozeti ── */
.grev {
  display: flex; align-items: center; gap: .85rem;
  padding: .8rem 1rem; margin-bottom: .3rem;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;
}
.grev:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: #dfe3e6; }
.grev__logo { width: 34px; height: 34px; flex: none; display: grid; place-items: center; }
.grev__logo svg { width: 100%; height: 100%; }
.grev__body { display: grid; gap: .1rem; line-height: 1.25; }
.grev__top { display: flex; align-items: center; gap: .5rem; }
.grev__stars { display: inline-flex; gap: 1px; color: #fbbc05; font-size: .95rem; }
.grev__top strong { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--ink); }
.grev__label { font-size: .84rem; font-weight: 600; color: var(--primary-dark); }
.grev__verify { display: inline-flex; align-items: center; gap: .25rem; font-size: .72rem; color: var(--muted); }
.grev__verify svg { font-size: .85rem; color: #4285F4; }

/* ═══════════ BİLGİ DRAWER'I (Neden Clavis detayları) ═══════════ */
.info-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 99;
  width: min(460px, 94vw);
  background: #fff;
  display: flex; flex-direction: column;
  transform: translateX(105%);
  transition: transform .42s var(--ease);
  box-shadow: -20px 0 60px rgba(22, 30, 38, .25);
}
.info-drawer.open { transform: none; }
.info-drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 1.5rem; border-bottom: 1px solid var(--line);
}
.info-drawer__kicker { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); }
.info-drawer__body { flex: 1; overflow-y: auto; padding: 1.7rem 1.5rem; overscroll-behavior: contain; }
.info-drawer__article { display: none; animation: panelIn .4s var(--ease); }
.info-drawer__article.is-active { display: block; }
.info-drawer__num {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--primary); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
}
.info-drawer__article h3 { font-size: 1.4rem; font-weight: 700; color: var(--primary-dark); margin-top: 1.1rem; }
.info-drawer__article h3::after {
  content: ""; display: block; width: 46px; height: 3px;
  background: var(--primary); border-radius: 3px; margin-top: .75rem;
}
.info-drawer__article p { font-size: .89rem; color: var(--muted); margin-top: 1rem; line-height: 1.8; }
.info-drawer__article p:first-of-type { font-size: .99rem; color: var(--ink); font-weight: 500; margin-top: 1.2rem; }
.info-drawer__article ul {
  margin-top: 1.4rem; display: grid; gap: .65rem;
  background: var(--bg-soft); border-radius: 14px; padding: 1.15rem 1.2rem;
}
.info-drawer__article ul::before {
  content: "Öne Çıkanlar";
  font-family: var(--font-head); font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--primary);
}
.info-drawer__article ul li {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .87rem; font-weight: 500; color: var(--ink);
}
.info-drawer__article ul li::before {
  content: ""; width: 18px; height: 18px; flex: none; margin-top: .1rem; border-radius: 50%;
  background: var(--primary-soft) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23eb6102" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="m5 13 4 4L19 7"/></svg>') center / 10px no-repeat;
}
.info-drawer__footer { padding: 1.1rem 1.5rem 1.4rem; border-top: 1px solid var(--line); display: grid; gap: .6rem; }

/* ═══════════ HERO ═══════════ */
.hero { position: relative; overflow: hidden; background: var(--bg); }
.hero__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 88% 12%, rgba(235, 97, 2, .07), transparent 65%),
    radial-gradient(ellipse 45% 60% at 5% 90%, rgba(235, 97, 2, .06), transparent 65%);
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(14, 27, 37, .12) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse 75% 65% at 70% 25%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 70% 25%, black 20%, transparent 70%);
  opacity: .5;
}
.hero__inner {
  position: relative;
  display: grid; gap: 3rem;
  padding-top: clamp(2.8rem, 7vw, 5.5rem);
}
.hero__kicker { display: inline-block; }
.hero__kicker span {
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  color: var(--primary-dark); letter-spacing: .01em;
}
.hero__kicker-line { display: block; width: min(100%, 264px); height: 9px; margin-top: .4rem; overflow: visible; }
.hero__kicker-line path {
  fill: none; stroke: var(--primary); stroke-width: 2.6; stroke-linecap: round;
  stroke-dasharray: 244; stroke-dashoffset: 244;
  animation: kickerDraw .9s var(--ease) .55s forwards;
}
@keyframes kickerDraw { to { stroke-dashoffset: 0; } }

.hero__title { font-size: var(--fs-h1); font-weight: 800; color: var(--primary-dark); margin-top: 1.4rem; line-height: 1.12; }
.hero__title span { color: var(--accent); position: relative; white-space: nowrap; }
.hero__title span::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .12em;
  background: var(--accent-soft); z-index: -1; border-radius: 4px;
  transform: scaleX(0); transform-origin: left;
  animation: underline 1s var(--ease) .8s forwards;
}
@keyframes underline { to { transform: scaleX(1); } }

.hero__lead { margin-top: 1.25rem; max-width: 540px; font-size: var(--fs-lead); color: var(--muted); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

/* ── Hızlı arama asistanı ── */
.qsearch { margin-top: 1.9rem; max-width: 560px; position: relative; }
.qsearch__label {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-head); font-size: .85rem; font-weight: 600; color: var(--primary-dark);
}
.qsearch__label .ti { font-size: 1.05rem; color: var(--primary); }
.qsearch__box {
  position: relative; margin-top: .6rem;
  display: flex; align-items: center;
  background: #fff; border: 1.5px solid var(--line); border-radius: 14px;
  transition: border-color .2s, box-shadow .2s;
}
.qsearch__box:focus-within { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(235, 97, 2, .12); }
.qsearch__ico { margin-left: 1rem; font-size: 1.2rem; color: var(--muted); flex: none; }
.qsearch__box input {
  flex: 1; min-width: 0; border: 0; background: none; outline: none;
  font: inherit; font-size: .92rem; color: var(--ink);
  padding: .95rem .95rem .95rem .65rem;
}
.qsearch__box input::placeholder { color: #9aa6af; }
.qsearch__results {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 70;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: .45rem;
  max-height: 330px; overflow-y: auto;
  animation: panelIn .25s var(--ease);
}
.qsearch__results[hidden] { display: none; }
.qsearch__results button {
  display: flex; align-items: center; gap: .7rem; width: 100%;
  padding: .55rem .65rem; border-radius: 10px; text-align: left;
  font-size: .88rem; font-weight: 500; color: var(--ink);
  transition: background .15s, color .15s;
}
.qsearch__results button:hover, .qsearch__results button.is-active { background: var(--primary-soft); color: var(--primary); }
.qs-ico {
  width: 34px; height: 34px; flex: none; border-radius: 9px;
  background: var(--bg-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1.05rem;
}
.qsearch__results button:hover .qs-ico, .qsearch__results button.is-active .qs-ico { background: #fff; }
.qs-sec { margin-left: auto; flex: none; font-size: .7rem; font-weight: 600; color: var(--muted); }
.qsearch__empty { padding: .9rem .8rem; display: grid; gap: .65rem; justify-items: start; font-size: .86rem; color: var(--muted); }
.qsearch__chips { margin-top: .65rem; display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; font-size: .76rem; color: var(--muted); }
.qsearch__chips button {
  padding: .34rem .8rem; border-radius: 999px;
  background: var(--bg-soft); font-size: .76rem; font-weight: 600; color: var(--ink);
  transition: background .2s, color .2s;
}
.qsearch__chips button:hover { background: var(--primary-soft); color: var(--primary); }
.hero__ticks { display: flex; flex-direction: column; gap: .65rem; margin-top: 1.7rem; }
.hero__ticks li { display: flex; align-items: center; gap: .45rem; font-size: .84rem; font-weight: 500; color: var(--muted); }
.hero__ticks .ti { font-size: 1.05rem; color: var(--primary); }

/* Hero görsel panel */
.hero__visual { position: relative; max-width: 460px; width: 100%; margin-inline: auto; }
.hero__panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.hero__panel-art { aspect-ratio: 4 / 2.6; width: 100%; }
.hero__panel-art img { width: 100%; height: 100%; object-fit: cover; }
.hero__panel-body { padding: 1.2rem 1.3rem; display: grid; gap: 1rem; }
.hero__panel-row { display: flex; align-items: center; gap: .9rem; }
.hero__panel-ico {
  width: 44px; height: 44px; flex: none; border-radius: 12px;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1.3rem;
}
.hero__panel-row strong { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.hero__panel-row small { font-size: .76rem; color: var(--muted); }

.hero__chip {
  position: absolute; z-index: 2;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-md); padding: .8rem 1rem;
  display: flex; align-items: center; gap: .7rem;
  animation: floaty 6s ease-in-out infinite;
}
.hero__chip--rate { top: -1.2rem; right: -.4rem; }
.hero__chip--fam { bottom: -1.2rem; left: -.4rem; animation-delay: -3s; }
.hero__chip-num { font-weight: 800; font-size: 1.45rem; color: var(--primary-dark); letter-spacing: -.03em; }
.hero__chip-label { font-size: .68rem; font-weight: 600; color: var(--muted); line-height: 1.35; }
.hero__chip-label strong { color: var(--primary-dark); font-size: .82rem; }
.hero__chip > .ti { font-size: 1.6rem; color: var(--accent); }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Hero stat şeridi */
.hero__stats {
  position: relative;
  margin-top: clamp(3rem, 7vw, 5rem);
  padding-block: 1.7rem;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem;
}
.hstat { text-align: center; }
@media (max-width: 639px) {
  .hstat:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.hstat__num { display: block; font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--primary-dark); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.hstat__label { display: block; margin-top: .2rem; font-size: .76rem; font-weight: 500; color: var(--muted); }

/* ═══════════ CLAVIS TV ═══════════ */
/* Kanal başlığı — açık, marka renkli (YouTube'suz) */
.tv-channel {
  display: grid; gap: 1.4rem; align-items: center;
  background:
    radial-gradient(ellipse 70% 120% at 88% 0%, rgba(235, 97, 2, .08), transparent 60%),
    #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 4vw, 2.4rem);
  box-shadow: var(--shadow-sm);
  margin-top: clamp(1.5rem, 4vw, 2.2rem);
}
.tv-channel__avatar {
  width: 76px; height: 76px; flex: none; border-radius: 50%;
  background: var(--primary-soft); display: grid; place-items: center; padding: 18px;
  box-shadow: inset 0 0 0 3px rgba(235, 97, 2, .12);
}
.tv-channel__avatar svg { width: 100%; height: 100%; color: var(--primary); }
.tv-channel__info h1 { font-size: clamp(1.5rem, 2.4vw + .6rem, 2.3rem); color: var(--primary-dark); margin-top: .5rem; }
.tv-channel__info h1 em { font-style: normal; color: var(--primary); }
.tv-channel__desc { font-size: .92rem; color: var(--muted); margin-top: .8rem; max-width: 62ch; }
.tv-channel__pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.tv-channel__pills span {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .42rem .95rem; border-radius: 999px;
  background: var(--bg-soft); color: var(--primary-dark); font-size: .8rem; font-weight: 600;
}
.tv-channel__pills span .ti { color: var(--primary); font-size: 1rem; }
.btn--yt { background: #ff0000; color: #fff; }
.btn--yt:hover { background: #d90000; }

/* Shorts lightbox (dikey akış — sıradaki/önceki) */
.shorts-modal { position: fixed; inset: 0; z-index: 140; display: grid; place-items: center; padding: 1.2rem; }
.shorts-modal[hidden] { display: none; }
.shorts-modal__overlay { position: absolute; inset: 0; background: rgba(12, 18, 24, .9); backdrop-filter: blur(6px); animation: panelIn .25s var(--ease); }
.shorts-modal__stage { position: relative; z-index: 2; display: grid; justify-items: center; gap: 1rem; animation: panelIn .3s var(--ease); }
.shorts-modal__player {
  position: relative; width: min(340px, 82vw); aspect-ratio: 9 / 16;
  background: linear-gradient(160deg, #2a3350, var(--primary-dark));
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  display: grid; place-items: center;
}
.shorts-modal__player iframe, .shorts-modal__player video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.shorts-modal__ph { display: grid; place-items: center; justify-items: center; gap: .6rem; color: rgba(255,255,255,.75); text-align: center; padding: 1.5rem; }
.shorts-modal__ph .shorts-modal__playbtn { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--primary); display: grid; place-items: center; font-size: 1.9rem; }
.shorts-modal__caption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 2rem 1.1rem 1rem; background: linear-gradient(0deg, rgba(12,18,24,.85), transparent); pointer-events: none; }
.shorts-modal__title { color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .98rem; line-height: 1.4; }
.shorts-modal__info { display: grid; gap: .6rem; justify-items: center; width: min(340px, 82vw); }
.shorts-modal__related { display: none; }
.shorts-modal__related.show { display: inline-flex; }
.shorts-modal__counter { color: rgba(255,255,255,.55); font-size: .78rem; font-weight: 500; }
.shorts-modal__close {
  position: absolute; top: 1.1rem; right: 1.1rem; z-index: 4;
  width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.14); color: #fff;
  display: grid; place-items: center; font-size: 1.35rem; transition: background .2s;
}
.shorts-modal__close:hover { background: rgba(255,255,255,.28); }
.shorts-modal__nav {
  position: absolute; z-index: 4; left: 50%; transform: translateX(-50%);
  width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff;
  display: grid; place-items: center; font-size: 1.4rem; transition: background .2s, opacity .2s;
}
.shorts-modal__nav:hover { background: rgba(255,255,255,.28); }
.shorts-modal__nav:disabled { opacity: .3; cursor: default; }
.shorts-modal__nav--prev { top: 1.1rem; }
.shorts-modal__nav--next { bottom: 1.1rem; }
@media (min-width: 720px) {
  .shorts-modal__nav { left: auto; right: 1.1rem; transform: none; }
  .shorts-modal__nav--prev { top: 42%; }
  .shorts-modal__nav--next { top: 58%; bottom: auto; }
}

.tv-grid { display: grid; gap: 1.4rem 1.1rem; grid-template-columns: 1fr; }
.vcard { text-align: left; display: flex; flex-direction: column; background: none; }
.vcard__thumb {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(150deg, #24333f, var(--primary-dark));
  display: grid; place-items: center;
}
.vcard__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vcard__thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,27,34,.35), transparent 55%); transition: background .25s; }
.vcard:hover .vcard__thumb::after { background: linear-gradient(0deg, rgba(20,27,34,.5), transparent 55%); }
.vcard__play {
  position: relative; z-index: 2;
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: #ff0000;
  display: grid; place-items: center; font-size: 1.5rem;
  transition: transform .25s var(--ease), background .25s;
}
.vcard:hover .vcard__play { transform: scale(1.12); background: #fff; }
.vcard__dur {
  position: absolute; right: .55rem; bottom: .55rem; z-index: 2;
  background: rgba(0,0,0,.8); color: #fff; font-size: .72rem; font-weight: 600;
  padding: .12rem .4rem; border-radius: 5px;
}
.vcard__cat-tag {
  position: absolute; left: .55rem; top: .55rem; z-index: 2;
  background: rgba(235, 97, 2, .95); color: #fff; font-size: .66rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; padding: .2rem .5rem; border-radius: 6px;
}
.vcard__body { padding: .85rem .15rem 0; }
.vcard__title { font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--primary-dark); line-height: 1.4; display: block; transition: color .2s; }
.vcard:hover .vcard__title { color: var(--primary); }
.vcard__meta { display: block; font-size: .78rem; color: var(--muted); margin-top: .3rem; }
.vcard[hidden] { display: none; }

/* Shorts rafı (9:16 yatay kaydırma) */
.tv-shorts { margin-bottom: 2.8rem; }
.tv-shorts__head { display: flex; align-items: center; gap: .55rem; margin-bottom: 1.1rem; }
.tv-shorts__head .ti { color: #ff0000; font-size: 1.5rem; }
.tv-shorts__head h2 { font-size: 1.2rem; font-weight: 700; color: var(--primary-dark); }
.tv-shorts__row { display: flex; gap: 1rem; overflow-x: auto; padding-bottom: .7rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.tv-shorts__row::-webkit-scrollbar { height: 6px; }
.tv-shorts__row::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.short-card { flex: none; width: 168px; scroll-snap-align: start; }
.short-card__thumb {
  position: relative; aspect-ratio: 9 / 16; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(160deg, #2a3350, var(--primary-dark)); display: grid; place-items: center;
  transition: transform .25s var(--ease);
}
.short-card:hover .short-card__thumb { transform: translateY(-4px); }
.short-card__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.short-card__thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,27,34,.78), transparent 48%); }
.short-card__play { position: relative; z-index: 2; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.92); color: #ff0000; display: grid; place-items: center; font-size: 1.2rem; transition: transform .25s var(--ease); }
.short-card:hover .short-card__play { transform: scale(1.14); }
.short-card__title { position: absolute; z-index: 3; left: .6rem; right: .6rem; bottom: .6rem; color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .8rem; line-height: 1.35; }
.short-card__dur { position: absolute; z-index: 3; top: .5rem; right: .5rem; background: rgba(0,0,0,.75); color: #fff; font-size: .66rem; font-weight: 600; padding: .12rem .38rem; border-radius: 5px; }

/* Video izleme sayfası */
.tvwatch__player { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius-lg); overflow: hidden; background: #000; box-shadow: var(--shadow-lg); }
.tvwatch--short .tvwatch__player { aspect-ratio: 9 / 16; max-width: 400px; margin-inline: auto; }
.tvwatch__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tvwatch__poster { position: absolute; inset: 0; display: grid; place-items: center; cursor: pointer; border: 0; width: 100%; background: linear-gradient(150deg, #24333f, var(--primary-dark)); }
.tvwatch__poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tvwatch__poster::after { content: ""; position: absolute; inset: 0; background: rgba(20,27,34,.28); transition: background .25s; }
.tvwatch__poster:hover::after { background: rgba(20,27,34,.42); }
.tvwatch__playbtn { position: relative; z-index: 2; width: 74px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.94); color: #ff0000; display: grid; place-items: center; font-size: 2.1rem; transition: transform .25s var(--ease); }
.tvwatch__poster:hover .tvwatch__playbtn { transform: scale(1.1); }
.tvwatch__cat { align-self: flex-start; }
.tvwatch__meta { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; align-items: center; margin-top: 1.1rem; font-size: .82rem; color: var(--muted); font-weight: 500; }
.tvwatch__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.tvwatch__meta .ti { font-size: 1rem; color: var(--primary); }
.tvwatch__tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.tvwatch__tags a { padding: .35rem .85rem; border-radius: 999px; background: var(--bg-soft); color: var(--primary-dark); font-size: .77rem; font-weight: 600; transition: .2s; }
.tvwatch__tags a:hover { background: var(--primary-soft); color: var(--primary); }
.tvwatch__tags-label { align-self: center; font-size: .78rem; color: var(--muted); margin-right: .1rem; }

/* ═══════════ AI ÖN DEĞERLENDİRME (chatbot) ═══════════ */
.assess { max-width: 660px; margin-inline: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.assess__head { display: flex; align-items: center; gap: .85rem; padding: 1rem 1.3rem; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.assess__avatar { position: relative; width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; padding: 10px; }
.assess__avatar svg { width: 100%; height: 100%; }
.assess__avatar::after { content: ""; position: absolute; right: 0; bottom: 1px; width: 11px; height: 11px; border-radius: 50%; background: #1faa59; border: 2px solid var(--bg-soft); }
.assess__head-info strong { display: block; font-family: var(--font-head); font-weight: 700; font-size: .96rem; color: var(--primary-dark); }
.assess__head-info span { display: inline-flex; align-items: center; gap: .35rem; font-size: .76rem; color: #1faa59; font-weight: 600; }
.assess__progress { margin-left: auto; font-size: .74rem; font-weight: 600; color: var(--muted); }

.assess__body { padding: 1.3rem; display: flex; flex-direction: column; gap: .75rem; min-height: 340px; max-height: 62vh; overflow-y: auto; overscroll-behavior: contain; }
.chat-msg { display: flex; gap: .55rem; align-items: flex-end; max-width: 86%; animation: bubbleIn .32s var(--ease); }
.chat-msg--bot { align-self: flex-start; }
.chat-msg--user { align-self: flex-end; flex-direction: row-reverse; }
.chat-ava { width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; padding: 6px; }
.chat-ava svg { width: 100%; height: 100%; }
.chat-bubble { padding: .72rem 1rem; border-radius: 16px; font-size: .9rem; line-height: 1.55; }
.chat-msg--bot .chat-bubble { background: var(--bg-soft); color: var(--ink); border-bottom-left-radius: 5px; }
.chat-msg--user .chat-bubble { background: var(--primary); color: #fff; border-bottom-right-radius: 5px; font-weight: 500; }
.chat-typing { display: flex; gap: 4px; padding: .85rem 1rem; align-items: center; }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); animation: chatTyping 1.2s infinite ease-in-out; }
.chat-typing span:nth-child(2) { animation-delay: .18s; }
.chat-typing span:nth-child(3) { animation-delay: .36s; }
@keyframes chatTyping { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-4px); } }
@keyframes bubbleIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.assess__options { padding: 0 1.3rem 1.3rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.assess__options[hidden] { display: none; }
.assess__opt { padding: .62rem 1.1rem; border: 1.5px solid var(--line); border-radius: 999px; font-size: .86rem; font-weight: 600; color: var(--primary-dark); background: #fff; transition: .2s var(--ease); }
.assess__opt:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-soft); }

/* Sonuç kartı */
.assess-result { display: grid; gap: 1rem; }
.assess-result__badge { display: inline-flex; align-items: center; gap: .45rem; align-self: flex-start; padding: .4rem .9rem; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.assess-result h3 { font-family: var(--font-head); font-size: 1.15rem; color: var(--primary-dark); }
.assess-result p { font-size: .89rem; color: var(--muted); }
.assess-result ul { display: grid; gap: .5rem; }
.assess-result ul li { display: flex; align-items: flex-start; gap: .55rem; font-size: .86rem; color: var(--ink); }
.assess-result ul li .ti { color: var(--primary); font-size: 1.05rem; flex: none; margin-top: .1rem; }
.assess-result__cta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .3rem; }
.assess-result__disclaimer { font-size: .76rem; color: var(--muted); background: var(--bg-soft); border-radius: 12px; padding: .85rem 1rem; line-height: 1.6; }
.assess-result__disclaimer strong { color: var(--primary-dark); }
.assess__restart { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 600; color: var(--muted); }
.assess__restart:hover { color: var(--primary); }

/* Seçim/çoklu/sayı girdileri */
.assess__options--multi { flex-direction: column; align-items: stretch; }
.assess__opt--check { display: flex; align-items: center; gap: .6rem; justify-content: flex-start; text-align: left; }
.assess__opt--check input { width: 17px; height: 17px; accent-color: var(--primary); flex: none; }
.assess__opt.is-checked { border-color: var(--primary); background: var(--primary-soft); color: var(--primary); }
.assess__field { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; width: 100%; }
.assess__field select, .assess__field input[type="number"] {
  font: inherit; font-size: .92rem; color: var(--ink); flex: 1; min-width: 140px;
  padding: .7rem .9rem; border: 1.5px solid var(--line); border-radius: 11px; background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.assess__field select:focus, .assess__field input[type="number"]:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(235,97,2,.1); }
.assess__field .hint { width: 100%; font-size: .76rem; color: var(--muted); }
.assess__next { padding: .7rem 1.5rem; border-radius: 11px; background: var(--primary); color: #fff; font-weight: 600; font-size: .9rem; flex: none; transition: background .2s, transform .2s var(--ease); }
.assess__next:hover { background: #c95302; }
.assess__next:disabled { opacity: .5; cursor: default; }

/* AI değerlendirme çıktısı biçimlendirme */
.assess-result h4 { font-family: var(--font-head); font-size: 1rem; color: var(--primary-dark); margin-top: .6rem; }
.assess-result strong { color: var(--primary-dark); }
.assess-ai { white-space: pre-wrap; font-size: .9rem; line-height: 1.65; color: var(--ink); }
.assess-ai h3, .assess-ai h4 { font-family: var(--font-head); color: var(--primary-dark); margin: .8rem 0 .3rem; }
.assess-badge-ai { display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 700; color: var(--primary); }

/* ═══════════ TÜP BEBEK SÖZLÜĞÜ ═══════════ */
.glx__tools { display: grid; gap: 1rem; margin-bottom: 2rem; }
.glx__search { position: relative; display: flex; align-items: center; background: #fff; border: 1.5px solid var(--line); border-radius: 14px; transition: border-color .2s, box-shadow .2s; }
.glx__search:focus-within { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(235, 97, 2, .12); }
.glx__search .ti { margin-left: 1rem; font-size: 1.2rem; color: var(--muted); flex: none; }
.glx__search input { flex: 1; min-width: 0; border: 0; background: none; outline: none; font: inherit; font-size: .95rem; color: var(--ink); padding: .95rem 1rem .95rem .65rem; }
.glx__chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.glx__chip { padding: .5rem 1.05rem; border-radius: 999px; font-size: .84rem; font-weight: 600; color: var(--muted); background: var(--bg-soft); transition: .2s var(--ease); }
.glx__chip:hover { color: var(--primary); }
.glx__chip.is-active { background: var(--primary); color: #fff; }
.glx__count { font-size: .82rem; color: var(--muted); font-weight: 500; }

.glx__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.gterm {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.5rem 1.3rem;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s;
}
.gterm:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(235, 97, 2, .3); }
.gterm__cat { align-self: flex-start; padding: .24rem .7rem; border-radius: 8px; background: var(--primary-soft); color: var(--primary); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.gterm__name { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--primary-dark); margin-top: .8rem; }
.gterm__desc { font-size: .87rem; color: var(--muted); margin-top: .45rem; flex: 1; }
.gterm__more { display: inline-flex; align-items: center; gap: .35rem; margin-top: .9rem; font-size: .82rem; font-weight: 600; color: var(--primary); }
.gterm__more .ti { font-size: .95rem; transition: transform .25s var(--ease); }
.gterm:hover .gterm__more .ti { transform: translateX(3px); }
.gterm[hidden] { display: none; }
.glx__empty { padding: 2.5rem 1rem; text-align: center; color: var(--muted); font-size: .92rem; }
.glx__empty[hidden] { display: none; }

/* Terim detay sayfası */
.gterm-detail__cat { align-self: flex-start; }
.gterm-detail .prose h2 { font-size: 1.4rem; margin-top: 2rem; }
.gterm-related { display: grid; gap: .7rem; grid-template-columns: 1fr; }
.gterm-related a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: .9rem 1.1rem;
  font-weight: 600; font-size: .9rem; color: var(--primary-dark); transition: .22s var(--ease);
}
.gterm-related a:hover { border-color: var(--primary); color: var(--primary); transform: translateX(3px); }
.gterm-related a .ti { color: var(--primary); }

/* ═══════════ TEDAVİ ALT SAYFALARI (breadcrumb, sayfa hero, prose) ═══════════ */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; font-size: .8rem; color: var(--muted); position: relative; }
.breadcrumb a { font-weight: 500; transition: color .2s; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb__sep { font-size: .95rem; color: var(--line); }
.breadcrumb [aria-current] { color: var(--primary-dark); font-weight: 600; }

.page-hero { position: relative; overflow: hidden; background: var(--bg); padding-top: 1.8rem; padding-bottom: clamp(3rem, 7vw, 4.8rem); }
.page-hero__inner { position: relative; display: grid; gap: 2.6rem; margin-top: clamp(1.5rem, 4vw, 2.4rem); }
.page-hero h1 { font-size: clamp(1.85rem, 3.2vw + .6rem, 2.9rem); font-weight: 800; color: var(--primary-dark); line-height: 1.15; margin-top: .9rem; }
.page-hero h1 em { font-style: normal; color: var(--primary); }
.page-hero__lead { margin-top: 1.15rem; color: var(--muted); font-size: var(--fs-lead); max-width: 58ch; }
.page-hero__facts { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.fact {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .5rem .95rem; border-radius: 999px;
  background: var(--bg-soft); font-size: .8rem; font-weight: 600; color: var(--primary-dark);
}
.fact .ti { color: var(--primary); font-size: 1rem; }
.page-hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }
.page-hero__media { aspect-ratio: 4 / 3.1; border-radius: var(--radius-lg); width: 100%; }

.tsplit { display: grid; gap: 2.6rem; align-items: center; }
.prose p { color: var(--muted); margin-top: 1rem; }
.prose strong { color: var(--primary-dark); }
.checklist { display: grid; gap: .65rem; margin-top: 1.3rem; }
.checklist li { display: flex; align-items: flex-start; gap: .6rem; font-size: .91rem; font-weight: 500; color: var(--ink); }
.checklist .ti { color: var(--primary); font-size: 1.15rem; flex: none; margin-top: .12rem; }

.page-stats { border-block: 1px solid var(--line); padding-block: 1.8rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }

/* İletişim kanalları hızlı kartlar (iletişim sayfası hero) */
.contact-channels { display: grid; gap: .8rem; }
.channel {
  display: flex; align-items: center; gap: 1rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.1rem 1.2rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.channel:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(235, 97, 2, .3); }
.channel__ico {
  width: 48px; height: 48px; flex: none; border-radius: 13px;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1.4rem;
  transition: background .25s, color .25s;
}
.channel:hover .channel__ico { background: var(--primary); color: #fff; }
.channel__body { flex: 1; display: grid; }
.channel__body strong { font-family: var(--font-head); font-size: .95rem; color: var(--primary-dark); }
.channel__body span { font-size: .83rem; color: var(--muted); }
.channel__go { font-size: 1.1rem; color: var(--muted); transition: transform .25s var(--ease), color .25s; }
.channel:hover .channel__go { color: var(--primary); transform: translateX(3px); }

/* ═══════════ ABOUT ═══════════ */
.about__inner { display: grid; gap: 3rem; align-items: center; }
.about__visual { position: relative; max-width: 420px; margin-inline: auto; width: 100%; }
.about__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5 / 6; width: 100%; }
.about__img img { width: 100%; height: 100%; object-fit: cover; }

/* ── Fotoğraf efekti: yumuşak glow (aura) + ince ışık parıltısı ── */
.media-shine { position: relative; overflow: hidden; isolation: isolate; }
.media-shine img { transition: transform .6s var(--ease); }
.media-shine:hover img { transform: scale(1.035); }
.media-shine::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(115deg, transparent 36%, rgba(255,255,255,.30) 48%, rgba(255,255,255,.06) 57%, transparent 70%);
  transform: translateX(-130%) skewX(-14deg);
  animation: mediaShine 7.5s ease-in-out infinite;
}
@keyframes mediaShine {
  0%, 58% { transform: translateX(-130%) skewX(-14deg); }
  78%, 100% { transform: translateX(130%) skewX(-14deg); }
}
/* Görselin arkasında nefes alan turuncu aura */
.hero__visual, .about__visual, .tech__visual { position: relative; z-index: 0; }
.hero__visual::before, .about__visual::before, .tech__visual::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: 6% 4%;
  background: radial-gradient(58% 52% at 50% 45%, rgba(235, 97, 2, .32), transparent 72%);
  filter: blur(46px);
  animation: mediaGlow 6s ease-in-out infinite alternate;
}
.hero__visual::before { inset: 12% 8%; opacity: .55; }
.tech__visual::before { background: radial-gradient(58% 52% at 50% 45%, rgba(248, 165, 102, .35), transparent 72%); }
@keyframes mediaGlow {
  from { opacity: .4; transform: scale(.94); }
  to   { opacity: .8; transform: scale(1.05); }
}
.about__exp {
  position: absolute; right: -.5rem; bottom: 1.8rem;
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: .95rem 1.25rem;
  display: flex; align-items: center; gap: .9rem;
  border-left: 3px solid var(--accent);
}
.about__exp-num { font-weight: 800; font-size: 1.9rem; color: var(--accent); letter-spacing: -.03em; }
.about__exp-txt { font-size: .76rem; font-weight: 600; color: var(--primary-dark); line-height: 1.4; }

.about__content p { color: var(--muted); margin-top: 1.05rem; }
.about__feats { margin-top: 1.7rem; display: grid; gap: 1rem; }
.about__feats li { display: flex; gap: 1rem; align-items: flex-start; }
.about__feat-ico {
  width: 46px; height: 46px; flex: none; border-radius: 13px;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1.35rem;
}
.about__feats strong { display: block; color: var(--primary-dark); font-size: .95rem; font-weight: 600; }
.about__feats span { font-size: .85rem; color: var(--muted); }
.about__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2rem; }

/* ═══════════ TABS / TEDAVİLER ═══════════ */
.tabs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.9rem; }
.tab {
  padding: .65rem 1.3rem; border-radius: 10px; font-weight: 600; font-size: .87rem;
  background: #fff; color: var(--muted);
  transition: .22s var(--ease);
}
.tab:hover { color: var(--primary); }
.tab.is-active { background: var(--primary); color: #fff; }

.tabs__panel { animation: panelIn .45s var(--ease); }
.tabs__panel[hidden] { display: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.cards-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.tcard {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.6rem 1.5rem 1.45rem;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s;
  display: flex; flex-direction: column;
}
.tcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(235, 97, 2, .25); }
.tcard__ico {
  width: 50px; height: 50px; border-radius: 13px;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1.5rem;
  transition: .28s var(--ease);
}
.tcard:hover .tcard__ico { background: var(--primary); color: #fff; }
.tcard h3 { font-size: var(--fs-h3); font-weight: 600; color: var(--primary-dark); margin-top: 1rem; }
.tcard p { font-size: .87rem; color: var(--muted); margin-top: .5rem; flex: 1; }
.tcard__link { margin-top: 1rem; font-size: .84rem; font-weight: 600; color: var(--accent); display: inline-flex; align-items: center; gap: .35rem; }
.tcard__link .ti { font-size: 1rem; transition: transform .25s var(--ease); }
.tcard:hover .tcard__link .ti { transform: translateX(4px); }

/* ═══════════ WHY ═══════════ */
.why__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.why__item {
  position: relative; padding: 1.6rem 1.4rem 1.5rem; border-radius: var(--radius);
  background: var(--bg-soft); cursor: pointer;
  transition: .28s var(--ease); overflow: hidden;
}
.why__item::after {
  content: ""; position: absolute; left: 1.4rem; right: 1.4rem; bottom: 0; height: 3px;
  background: var(--primary); border-radius: 3px 3px 0 0;
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.why__item:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--shadow-md); }
.why__item:hover::after { transform: scaleX(1); }
.why__ico {
  width: 46px; height: 46px; border-radius: 13px;
  background: #fff; color: var(--primary);
  display: grid; place-items: center; font-size: 1.35rem;
  transition: .28s var(--ease);
}
.why__item:hover .why__ico { background: var(--primary); color: #fff; }
.why__num {
  position: absolute; top: 1.3rem; right: 1.3rem;
  font-weight: 700; font-size: .8rem; letter-spacing: .06em;
  color: rgba(28, 42, 53, .28); line-height: 1;
  transition: color .28s;
}
.why__item:hover .why__num { color: var(--primary); }
.why__item h3 { font-size: .97rem; font-weight: 600; color: var(--primary-dark); margin-top: 1.05rem; }
.why__item p { font-size: .84rem; color: var(--muted); margin-top: .4rem; }

/* Gri zeminli bölümde kartlar beyaz olsun ki belirginleşsin */
.section--tint .why__item { background: #fff; }
.section--tint .why__ico { background: var(--bg-soft); }
.section--tint .why__item:hover .why__ico { background: var(--primary); }
.why__more {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: .9rem; font-size: .8rem; font-weight: 600; color: var(--primary);
  opacity: .75; transition: opacity .25s, gap .25s var(--ease);
}
.why__more .ti { font-size: .95rem; transition: transform .25s var(--ease); }
.why__item:hover .why__more { opacity: 1; }
.why__item:hover .why__more .ti { transform: translateX(3px); }

/* ═══════════ SERVICES ═══════════ */
.services__grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.scard {
  background: #fff; border-radius: var(--radius-lg);
  padding: 2rem 1.7rem; border: 1px solid var(--line);
  transition: .28s var(--ease);
}
.scard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.scard__ico {
  width: 54px; height: 54px; border-radius: 15px;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 1.2rem;
}
.scard h3 { font-size: 1.14rem; font-weight: 600; color: var(--primary-dark); }
.scard p { font-size: .89rem; color: var(--muted); margin-top: .55rem; }
.scard ul { margin-top: 1.05rem; display: grid; gap: .45rem; }
.scard ul li { display: flex; align-items: center; gap: .55rem; font-size: .85rem; font-weight: 500; }
.scard ul li .ti { font-size: 1rem; color: var(--primary); flex: none; }

/* Öne çıkan hizmet kartı (koyu) — taban kuralların sonrasında olmalı */
.scard--featured { background: var(--primary-dark); color: rgba(255,255,255,.85); border-color: var(--primary-dark); }
.scard--featured h3 { color: var(--primary); }
.scard--featured p { color: rgba(255,255,255,.75); }
.scard--featured ul li { color: rgba(255,255,255,.88); }
.scard--featured ul li .ti { color: #f8a566; }
.scard--featured .scard__ico { background: rgba(235, 97, 2, .16); color: #f8a566; }

/* ═══════════ TECH ═══════════ */
.tech { background: var(--primary-dark); color: rgba(255,255,255,.8); }
.tech__inner { display: grid; gap: 3rem; align-items: center; }
.tech__content > p { margin-top: 1.15rem; max-width: 520px; }
.tech__feats { margin-top: 1.9rem; display: grid; gap: .9rem; grid-template-columns: 1fr; }
.tech__feat {
  display: flex; gap: .95rem; align-items: flex-start;
  padding: 1.05rem 1.15rem; border-radius: var(--radius);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  transition: .28s var(--ease);
}
.tech__feat:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.tech__feat > .ti { font-size: 1.45rem; color: #f8a566; flex: none; margin-top: .1rem; }
.tech__feat strong { display: block; color: #fff; font-size: .93rem; font-weight: 600; }
.tech__feat span { font-size: .82rem; color: rgba(255,255,255,.62); }
.tech__visual { display: grid; place-items: center; }
.tech__ring svg { width: min(70vw, 300px); animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ═══════════ JOURNEY (timeline) ═══════════ */
.journey__steps { display: grid; gap: 2.1rem; }
.jstep { position: relative; padding-left: 4.1rem; }
.jstep::before {
  content: ""; position: absolute; left: 23px; top: 54px; bottom: -1.7rem; width: 2px;
  background: linear-gradient(180deg, var(--primary-soft), var(--line));
}
.jstep:last-child::before { display: none; }
.jstep__num {
  position: absolute; left: 0; top: 0;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center;
  font-weight: 700; font-size: 1.05rem;
  transition: .28s var(--ease);
}
.jstep:hover .jstep__num { background: var(--primary); color: #fff; }
.jstep h3 { font-size: 1.02rem; font-weight: 600; color: var(--primary-dark); padding-top: .55rem; }
.jstep p { font-size: .87rem; color: var(--muted); margin-top: .45rem; max-width: 46ch; }

.journey__note {
  margin-top: 2.6rem; padding: 1.6rem 1.7rem; border-radius: var(--radius);
  background: var(--bg-soft);
  display: grid; gap: 1rem;
}
.journey__note p { font-size: .87rem; color: var(--muted); }
.journey__note strong { color: var(--primary-dark); }

/* ═══════════ KİLOMETRE TAŞLARI + GÜVEN ŞERİDİ ═══════════ */
.milestones {
  margin-top: clamp(3rem, 7vw, 4.5rem);
  display: grid; gap: 1.6rem;
  counter-reset: ms;
}
.milestone { position: relative; padding-left: 2rem; }
.milestone::before {
  content: ""; position: absolute; left: 6px; top: 8px; bottom: -1.6rem; width: 2px;
  background: var(--line);
}
.milestone:last-child::before { display: none; }
.milestone::after {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--primary-soft); border: 3px solid var(--primary);
}
.milestone--now::after { background: var(--primary); }
.milestone__year { font-family: var(--font-head); font-size: .78rem; font-weight: 700; letter-spacing: .08em; color: var(--primary); text-transform: uppercase; }
.milestone strong { display: block; font-family: var(--font-head); font-size: .98rem; line-height: 1.3; color: var(--primary-dark); margin-top: .2rem; }
.milestone p { font-size: .84rem; color: var(--muted); margin-top: .25rem; }

.trustbar {
  margin-top: clamp(2.2rem, 5vw, 3rem);
  padding: 1.2rem 1.4rem; border-radius: var(--radius);
  background: var(--bg-soft);
  display: grid; gap: .9rem;
}
.trustbar__item { display: flex; align-items: center; gap: .7rem; font-size: .84rem; font-weight: 600; color: var(--primary-dark); }
.trustbar__item .ti { font-size: 1.3rem; color: var(--primary); }

/* ═══════════ TEDAVİ SİHİRBAZI ═══════════ */
.wizard {
  margin-top: clamp(2.6rem, 6vw, 3.6rem);
  background: var(--primary-dark); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  display: grid; gap: 1.8rem;
  color: rgba(255,255,255,.85);
}
.wizard__intro h3 { font-size: 1.35rem; font-weight: 700; color: #fff; margin-top: .9rem; }
.wizard__intro p { font-size: .87rem; color: rgba(255,255,255,.7); margin-top: .8rem; max-width: 48ch; }
.wizard__box { background: #fff; border-radius: var(--radius); padding: 1.5rem 1.4rem; color: var(--ink); align-self: start; }
.wizard__progress { display: flex; gap: .4rem; margin-bottom: 1.2rem; }
.wizard__progress span { height: 5px; flex: 1; border-radius: 3px; background: var(--line); transition: background .3s; }
.wizard__progress span.is-active { background: var(--primary); }
.wizard__step h4 { font-family: var(--font-head); font-size: 1.05rem; color: var(--primary-dark); }
.wizard__options { display: grid; gap: .55rem; margin-top: 1rem; }
.wizard__options button {
  padding: .8rem 1rem; border-radius: 11px; text-align: left;
  background: var(--bg-soft); font-size: .89rem; font-weight: 500;
  transition: background .2s, color .2s, transform .2s var(--ease);
}
.wizard__options button:hover { background: var(--primary-soft); color: var(--primary); transform: translateX(3px); }
.wizard__result { display: grid; gap: .8rem; animation: panelIn .4s var(--ease); }
.wizard__result[hidden] { display: none; }
.wizard__result-kicker { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); }
.wizard__result strong { font-family: var(--font-head); font-size: 1.25rem; color: var(--primary-dark); line-height: 1.3; }
.wizard__result p { font-size: .87rem; color: var(--muted); }
.wizard__restart { display: inline-flex; align-items: center; gap: .4rem; justify-self: center; font-size: .8rem; font-weight: 600; color: var(--muted); transition: color .2s; }
.wizard__restart:hover { color: var(--primary); }

/* ═══════════ VİDEO YORUM KUTULARI ═══════════ */
.testi__videos { margin-top: 1.6rem; display: grid; gap: 1rem; }
.vtile {
  display: flex; align-items: center; gap: 1rem;
  background: var(--primary-dark); border-radius: var(--radius);
  padding: 1.15rem 1.3rem; color: #fff;
  transition: .28s var(--ease);
}
.vtile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vtile__play {
  width: 46px; height: 46px; flex: none; border-radius: 50%;
  background: var(--primary); display: grid; place-items: center; font-size: 1.15rem;
  transition: transform .25s var(--ease);
}
.vtile:hover .vtile__play { transform: scale(1.1); }
.vtile__body { flex: 1; display: grid; }
.vtile__body strong { font-family: var(--font-head); font-size: .95rem; }
.vtile__body span { font-size: .78rem; color: rgba(255,255,255,.65); }
.vtile__brand { font-size: 1.4rem; opacity: .5; }

/* ═══════════ SÖZLÜK ═══════════ */
.glossary__grid { display: grid; gap: .7rem; grid-template-columns: 1fr; align-items: start; }
.gloss { background: var(--bg-soft); border-radius: 13px; overflow: hidden; transition: background .25s; }
.gloss[open] { background: #fff; box-shadow: var(--shadow-sm); }
.gloss summary {
  display: flex; align-items: center; justify-content: space-between; gap: .8rem;
  padding: .95rem 1.15rem; cursor: pointer; list-style: none;
  font-family: var(--font-head); font-weight: 600; font-size: .89rem; color: var(--primary-dark);
}
.gloss summary::-webkit-details-marker { display: none; }
.gloss summary::after {
  content: "+"; font-family: var(--font-head); font-weight: 600; font-size: 1.1rem;
  color: var(--primary); transition: transform .3s var(--ease);
}
.gloss[open] summary::after { transform: rotate(45deg); }
.gloss p { padding: 0 1.15rem 1rem; font-size: .85rem; color: var(--muted); }

/* ═══════════ GEBELİK HESAPLAMA ═══════════ */
.calc {
  margin-top: 2.6rem; border-radius: var(--radius-lg);
  background: var(--bg-soft); padding: clamp(1.6rem, 4vw, 2.4rem);
  display: grid; gap: 1.8rem;
}
.calc__intro h3 { font-size: 1.3rem; font-weight: 700; color: var(--primary-dark); margin-top: .9rem; }
.calc__intro p { font-size: .88rem; color: var(--muted); margin-top: .8rem; max-width: 46ch; }
.calc__tabs { display: flex; gap: .5rem; margin-top: 1.3rem; }
.calc__tab {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .6rem 1.15rem; border-radius: 10px;
  font-size: .85rem; font-weight: 600; color: var(--muted); background: #fff;
  transition: .22s var(--ease);
}
.calc__tab .ti { font-size: 1.05rem; }
.calc__tab:hover { color: var(--primary); }
.calc__tab.is-active { background: var(--primary); color: #fff; }
.calc__form { display: grid; gap: 1rem; align-content: start; }
.calc__form[hidden] { display: none; }
.calc__form input, .calc__form select { background: #fff; }
.calc__result {
  background: #fff; border-radius: 14px; padding: 1.1rem 1.2rem;
  display: grid; gap: .8rem; animation: panelIn .4s var(--ease);
}
.calc__result[hidden] { display: none; }
.calc__result-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.calc__result-row span { font-size: .82rem; font-weight: 500; color: var(--muted); }
.calc__result-row strong { font-family: var(--font-head); font-size: 1.02rem; font-weight: 700; color: var(--primary); text-align: right; }

/* ═══════════ HASTA YORUMLARI ═══════════ */
.testi__grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.testi__card {
  position: relative; background: var(--bg-soft); border-radius: var(--radius-lg);
  padding: 1.8rem 1.7rem; display: flex; flex-direction: column;
  transition: .28s var(--ease);
}
.testi__card:hover { transform: translateY(-5px); background: #fff; box-shadow: var(--shadow-md); }
.testi__quote {
  position: absolute; top: 1.4rem; right: 1.5rem;
  font-size: 2rem; color: rgba(235, 97, 2, .18);
}
.testi__stars { display: flex; gap: .15rem; color: var(--primary); font-size: .95rem; }
.testi__card blockquote { margin-top: 1.1rem; font-size: .92rem; color: var(--ink); line-height: 1.75; flex: 1; }
.testi__card figcaption { margin-top: 1.3rem; display: flex; flex-direction: column; }
.testi__card figcaption strong { font-family: var(--font-head); font-size: .92rem; color: var(--primary-dark); }
.testi__card figcaption span { font-size: .78rem; color: var(--muted); margin-top: .15rem; }

/* ═══════════ GALERİ ═══════════ */
.gallery__grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.gallery__tile {
  position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius);
  background: linear-gradient(150deg, #24333f, var(--primary-dark));
  display: grid; place-content: center; justify-items: center; gap: .7rem;
  color: rgba(255,255,255,.9); overflow: hidden;
  transition: .28s var(--ease);
}
.gallery__tile::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 80% at 70% 20%, rgba(235, 97, 2, .16), transparent 60%);
}
.gallery__tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.gallery__tile--wide { grid-column: span 2; aspect-ratio: 8 / 3; }
.gallery__tile .ti { font-size: 2rem; color: #f8a566; }
.gallery__tile span { font-size: .82rem; font-weight: 600; position: relative; text-align: center; padding-inline: .8rem; }

/* Gerçek fotoğraf içeren galeri kutusu */
.gallery__tile--photo { display: block; padding: 0; }
.gallery__tile--photo::after { display: none; }
.gallery__tile--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery__tile--photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  padding: 1.4rem 1.1rem .9rem;
  background: linear-gradient(0deg, rgba(20,27,34,.82), transparent);
  color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .85rem;
}

/* ═══════════ TEAM ═══════════ */
.team__grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.member {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.1rem; text-align: center;
  transition: .28s var(--ease);
}
.member:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(235, 97, 2, .25); }
.member--lead { grid-column: 1 / -1; }
.member__avatar {
  width: 72px; height: 72px; margin-inline: auto; border-radius: 50%;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center;
  font-weight: 700; font-size: 1.3rem; letter-spacing: -.02em;
  transition: .28s var(--ease);
}
.member:hover .member__avatar { background: var(--primary); color: #fff; }
.member--lead .member__avatar { width: 88px; height: 88px; font-size: 1.6rem; background: var(--primary-dark); color: #fff; }
.member h3 { margin-top: .95rem; font-size: .95rem; font-weight: 600; color: var(--primary-dark); }
.member--lead h3 { font-size: 1.2rem; }
.member__role { display: block; margin-top: .3rem; font-size: .74rem; font-weight: 600; color: var(--accent); }
.member p { margin-top: .5rem; font-size: .84rem; color: var(--muted); }
.member__info { text-align: center; }

/* ═══════════ FAQ ═══════════ */
.faq__inner { display: grid; gap: 2.4rem; }
.faq__head p { margin-top: .95rem; color: var(--muted); max-width: 420px; }
.faq__head .btn { margin-top: 1.4rem; }
.faq__list { display: grid; gap: .75rem; align-content: start; }
.faq__item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: box-shadow .28s var(--ease), border-color .28s;
}
.faq__item[open] { box-shadow: var(--shadow-md); border-color: rgba(235, 97, 2, .25); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 1.25rem; cursor: pointer; list-style: none;
  font-weight: 600; font-size: .93rem; color: var(--primary-dark);
  transition: color .2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--primary); }
.faq__chev {
  width: 28px; height: 28px; flex: none; border-radius: 9px;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1rem;
  transition: .3s var(--ease);
}
.faq__item[open] .faq__chev { transform: rotate(45deg); background: var(--primary); color: #fff; }
.faq__item p { padding: 0 1.25rem 1.2rem; font-size: .87rem; color: var(--muted); }

/* ═══════════ BLOG ═══════════ */
.blog__grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.bcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: .28s var(--ease);
}
.bcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.bcard__media {
  aspect-ratio: 16 / 7.5; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--primary-soft), #eef4f0);
  color: var(--primary); font-size: 2.6rem;
}
.bcard__media .ti { transition: transform .35s var(--ease); }
.bcard:hover .bcard__media .ti { transform: scale(1.18); }
.bcard__body { padding: 1.45rem 1.45rem 1.55rem; display: flex; flex-direction: column; flex: 1; }
.bcard__meta { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.bcard__tag {
  align-self: flex-start; padding: .26rem .75rem; border-radius: 8px;
  background: var(--accent-soft); color: var(--accent);
  font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.bcard__time { display: inline-flex; align-items: center; gap: .3rem; font-size: .74rem; font-weight: 500; color: var(--muted); }
.bcard__time .ti { font-size: .9rem; }
.bcard h3 { margin-top: .85rem; font-size: 1rem; font-weight: 600; color: var(--primary-dark); line-height: 1.45; }
.bcard p { margin-top: .5rem; font-size: .85rem; color: var(--muted); flex: 1; }
.bcard__link { margin-top: 1rem; font-weight: 600; font-size: .85rem; color: var(--accent); display: inline-flex; align-items: center; gap: .35rem; }
.bcard__link .ti { font-size: 1rem; transition: transform .25s var(--ease); }
.bcard:hover .bcard__link .ti { transform: translateX(4px); }

/* ═══════════ CTA ═══════════ */
.cta { padding-block: clamp(2rem, 5vw, 4rem); }
.cta__box {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 60% 110% at 85% 0%, rgba(235, 97, 2, .22), transparent 60%),
    var(--primary-dark);
  border-radius: var(--radius-lg);
  padding: clamp(2.6rem, 6vw, 4.2rem) clamp(1.5rem, 5vw, 4rem);
  display: grid; gap: 2rem; align-items: center;
}
.cta__content { position: relative; max-width: 620px; }
.cta__media { min-height: 220px; }
.cta__content h2 { font-weight: 700; font-size: clamp(1.6rem, 3.2vw + .5rem, 2.6rem); color: #fff; margin-top: 1rem; }
.cta__content h2 em { font-style: normal; color: #f8a566; }
.cta__content p { margin-top: 1.05rem; color: rgba(255,255,255,.8); font-size: var(--fs-lead); }
.cta__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.cta__note { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.3rem; font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.6); }
.cta__note .ti { font-size: 1rem; }

/* ═══════════ CONTACT ═══════════ */
.contact__grid { display: grid; gap: 2rem; }
.contact__form-wrap {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.3rem);
  box-shadow: var(--shadow-sm);
}
.cform__title { font-weight: 700; font-size: 1.25rem; color: var(--primary-dark); margin-bottom: 1.3rem; }
.cform { display: grid; gap: 1.05rem; }
.cform__row { display: grid; gap: 1.05rem; }
.cform__field { display: grid; gap: .38rem; }
.cform__field label { font-size: .8rem; font-weight: 600; color: var(--primary-dark); }
.cform__field input,
.cform__field select,
.cform__field textarea {
  font: inherit; font-size: .92rem; color: var(--ink);
  padding: .78rem 1rem; border-radius: 11px;
  border: 1.5px solid var(--line); background: var(--bg-soft);
  transition: border-color .2s, box-shadow .2s, background .2s;
  width: 100%;
}
.cform__field textarea { resize: vertical; min-height: 105px; }
.cform__field input:focus,
.cform__field select:focus,
.cform__field textarea:focus {
  outline: none; border-color: var(--primary); background: #fff;
  box-shadow: 0 0 0 4px rgba(235, 97, 2, .1);
}
.cform__field input.error { border-color: #d64545; }
.cform__consent { display: flex; gap: .65rem; align-items: flex-start; font-size: .78rem; color: var(--muted); cursor: pointer; }
.cform__consent input { margin-top: .2rem; width: 16px; height: 16px; accent-color: var(--primary); flex: none; }
.cform__consent.error span { color: #d64545; }
.cform__success {
  display: flex; align-items: center; gap: .55rem;
  padding: .85rem 1.05rem; border-radius: 11px;
  background: var(--primary-soft); color: var(--primary-dark); font-weight: 600; font-size: .87rem;
  animation: panelIn .4s var(--ease);
}
.cform__success .ti { color: var(--primary); }
.cform__success .ti { font-size: 1.15rem; flex: none; }
.cform__success[hidden] { display: none; }

.contact__info { display: grid; gap: .9rem; align-content: start; }
.cinfo {
  display: flex; gap: 1rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.15rem 1.25rem;
  transition: .28s var(--ease);
}
.cinfo:hover { border-color: rgba(235, 97, 2, .25); box-shadow: var(--shadow-sm); }
.cinfo__ico {
  width: 46px; height: 46px; flex: none; border-radius: 13px;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 1.3rem;
}
.cinfo strong { display: block; color: var(--primary-dark); font-size: .92rem; font-weight: 600; }
.cinfo p { font-size: .85rem; color: var(--muted); margin-top: .15rem; }
.cinfo a { color: var(--primary); font-weight: 500; }
.cinfo a:hover { color: var(--accent); }

.contact__socials { display: flex; gap: .6rem; margin-top: .3rem; }
.soc {
  width: 46px; height: 46px; border-radius: 13px;
  background: var(--primary-soft);
  display: grid; place-items: center; color: var(--primary); font-size: 1.3rem;
  transition: .22s var(--ease);
}
.soc:hover { transform: translateY(-3px); background: var(--primary); color: #fff; }

.contact__map { margin-top: 2.2rem; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.contact__map iframe { width: 100%; height: clamp(280px, 38vw, 420px); border: 0; }

.map-facade {
  width: 100%; height: clamp(280px, 38vw, 420px);
  display: grid; place-content: center; justify-items: center; gap: .55rem;
  background:
    radial-gradient(ellipse 70% 90% at 75% 15%, rgba(235, 97, 2, .08), transparent 60%),
    var(--bg-soft);
  transition: background .25s;
}
.map-facade:hover { background: var(--primary-soft); }
.map-facade__pin {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: grid; place-items: center; font-size: 1.6rem;
  margin-bottom: .5rem;
}
.map-facade strong { font-family: var(--font-head); font-size: 1.05rem; color: var(--primary-dark); }
.map-facade__addr { font-size: .85rem; color: var(--muted); }
.map-facade__note { font-size: .72rem; color: var(--muted); opacity: .7; }

/* ═══════════ FOOTER ═══════════ */
.footer { background: var(--primary-dark); color: rgba(255,255,255,.7); padding-top: clamp(3rem, 7vw, 4.8rem); font-size: .87rem; }
.footer__grid { display: grid; gap: 2.3rem; grid-template-columns: 1fr; padding-bottom: 2.6rem; }
.footer__brand p { margin-top: 1.05rem; max-width: 320px; }
.footer__socials { display: flex; gap: .55rem; margin-top: 1.25rem; }
.footer__socials a {
  width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(255,255,255,.07); color: rgba(255,255,255,.85); font-size: 1.15rem;
  transition: .22s var(--ease);
}
.footer__socials a:hover { background: var(--accent); color: #fff; transform: translateY(-3px); }
.footer__col h4 { color: #fff; font-size: .92rem; font-weight: 600; margin-bottom: .95rem; }
.footer__col a { display: block; padding-block: .3rem; transition: color .2s, padding-left .22s var(--ease); }
.footer__col a:hover { color: #f8a566; padding-left: .35rem; }
.footer__col--contact p { margin-bottom: .55rem; }
.footer__langs { display: flex; gap: .45rem; margin-top: .95rem; }
.footer__langs span { padding: .28rem .7rem; border-radius: 8px; background: rgba(255,255,255,.08); font-size: .72rem; font-weight: 600; }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 1.3rem;
  display: grid; gap: .45rem; font-size: .77rem;
  text-align: center;
}
.footer__legal { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; }
.footer__legal a:hover { color: #f8a566; }
.footer__kvkk { color: rgba(255,255,255,.45); }

/* ═══════════ MOBİL YAPIŞKAN CTA ═══════════ */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
  display: grid; grid-template-columns: 1fr 1fr 1.4fr;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding: .55rem .7rem calc(.55rem + env(safe-area-inset-bottom, 0px));
  gap: .5rem;
}
.mobile-cta a {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .72rem .5rem; border-radius: 11px;
  font-size: .82rem; font-weight: 700; color: var(--primary-dark);
  background: var(--bg-soft);
}
.mobile-cta a .ti { font-size: 1.1rem; }
.mobile-cta__main { background: var(--primary) !important; color: #fff !important; }

/* ═══════════ KVKK / ÇEREZ BANDI ═══════════ */
.cookiebar {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 150;
  background: var(--primary-dark); color: rgba(255,255,255,.85);
  border-radius: var(--radius); padding: 1.1rem 1.25rem;
  display: grid; gap: .9rem;
  box-shadow: var(--shadow-lg);
  animation: panelIn .5s var(--ease);
}
.cookiebar[hidden] { display: none; }
.cookiebar p { font-size: .82rem; line-height: 1.6; }
.cookiebar a { color: #f8a566; font-weight: 600; text-decoration: underline; }
.cookiebar__actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.cookiebar .btn--outline { background: rgba(255,255,255,.1); color: #fff; }
.cookiebar .btn--outline:hover { background: rgba(255,255,255,.2); }

/* ═══════════ YÜZEN AKSİYONLAR ═══════════ */
.wa-widget { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 80; display: grid; justify-items: end; gap: .8rem; }
.wa-menu {
  width: min(300px, calc(100vw - 2.5rem));
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: .6rem;
  animation: panelIn .3s var(--ease);
}
.wa-menu[hidden] { display: none; }
.wa-menu__title {
  display: block; padding: .6rem .7rem .5rem;
  font-family: var(--font-head); font-weight: 700; font-size: .88rem; color: var(--primary-dark);
}
.wa-menu a {
  display: flex; align-items: center; gap: .7rem;
  padding: .65rem .7rem; border-radius: 10px;
  font-size: .86rem; font-weight: 500; color: var(--ink);
  transition: background .18s, color .18s;
}
.wa-menu a:hover { background: var(--primary-soft); color: var(--primary); }
.wa-menu a .ti { font-size: 1.15rem; color: var(--primary); flex: none; }

.fab-wa {
  position: relative;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--ink); color: #fff; font-size: 1.7rem;
  display: grid; place-items: center;
  transition: transform .22s var(--ease), background .22s;
  animation: fabPulse 2.8s ease-out infinite;
}
.fab-wa:hover { transform: scale(1.08); background: var(--primary); }
@keyframes fabPulse {
  0% { box-shadow: 0 0 0 0 rgba(27,37,48,.3); }
  70% { box-shadow: 0 0 0 16px rgba(27,37,48,0); }
  100% { box-shadow: 0 0 0 0 rgba(27,37,48,0); }
}
.fab-wa__tip {
  position: absolute; right: calc(100% + .75rem); top: 50%; transform: translateY(-50%) translateX(6px);
  background: var(--primary-dark); color: #fff;
  padding: .42rem .85rem; border-radius: 9px; font-size: .75rem; font-weight: 600;
  white-space: nowrap; opacity: 0; pointer-events: none;
  transition: .22s var(--ease);
}
.fab-wa:hover .fab-wa__tip { opacity: 1; transform: translateY(-50%) translateX(0); }

.to-top {
  position: fixed; right: .9rem; top: 50%; z-index: 79;
  display: flex; flex-direction: column; align-items: center; gap: .55rem;
  color: var(--muted); font-size: 1rem;
  opacity: 0; visibility: hidden;
  transform: translateY(calc(-50% + 10px));
  transition: opacity .3s var(--ease), transform .3s var(--ease), color .2s, visibility .3s;
}
.to-top span {
  writing-mode: vertical-rl;
  font-size: .68rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
}
.to-top.show { opacity: .45; visibility: visible; transform: translateY(-50%); }
.to-top:hover { opacity: 1; color: var(--primary); }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (min-width: 560px) {
  .topbar__mail { display: inline-flex; }
  .topbar__socials { display: flex; }
}

@media (min-width: 640px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .cform__row { grid-template-columns: 1fr 1fr; }
  .team__grid { grid-template-columns: repeat(3, 1fr); }
  .hero__stats { grid-template-columns: repeat(5, 1fr); }
  .tech__feats { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .topbar__loc { display: inline-flex; }
  .hero__inner { grid-template-columns: 1.08fr .92fr; align-items: center; gap: 3.5rem; }
  .hero__visual { margin-inline: 0 .5rem; }
  .about__inner { grid-template-columns: .9fr 1.1fr; gap: 4.5rem; }
  .cards-grid { grid-template-columns: repeat(3, 1fr); }
  .why__grid { grid-template-columns: repeat(5, 1fr); }
  .services__grid { grid-template-columns: repeat(3, 1fr); }
  .tech__inner { grid-template-columns: 1.15fr .85fr; }
  .journey__steps { grid-template-columns: repeat(5, 1fr); gap: 1.4rem; }
  .jstep { padding: 0 .4rem; text-align: center; }
  .jstep::before {
    display: block; left: calc(50% + 34px); right: auto; top: 23px; bottom: auto;
    width: calc(100% + 1.4rem - 68px); height: 2px;
    background: linear-gradient(90deg, var(--primary-soft), var(--line));
  }
  .jstep:last-child::before { display: none; }
  .jstep__num { position: static; margin-inline: auto; }
  .jstep h3 { padding-top: 1.1rem; font-size: .98rem; }
  .jstep p { margin-inline: auto; }
  .journey__note { grid-template-columns: 1fr auto; align-items: center; }
  .faq__inner { grid-template-columns: .8fr 1.2fr; gap: 4rem; }
  .blog__grid { grid-template-columns: repeat(3, 1fr); }
  .testi__grid { grid-template-columns: repeat(3, 1fr); }
  .testi__videos { grid-template-columns: 1fr 1fr; }
  .gallery__grid { grid-template-columns: repeat(4, 1fr); }
  .gallery__tile--wide { grid-column: span 2; }
  .calc { grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; }
  .wizard { grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; }
  .glossary__grid { grid-template-columns: 1fr 1fr; gap: .8rem 1rem; }
  .milestones { grid-template-columns: repeat(5, 1fr); gap: 2rem; }
  .milestone { padding-left: 0; padding-top: 1.7rem; padding-right: 1.2rem; }
  .milestone::before { left: 20px; right: calc(-2rem - 6px); top: 6px; bottom: auto; width: auto; height: 2px; }
  .milestone::after { top: 0; }
  /* Başlıklar 2 satıra kadar sabit yükseklik — açıklamalar aynı hizadan başlasın */
  .milestone strong { min-height: 2.6em; }
  .trustbar { grid-template-columns: repeat(4, 1fr); justify-items: center; }
  .cookiebar { left: auto; right: 1.5rem; bottom: 1.5rem; max-width: 420px; }
  .mobile-cta { display: none; }
  .cta__box { grid-template-columns: 1.15fr .85fr; gap: 3rem; }
  .cta__media { min-height: 100%; align-self: stretch; }
  .page-hero__inner { grid-template-columns: 1.08fr .92fr; align-items: center; gap: 3.5rem; }
  .tsplit { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .page-stats { grid-template-columns: repeat(4, 1fr); }
  .glx__grid { grid-template-columns: repeat(3, 1fr); }
  .glx__tools { grid-template-columns: 1fr auto; align-items: center; }
  .gterm-related { grid-template-columns: 1fr 1fr; }
  .tv-grid { grid-template-columns: repeat(3, 1fr); }
  .tv-channel { grid-template-columns: auto 1fr; }
  .tv-channel__avatar { width: 88px; height: 88px; }
  .contact__grid { grid-template-columns: 1.15fr .85fr; gap: 2.4rem; align-items: start; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr; gap: 2rem; }
  .footer__bottom { grid-template-columns: 1fr auto auto; text-align: left; align-items: center; gap: 1.5rem; }
  .member--lead { display: flex; align-items: center; gap: 1.6rem; text-align: left; padding: 1.7rem 2rem; }
  .member--lead .member__avatar { margin: 0; flex: none; }
  .member--lead .member__info { text-align: left; }
}

@media (min-width: 1100px) {
  .nav { display: block; }
  .header__cta { display: inline-flex; }
}

@media (max-width: 480px) {
  .hero__chip--rate { top: -1rem; right: 0; }
  .hero__chip--fam { bottom: -1rem; left: 0; }
}

/* Mobilde: alt CTA çubuğu görevi devralır — yüzen WhatsApp gizlenir */
@media (max-width: 899px) {
  body { padding-bottom: 76px; }
  .wa-widget { display: none; }
  .cookiebar { bottom: calc(76px + .9rem + env(safe-area-inset-bottom, 0px)); }
}

/* ── Hareket azaltma ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .hero__title span::after { transform: scaleX(1); }
  .hero__kicker-line path { stroke-dashoffset: 0; }
  .media-shine::after, .hero__visual::before, .about__visual::before, .tech__visual::before { animation: none; }
  .media-shine::after { display: none; }
}
