/* ============================================================
   kagankatar.com — Ana Stil Dosyası (v3 – Bold / Kinetic)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --bg:           #EBEBEB;
  --bg-off:       #E2E2E0;
  --bg-card:      #F5F5F3;
  --bg-dark:      #111111;
  --bg-dark-2:    #0A0A0A;
  --white:        #FFFFFF;
  --text:         #111111;
  --text-mid:     #666666;
  --text-light:   #AAAAAA;
  --accent:       #3D5C3A;
  --accent-warm:  #5C7A59;
  --accent-pale:  rgba(61,92,58,.10);

  /* Legacy compat */
  --green-deep:   #111111;
  --green-dark:   #3D5C3A;
  --green-mid:    #5C7A59;
  --green-light:  #A3C4A4;
  --green-pale:   rgba(61,92,58,.10);
  --cream:        #EBEBEB;
  --cream-bg:     #E2E2E0;
  --cream-card:   #F5F5F3;
  --text-dark:    #111111;

  --border:       rgba(0,0,0,.07);
  --border-mid:   rgba(0,0,0,.13);
  --shadow:       0 2px 24px rgba(0,0,0,.06);
  --shadow-md:    0 8px 48px rgba(0,0,0,.10);
  --shadow-lg:    0 20px 80px rgba(0,0,0,.14);
  --radius:       16px;
  --radius-lg:    20px;
  --radius-xl:    28px;
  --transition:   200ms ease;
  --font-heading: 'DM Sans', system-ui, sans-serif;
  --font-body:    'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --max-w:        1200px;
  --header-h:     88px;
}

/* ── Reset ─────────────────────────────────────────────────── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, textarea, select { font-family: inherit; }
strong { font-weight: 700; }

/* ── Typography ────────────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  line-height: 1.1;
  color: var(--text);
}
h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}
h3 { font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 600; letter-spacing: -0.01em; }
h4 { font-size: 1rem; font-weight: 600; }
p  { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ── Layout ────────────────────────────────────────────────── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
}
.section          { padding: 96px 0; }
.section--sm      { padding: 56px 0; }
.section--lg      { padding: 128px 0; }
.section--cream   { background: var(--bg-off); }
.section--pale    { background: var(--bg-off); }
.section--white   { background: var(--white); }
.section--dark    { background: var(--bg-dark); color: var(--white); }
.section--dark h2 { color: var(--white); }
.section--dark p  { color: rgba(255,255,255,.65); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.text-center { text-align: center; }

/* ── Header ────────────────────────────────────────────────── */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg);
  height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.header-logo img { height: 44px; width: auto; }
.header-logo-text { color: var(--text); font-family: var(--font-heading); line-height: 1.2; }
.header-logo-text .name  { font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.header-logo-text .title { font-size: .63rem; color: var(--text-light); font-weight: 400; letter-spacing: .4px; }

/* Nav — centered */
.header-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.nav-item { position: relative; }
.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  color: var(--text);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 100px;
  transition: background var(--transition), color var(--transition);
  white-space: nowrap;
  position: relative;
}
.nav-link:hover,
.nav-link:visited,
.nav-link.active {
  color: var(--text);
  background: var(--white);
}
.nav-link .chevron { font-size: .55rem; opacity: .5; transition: transform var(--transition); }
.nav-item:hover .nav-link .chevron { transform: rotate(180deg); }

.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 230px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  z-index: 200;
  overflow: hidden;
  padding: 6px;
}
.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown a {
  display: block;
  padding: 10px 14px;
  font-size: .82rem;
  color: var(--text-mid);
  border-radius: 10px;
  transition: background var(--transition), color var(--transition);
}
.dropdown a:hover { background: var(--bg); color: var(--text); }

