:root {
  --navy-950: #0a1830;
  --navy-900: #0f2547;
  --navy-800: #16335f;
  --navy-700: #1e4380;
  --gold-500: #e0a83c;
  --gold-400: #ecbc5f;
  --gold-100: #fbeed2;
  --ink: #16233b;
  --ink-soft: #4a5670;
  --paper: #ffffff;
  --paper-soft: #f6f7fb;
  --border: #e6e8f0;
  --success: #2fa86a;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 37, 71, 0.12);
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", "Inter", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.25; margin: 0 0 0.5em; font-weight: 800; }
p { margin: 0 0 1em; color: var(--ink-soft); }
ul { padding-left: 1.2em; color: var(--ink-soft); }
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
.section { padding: 64px 0; }
.section-alt { background: var(--paper-soft); }
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy-700);
  background: var(--gold-100);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.section-title { font-size: clamp(24px, 3.4vw, 34px); color: var(--navy-950); }
.section-sub { max-width: 680px; }
.section-head { margin-bottom: 36px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: scale(0.98); }
.btn-call {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: 0 8px 20px rgba(224, 168, 60, 0.35);
}
.btn-call:hover { background: var(--gold-400); }
.btn-whatsapp {
  background: var(--success);
  color: #fff;
  box-shadow: 0 8px 20px rgba(47, 168, 106, 0.3);
}
.btn-whatsapp:hover { background: #279a5f; }
.btn-outline {
  background: transparent;
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.btn-outline:hover { border-color: #fff; }
.btn-block { width: 100%; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 19px;
  color: #fff;
  letter-spacing: -0.01em;
}
.logo .mark {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(140deg, var(--gold-400), var(--gold-500));
  color: var(--navy-950);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}
.logo .sub { display: block; font-size: 11px; font-weight: 500; color: var(--gold-400); letter-spacing: 0.04em; }

/* Nav menu */
.main-nav { display: none; align-items: center; gap: 22px; }
.main-nav a { color: rgba(255,255,255,0.82); font-size: 14px; font-weight: 600; white-space: nowrap; }
.main-nav a:hover { color: var(--gold-400); }
@media (min-width: 980px) { .main-nav { display: flex; } }
.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  color: #fff; font-size: 18px; line-height: 1; cursor: pointer;
}
@media (min-width: 980px) { .menu-toggle { display: none; } }
.main-nav.open {
  display: flex;
  position: absolute;
  top: 100%; left: 0; right: 0;
  flex-direction: column;
  background: var(--navy-950);
  padding: 10px 20px 18px;
  gap: 2px;
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.main-nav.open a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone {
  display: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  align-items: center;
  gap: 8px;
}
.header-phone .lbl { display: block; font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.6); }
@media (min-width: 720px) {
  .header-phone { display: flex; }
}
.btn-sm { padding: 10px 16px; font-size: 14px; }

/* Hero */
.hero {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(224,168,60,0.18), transparent 60%),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 60%, var(--navy-800));
  color: #fff;
  padding: 56px 0 60px;
}
.hero-grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--gold-400);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(28px, 4.4vw, 44px);
  color: #fff;
  margin-bottom: 16px;
}
.hero h1 .accent { color: var(--gold-400); }
.hero-lead {
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  max-width: 560px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-trust { display: grid; grid-template-columns: repeat(2, auto); gap: 14px 28px; margin-top: 32px; }
.hero-trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.75); }
.hero-trust-item .ico { width: 30px; height: 30px; border-radius: 8px; background: rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; }

.hero-card {
  background: #fff;
  color: var(--ink);
  border-radius: 18px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.hero-card h3 { color: var(--navy-950); font-size: 19px; }
.hero-card-list { list-style: none; padding: 0; margin: 18px 0 22px; }
.hero-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--border);
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 600;
}
.hero-card-list li:last-child { border-bottom: none; }
.hero-card-list .check {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold-100); color: var(--navy-700);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0; margin-top: 1px;
}

/* Badge strip (SPK / Belediye / SGK / İkamet / Vergi Dairesi) */
.badge-strip { background: var(--paper); padding: 60px 0 54px; border-bottom: 1px solid var(--border); }
.badge-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 20px; text-align: center; }
@media (min-width: 720px) { .badge-row { grid-template-columns: repeat(5, 1fr); } }
.badge-item { position: relative; display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 0 10px; }
.badge-item .badge-ico {
  width: 104px; height: 104px; border-radius: 50%;
  background: var(--gold-100); color: var(--navy-800);
  border: 2px solid var(--gold-500);
  box-shadow: 0 10px 24px rgba(15, 37, 71, 0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 44px;
}
.badge-item .badge-ico.seal {
  background: var(--navy-950);
  border-color: var(--gold-400);
  color: var(--gold-400);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
.badge-item .badge-ico.seal span { display: block; font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.65); letter-spacing: 0.06em; margin-top: 2px; }
.badge-item p { margin: 0; font-weight: 800; color: var(--navy-950); font-size: 16px; line-height: 1.35; }
@media (min-width: 720px) {
  .badge-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px; top: 10px; bottom: 10px;
    width: 2px;
    background: var(--gold-500);
  }
}

