/* =========================================================
   Aydoğan Halı Yıkama ve Temizlik — Kahramanmaraş
   Ana stil dosyası
   ========================================================= */

:root {
  /* Renk paleti — Trust & Authority (kurumsal navy + CTA mavisi) */
  --ink: #0f172a;          /* primary / başlıklar */
  --ink-2: #334155;        /* secondary */
  --brand: #0369a1;        /* accent — yalnızca CTA ve vurgu */
  --brand-dark: #075985;
  --brand-light: #e0f2fe;
  --aqua: #0ea5e9;
  --aqua-light: #f0f9ff;
  --gold: #d97706;
  --success: #15803d;

  --text: #1e293b;
  --text-soft: #475569;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --muted: #e8ecf1;

  /* Tipografi */
  --font: "Source Sans 3", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  --font-head: "Lexend", "Source Sans 3", "Segoe UI", -apple-system, Arial, sans-serif;

  /* Ölçüler */
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --container: 1180px;
  --header-h: 78px;

  /* Yükseklik (elevation) ölçeği — tutarlı gölge sistemi */
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .05), 0 1px 3px rgba(15, 23, 42, .06);
  --shadow: 0 2px 6px rgba(15, 23, 42, .06), 0 12px 28px rgba(15, 23, 42, .07);
  --shadow-lg: 0 20px 56px rgba(15, 23, 42, .14);

  /* z-index ölçeği */
  --z-nav: 100;
  --z-callbar: 90;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  margin: 0 0 .6em;
  line-height: 1.22;
  letter-spacing: -.02em;
  color: var(--ink);
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 1.35rem + 2.6vw, 3.35rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.7vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + .5vw, 1.4rem); }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; border-radius: 6px; }

/* ---------- Yardımcılar ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
.section { padding: clamp(56px, 7vw, 104px) 0; }
.section--soft { background: var(--bg-soft); }
.section--ink { background: var(--ink); color: #cfe0ef; }
.section--ink h2, .section--ink h3 { color: #fff; }
.center { text-align: center; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 999;
  background: var(--brand); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 10px;
  transition: top .2s;
}
.skip-link:focus { top: 0; color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand); background: var(--brand-light);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.section--ink .eyebrow { color: #7fd6e3; background: rgba(18, 179, 200, .14); }

.section-head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head.center { margin-inline: auto; }
.lead { font-size: clamp(1.02rem, .98rem + .3vw, 1.16rem); color: var(--text-soft); }
.section--ink .lead { color: #a9c4da; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 10px; border: 1.5px solid transparent;
  font-family: var(--font-head);
  font-weight: 600; font-size: 1rem; line-height: 1.2; cursor: pointer; white-space: nowrap;
  min-height: 48px; touch-action: manipulation;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  text-align: center;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn--lg svg { width: 21px; height: 21px; }
.contact-list .ci svg, .badge__ic svg, .card__icon svg { flex-shrink: 0; }
.btn--primary {
  background: var(--brand); color: #fff;
  box-shadow: 0 6px 16px rgba(3, 105, 161, .28);
}
.btn--primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(3, 105, 161, .34); }
.btn--wa { background: #25d366; color: #08321a; box-shadow: 0 10px 24px rgba(37, 211, 102, .3); }
.btn--wa:hover { color: #08321a; transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn--light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); }
.btn--light:hover { background: #fff; color: var(--ink); }
.btn--lg { padding: 18px 34px; font-size: 1.05rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header.is-scrolled { box-shadow: var(--shadow-sm); }
.header__bar { display: flex; align-items: center; gap: 20px; height: var(--header-h); }

.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo__mark {
  width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0;
  background: linear-gradient(145deg, var(--aqua) 0%, var(--brand) 100%);
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 4px 12px rgba(14, 165, 233, .3);
}
.logo__mark svg { width: 24px; height: 24px; }
.logo__text { display: flex; flex-direction: column; line-height: 1.15; }
.logo__name { font-weight: 800; font-size: 1.06rem; color: var(--ink); letter-spacing: -.02em; }
.logo__sub { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft); }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav__list a {
  display: block; padding: 9px 12px; border-radius: 8px; white-space: nowrap;
  color: var(--ink); font-weight: 600; font-size: .94rem;
}
.nav__list a:hover, .nav__list a[aria-current="page"] { background: var(--brand-light); color: var(--brand-dark); }

.header__cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header__phone {
  display: inline-flex; align-items: center; gap: 11px; white-space: nowrap;
  padding: 7px 16px 7px 8px; min-height: 50px;
  border: 1.5px solid var(--line); border-radius: 10px; background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.header__phone:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.header__phone-ic {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 8px; display: grid; place-items: center;
  background: var(--brand-light); color: var(--brand-dark); border: 1px solid #bae6fd;
}
.header__phone-ic svg { width: 18px; height: 18px; }
.header__phone-txt { display: flex; flex-direction: column; line-height: 1.25; }
.header__phone-txt span {
  font-size: .66rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--text-soft);
}
.header__phone-txt strong {
  font-family: var(--font-head); font-size: 1rem; font-weight: 600; color: var(--ink); letter-spacing: -.01em;
}

.nav-toggle {
  display: none; margin-left: auto;
  width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
  background: #fff; cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle span { position: relative; display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 460px at 85% -10%, rgba(3, 105, 161, .10), transparent 62%),
    linear-gradient(180deg, var(--bg-soft) 0%, #ffffff 100%);
  padding: clamp(48px, 6vw, 88px) 0 clamp(56px, 6vw, 96px);
  border-bottom: 1px solid var(--line);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero h1 { margin-bottom: .45em; }
.hero h1 .hl { color: var(--brand); }
.hero__desc { font-size: clamp(1.04rem, 1rem + .35vw, 1.2rem); color: var(--text-soft); max-width: 56ch; }
.hero__points { list-style: none; display: grid; gap: 10px; margin: 26px 0 30px; }
.hero__points li { display: flex; align-items: flex-start; gap: 11px; font-weight: 600; color: var(--ink-2); }
.hero__points svg { flex-shrink: 0; width: 22px; height: 22px; color: var(--success); margin-top: 2px; }

.hero__trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero__trust div strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.hero__trust div span { font-size: .88rem; color: var(--text-soft); font-weight: 600; }

/* Hero kart */
.hero__card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 34px); box-shadow: var(--shadow-lg); position: relative;
}
.hero__card::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(160deg, rgba(18,179,200,.25), transparent 45%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; padding: 1px;
}
.hero__card h2 { font-size: 1.3rem; margin-bottom: .3em; }
.hero__card p.small { font-size: .93rem; color: var(--text-soft); }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .85rem;
  color: #0b6b2f; background: #e7f7ed; padding: 6px 13px; border-radius: 999px; margin-bottom: 16px;
}
.hero__badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--success); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(22,163,74,.5); } 50% { box-shadow: 0 0 0 7px rgba(22,163,74,0); } }