/* Header CTA */
.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.lang-switcher {
  display: flex;
  align-items: center;
}
.lang-btn {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--text-mid);
  border: 1.5px solid var(--border-mid);
  border-radius: 100px;
  padding: 4px 11px;
  transition: color var(--transition), border-color var(--transition), background var(--transition);
}
.lang-btn:hover {
  color: var(--text);
  border-color: var(--text-mid);
  background: var(--bg);
}
.btn-header-wa {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all var(--transition);
  background: var(--accent);
  color: white;
  border: 1.5px solid var(--accent);
}
.btn-header-wa:hover { background: #2f4a2d; border-color: #2f4a2d; }

/* Mobil tam ekran menünün başlık/iletişim bölümleri: masaüstünde gizli,
   .mnav-list masaüstü flex düzenine karışmasın diye "contents" */
.mnav-head { display: none; }
.mnav-contact { display: none; }
.mnav-list { display: contents; }
.nav-toggle {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--text);
  transition: var(--transition);
}

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: -.01em;
  transition: all var(--transition);
  border: 1.5px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary {
  background: var(--text);
  color: var(--white);
  border-color: var(--text);
}
.btn-primary:hover {
  background: var(--bg-dark-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
}
.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: var(--border-mid);
}
.btn-outline:hover { background: var(--bg-off); border-color: rgba(0,0,0,.25); }
.btn-cream {
  background: var(--bg);
  color: var(--text);
  border-color: transparent;
}
.btn-cream:hover { background: var(--white); transform: translateY(-2px); }
.btn-outline-cream {
  background: transparent;
  color: rgba(255,255,255,.85);
  border-color: rgba(255,255,255,.25);
}
.btn-outline-cream:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); }
.btn-wa {
  background: #25d366;
  color: white;
  border-color: #25d366;
}
.btn-wa:hover { background: #1aad52; transform: translateY(-2px); }
.btn-lg  { padding: 17px 36px; font-size: .95rem; }
.btn-sm  { padding: 9px 18px; font-size: .78rem; }
.btn-full { width: 100%; justify-content: center; }
.btn-group { display: flex; flex-wrap: wrap; gap: 10px; }

/* Telefon arama butonları: masaüstünde mail, mobilde arama (masaüstünden arama yapılamaz) */
.cta-call { display: none; }
.cta-mail { display: inline-flex; }
@media (max-width: 768px) {
  .cta-call { display: inline-flex; }
  .cta-mail { display: none; }
}

/* ── Hero (Ana Sayfa) ───────────────────────────────────────── */
.hero {
  background: var(--bg);
  color: var(--text);
  min-height: calc(72vh - var(--header-h));
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.hero > .container { width: 100%; }
/* Büyük watermark arka plan metni */
.hero::before {
  content: 'sağlık';
  position: absolute;
  bottom: -3vw;
  left: -2vw;
  font-family: var(--font-heading);
  font-size: 22vw;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(0,0,0,.04);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  line-height: 1;
  z-index: 0;
}
/* Soluk arka plan fotoğrafı: iki insan figürü */
.hero::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-image: url('/assets/hero-bg-figures.jpg');
  background-size: cover;
  background-position: right top;
  opacity: .7;
  filter: grayscale(15%);
  /* Metin sütunu sola, figürler sağa düşüyor: soldan sağa soluklaştırarak
     yüzler görünür kalırken başlık metninin üzerine binmesini engeller. */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 42%, #000 60%);
  mask-image: linear-gradient(to right, transparent 0%, transparent 42%, #000 60%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 900px) {
  /* Dar ekranlarda metin tam genişliği kapladığı için yatay maske yetmez;
     dikey soluklaşmaya geri dön (üst kısım/yüzler gizli kalır). */
  .hero::after {
    background-position: right bottom;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 48%, #000 82%);
    mask-image: linear-gradient(to bottom, transparent 0%, transparent 48%, #000 82%);
  }
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  padding: 56px 0 0;
  width: 100%;
}
.hero-content { padding-bottom: 80px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--white);
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: .02em;
  margin-bottom: 28px;
  border: 1px solid var(--border);
}
.hero-badge .accent-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero h1 {
  font-size: clamp(2.6rem, 6.5vw, 5.2rem);
  color: var(--text);
  margin-bottom: 24px;
  line-height: 1.02;
}
.hero h1 em {
  color: var(--text-light);
  font-style: normal;
  font-weight: 300;
}
.hero h1 strong { color: var(--text); font-weight: 800; }
.hero-lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: var(--text-mid);
  margin-bottom: 36px;
  line-height: 1.75;
  max-width: 500px;
  font-weight: 400;
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.hero-stat .val {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: var(--font-heading);
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1;
}
.hero-stat .lbl {
  font-size: .68rem;
  color: var(--text-light);
  margin-top: 6px;
  letter-spacing: .3px;
}
.hero-image {
  position: absolute;
  top: 0;
  right: 0;
}
/* Floating card üstte */
.hero-float-card {
  position: relative;
  top: 28px;
  right: 0;
  background: var(--white);
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  width: 180px;
}
.hero-float-card .fc-label {
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
}
.hero-float-card .fc-title {
  font-size: .88rem;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.hero-float-card .fc-dot {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  margin-top: 8px;
}

/* ── Trust Bar ──────────────────────────────────────────────── */
/* ── Simulation CTA Banner ───────────────────────────────────── */
.sim-cta-banner {
  background: linear-gradient(135deg, #f7f5ee 0%, #eef3eb 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.sim-cta-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}
.sim-cta-icon { flex-shrink: 0; }
.sim-cta-icon img {
  display: block;
  width: 73px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
}
.sim-cta-text { flex: 1; }
.sim-cta-badge {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.sim-cta-text h2 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 4px;
  line-height: 1.3;
}
.sim-cta-text p {
  font-size: .82rem;
  color: var(--text-mid);
  margin: 0;
  line-height: 1.55;
  max-width: 560px;
}
.sim-cta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--accent);
  color: white;
  font-size: .85rem;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 100px;
  transition: background var(--transition), transform var(--transition);
}
.sim-cta-btn:hover { background: #2f4a2d; transform: translateX(2px); }
@media (max-width: 768px) {
  .sim-cta-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .sim-cta-icon { display: none; }
  .sim-cta-btn { width: 100%; justify-content: center; }
}

.marquee-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.marquee-link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  padding: 14px 20px;
}
.rotator {
  height: 1.3em;
  overflow: hidden;
  font-size: .82rem;
}
.rotator-track {
  display: flex;
  flex-direction: column;
  animation: rotator-cycle 8s cubic-bezier(.65,0,.35,1) infinite;
}
.marquee-bar:hover .rotator-track { animation-play-state: paused; }
.rotator-item {
  height: 1.3em;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--text-mid);
  white-space: nowrap;
}
.rotator-item::before {
  content: '✦';
  color: var(--accent);
  font-size: .68rem;
  margin-right: 10px;
}
.rotator-item.is-cta { color: var(--accent); font-weight: 700; }
@keyframes rotator-cycle {
  0%, 22%  { transform: translateY(0); }
  28%, 50% { transform: translateY(-1.3em); }
  56%, 78% { transform: translateY(-2.6em); }
  84%, 100% { transform: translateY(-3.9em); }
}
@media (prefers-reduced-motion: reduce) {
  .rotator-track { animation: none; }
}
@media (max-width: 768px) {
  .rotator { font-size: .76rem; }
}

/* ── Section Header ─────────────────────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header .tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-header .tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}
.section-header h2 { margin-bottom: 16px; }
.section-header p {
  font-size: .98rem;
  color: var(--text-mid);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}
.section--dark .section-header .tag { color: var(--accent-warm); }
.section--dark .section-header .tag::before { background: var(--accent-warm); }
.section--dark .section-header h2 { color: var(--white); }

/* ── Cards ──────────────────────────────────────────────────── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.card-icon {
  width: 44px;
  height: 44px;
  background: var(--bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.card h3 { margin-bottom: 9px; }
.card p { color: var(--text-mid); font-size: .88rem; line-height: 1.68; flex: 1; margin-bottom: 18px; }
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--accent);
  margin-top: auto;
  transition: gap var(--transition);
}
.card-link:hover { gap: 10px; }

.card--highlight {
  background: var(--bg-dark);
  border-color: var(--bg-dark);
}
.card--highlight:hover { box-shadow: 0 8px 40px rgba(0,0,0,.3); }
.card--highlight .card-icon { background: rgba(255,255,255,.08); }
.card--highlight h3 { color: var(--white); }
.card--highlight p { color: rgba(255,255,255,.55); }
.card--highlight .card-link { color: rgba(255,255,255,.7); }
.card--highlight .card-link:hover { color: var(--white); }

/* Staggered card grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cards-grid .card:nth-child(2),
.cards-grid .card:nth-child(5) {
  transform: translateY(20px);
}
.cards-grid .card:nth-child(2):hover,
.cards-grid .card:nth-child(5):hover {
  transform: translateY(20px) translateY(-5px);
}

/* ── FAQ ────────────────────────────────────────────────────── */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow var(--transition);
}
.faq-item.open { box-shadow: var(--shadow); }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
  transition: color var(--transition);
}
.faq-q:hover { color: var(--accent); }
.faq-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-mid);
  transition: transform var(--transition), background var(--transition), color var(--transition);
  line-height: 1;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--text);
  color: white;
}
.faq-a {
  display: none;
  padding: 0 24px 20px;
  color: var(--text-mid);
  line-height: 1.78;
  font-size: .92rem;
}
.faq-item.open .faq-a { display: block; }

