/* ===================================================================
   Genel Merkez Servis — Tasarım Sistemi v2
   Profesyonel servis sitesi düzeni. Marka-nötr, mobil öncelikli,
   harici font/kütüphane yok. Logo paleti: #002a66 / #2f72c1
   =================================================================== */

:root {
  /* Logo ile hizalı palet */
  --navy-950: #001c45;
  --navy-900: #002a66;
  --navy-800: #0b3a7e;
  --navy-700: #1a4d97;
  --blue-600: #2f72c1;
  --blue-500: #3b82d4;
  --blue-100: #dcebf9;
  --blue-50:  #edf5fc;
  --amber-500:#f5a623;
  --amber-600:#e2950f;
  --amber-700:#c98108;
  --amber-50: #fef7e8;
  --wa-green: #22c15e;
  --wa-green-dark:#16a34a;
  --ink:      #101c2c;
  --slate-700:#334a61;
  --slate-500:#5c7189;
  --slate-400:#8598ab;
  --slate-300:#c3cfda;
  --slate-200:#dde6ee;
  --slate-100:#ecf1f6;
  --slate-50: #f6f9fc;
  --white:    #ffffff;
  --green-600:#178a4c;
  --red-500:  #d64545;

  --font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;

  --maxw: 1180px;
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(0,28,69,.05), 0 1px 4px rgba(0,28,69,.07);
  --shadow-md: 0 6px 18px rgba(0,28,69,.09), 0 2px 6px rgba(0,28,69,.05);
  --shadow-lg: 0 18px 44px rgba(0,28,69,.14);
  --transition: .18s ease;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-800); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--blue-600); }
h1, h2, h3, h4 { line-height: 1.22; color: var(--navy-900); margin: 0 0 .5em; font-weight: 800; letter-spacing: -.015em; }
h1 { font-size: clamp(1.8rem, 4.6vw, 2.75rem); }
h2 { font-size: clamp(1.45rem, 3.4vw, 2.1rem); }
h3 { font-size: clamp(1.12rem, 2.4vw, 1.35rem); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.3rem; }
li { margin-bottom: .4rem; }
strong { color: var(--navy-900); }

/* ---------- İkonlar (global taban — boyut taşmasını önler) ---------- */
svg.ic {
  width: 20px; height: 20px; flex: 0 0 auto;
  display: inline-block; vertical-align: -.24em;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(3rem, 6.5vw, 5rem) 0; }
