:root {
  --text: #2f2f2f;
  --muted: #5c5c5c;
  --line: #e8e8e8;
  --bg: #fff;
  --soft: #f5f6f8;
  --red: #e63a30;
  --red-dark: #c42d24;
  --navy: #16324f;
  --shell: 1140px;
  --max: 920px;
  --header-pad: 28px;
  --ico: 1.35rem;
  --font: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  --legal-size: .8rem;
  --legal-lh: 1.55;
  --legal-track: .01em;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 96px;
}
h1, h2, h3,
.logo-name,
.header-phone,
.site-nav a {
  font-family: var(--font);
  letter-spacing: -0.02em;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.ico,
.ico * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ico {
  width: var(--ico);
  height: var(--ico);
  flex-shrink: 0;
  display: block;
  overflow: visible;
}
.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

/* Header — tam genişlik, kurumsal */
.site-header {
  width: 100%;
  background: #fff;
  border-top: 3px solid var(--red);
  box-shadow: 0 2px 10px rgba(22, 50, 79, .12);
}
.header-bar {
  width: 100%;
  background: #fff;
}
.header-inner {
  width: 100%;
  margin-inline: 0;
  padding: 0 var(--header-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header-bar .header-inner {
  min-height: 78px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}
.logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  display: block;
  flex-shrink: 0;
}
.logo-name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.15;
  color: var(--navy);
  text-transform: uppercase;
}
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  background: var(--red);
  font-weight: 700;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 12px 18px;
  border-radius: 4px;
  letter-spacing: .02em;
}
.header-phone:hover { background: var(--red-dark); }
.header-phone .ico { width: 22px; height: 22px; }
.site-nav {
  width: 100%;
  background: var(--navy);
}
.site-nav .header-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  min-height: 52px;
  padding: 0 var(--header-pad);
  gap: 0;
}
.site-nav a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 12px 10px;
  text-decoration: none;
  color: #e8eef4;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
.site-nav a + a {
  border-left: 1px solid rgba(255,255,255,.18);
  padding-left: 10px;
}
.site-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.site-nav a .ico {
  width: 18px;
  height: 18px;
  margin: 0;
}
.site-nav a span {
  display: block;
  line-height: 1.2;
}