/* ── Video Grid ─────────────────────────────────────────────── */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.video-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.video-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}
@media (max-width: 900px) {
  .video-grid { grid-template-columns: 1fr; }
  .video-grid.cols-2 { grid-template-columns: 1fr; }
}
@media (min-width: 601px) and (max-width: 900px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── CTA Block ──────────────────────────────────────────────── */
.cta-block {
  background: var(--bg-dark);
  border-radius: var(--radius-xl);
  padding: 60px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(61,92,58,.3) 0%, transparent 70%);
  pointer-events: none;
}
.cta-block-text h3 {
  color: var(--white);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.cta-block-text p  { color: rgba(255,255,255,.55); margin: 0; }
.cta-block-btns    { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; position: relative; z-index: 1; }

/* Inline CTA */
.inline-cta {
  background: #f7f5ef;
  border: 1px solid #e2ddd0;
  border-radius: var(--radius-xl);
  padding: 40px 36px 32px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.inline-cta::before { display: none; }
.inline-cta p {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.22rem !important;
  font-style: italic;
  font-weight: 400;
  color: var(--text);
  line-height: 1.45;
  margin: 0 0 32px;
  position: relative;
  z-index: 1;
}
.inline-cta p::before {
  content: '\201C';
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  color: var(--accent);
  line-height: 0;
  vertical-align: -0.62em;
  margin-right: 8px;
}
.inline-cta .btn-group {
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  justify-content: flex-end;
}

/* ── Contact Form ───────────────────────────────────────────── */
.form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.form-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 6px;
}
.form-sub     { color: var(--text-mid); font-size: .88rem; margin-bottom: 28px; }
.form-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group   { display: flex; flex-direction: column; gap: 5px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--text-mid);
  text-transform: uppercase;
}
.form-group label .opt { font-weight: 400; color: var(--text-light); text-transform: none; }
.form-group input,
.form-group textarea,
.form-group select {
  padding: 12px 16px;
  border: 1.5px solid var(--border-mid);
  border-radius: 12px;
  font-size: .9rem;
  color: var(--text);
  background: var(--bg);
  transition: border-color var(--transition), background var(--transition);
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--white);
}
.form-group textarea { resize: vertical; min-height: 88px; }
.form-kvkk {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 4px;
  grid-column: 1 / -1;
  padding: 14px 16px;
  background: var(--bg);
  border-radius: 12px;
  border: 1px solid var(--border);
}
.form-kvkk input[type=checkbox] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--accent);
  cursor: pointer;
}
.form-kvkk label { font-size: .8rem; color: var(--text-mid); line-height: 1.58; cursor: pointer; }
.form-kvkk label a { color: var(--accent); text-decoration: underline; }
.form-submit { margin-top: 20px; }
.form-note { font-size: .73rem; color: var(--text-light); margin-top: 12px; line-height: 1.5; }