.section--tint { background: var(--slate-50); }
.section--navy { background: linear-gradient(150deg, var(--navy-950), var(--navy-900) 55%, var(--navy-800)); color: #d5e3f2; }
.section--navy h2, .section--navy h3 { color: #fff; }
.narrow { max-width: 800px; }
.center { text-align: center; }

/* ---------- A11y ---------- */
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--navy-900); color: #fff; padding: 10px 16px; }
.skip-link:focus { left: 0; color: #fff; }
:focus-visible { outline: 3px solid var(--amber-500); outline-offset: 2px; border-radius: 4px; }

/* ---------- Üst bilgi çubuğu ---------- */
.topbar { background: var(--navy-950); color: #b9cde4; font-size: .82rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 40px; }
.topbar a { color: #b9cde4; }
.topbar a:hover { color: #fff; }
.topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar .ic { width: 15px; height: 15px; color: var(--amber-500); }
@media (max-width: 700px){ .topbar__mail { display: none; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.97); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--slate-200);
  box-shadow: 0 1px 0 rgba(0,28,69,.03);
}
.nav { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand__logo { height: 48px; width: auto; display: block; }
.nav__links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0 auto; padding: 0; }
.nav__links a {
  display: block; padding: 10px 13px; border-radius: 9px;
  font-weight: 600; font-size: .95rem; color: var(--slate-700); white-space: nowrap;
}
.nav__links a:hover, .nav__links a[aria-current="page"] { background: var(--blue-50); color: var(--navy-900); }

/* Telefon bloğu — referans sitelerdeki belirgin çağrı alanı */
.callbox {
  display: flex; align-items: center; gap: 11px; flex: 0 0 auto;
  padding: 8px 16px 8px 10px; border-radius: 12px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff; box-shadow: var(--shadow-sm); transition: all var(--transition);
}
.callbox:hover { color:#fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.callbox__ic {
  width: 40px; height: 40px; border-radius: 10px; flex: 0 0 auto;
  background: rgba(255,255,255,.14); display: grid; place-items: center;
}
.callbox__ic .ic { width: 21px; height: 21px; color: var(--amber-500); }
.callbox small { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: #a8c4e4; line-height: 1.2; }
.callbox b { font-size: 1.06rem; letter-spacing: .01em; white-space: nowrap; }

.nav__cta { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.nav__toggle { display: none; }

@media (max-width: 1080px) {
  .nav__links { display: none; }
  .nav { justify-content: space-between; }
  .nav__toggle {
    display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 11px;
    background: var(--slate-100); border: 1px solid var(--slate-200); cursor: pointer;
  }
  .nav__toggle span, .nav__toggle span::before, .nav__toggle span::after {
    content: ""; display: block; width: 20px; height: 2px; background: var(--navy-900); border-radius: 2px; position: relative;
  }
  .nav__toggle span::before { position: absolute; top: -6px; }
  .nav__toggle span::after { position: absolute; top: 6px; }
}
@media (max-width: 640px) {
  .brand__logo { height: 38px; }
  .callbox { padding: 7px 12px 7px 8px; gap: 8px; }
  .callbox small { display: none; }
  .callbox b { font-size: .95rem; }
  .callbox__ic { width: 32px; height: 32px; }
}
.mobile-menu { display: none; }
.mobile-menu.open { display: block; border-bottom: 1px solid var(--slate-200); background: #fff; box-shadow: var(--shadow-md); }
.mobile-menu ul { list-style: none; margin: 0; padding: 8px 22px 16px; }
.mobile-menu a { display: block; padding: 13px 8px; border-bottom: 1px solid var(--slate-100); font-weight: 600; color: var(--slate-700); }
.mobile-menu li:last-child a { border-bottom: 0; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 22px; border-radius: 11px; font-weight: 700; font-size: .98rem;
  cursor: pointer; border: 2px solid transparent; transition: all var(--transition);
  white-space: nowrap; text-align: center; font-family: inherit;
}
.btn .ic { width: 18px; height: 18px; }
.btn--primary { background: linear-gradient(180deg, var(--amber-500), var(--amber-600)); color: #2e2000; box-shadow: 0 2px 8px rgba(226,149,15,.35); }
.btn--primary:hover { background: linear-gradient(180deg, var(--amber-600), var(--amber-700)); color: #2e2000; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(226,149,15,.4); }
.btn--navy { background: var(--navy-900); color: #fff; }
.btn--navy:hover { background: var(--navy-700); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--wa { background: var(--wa-green); color: #fff; box-shadow: 0 2px 8px rgba(34,193,94,.3); }
.btn--wa:hover { background: var(--wa-green-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(34,193,94,.35); }
.btn--ghost { background: #fff; border-color: var(--slate-200); color: var(--navy-900); }
.btn--ghost:hover { border-color: var(--blue-600); background: var(--blue-50); color: var(--navy-900); }
.btn--light { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.35); color: #fff; }
.btn--light:hover { background: rgba(255,255,255,.22); color: #fff; }
.btn--lg { padding: 16px 30px; font-size: 1.07rem; border-radius: 13px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; }

/* ---------- Fotoğraf ve placeholder sistemi ---------- */
.photo { border-radius: var(--radius); object-fit: cover; width: 100%; box-shadow: var(--shadow-md); }
.ph {
  width: 100%; border-radius: var(--radius);
  border: 2px dashed var(--slate-300);
  background: repeating-linear-gradient(45deg, var(--slate-50), var(--slate-50) 12px, #fff 12px, #fff 24px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; padding: 22px; text-align: center; color: var(--slate-500);
}
.ph .ic { width: 34px; height: 34px; color: var(--slate-400); }
.ph b { font-size: .78rem; letter-spacing: .1em; color: var(--slate-500); }
.ph span { font-size: .88rem; line-height: 1.45; max-width: 34ch; }
.ph code { font-size: .78rem; background: var(--slate-100); border: 1px solid var(--slate-200); border-radius: 6px; padding: 3px 9px; color: var(--navy-800); }
.r-43 { aspect-ratio: 4 / 3; }
.r-169 { aspect-ratio: 16 / 9; }
.r-11 { aspect-ratio: 1 / 1; }
.r-34 { aspect-ratio: 3 / 4; }
img.r-43, img.r-169, img.r-11, img.r-34 { height: auto; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #e7f0fa; overflow: hidden;
  background:
    radial-gradient(900px 460px at 85% -12%, rgba(47,114,193,.4), transparent 62%),
    radial-gradient(700px 420px at -10% 110%, rgba(47,114,193,.25), transparent 55%),
    linear-gradient(155deg, var(--navy-950) 0%, var(--navy-900) 52%, var(--navy-800) 100%);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: clamp(3rem, 6.5vw, 5rem) 0; }
.hero h1 { color: #fff; margin-bottom: .45em; }
.hero h1 em { font-style: normal; color: var(--amber-500); }
.hero__lead { font-size: 1.13rem; color: #bdd2e8; max-width: 36em; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  font-size: .86rem; font-weight: 600; color: #dcE9f5;
}
.pill .ic { width: 15px; height: 15px; color: var(--amber-500); }
.hero__media { position: relative; }
.hero__media .photo, .hero__media .ph { border-radius: var(--radius-lg); }
.hero__media .ph { background: repeating-linear-gradient(45deg, rgba(255,255,255,.05), rgba(255,255,255,.05) 12px, rgba(255,255,255,.09) 12px, rgba(255,255,255,.09) 24px); border-color: rgba(255,255,255,.3); color: #b9cde4; }
.hero__media .ph .ic { color: #b9cde4; }
.hero__media .ph code { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: #dce9f5; }
.hero__chip {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  display: flex; align-items: center; gap: 10px;
  background: #fff; color: var(--navy-900); border-radius: 13px;
  padding: 11px 16px; font-size: .86rem; font-weight: 700; box-shadow: var(--shadow-lg);
}
.hero__chip .ic { width: 26px; height: 26px; color: var(--green-600); }
.hero__chip small { display: block; font-weight: 600; color: var(--slate-500); font-size: .74rem; }
@media (max-width: 900px){
  .hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .hero__media { max-width: 560px; }
}

/* ---------- İstatistik şeridi ---------- */
.stats { background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.07); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-block: 22px; }
.stat { text-align: center; padding: 8px 6px; }
.stat b { display: block; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--amber-500); line-height: 1.15; letter-spacing: -.02em; }
.stat span { font-size: .84rem; color: #9fb8d4; font-weight: 600; }
@media (max-width: 640px){ .stats .container { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Bölüm başlığı ---------- */
.sec-head { max-width: 760px; margin-bottom: 38px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; font-weight: 800;
  color: var(--blue-600); margin-bottom: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--amber-500); }
.sec-head.center .eyebrow::after { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--amber-500); }
.sec-head p { color: var(--slate-500); font-size: 1.06rem; margin: 0; }

/* ---------- Grid & kartlar ---------- */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px){ .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px){ .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius);
  padding: 24px; transition: all var(--transition); box-shadow: var(--shadow-sm); height: 100%;
}
a.card { display: block; }
a.card:hover { border-color: var(--blue-600); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.card__icon {
  width: 52px; height: 52px; border-radius: 13px;
  background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
  color: var(--navy-800); display: grid; place-items: center; margin-bottom: 16px;
}
.card__icon .ic { width: 27px; height: 27px; }
.card h3 { margin-bottom: .35em; font-size: 1.13rem; }
.card p { color: var(--slate-500); font-size: .94rem; margin-bottom: .7rem; }
.card__link { font-weight: 700; font-size: .9rem; color: var(--blue-600); display: inline-flex; align-items: center; gap: 5px; }
.card__link::after { content: "→"; transition: transform var(--transition); }
a.card:hover .card__link::after { transform: translateX(4px); }

/* Fotoğraflı hizmet kartı */
.pcard {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius);
  overflow: hidden; transition: all var(--transition); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; height: 100%;
}
a.pcard:hover { border-color: var(--blue-600); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.pcard__media { position: relative; }
.pcard__media .photo, .pcard__media .ph { border-radius: 0; box-shadow: none; border-left: 0; border-right: 0; border-top: 0; }
.pcard__badge {
  position: absolute; left: 14px; bottom: -22px; z-index: 2;
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--navy-900); color: var(--amber-500);
  display: grid; place-items: center; box-shadow: var(--shadow-md);
}
.pcard__badge .ic { width: 25px; height: 25px; }
.pcard__body { padding: 30px 20px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pcard__body h3 { font-size: 1.1rem; margin-bottom: .2em; }
.pcard__body p { color: var(--slate-500); font-size: .92rem; margin-bottom: .8rem; flex: 1; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 0; }
.chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 15px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--slate-200);
  font-size: .9rem; font-weight: 650; color: var(--slate-700); transition: all var(--transition);
}
a.chip:hover { border-color: var(--blue-600); color: var(--navy-900); background: var(--blue-50); transform: translateY(-1px); }

/* ---------- Özellik / güven ---------- */
.feature {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm); height: 100%;
}
.feature__ic {
  width: 48px; height: 48px; border-radius: 12px; flex: 0 0 auto;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--amber-50), #fdeecb); color: var(--amber-600);
}
.feature__ic .ic { width: 24px; height: 24px; }
.feature h3 { font-size: 1.04rem; margin-bottom: .25em; }
.feature p { color: var(--slate-500); font-size: .92rem; margin: 0; }

/* ---------- Adımlar (Nasıl Çalışır) ---------- */
.howto { counter-reset: hstep; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 960px){ .howto { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px){ .howto { grid-template-columns: 1fr; } }
.howto li { position: relative; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 26px 22px 22px; box-shadow: var(--shadow-sm); margin: 0; }
.howto li::before {
  counter-increment: hstep; content: "0" counter(hstep);
  position: absolute; top: -16px; left: 20px;
  background: linear-gradient(135deg, var(--amber-500), var(--amber-600)); color: #2e2000;
  font-weight: 800; font-size: .95rem; border-radius: 9px; padding: 5px 12px;
  box-shadow: 0 3px 8px rgba(226,149,15,.35);
}
.howto b { display: block; color: var(--navy-900); font-size: 1.03rem; margin: 6px 0 6px; }
.howto p { color: var(--slate-500); font-size: .91rem; margin: 0; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: .84rem; color: var(--slate-500); background: var(--slate-50); border-bottom: 1px solid var(--slate-100); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 0; margin: 0; }
.breadcrumb li { margin: 0; }
.breadcrumb li::after { content: "›"; margin-left: 6px; color: var(--slate-400); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a { color: var(--slate-500); }
.breadcrumb a:hover { color: var(--navy-800); }

/* ---------- Prose ---------- */
.prose h2 { margin-top: 1.7em; }
.prose h3 { margin-top: 1.3em; color: var(--navy-800); }
.prose ul li::marker { color: var(--blue-600); }

/* Bilgi kutuları */
.note {
  border-radius: var(--radius-sm); padding: 17px 19px; font-size: .95rem; margin: 20px 0;
  border: 1px solid var(--slate-200); background: var(--slate-50);
}
.note--legal { background: var(--slate-50); color: var(--slate-700); }
.note--warn { border-color: #f2dcb8; background: var(--amber-50); }
.note--info { border-color: #c9dff5; background: var(--blue-50); }
.note__title { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy-900); margin-bottom: 5px; }
.note__title .ic { width: 18px; height: 18px; }

/* Belirti listesi */
.symptoms { display: grid; gap: 13px; grid-template-columns: repeat(2, 1fr); list-style: none; padding: 0; }
@media (max-width: 640px){ .symptoms { grid-template-columns: 1fr; } }
.symptoms li { background: #fff; border: 1px solid var(--slate-200); border-left: 4px solid var(--blue-600); border-radius: var(--radius-sm); padding: 15px 17px; margin: 0; box-shadow: var(--shadow-sm); }
.symptoms b { display: block; color: var(--navy-900); margin-bottom: 3px; }
.symptoms span { font-size: .9rem; color: var(--slate-500); }

/* Süreç adımları (dikey) */
.steps { counter-reset: step; list-style: none; padding: 0; display: grid; gap: 16px; }
.steps li { position: relative; padding: 4px 0 4px 58px; min-height: 44px; margin: 0; }
.steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 12px;
  background: var(--navy-900); color: var(--amber-500);
  display: grid; place-items: center; font-weight: 800; font-size: 1.05rem;
}
.steps b { color: var(--navy-900); }

/* FAQ */
.faq details {
  border: 1px solid var(--slate-200); border-radius: var(--radius-sm);
  margin-bottom: 12px; background: #fff; overflow: hidden; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; padding: 17px 48px 17px 19px; font-weight: 700; color: var(--navy-900);
  list-style: none; position: relative; font-size: .99rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 8px; background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center; font-size: 1.2rem; font-weight: 600;
}
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { border-bottom: 1px solid var(--slate-100); }
.faq__body { padding: 15px 19px; color: var(--slate-700); font-size: .95rem; }

/* Tablolar */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0; border: 1px solid var(--slate-200); border-radius: var(--radius-sm); }
table { width: 100%; border-collapse: collapse; font-size: .94rem; min-width: 460px; }
th, td { text-align: left; padding: 12px 15px; border-bottom: 1px solid var(--slate-100); }
th { background: var(--slate-50); color: var(--navy-900); font-weight: 700; }
tr:last-child td { border-bottom: none; }

/* ---------- Formlar ---------- */
.form-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 15px; }
.field label { display: block; font-weight: 650; font-size: .89rem; color: var(--navy-900); margin-bottom: 6px; }
.field .req { color: var(--red-500); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--slate-200); border-radius: 10px;
  font-size: 1rem; font-family: inherit; color: var(--ink); background: #fff; transition: border-color var(--transition);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(47,114,193,.12); }
.field textarea { resize: vertical; min-height: 96px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px){ .field-row { grid-template-columns: 1fr; } }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--slate-500); }
.check input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.form-note { font-size: .8rem; color: var(--slate-400); margin-top: 10px; }

/* Yan panel CTA kartı */
.side-card {
  background: linear-gradient(160deg, var(--navy-950), var(--navy-900) 60%, var(--navy-800));
  border-radius: var(--radius-lg); padding: 26px; color: #cfe0f1;
  box-shadow: var(--shadow-md); position: sticky; top: 130px;
}
.side-card h3 { color: #fff; margin-top: 0; margin-bottom: 6px; }
.side-card > p { font-size: .93rem; color: #a8c2dd; }
.side-card .btn-col { display: grid; gap: 11px; margin-top: 16px; }
.side-card__hours { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: .85rem; color: #a8c2dd; }
.side-card__hours .ic { color: var(--amber-500); }

/* ---------- Mobil sabit işlem çubuğu ---------- */
.actionbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300; display: none;
  grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--slate-200);
  box-shadow: 0 -6px 22px rgba(0,28,69,.16);
}
.actionbar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  padding: 10px 4px 11px; background: #fff; font-size: .73rem; font-weight: 700; color: var(--navy-900);
}
.actionbar .ic { width: 21px; height: 21px; }
.actionbar .ab-call .ic { color: var(--navy-800); }
.actionbar .ab-wa .ic { color: var(--wa-green-dark); }
.actionbar .ab-form .ic { color: var(--amber-600); }
@media (max-width: 900px){
  .actionbar { display: grid; }
  body { padding-bottom: 66px; }
}

/* ---------- Masaüstü sabit WhatsApp balonu ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 350;
  width: 58px; height: 58px; border-radius: 50%;
  display: none; align-items: center; justify-content: center;
  background: var(--wa-green); color: #fff;
  box-shadow: 0 6px 18px rgba(22,163,74,.35);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.wa-float:hover { background: var(--wa-green-dark); color: #fff; transform: translateY(-2px) scale(1.04); box-shadow: 0 10px 26px rgba(22,163,74,.42); }
.wa-float .ic { width: 30px; height: 30px; }
@media (min-width: 901px){ .wa-float { display: flex; } }

/* ---------- CTA bandı ---------- */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: .3em; }
.cta-band > .container > p { max-width: 38em; margin: 0 auto 26px; color: #b9cde4; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-950); color: #9db4cd; font-size: .92rem; padding-top: 54px; }
.footer h4 { color: #fff; font-size: .98rem; margin-bottom: 16px; letter-spacing: .02em; }
.footer a { color: #9db4cd; }
.footer a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 38px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 9px; }
.footer__logo { height: 42px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .95; }
.footer__contact li { display: flex; gap: 9px; align-items: flex-start; }
.footer__contact .ic { width: 16px; height: 16px; color: var(--amber-500); margin-top: 4px; }
.footer__disclaimer { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: .82rem; color: #6f8bab; line-height: 1.6; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0 20px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: #6f8bab;
}
@media (max-width: 860px){ .footer__grid { grid-template-columns: 1fr 1fr; gap: 26px; } }
@media (max-width: 480px){ .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Çerez bildirimi ---------- */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 400; max-width: 540px; margin-inline: auto;
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 18px 20px; font-size: .9rem;
}
.cookie.hidden { display: none; }
.cookie p { margin: 0 0 12px; color: var(--slate-700); }
.cookie .btn-row { justify-content: flex-end; }
.cookie .btn { padding: 10px 16px; font-size: .88rem; }
@media (max-width: 900px){ .cookie { bottom: 78px; } }

/* ---------- Yardımcılar ---------- */
.list-clean { list-style: none; padding: 0; }
.list-check li { position: relative; padding-left: 32px; margin-bottom: 11px; }
.list-check li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; border-radius: 7px;
  background: #e2f5ea; color: var(--green-600); display: grid; place-items: center; font-size: .78rem; font-weight: 800;
}
.contact-list { list-style: none; padding: 0; display: grid; gap: 13px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.contact-list .ic { width: 20px; height: 20px; color: var(--blue-600); margin-top: 2px; }
.text-muted { color: var(--slate-500); }
.badge-noindex {
  display: inline-block; font-size: .68rem; font-weight: 700; vertical-align: middle;
  color: #8a5a00; background: #fdf0d5; border: 1px solid #f0d9a8; padding: 3px 9px; border-radius: 7px;
}
.mt-40 { margin-top: 40px; }
.mt-16 { margin-top: 16px; }