/* Hero / page title */
.hero {
  width: 100%;
  background:
    radial-gradient(ellipse 55% 80% at 78% 50%, rgba(230, 58, 48, .22), transparent 62%),
    linear-gradient(160deg, #122a43 0%, var(--navy) 48%, #0f2438 100%);
  color: #fff;
  overflow: hidden;
}
.hero-inner {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding: 40px var(--header-pad);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 28px;
  min-height: 320px;
}
.hero-copy { max-width: 620px; }
.hero-kicker {
  color: #f0b4b0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: .01em;
}
.hero .lead {
  color: #c5d0db;
  margin: 0;
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.55;
}
.hero-services {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.hero-services a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #d5dee8;
  text-decoration: none;
  font-size: .94rem;
  line-height: 1.35;
}
.hero-services a:hover { color: #fff; }
.hero-services a:hover b { color: #f7c4c0; }
.hero-services b {
  display: block;
  color: #fff;
  font-size: .98rem;
  font-weight: 700;
  margin-bottom: 1px;
}
.hero-services .ico {
  width: 22px;
  height: 22px;
  color: #f0b4b0;
  flex-shrink: 0;
  margin-top: 3px;
}
.hero-map {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.hero-map img {
  width: min(100%, 680px);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(230, 58, 48, .3));
}
.wrap--wide {
  width: min(var(--shell), calc(100% - 32px));
}
.page-title h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
}
.page-title {
  background: var(--soft);
  padding: 14px 0 8px;
  text-align: left;
  margin-bottom: 0;
}
.page-title .wrap {
  width: min(820px, calc(100% - 32px));
  margin-inline: auto;
}

/* Home blocks */
.block-inner {
  width: min(var(--shell), 100%);
  margin-inline: auto;
  padding: 0 var(--header-pad);
}
.block-head {
  max-width: 720px;
  margin: 0 0 32px;
}
.block-kicker {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.block-head h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
  margin: 0 0 8px;
  text-align: left;
}
.block-lead {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.55;
}
.block--hizmet {
  background: var(--soft);
  padding: 48px 0 52px;
}
.block--ozellik {
  background: #e4edf2;
  padding: 48px 0 52px;
  color: var(--navy);
}
.block--ozellik .block-kicker { color: var(--red); }
.block--ozellik .block-head h2 { color: var(--navy); }
.block--ozellik .block-lead { color: #5a6a78; }

.hizmet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.hizmet {
  background: #fff;
  border: 1px solid #e4eaef;
  border-top: 3px solid var(--navy);
  border-radius: 8px;
  padding: 20px 16px 18px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 148px;
  color: var(--navy);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.hizmet:hover {
  border-top-color: var(--red);
  border-color: #d5dee6;
  box-shadow: 0 8px 20px rgba(22, 50, 79, .08);
}
.hizmet-ico {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}
.hizmet-ico .ico { width: 18px; height: 18px; }
.hizmet-ad {
  font-weight: 700;
  font-size: .92rem;
  line-height: 1.3;
}
.hizmet-ozet {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.4;
  font-weight: 400;
}

.ozellik-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ozellik {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d3dee6;
  border-radius: 8px;
  padding: 18px 16px;
  position: relative;
  min-width: 0;
}
.ozellik-no {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #8a9aaa;
}
.ozellik-ico {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #2a5a73;
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.ozellik-ico .ico { width: 18px; height: 18px; }
.ozellik > div {
  min-width: 0;
  padding-right: 32px;
}
.ozellik b {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: .95rem;
  line-height: 1.3;
}
.ozellik p {
  color: #4f5d6a;
  font-size: .84rem;
  line-height: 1.45;
  margin: 0;
}

/* 404 */
.hata {
  padding: 48px 0 56px;
  text-align: center;
}
.hata .wrap {
  width: min(720px, calc(100% - 32px));
}
.hata-kod {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.hata h1 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.2;
}
.hata > .wrap > p {
  color: var(--muted);
  margin: 0 auto 24px;
  max-width: 460px;
}
.hata-aksiyon {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.hata-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 11px 18px;
  font-weight: 700;
  font-size: .9rem;
  border: 1px solid #d7e0e8;
  background: #fff;
  color: var(--navy);
}
.hata-btn:hover {
  border-color: #b7c4d0;
  color: var(--navy);
}
.hata-btn--ana {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.hata-btn--ana:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
}
.hata-liste {
  text-align: left;
}
.hata-liste .list-head {
  margin: 0 0 10px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--navy);
}
.hata-liste .marka-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 1px;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  border-radius: 6px;
  overflow: hidden;
}
.hata-liste .marka-card {
  padding: 8px 10px;
  gap: 7px;
  font-size: .8rem;
  font-weight: 400;
  color: #4a5c6c;
  background: #fff;
  border: 0;
  border-radius: 0;
  min-height: 38px;
}
.hata-liste .marka-card:hover {
  background: #f6f8fa;
  color: var(--navy);
}

/* Article */
.article {
  max-width: 820px;
  margin: 0 auto;
  padding: 10px 0 8px;
}
.article p {
  margin-bottom: 16px;
  color: #3a3a3a;
  font-size: var(--legal-size);
  line-height: var(--legal-lh);
  letter-spacing: var(--legal-track);
  text-align: left;
}
.article strong {
  font-weight: 700;
  color: var(--navy);
}
.article h3 {
  font-size: 1.15rem;
  margin: 22px 0 10px;
}
.article .table {
  width: 100%;
  border-collapse: collapse;
  margin: 4px 0 18px;
  table-layout: fixed;
}
.article .table th,
.article .table td {
  border: 1px solid #e2e8ee;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
  font-size: .86rem;
  line-height: 1.45;
  word-break: break-word;
}
.article .table th {
  width: 48%;
  font-weight: 600;
  color: var(--navy);
  background: #f4f7fa;
}
.article .table td {
  color: #3a3a3a;
  background: #fff;
}
.article .table td a {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}
.article .table td a:hover { color: var(--red-dark); }
.yildiz {
  color: orange;
  letter-spacing: .06em;
  margin-right: 4px;
}
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  background: #f4f7fa;
  color: var(--navy);
  border: 1px solid #d7e0e8;
  border-radius: 10px;
  padding: 20px 18px;
  margin: 32px 0 12px;
}
.cta-copy {
  min-width: 0;
}
.cta-box h2 {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
  color: var(--navy);
  letter-spacing: -.02em;
}
.article .cta-box p,
.cta-box p {
  margin: 0;
  color: #5a6a78;
  font-size: .92rem;
  line-height: 1.45;
}
.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
  color: var(--navy);
  background: #fff;
  border: 1px solid #cfd9e3;
  border-radius: 10px;
  padding: 11px 18px 11px 12px;
}
.cta-phone:hover {
  color: var(--navy);
  background: #fff;
  border-color: #b7c4d0;
}
.cta-phone:active {
  transform: translateY(1px);
}
.cta-phone-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8eef3;
  color: var(--navy);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.cta-phone-ico .ico { width: 18px; height: 18px; }
.cta-phone-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.15;
}
.cta-phone-txt small {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6a7a88;
}
.cta-phone-txt b {
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: .03em;
  white-space: nowrap;
  color: var(--navy);
}