/* ── Medical note ───────────────────────────────────────────── */
.medical-note {
  background: var(--bg);
  border-left: 3px solid var(--accent-warm);
  border-radius: 0 12px 12px 0;
  padding: 14px 18px;
  font-size: .82rem;
  color: var(--text-mid);
  font-style: italic;
  line-height: 1.65;
  margin: 28px 0;
}

/* ── Author note ────────────────────────────────────────────── */
.author-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 28px 0;
  font-size: .82rem;
  color: var(--text-mid);
}
.author-note img {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  flex-shrink: 0;
}
.author-note strong { color: var(--text); display: block; margin-bottom: 2px; font-weight: 700; }

/* ── Page Hero (iç sayfalar) ────────────────────────────────── */
.page-hero {
  background: var(--bg-dark);
  padding: 60px 0 72px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(61,92,58,.25) 0%, transparent 65%);
  pointer-events: none;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  color: rgba(255,255,255,.35);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,.35); transition: color var(--transition); }
.breadcrumb a:hover { color: rgba(255,255,255,.7); }
.breadcrumb .bc-sep { font-size: .6rem; }
.breadcrumb .bc-cur { color: rgba(255,255,255,.65); }
.page-hero h1 { color: var(--white); margin-bottom: 20px; position: relative; z-index: 1; }
.page-hero h1 em { color: var(--accent-warm); font-style: normal; }
.page-hero .lead {
  font-size: 1rem;
  color: rgba(255,255,255,.6);
  max-width: 600px;
  line-height: 1.78;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

/* ── Page Hero Inner Grid ───────────────────────────────────── */
.page-hero-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: flex-end;
}
.page-hero-content { padding-bottom: 8px; }
.page-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-hero-image img {
  height: 320px;
  width: auto;
  object-fit: contain;
  object-position: bottom;
  display: block;
}
.page-hero-image .hero-float-card {
  top: 16px;
  right: -12px;
}
@media (max-width: 768px) {
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-hero-image { display: none; }
}