/* ---------- Form ---------- */
.form { display: grid; gap: 14px; margin-top: 20px; }
.form__row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: 6px; }
.field label { font-size: .85rem; font-weight: 700; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font: inherit; font-size: .97rem; color: var(--text); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(10, 102, 194, .12);
}
.form__note { font-size: .82rem; color: var(--text-soft); text-align: center; }

/* ---------- Şerit (logo bar) ---------- */
.strip { background: var(--ink); color: #a9c4da; padding: 18px 0; }
.strip__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; list-style: none; }
.strip__list li { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; }
.strip__list svg { width: 19px; height: 19px; color: var(--aqua); flex-shrink: 0; }

/* ---------- Kart ızgaraları ---------- */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfe0f2; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--text-soft); font-size: .97rem; }
.card__icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--brand-light); color: var(--brand-dark); border: 1px solid #bae6fd;
}
.card__icon svg { width: 27px; height: 27px; }
.card__list { list-style: none; margin: 16px 0 0; display: grid; gap: 8px; }
.card__list li { position: relative; padding-left: 24px; font-size: .93rem; color: var(--text-soft); }
.card__list li::before {
  content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%;
  background: var(--aqua);
}
.card__link { margin-top: auto; padding-top: 18px; font-weight: 700; font-size: .95rem; display: inline-flex; align-items: center; gap: 7px; }
.card__link svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .card__link svg { transform: translateX(4px); }

/* ---------- Neden biz ---------- */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why__item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  position: relative; overflow: hidden;
}
.why__item::after {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: var(--brand); transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.why__item:hover::after { transform: scaleX(1); }
.why__item h3 { font-size: 1.12rem; }
.why__item p { color: var(--text-soft); font-size: .95rem; margin: 0; }
.why__num {
  font-size: .8rem; font-weight: 800; letter-spacing: .1em; color: var(--aqua); margin-bottom: 10px; display: block;
}

/* ---------- Süreç ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.step { position: relative; padding-top: 8px; }
.step__num {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--brand); color: #fff; font-family: var(--font-head);
  font-weight: 700; font-size: 1.2rem; margin-bottom: 18px; box-shadow: 0 6px 16px rgba(3,105,161,.3);
  position: relative; z-index: 2;
}
.step::before {
  content: ""; position: absolute; top: 34px; left: 52px; right: -22px; height: 2px;
  background: linear-gradient(90deg, rgba(18,179,200,.5), rgba(18,179,200,.12));
}
.step:last-child::before { display: none; }
.step h3 { font-size: 1.08rem; }
.step p { color: var(--text-soft); font-size: .95rem; margin: 0; }
.section--ink .step p { color: #a9c4da; }

/* ---------- Yorumlar ---------- */
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 16px;
}
.stars { display: flex; gap: 3px; color: var(--gold); }
.stars svg { width: 18px; height: 18px; }
.quote p { font-size: 1rem; color: var(--ink-2); margin: 0; flex-grow: 1; }
.quote__by { display: flex; align-items: center; gap: 12px; }
.quote__ava {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  background: var(--brand-light); color: var(--brand-dark); border: 1px solid #bae6fd;
  font-weight: 700; font-size: .95rem;
}
.quote__by strong { display: block; font-size: .95rem; color: var(--ink); }
.quote__by span { font-size: .84rem; color: var(--text-soft); }