/* Lists */
.article .list-head {
  margin: 22px 0 10px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--navy);
}
.article .marka-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 1px;
  margin: 0 0 16px;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  border-radius: 6px;
  overflow: hidden;
}
.article .marka-card {
  padding: 8px 10px;
  gap: 7px;
  font-size: .8rem;
  font-weight: 400;
  color: #4a5c6c;
  background: #fff;
  border: 0;
  border-radius: 0;
  min-height: 38px;
}
.article .marka-card:hover {
  background: #f6f8fa;
  border-color: transparent;
  color: var(--navy);
}
.article .marka-ico {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: transparent;
  color: #8a98a6;
}
.article .marka-ico .ico { width: 13px; height: 13px; }
.article .marka-ad {
  letter-spacing: 0;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .marka-card:hover .marka-ico {
  background: transparent;
  color: var(--navy);
}
.hizmetler-head {
  width: 100%;
  background: #fff;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
}
.hizmetler-head-inner {
  width: 100%;
  margin-inline: 0;
  padding: 18px var(--header-pad) 16px;
}
.hizmetler-head h1 {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
  color: var(--navy);
}
.hizmetler-head p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: .95rem;
}
.hizmetler-body {
  background: var(--soft);
  padding: 22px 0 40px;
}
.marka-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 6px;
}
.marka-card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #eceff2;
  border-radius: 5px;
  padding: 8px 10px;
  text-decoration: none;
  color: #5c6b78;
  font-weight: 400;
  font-size: .82rem;
}
.marka-card:hover {
  border-color: #d7dee4;
  color: var(--navy);
}
.marka-ico {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #f3f5f7;
  color: #7a8a98;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.marka-ico .ico { width: 12px; height: 12px; }
.marka-ad {
  min-width: 0;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
}
.marka-card:hover .marka-ico {
  background: #e8eef4;
  color: var(--navy);
}

/* Footer */
.bagimsiz-band {
  width: 100%;
  margin-top: 28px;
  background: linear-gradient(90deg, #c42d24 0%, var(--red) 45%, #ed4a40 70%, var(--red) 100%);
  color: #fff;
}
.bagimsiz-band--nav {
  margin-top: 0;
}
.bagimsiz-band-inner {
  width: 100%;
  padding: 13px var(--header-pad);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.35;
}
.bagimsiz-band .ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.site-footer {
  width: 100%;
  background: var(--navy);
  color: #9eb0c2;
  margin-top: 0;
  border-top: 0;
}
.footer-inner {
  width: 100%;
  margin-inline: 0;
  padding: 22px var(--header-pad) 18px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 20px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #e8eef4;
  flex: 0 0 auto;
  margin-right: 0;
}
.footer-brand:hover { color: #fff; }
.footer-mark {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.footer-mark .ico { width: 22px; height: 22px; }
.footer-name {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.footer-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-legal {
  font-size: var(--legal-size);
  line-height: var(--legal-lh);
  text-align: left;
  letter-spacing: var(--legal-track);
}
.footer-copy {
  text-align: left;
  font-size: .78rem;
  color: #c5d0db;
  font-weight: 600;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: 12px;
}
.footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c5d0db;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 600;
  white-space: nowrap;
}
.footer-links a:hover { color: #fff; }
.footer-links a:first-child {
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  width: 100%;
}
.footer-links .ico {
  width: 16px;
  height: 16px;
  color: #f0b4b0;
}


.beyan {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15, 28, 42, .55);
  display: grid;
  place-items: center;
  padding: 32px;
}
.beyan[hidden] { display: none; }
.beyan-open { overflow: hidden; }
.beyan-card {
  width: min(460px, 100%);
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px 26px;
  box-shadow: 0 24px 60px rgba(15, 36, 56, .28);
  border-top: 4px solid var(--red);
  text-align: left;
}
.beyan-mark {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.beyan-mark .ico { width: 20px; height: 20px; }
.beyan-kicker {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
}
.beyan-card h2 {
  font-size: 1.28rem;
  color: var(--navy);
  margin: 0 0 12px;
  line-height: 1.25;
}
.beyan-card p {
  color: #4a5560;
  font-size: .9rem;
  line-height: 1.6;
  margin: 0 0 22px;
}
.beyan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  background: var(--red);
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 11px 22px;
  font-family: var(--font);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
}
.beyan-btn:hover { background: var(--red-dark); }

.mobile-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 -10px 28px rgba(15, 36, 56, .28);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
}
.mobile-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #ed4a40 0%, var(--red) 100%);
  border-radius: 12px;
  padding: 11px 18px;
  box-shadow: 0 6px 16px rgba(230, 58, 48, .32);
}
.mobile-call a:active {
  transform: translateY(1px);
  box-shadow: 0 3px 10px rgba(230, 58, 48, .28);
}
.mobile-call-ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.mobile-call-ico .ico { width: 18px; height: 18px; }
.mobile-call-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.15;
}
.mobile-call-txt small {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}
.mobile-call-txt b {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: .03em;
}

@media (min-width: 800px) {
  body { padding-bottom: 0; }
  .mobile-call { display: none; }
  :root { --header-pad: 40px; }
  .header-bar .header-inner { min-height: 88px; }
  .header-phone { font-size: 1.4rem; padding: 14px 22px; }
}

@media (max-width: 799px) {
  :root { --header-pad: 16px; }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 16px 20px;
    min-height: 0;
    gap: 12px;
  }
  .hero-copy { max-width: none; }
  .hero .lead { margin-inline: auto; }
  .hero-services { max-width: 380px; margin-inline: auto; text-align: left; }
  .hero-map img { width: min(100%, 420px); }
  .block--hizmet,
  .block--ozellik { padding: 32px 0 36px; }
  .block-head { margin-bottom: 22px; }
  .hizmet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hizmet { min-height: 0; padding: 16px 14px 14px; }
  .ozellik-grid { grid-template-columns: 1fr; gap: 10px; }
  .ozellik { padding: 16px 14px; gap: 12px; }
  .ozellik b { font-size: .9rem; }
  .ozellik p { font-size: .82rem; }
  .beyan { display: none !important; }
  .footer-legal,
  .article p { font-size: .76rem; }
  .footer-inner {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 8px;
  }
  .footer-brand { order: 1; }
  .footer-text { flex: 1 1 100%; order: 2; }
  .footer-links {
    order: 3;
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .footer-links a {
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
    padding: 4px 2px;
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }
  .footer-links a:first-child {
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 0;
    width: auto;
  }
  .footer-links .ico { width: 18px; height: 18px; }
  .cta-box {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 16px;
    gap: 14px;
  }
  .cta-phone { justify-content: center; }
  .article .table th,
  .article .table td { font-size: .78rem; padding: 8px 10px; }
  .hata { padding: 32px 0 40px; }
  .hata-aksiyon { margin-bottom: 28px; }
  .hata-liste .marka-grid,
  .article .marka-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bagimsiz-band-inner {
    font-size: .68rem;
    letter-spacing: .06em;
    gap: 8px;
    padding: 11px var(--header-pad);
  }
  .bagimsiz-band .ico { width: 15px; height: 15px; }
  .logo-name { font-size: 1.05rem; }
  .logo-mark { width: 36px; height: 36px; }
  .header-phone { font-size: .85rem; padding: 8px 10px; gap: 6px; }
  .header-bar .header-inner { min-height: 60px; gap: 10px; }
  .site-nav a {
    flex-direction: column;
    gap: 6px;
    font-size: .62rem;
    letter-spacing: .02em;
    padding: 10px 4px;
  }
  .site-nav a + a { padding-left: 4px; }
  .site-nav a .ico { width: 20px; height: 20px; }
}

@media (max-width: 420px) {
  .logo-name { font-size: .95rem; }
  .header-phone span { font-size: .8rem; }
  .site-nav a { font-size: .58rem; padding: 9px 2px; }
  .block--ozellik { padding: 26px 0 30px; }
  .ozellik-ico { width: 36px; height: 36px; }
  .cta-phone { width: 100%; }
  .cta-phone-txt b { font-size: 1.05rem; white-space: normal; }
}