/* ── Page Layout ────────────────────────────────────────────── */
.page-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  align-items: start;
  padding: 64px 0 96px;
}
.page-main h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 52px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.page-main h2:first-child { margin-top: 0; }
.page-main h3 { margin-top: 28px; margin-bottom: 10px; }
.page-main p  { color: var(--text-mid); line-height: 1.8; font-size: .95rem; }
.page-main ul,
.page-main ol { padding-left: 1.5rem; color: var(--text-mid); margin-bottom: 1rem; font-size: .95rem; }
.page-main ul { list-style: disc; }
.page-main ol { list-style: decimal; }
.page-main li { margin-bottom: 7px; line-height: 1.7; }
.page-main strong { color: var(--text); font-weight: 700; }
.page-main .net-answer {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: .93rem;
  color: var(--text);
  font-weight: 500;
  line-height: 1.72;
}

/* Sidebar */
.page-sidebar { position: sticky; top: calc(var(--header-h) + 20px); display: flex; flex-direction: column; gap: 16px; }
.sidebar-widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.sidebar-widget-head {
  background: var(--bg-dark);
  padding: 22px 22px 20px;
}
.sidebar-widget-head h4 {
  color: var(--white);
  font-size: .95rem;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.sidebar-widget-head p  { color: rgba(255,255,255,.5); font-size: .78rem; margin: 0; }
.sidebar-widget-body { padding: 18px 20px; }
.sidebar-widget-body .btn { margin-bottom: 8px; font-size: .78rem; padding: 11px 18px; }
.sw-contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: .82rem;
  color: var(--text-mid);
}
.sw-contact-item:last-child { margin-bottom: 0; }
.sw-ci-icon {
  width: 26px; height: 26px; min-width: 26px;
  background: var(--bg);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  font-size: .8rem;
}
.sw-contact-item a { color: var(--accent); font-weight: 600; }
.sw-contact-item strong { color: var(--text); display: block; margin-bottom: 1px; font-size: .72rem; letter-spacing: .3px; }

/* ── About Section ──────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-wrap img {
  width: 100%;
  border-radius: var(--radius-xl);
  object-fit: cover;
  display: block;
}
.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  background: var(--white);
  border-radius: 100px;
  font-size: .72rem;
  font-weight: 600;
  color: var(--text-mid);
  border: 1px solid var(--border-mid);
  transition: background var(--transition);
}
.badge:hover { background: var(--bg-off); }

/* ── Highlight Box ──────────────────────────────────────────── */
.highlight-box {
  background: var(--bg-dark);
  border-radius: var(--radius-xl);
  padding: 52px;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.highlight-box::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(61,92,58,.25) 0%, transparent 65%);
  pointer-events: none;
}
.highlight-box h2 { color: var(--white); margin-bottom: 14px; letter-spacing: -0.02em; }
.highlight-box p { color: rgba(255,255,255,.6); margin-bottom: 24px; }
.highlight-box-image img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
}