/* ---------- SSS ---------- */
.faq { display: grid; gap: 12px; max-width: 880px; margin-inline: auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq__item[open] { border-color: #bcd8f2; box-shadow: var(--shadow-sm); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 22px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; font-size: 1.02rem;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: ""; flex-shrink: 0; width: 11px; height: 11px; border-right: 2.5px solid var(--brand);
  border-bottom: 2.5px solid var(--brand); transform: rotate(45deg) translateY(-3px); transition: transform .22s;
}
.faq__item[open] .faq__q::after { transform: rotate(-135deg) translateY(-3px); }
.faq__a { padding: 0 22px 20px; color: var(--text-soft); font-size: .98rem; }

/* ---------- Bölge listesi ---------- */
.areas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.areas li {
  list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 17px; font-size: .92rem; font-weight: 600; color: var(--ink-2);
}
.section--ink .areas li { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #d5e6f4; }

/* ---------- CTA bandı ---------- */
.cta-band {
  background:
    radial-gradient(700px 340px at 12% 0%, rgba(3,105,161,.45), transparent 64%),
    var(--ink);
  color: #fff; border-radius: var(--radius-lg); padding: clamp(34px, 4.5vw, 60px);
  display: grid; grid-template-columns: 1.35fr auto; gap: 30px; align-items: center;
}
.cta-band h2 { color: #fff; margin-bottom: .35em; }
.cta-band p { color: #b9d2e6; margin: 0; }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 52px); align-items: start; }
.contact-list { list-style: none; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.contact-list .ci {
  width: 46px; height: 46px; flex-shrink: 0; border-radius: 13px; display: grid; place-items: center;
  background: var(--brand-light); color: var(--brand);
}
.contact-list .ci svg { width: 21px; height: 21px; }
.contact-list strong { display: block; color: var(--ink); font-size: 1rem; }
.contact-list span, .contact-list a { color: var(--text-soft); font-size: .96rem; }
.contact-list a:hover { color: var(--brand); }

/* ---------- İçerik (SEO metin) blokları ---------- */
.prose { max-width: 820px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; font-size: 1.18rem; }
.prose ul { margin: 0 0 1.2em; padding-left: 22px; }
.prose li { margin-bottom: .5em; color: var(--text-soft); }
.prose p { color: var(--text-soft); }

/* ---------- Fiyat / bilgi tablosu ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 520px; }
th, td { padding: 15px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: .96rem; }
th { background: var(--bg-soft); font-weight: 700; color: var(--ink); }
tr:last-child td { border-bottom: 0; }

/* ---------- Breadcrumb ---------- */
.crumbs { padding: 16px 0; font-size: .88rem; color: var(--text-soft); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: #b6c5d3; }

/* ---------- Sayfa başlığı ---------- */
.page-hero {
  background:
    radial-gradient(800px 400px at 88% -20%, rgba(18,179,200,.2), transparent 60%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  padding: clamp(34px, 4vw, 56px) 0 clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}
.page-hero .lead { max-width: 68ch; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #9fbdd6; padding: clamp(48px, 6vw, 76px) 0 0; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; font-weight: 700; letter-spacing: -.01em; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.footer a { color: #9fbdd6; }
.footer a:hover { color: #fff; }
.footer ul { list-style: none; display: grid; gap: 10px; font-size: .95rem; }
.footer__about p { font-size: .95rem; margin-top: 16px; }
.footer .logo__name { color: #fff; }
.footer .logo__sub { color: #7d9cb6; }
.footer__bottom {
  margin-top: 44px; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0 34px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .88rem;
}

/* ---------- Mobil çağrı çubuğu ---------- */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line); padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  gap: 9px; box-shadow: 0 -6px 24px rgba(7,26,43,.1);
}
.callbar .btn { flex: 1; padding: 13px 10px; font-size: .95rem; }

/* ---------- Animasyon ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Güven rozetleri (Trust & Authority) ---------- */
.badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; }
.badges--2 { grid-template-columns: repeat(2, 1fr); }
.badge {
  display: flex; align-items: center; gap: 13px; padding: 18px 20px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.badge__ic {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 10px; display: grid; place-items: center;
  background: var(--brand-light); color: var(--brand-dark); border: 1px solid #bae6fd;
}
.badge__ic svg { width: 21px; height: 21px; }
.badge strong { display: block; font-family: var(--font-head); font-size: .97rem; color: var(--ink); line-height: 1.3; }
.badge span { font-size: .85rem; color: var(--text-soft); }

/* ---------- Metrik bandı ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat { background: #fff; padding: 26px 22px; text-align: center; }
.section--ink .stats { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.14); }
.section--ink .stat { background: #0b1424; }
.stat__num {
  font-family: var(--font-head); font-size: clamp(1.7rem, 1.3rem + 1.6vw, 2.5rem); font-weight: 700;
  color: var(--ink); letter-spacing: -.03em; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.section--ink .stat__num { color: #fff; }
.stat__label { font-size: .9rem; color: var(--text-soft); margin-top: 6px; }
.section--ink .stat__label { color: #94aec6; }

/* ---------- Öncesi / Sonrası ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare__panel { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.compare__head {
  display: flex; align-items: center; gap: 9px; padding: 12px 18px; font-weight: 700; font-size: .9rem;
  letter-spacing: .04em; text-transform: uppercase; border-bottom: 1px solid var(--line);
}
.compare__head--before { background: #fef2f2; color: #b91c1c; }
.compare__head--after { background: #f0fdf4; color: #15803d; }
.compare__body { padding: 20px; }
.compare__body ul { list-style: none; display: grid; gap: 11px; }
.compare__body li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--text-soft); }
.compare__body svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; }
.compare__head--before + .compare__body svg { color: #dc2626; }
.compare__head--after + .compare__body svg { color: var(--success); }

/* ---------- Fiyat / kapsam kartı ---------- */
.note {
  display: flex; gap: 13px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius);
  background: var(--brand-light); border: 1px solid #bae6fd; color: var(--ink-2); font-size: .95rem;
}
.note svg { width: 21px; height: 21px; flex-shrink: 0; color: var(--brand-dark); margin-top: 2px; }

/* ---------- Galeri ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; }
.gallery li { margin: 0; }
.shot {
  display: block; position: relative; width: 100%; padding: 0; border: 0; cursor: pointer;
  border-radius: var(--radius); overflow: hidden; background: var(--muted);
  box-shadow: var(--shadow-sm); transition: box-shadow .22s ease, transform .22s ease;
}
.shot img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.shot:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.shot:hover img { transform: scale(1.05); }
.shot figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; text-align: left;
  font-size: .88rem; font-weight: 600; color: #fff;
  background: linear-gradient(180deg, transparent, rgba(7, 20, 36, .82));
}
.shot::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08); pointer-events: none;
}

/* Büyütme (lightbox) */
.lightbox {
  position: fixed; inset: 0; z-index: 1000; display: none;
  align-items: center; justify-content: center; padding: 24px;
  background: rgba(7, 20, 36, .88); backdrop-filter: blur(4px);
}
.lightbox[open], .lightbox.is-open { display: flex; }
.lightbox img {
  max-width: min(1100px, 96vw); max-height: 84vh; width: auto; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); background: #fff;
}
.lightbox__cap {
  position: absolute; left: 0; right: 0; bottom: 22px; text-align: center;
  color: #dbe9f5; font-size: .95rem; padding: 0 24px;
}
.lightbox__close {
  position: absolute; top: 16px; right: 16px; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); color: #fff;
}
.lightbox__close:hover { background: rgba(255, 255, 255, .22); }
.lightbox__close svg { width: 22px; height: 22px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--4, .badges, .stats { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .step:nth-child(2n)::before { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 1080px) {
  :root { --header-h: 68px; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; background: #fff;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 14px 20px 22px; display: none; max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  .nav.is-open { display: block; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav__list a { padding: 13px 14px; font-size: 1.02rem; }
  .nav-toggle { display: flex; }
  .header__cta { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .grid--3, .why { grid-template-columns: 1fr; }
  .grid--2, .contact-grid, .compare { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cta-band { grid-template-columns: 1fr; text-align: center; }
  .cta-band .btn-row { justify-content: center; }
  body { padding-bottom: 74px; }
  .callbar { display: flex; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 48px 0; }
  .grid--4, .badges, .badges--2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step::before { display: none; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__trust { gap: 18px 26px; }
  .btn { width: 100%; }
  .callbar .btn { width: auto; }
  .btn-row { flex-direction: column; }
  .card { padding: 24px; }
}