/* Trust strip */
.trust-strip { background: var(--navy-900); padding: 22px 0; }
.trust-strip .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  text-align: center;
}
@media (min-width: 720px) { .trust-strip .container { grid-template-columns: repeat(4, 1fr); } }
.trust-strip-item { color: #fff; font-size: 13.5px; font-weight: 700; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.trust-strip-item .ico { color: var(--gold-400); font-size: 22px; }

/* Cards grid */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 900px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 22px;
}
.card .ico {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--gold-100);
  color: var(--navy-800);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 800;
}
.card h3 { font-size: 17px; color: var(--navy-950); margin-bottom: 8px; }
.card p { font-size: 14.5px; margin-bottom: 0; }

/* Process */
.steps { display: grid; gap: 16px; counter-reset: step; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { position: relative; background: var(--paper-soft); border-radius: var(--radius); padding: 24px 20px 20px; border: 1px solid var(--border); }
.step .num {
  counter-increment: step;
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--navy-950); color: var(--gold-400);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; margin-bottom: 14px;
}
.step .num::before { content: counter(step); }
.step h4 { font-size: 15.5px; color: var(--navy-950); margin-bottom: 6px; }
.step p { font-size: 13.5px; margin-bottom: 0; }

/* Document checklist */
.doc-list { display: grid; gap: 12px; }
@media (min-width: 720px) { .doc-list { grid-template-columns: repeat(2, 1fr); } }
.doc-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--paper-soft); border: 1px solid var(--border);
  border-radius: 12px; padding: 16px 18px;
}
.doc-item .num2 {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--navy-950); color: var(--gold-400);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px;
}
.doc-item strong { display: block; color: var(--navy-950); font-size: 14.5px; margin-bottom: 3px; }
.doc-item span { font-size: 13px; color: var(--ink-soft); }

/* Delivery time table */
.delivery-table { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.delivery-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; background: #fff;
  border-bottom: 1px solid var(--border);
}
.delivery-row:last-child { border-bottom: none; }
.delivery-row:nth-child(even) { background: var(--paper-soft); }
.delivery-row .svc { font-weight: 700; color: var(--navy-950); font-size: 14.5px; }
.delivery-row .time { font-weight: 800; color: var(--navy-700); background: var(--gold-100); padding: 5px 14px; border-radius: 999px; font-size: 13px; }

/* About (home) */
.about-grid { display: grid; gap: 32px; align-items: start; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.1fr 0.9fr; } }
.about-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.about-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; font-weight: 600; color: var(--navy-950); }
.about-list .check { width: 22px; height: 22px; border-radius: 50%; background: var(--gold-100); color: var(--navy-700); display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; margin-top: 1px; }

/* Client references (logo wall) */
.client-section { background: linear-gradient(180deg, var(--navy-950), var(--navy-900)); padding: 64px 0; }
.client-section-head { text-align: center; margin-bottom: 40px; }
.client-badge-title {
  display: inline-block;
  padding: 14px 34px;
  border: 2px solid var(--gold-500);
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  color: #fff;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.client-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 640px) { .client-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .client-grid { grid-template-columns: repeat(5, 1fr); } }
.client-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 12px;
  min-height: 82px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.client-card span { font-weight: 800; color: var(--navy-950); font-size: 14px; letter-spacing: 0.01em; }

/* Districts list (home) */
.district-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.district-chip {
  background: var(--paper-soft);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy-800);
  transition: background .15s ease, border-color .15s ease;
}
.district-chip:hover { background: var(--gold-100); border-color: var(--gold-500); }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  cursor: pointer;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--navy-950);
  font-family: inherit;
}
.faq-q .plus { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--paper-soft); display:flex; align-items:center; justify-content:center; color: var(--navy-800); font-weight: 800; transition: transform .2s ease; }
.faq-item[open] .faq-q .plus { transform: rotate(45deg); background: var(--gold-100); }
.faq-a { margin: 0 0 18px; font-size: 14.5px; }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: #fff;
  border-radius: 20px;
  padding: 40px 28px;
  text-align: center;
}
.cta-band h2 { color: #fff; font-size: clamp(22px, 3vw, 28px); }
.cta-band p { color: rgba(255,255,255,0.75); max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-band .hero-ctas { justify-content: center; }

/* Footer */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,0.7); padding: 48px 0 24px; font-size: 14px; }
.footer-grid { display: grid; gap: 28px; margin-bottom: 32px; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-grid h4 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; color: inherit; }
.footer-grid li { margin-bottom: 9px; color: inherit; }
.footer-grid a:hover { color: var(--gold-400); }
.site-footer p { color: rgba(255,255,255,0.7); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 12.5px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; }

/* Footer service-area district links */
.footer-areas { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-areas h4 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.footer-areas-links { display: flex; flex-wrap: wrap; gap: 7px 16px; }
.footer-areas-links a { font-size: 12.5px; color: rgba(255,255,255,0.55); }
.footer-areas-links a:hover { color: var(--gold-400); }

/* FAQ 2-column grid */
.faq-grid { display: grid; gap: 0 44px; }
@media (min-width: 860px) {
  .faq-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(5, auto); grid-auto-flow: column; }
}

/* Sticky mobile call bar */
.mobile-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  box-shadow: 0 -6px 20px rgba(15,37,71,0.15);
}
.mobile-cta-bar a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 10px;
  font-weight: 800;
  font-size: 14.5px;
}
.mobile-cta-bar .call { background: var(--gold-500); color: var(--navy-950); }
.mobile-cta-bar .wa { background: var(--success); color: #fff; }
@media (min-width: 900px) { .mobile-cta-bar { display: none; } }
body { padding-bottom: 64px; }
@media (min-width: 900px) { body { padding-bottom: 0; } }

/* Breadcrumb (district pages) */
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--gold-400); }

/* utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