/* ── Contact Page ───────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 52px;
  align-items: start;
}
.contact-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 18px 20px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
.contact-info-item:hover { box-shadow: var(--shadow); }
.ci-icon {
  width: 40px; height: 40px;
  background: var(--bg);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: var(--accent);
}
.ci-text h4 { margin-bottom: 3px; font-size: .8rem; font-weight: 600; letter-spacing: .3px; }
.ci-text p, .ci-text a { font-size: .9rem; color: var(--text-mid); margin: 0; }
.ci-text a:hover { color: var(--accent); }

/* ── Mobile Bottom Bar ──────────────────────────────────────── */
#mobile-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 900;
  background: rgba(235,235,235,.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: 10px 16px;
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  gap: 8px;
}
#mobile-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 13px 12px;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .82rem;
  text-decoration: none;
}
.mb-phone { background: var(--bg-dark); color: white; }
.mb-phone:hover { background: var(--bg-dark-2); color: white; }
.mb-wa { background: var(--accent); color: white; }
.mb-wa:hover { background: #2f4a2d; color: white; }

/* ── Cookie Banner ──────────────────────────────────────────── */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--bg-dark);
  color: white;
  padding: 16px 24px;
  z-index: 9999;
  display: none;
  border-top: 1px solid rgba(255,255,255,.06);
}
.cookie-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-inner p { flex: 1; font-size: .8rem; color: rgba(255,255,255,.55); margin: 0; }
.cookie-inner p a { color: rgba(255,255,255,.85); text-decoration: underline; }
.cookie-btns { display: flex; gap: 8px; }
.cookie-accept {
  padding: 9px 22px;
  background: var(--white);
  color: var(--bg-dark);
  border-radius: 100px;
  font-weight: 700;
  font-size: .78rem;
  border: none;
  cursor: pointer;
}
.cookie-decline {
  padding: 9px 22px;
  background: transparent;
  color: rgba(255,255,255,.4);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 100px;
  font-size: .78rem;
  cursor: pointer;
}

/* ── Footer ─────────────────────────────────────────────────── */
#site-footer {
  background: var(--bg-dark);
  color: white;
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 56px;
}
.footer-brand .brand-logo { margin-bottom: 16px; }
.footer-brand .brand-logo img { height: 34px; }
.footer-brand p { font-size: .82rem; color: rgba(255,255,255,.4); margin-bottom: 24px; line-height: 1.7; }
.footer-brand strong { color: rgba(255,255,255,.75); font-family: var(--font-heading); font-weight: 700; }
.social-links { display: flex; gap: 8px; }
.social-link {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.06);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4);
  font-size: .82rem;
  transition: background var(--transition), color var(--transition);
}
.social-link:hover { background: rgba(255,255,255,.12); color: rgba(255,255,255,.85); }
.footer-col h5 {
  font-size: .68rem;
  font-weight: 700;
  color: rgba(255,255,255,.3);
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-family: var(--font-body);
  text-transform: uppercase;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: .82rem; color: rgba(255,255,255,.5); transition: color var(--transition); }
.footer-col ul li a:hover { color: rgba(255,255,255,.88); }
.footer-contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: .82rem;
  color: rgba(255,255,255,.4);
  line-height: 1.55;
}
.footer-contact-item .fc-i { min-width: 16px; margin-top: 2px; text-align: center; opacity: .45; }
.footer-contact-item a { color: rgba(255,255,255,.6); transition: color var(--transition); }
.footer-contact-item a:hover { color: rgba(255,255,255,.9); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p { font-size: .73rem; color: rgba(255,255,255,.25); margin: 0; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: .73rem; color: rgba(255,255,255,.25); transition: color var(--transition); }
.footer-bottom-links a:hover { color: rgba(255,255,255,.6); }

/* ── Coming Soon ────────────────────────────────────────────── */
.coming-soon {
  text-align: center;
  padding: 96px 24px;
}
.coming-soon .cs-icon {
  width: 68px; height: 68px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 24px;
}
.coming-soon h2 { margin-bottom: 14px; }
.coming-soon p  { color: var(--text-mid); max-width: 440px; margin: 0 auto 28px; }

/* ── 404 ────────────────────────────────────────────────────── */
.page-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 24px;
}
.page-404 .code-404 {
  font-size: 9rem;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: rgba(0,0,0,.06);
  line-height: 1;
  margin-bottom: 16px;
}
.page-404 h1 { font-size: 1.8rem; margin-bottom: 14px; }
.page-404 p { color: var(--text-mid); margin-bottom: 32px; }

/* ── Utils ──────────────────────────────────────────────────── */
.divider { height: 1px; background: var(--border); margin: 44px 0; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-img-wrap { max-width: 380px; }
  .highlight-box { grid-template-columns: 1fr; }
  .highlight-box-image { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .page-layout { grid-template-columns: 1fr; }
  .page-sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .cards-grid .card:nth-child(2),
  .cards-grid .card:nth-child(5) { transform: none; }
  .cards-grid .card:nth-child(2):hover,
  .cards-grid .card:nth-child(5):hover { transform: translateY(-5px); }
}

@media (max-width: 768px) {
  :root { --header-h: 72px; }
  .header-nav { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; }

  /* Tam ekran mobil menü overlay'i */
  .header-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: fixed;
    inset: 0;
    background: var(--white);
    padding: 0;
    gap: 0;
    z-index: 1001;
    max-height: 100vh;
    overflow-y: auto;
  }

  .header-nav.open .mnav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
  }
  .header-nav.open .mnav-brand {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .92rem;
    color: var(--text);
  }
  .header-nav.open .mnav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    color: var(--text);
    border-radius: 50%;
  }
  .header-nav.open .mnav-close:hover { background: var(--bg); }

  .header-nav.open .mnav-list {
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
    gap: 2px;
  }
  .header-nav.open .nav-link {
    padding: 14px 10px;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    background: none;
    border-radius: 8px;
    justify-content: space-between;
  }
  .header-nav.open .nav-link:hover,
  .header-nav.open .nav-link.active {
    color: var(--text);
    background: var(--bg);
  }
  .header-nav.open .nav-item.open > .nav-toggle .chevron { transform: rotate(180deg); }
  .header-nav.open .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--bg-off);
    border: none;
    border-radius: 8px;
    padding: 0 4px;
    margin: 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition), padding var(--transition), margin var(--transition);
  }
  .header-nav.open .nav-item.open .dropdown {
    max-height: 320px;
    padding: 4px;
    margin: 2px 0 6px;
  }
  .header-nav.open .dropdown a {
    color: var(--text-mid);
    background: transparent;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: .88rem;
  }
  .header-nav.open .dropdown a:hover { background: var(--white); color: var(--text); }

  .header-nav.open .mnav-contact {
    display: block;
    margin-top: auto;
    flex-shrink: 0;
    padding: 20px;
    border-top: 1px solid var(--border);
  }
  .header-nav.open .mnav-contact h4 {
    font-family: var(--font-heading);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--text-light);
    margin-bottom: 10px;
  }
  .header-nav.open .mnav-contact-link {
    display: block;
    font-size: .92rem;
    font-weight: 500;
    color: var(--text-mid);
    padding: 3px 0;
  }
  .header-nav.open .mnav-contact .social-links {
    display: flex;
    gap: 10px;
    margin-top: 16px;
  }
  .header-nav.open .mnav-contact .mnav-social-link {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bg);
    color: var(--text-mid);
  }
  .header-nav.open .mnav-contact .mnav-social-link:hover {
    background: var(--bg-off);
    color: var(--text);
  }

  #mobile-bar { display: flex; }
  body { padding-bottom: 72px; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; gap: 12px; }
  .hero-inner { grid-template-columns: 1fr; padding: 52px 0 48px; }
  .hero-image { display: none; }
  .hero-content { padding-bottom: 0; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .cta-block {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
  }
  .cta-block-btns { flex-direction: column; width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .section { padding: 64px 0; }
  .section--lg { padding: 80px 0; }
  .page-hero { padding: 44px 0 52px; }
  .page-layout { padding: 44px 0 64px; }
}

@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .btn { padding: 13px 24px; font-size: .82rem; }
  .btn-lg { padding: 15px 30px; font-size: .88rem; }
  .hero h1 { font-size: 2.2rem; }
  .inline-cta { padding: 32px 24px 26px; }
  .inline-cta p { font-size: 1.08rem; }
  .hero-float-card { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
