/* ============ MAYA ZEMİN — mayazemin.com ============ */
/* Font: Mont ailesi lisanslandığında ../fonts/ altına eklenip buradaki
   @font-face ile tanımlanabilir; şimdilik tüm site tek aile: Montserrat. */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-var-latin.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-var-latinext.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0;
}

:root {
  --ink: #17181c;
  --ink-2: #2c2d33;
  --muted: #5d5e66;
  --gold: #c9962e;
  --gold-2: #a97d20;
  --gold-soft: #f7efdd;
  --paper: #ffffff;
  --mist: #f6f5f1;
  --line: #e8e5de;
  --radius: 14px;
  --shadow: 0 10px 34px rgba(23, 24, 28, .09);
  --font-head: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Montserrat', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.7; color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.22; letter-spacing: .01em; }
.container { width: min(1180px, 100% - 40px); margin-inline: auto; }
@media (max-width: 640px) { .container { width: min(1180px, 100% - 32px); } }

.gold { color: var(--gold); }
section { padding: 72px 0; }
@media (max-width: 768px) { section { padding: 52px 0; } }

.sec-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.sec-head .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }
.sec-head .eyebrow::before, .sec-head .eyebrow::after { content: ''; width: 26px; height: 2px; background: var(--gold); }
.sec-head h2 { font-size: clamp(26px, 4vw, 38px); }
.sec-head p { color: var(--muted); margin-top: 12px; }
.sec-head.left { text-align: left; margin-inline: 0; }
.sec-head.left .eyebrow::before { display: none; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  padding: 15px 30px; border-radius: 10px; border: 2px solid transparent;
  cursor: pointer; transition: .22s; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(201, 150, 46, .35); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-line-light { border-color: rgba(255,255,255,.4); color: #fff; background: transparent; }
.btn-line-light:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: 11px 22px; font-size: 14px; }
.btn-wa { background: #25d366; color: #fff; margin-top: 12px; padding: 12px 22px; font-size: 14px; }
.btn-wa:hover { background: #1ebe5b; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(37, 211, 102, .35); }
.form-msg.ok .btn-wa { display: inline-flex; }

/* ---------- Slogan şeridi ---------- */
.topbar {
  background: linear-gradient(90deg, #131418 0%, #1c1d23 55%, #131418 100%);
  border-bottom: 1px solid rgba(201, 150, 46, .3);
}
.topbar-in {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 38px; padding: 7px 0;
}
.tb-slogan {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 12.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
  white-space: nowrap;
}
.tb-mark { width: 9px; height: 9px; flex: none; background: var(--gold); transform: rotate(45deg); border-radius: 2px; }
.tb-note { font-size: 12.5px; font-weight: 600; color: #9a9ba3; letter-spacing: .04em; white-space: nowrap; }

@media (max-width: 860px) {
  .topbar-in { justify-content: center; min-height: 34px; padding: 6px 0; }
  .tb-note { display: none; }
  .tb-slogan { font-size: 11px; letter-spacing: .13em; }
  .tb-mark { width: 7px; height: 7px; }
}
@media (max-width: 360px) {
  .tb-slogan { font-size: 10px; letter-spacing: .1em; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(23,24,28,.07); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.brand img { height: 48px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 600; }
.main-nav > a, .drop-toggle { position: relative; padding: 6px 0; color: var(--ink-2); display: inline-flex; align-items: center; gap: 6px; }
.main-nav > a::after, .drop-toggle::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: .25s;
}
.main-nav > a:hover::after, .nav-drop:hover .drop-toggle::after { width: 100%; }
.nav-drop { position: relative; }
.nav-ico { display: inline-flex; color: var(--gold-2); }
.nav-ico svg { width: 17px; height: 17px; }
.caret { opacity: .7; }

/* Yatay mega menü */
.mega-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translate(-50%, 8px);
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow);
  padding: 18px; opacity: 0; visibility: hidden; transition: .22s;
  width: max-content; max-width: min(860px, calc(100vw - 32px));
}
.nav-drop:hover .mega-menu, .nav-drop:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px 10px; width: 850px; }
.mega-services .mega-item { white-space: normal; font-size: 13px; line-height: 1.35; }
.mega-item {
  display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 9px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-2); white-space: nowrap; transition: .15s;
}
.mega-item:hover { background: var(--gold-soft); color: var(--gold-2); }
.mi-ico { display: inline-flex; flex: none; width: 34px; height: 34px; border-radius: 9px; background: var(--gold-soft); color: var(--gold-2); align-items: center; justify-content: center; }
.mi-ico svg { width: 18px; height: 18px; }
.mega-item:hover .mi-ico { background: var(--gold); color: #fff; }
.mi-pin { width: 26px; height: 26px; border-radius: 7px; background: transparent; }
.mega-regions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 22px; }
.mega-col { display: grid; gap: 2px; align-content: start; }
.mega-col b { font-family: var(--font-head); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); padding: 6px 12px 8px; border-bottom: 2px solid var(--gold); margin-bottom: 6px; }
.mega-regions .mega-item { padding: 7px 10px; }
.mega-all { grid-column: 1 / -1; margin-top: 10px; padding: 11px 14px; border-top: 1px solid var(--line); font-size: 13.5px; font-weight: 700; color: var(--gold-2); border-radius: 0 0 10px 10px; }
.mega-all:hover { color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 18px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; color: var(--ink); }
.phone-link svg { color: var(--gold); }
.phone-link:hover { color: var(--gold-2); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-burger span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1024px) {
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 89;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 10px 20px 18px; box-shadow: 0 20px 40px rgba(23,24,28,.12);
    transform: translateY(-130%); transition: transform .3s ease;
    max-height: calc(100dvh - 112px); overflow-y: auto;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav > a, .drop-toggle { padding: 13px 4px; border-bottom: 1px solid var(--mist); width: 100%; }
  .mega-menu { position: static; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; padding: 2px 0 8px 12px; width: auto; max-width: none; }
  .mega-services, .mega-regions { grid-template-columns: 1fr 1fr; gap: 0 8px; }
  .mega-item { padding: 8px 8px; white-space: normal; }
  .mi-ico { width: 28px; height: 28px; }
  .mega-col { margin-bottom: 8px; }
  .mega-all { margin-top: 4px; padding: 9px 8px; }
  .caret { display: none; }
  .nav-burger { display: flex; }
  .phone-link span { display: none; }
  .header-in { height: 68px; }
  .brand img { height: 42px; }
}

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(201,150,46,.14), transparent 60%),
    linear-gradient(180deg, #1a1b20 0%, #17181c 100%);
  color: #fff; overflow: hidden; position: relative;
  padding: 84px 0 96px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 12.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 20px; }
.hero .eyebrow::before { content: ''; width: 34px; height: 2px; background: var(--gold); }
.hero h1 { font-size: clamp(32px, 5vw, 54px); line-height: 1.12; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .sub { color: #b9bac2; font-size: clamp(15px, 2vw, 17.5px); max-width: 540px; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-badges { display: flex; gap: 22px; flex-wrap: wrap; }
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: #cfd0d6; }
.hero-badges svg { color: var(--gold); flex: none; }

/* Hero: epoksi katman şeması animasyonu */
.layer-scheme { width: 100%; max-width: 520px; margin-inline: auto; }
.layer-scheme svg { width: 100%; height: auto; overflow: visible; }
.ls-layer { opacity: 0; animation: lsRise 9s infinite; }
.ls-layer.l1 { animation-delay: .2s; }
.ls-layer.l2 { animation-delay: 1.4s; }
.ls-layer.l3 { animation-delay: 2.6s; }
.ls-layer.l4 { animation-delay: 3.8s; }
.ls-label { opacity: 0; animation: lsLabel 9s infinite; }
.ls-label.l1 { animation-delay: .55s; }
.ls-label.l2 { animation-delay: 1.75s; }
.ls-label.l3 { animation-delay: 2.95s; }
.ls-label.l4 { animation-delay: 4.15s; }
.ls-roller { opacity: 0; animation: lsRoller 9s infinite; }
.ls-shine { opacity: 0; animation: lsShine 9s infinite; }
@keyframes lsRise {
  0% { opacity: 0; transform: translateY(26px); }
  6%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(0); }
}
@keyframes lsLabel {
  0% { opacity: 0; transform: translateX(-8px); }
  5%, 86% { opacity: 1; transform: translateX(0); }
  94%, 100% { opacity: 0; }
}
@keyframes lsRoller {
  0%, 43% { opacity: 0; transform: translateX(-30px); }
  48% { opacity: 1; }
  49% { transform: translateX(-20px); }
  70% { opacity: 1; transform: translateX(240px); }
  76%, 100% { opacity: 0; transform: translateX(260px); }
}
@keyframes lsShine {
  0%, 55% { opacity: 0; transform: translateX(-140px) skewX(-18deg); }
  62% { opacity: .85; }
  80% { opacity: 0; transform: translateX(420px) skewX(-18deg); }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .ls-layer, .ls-label { animation: none; opacity: 1; }
  .ls-roller, .ls-shine { animation: none; opacity: 0; }
}
@media (max-width: 900px) {
  .hero { padding: 56px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .layer-scheme { max-width: 430px; }
}

/* ---------- Güven şeridi / sayaçlar ---------- */
.counters { background: var(--gold); padding: 0; }
.counters-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.counter { text-align: center; padding: 34px 12px; color: #fff; }
.counter + .counter { border-left: 1px solid rgba(255,255,255,.25); }
.counter b { font-family: var(--font-head); font-size: clamp(26px, 3.4vw, 40px); display: block; line-height: 1; }
.counter span { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; opacity: .92; display: block; margin-top: 8px; }
@media (max-width: 768px) {
  .counters-in { grid-template-columns: repeat(2, 1fr); }
  .counter { padding: 22px 10px; }
  .counter:nth-child(3) { border-left: 0; }
  .counter:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.25); }
}

/* ---------- Hizmet kartları ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.srv-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0 0 24px; position: relative; overflow: hidden; transition: .28s;
  display: flex; flex-direction: column; gap: 12px;
}
.srv-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), #e6c983); transform: scaleX(0); transform-origin: left; transition: .3s; z-index: 2; }
.srv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.srv-card:hover::before { transform: scaleX(1); }
.srv-img { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mist); }
.srv-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.srv-card:hover .srv-img img { transform: scale(1.07); }
.srv-ico {
  width: 52px; height: 52px; border-radius: 12px; background: var(--gold-soft);
  display: grid; place-items: center; color: var(--gold-2);
  margin: -26px 0 0 22px; position: relative; z-index: 1;
  border: 3px solid #fff; box-shadow: 0 6px 16px rgba(23,24,28,.12);
}
.srv-card h3 { font-size: 17.5px; margin: 2px 24px 0; }
.srv-card p { font-size: 14px; color: var(--muted); flex: 1; margin: 0 24px; }
.srv-card .more { font-size: 13.5px; font-weight: 700; color: var(--gold-2); display: inline-flex; align-items: center; gap: 7px; margin: 0 24px; }
.srv-card .more svg { transition: .22s; }
.srv-card:hover .more svg { transform: translateX(5px); }
@media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- Süreç ---------- */
.process { background: var(--ink); color: #fff; }
.process .sec-head h2 { color: #fff; }
.process .sec-head p { color: #a9aab2; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding: 30px 24px; border: 1px solid #2e2f36; border-radius: var(--radius); background: #1d1e24; transition: .25s; }
.step:hover { border-color: var(--gold); transform: translateY(-4px); }
.step b.no { font-family: var(--font-head); font-size: 40px; color: transparent; -webkit-text-stroke: 1.5px var(--gold); display: block; margin-bottom: 14px; }
.step h3 { font-size: 16.5px; margin-bottom: 10px; }
.step p { font-size: 13.5px; color: #a9aab2; }
@media (max-width: 1024px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Neden biz ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.why-item { display: flex; gap: 18px; padding: 26px; background: var(--mist); border-radius: var(--radius); border: 1px solid transparent; transition: .25s; }
.why-item:hover { border-color: var(--gold); background: #fff; box-shadow: var(--shadow); }
.why-item .ico { flex: none; width: 48px; height: 48px; border-radius: 12px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--gold-2); }
.why-item h3 { font-size: 16.5px; margin-bottom: 8px; }
.why-item p { font-size: 14px; color: var(--muted); }
@media (max-width: 768px) { .why-grid { grid-template-columns: 1fr; } }

/* ---------- Bölgeler ---------- */
.region-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.region-chip {
  padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 14px; font-weight: 600; color: var(--ink-2); transition: .2s; background: #fff;
}
.region-chip:hover { border-color: var(--gold); color: var(--gold-2); background: var(--gold-soft); }
.region-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.region-groups h2 { font-size: 21px; margin-bottom: 8px; padding-bottom: 12px; border-bottom: 2px solid var(--gold); display: inline-block; }
.region-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
@media (max-width: 768px) { .region-groups { grid-template-columns: 1fr; } }

/* ---------- SSS ---------- */
.faq-wrap { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 22px; font-weight: 700; font-size: 15.5px; font-family: var(--font-body);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 22px; color: var(--gold); flex: none; width: 30px; height: 30px;
  display: grid; place-items: center; border: 1.5px solid var(--gold); border-radius: 50%; transition: .25s; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--gold); color: #fff; }
.faq-item[open] summary { color: var(--gold-2); }
.faq-item .faq-a { padding: 0 22px 20px; color: var(--muted); font-size: 14.5px; }

/* ---------- CTA bant ---------- */
.cta-band { background: linear-gradient(120deg, #1a1b20, #26272e); color: #fff; border-radius: 20px; padding: 54px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; right: -70px; top: -70px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(201,150,46,.35), transparent 65%); }
.cta-band h2 { font-size: clamp(22px, 3.2vw, 32px); margin-bottom: 10px; }
.cta-band p { color: #b9bac2; max-width: 520px; }
.cta-band .btns { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
@media (max-width: 860px) { .cta-band { flex-direction: column; text-align: center; padding: 42px 26px; } .cta-band p { margin-inline: auto; } .cta-band .btns { justify-content: center; } }

/* ---------- İç sayfa hero ---------- */
.page-hero { background: linear-gradient(120deg, #17181c 55%, #24252c); color: #fff; padding: 56px 0; }
.page-hero h1 { font-size: clamp(26px, 4.4vw, 42px); max-width: 860px; }
.page-hero .lead { color: #b9bac2; margin-top: 14px; max-width: 760px; font-size: 16px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: #9a9ba3; margin-bottom: 18px; }
.crumbs a { color: #c6c7cd; }
.crumbs a:hover { color: var(--gold); }
.crumbs span.sep { color: #55565e; }

/* ---------- İçerik düzeni (bölge + hizmet detay) ---------- */
.content-grid { display: grid; grid-template-columns: 1fr 360px; gap: 44px; align-items: start; }
@media (max-width: 1024px) { .content-grid { grid-template-columns: 1fr; } }
.prose { font-size: 15.5px; color: var(--ink-2); }
.prose h2 { font-size: clamp(21px, 2.6vw, 27px); margin: 38px 0 16px; position: relative; padding-left: 18px; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 4px; border-radius: 4px; background: var(--gold); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 18px; margin: 26px 0 12px; }
.prose p { margin-bottom: 16px; }
.prose ul { margin: 0 0 18px; padding-left: 4px; }
.prose ul li { position: relative; padding-left: 26px; margin-bottom: 9px; }
.prose ul li::before { content: ''; position: absolute; left: 2px; top: 8px; width: 9px; height: 9px; border-radius: 2px; background: var(--gold); transform: rotate(45deg); }
.prose strong { color: var(--ink); }

.spec-table { width: 100%; border-collapse: collapse; margin: 22px 0 30px; font-size: 14.5px; border-radius: 12px; overflow: hidden; box-shadow: 0 0 0 1px var(--line); }
.spec-table caption { caption-side: top; text-align: left; font-weight: 700; font-family: var(--font-head); font-size: 17px; padding: 0 0 14px; color: var(--ink); }
.spec-table th { background: var(--ink); color: #fff; text-align: left; padding: 13px 18px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.spec-table td { padding: 12px 18px; border-top: 1px solid var(--line); vertical-align: top; }
.spec-table tr:nth-child(even) td { background: var(--mist); }
.spec-table td:first-child { font-weight: 600; width: 42%; }
.table-scroll { overflow-x: auto; }

/* ---------- İçerik galerisi (3'lü) ---------- */
.foto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 22px 0 32px; }
.foto-item { margin: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.foto-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .5s ease; }
.foto-item:hover img { transform: scale(1.06); }
.foto-item figcaption {
  padding: 11px 14px; font-size: 12.5px; font-weight: 600; color: var(--muted);
  background: var(--mist); border-top: 1px solid var(--line); line-height: 1.45;
}
@media (max-width: 700px) {
  .foto-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .foto-item:nth-child(3) { grid-column: 1 / -1; }
  .foto-item:nth-child(3) img { aspect-ratio: 16 / 9; }
  .foto-item figcaption { font-size: 12px; padding: 9px 11px; }
}

/* ---------- Yan panel ---------- */
.side-card { background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin-bottom: 22px; }
.side-card h3 { font-size: 17px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--gold); }
.side-links { display: grid; gap: 4px; }
.side-links a { padding: 9px 12px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--ink-2); display: flex; justify-content: space-between; align-items: center; }
.side-links a:hover { background: #fff; color: var(--gold-2); }
.side-links a::after { content: '›'; color: var(--gold); font-size: 17px; }
.side-card.dark { background: var(--ink); border-color: var(--ink); color: #fff; text-align: center; }
.side-card.dark h3 { color: #fff; border-color: var(--gold); }
.side-card.dark p { font-size: 14px; color: #b9bac2; margin-bottom: 18px; }
.sticky-side { position: sticky; top: 96px; }

/* ---------- Form ---------- */
.quote-form { display: grid; gap: 14px; }
.quote-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .quote-form .row2 { grid-template-columns: 1fr; } }
.quote-form label { font-size: 13px; font-weight: 700; margin-bottom: -8px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--font-body); font-size: 15px; background: #fff; color: var(--ink);
  transition: border-color .2s;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: none; border-color: var(--gold); }
.quote-form textarea { min-height: 110px; resize: vertical; }
.form-note { font-size: 12.5px; color: var(--muted); }
.form-msg { display: none; padding: 14px 18px; border-radius: 10px; font-size: 14.5px; font-weight: 600; }
.form-msg.ok { display: block; background: #e8f6ec; color: #1d7a3a; }
.form-msg.err { display: block; background: #fdeaea; color: #b3312f; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.form-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-panel h2, .form-panel h3 { font-size: 21px; margin-bottom: 6px; }
.form-panel .fp-sub { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
@media (max-width: 560px) { .form-panel { padding: 26px 20px; } }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1024px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: .25s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card .pc-top { height: 8px; background: linear-gradient(90deg, var(--ink), var(--gold)); }
.post-card .pc-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.post-card h2, .post-card h3 { font-size: 17.5px; }
.post-card p { font-size: 14px; color: var(--muted); flex: 1; }
.post-card time { font-size: 12.5px; color: var(--gold-2); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

/* ---------- Footer ---------- */
.site-footer { background: #131418; color: #b9bac2; margin-top: 40px; padding-bottom: 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px; padding: 60px 0 44px; }
.f-col h3 { color: #fff; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.f-col a { display: block; padding: 5px 0; font-size: 14px; color: #b9bac2; }
.f-col a:hover { color: var(--gold); }
.f-col p { font-size: 14px; padding: 5px 0; }
.f-brand img { margin-bottom: 16px; width: 150px; height: auto; }
.f-brand p { font-size: 13.5px; line-height: 1.75; }
.f-hours { color: var(--gold); font-weight: 600; }
.footer-bottom { border-top: 1px solid #26272e; padding: 20px 0; font-size: 13px; color: #7c7d85; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.f-credit a { color: var(--gold); font-weight: 600; }
.f-credit a:hover { color: #e6c983; text-decoration: underline; }
@media (max-width: 560px) { .footer-bottom { flex-direction: column; text-align: center; gap: 10px; } }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 44px 0 30px; } }

/* ---------- Mobil bar + WhatsApp ---------- */
.mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
  background: var(--ink); border-top: 1px solid #2e2f36;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: env(safe-area-inset-bottom);
}
.mb-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 11px 6px 10px; color: #d8d9de; font-size: 12px; font-weight: 700; }
.mb-item svg { color: var(--gold); }
.mb-cta { background: var(--gold); color: #fff; }
.mb-cta svg { color: #fff; }
.wa-float {
  position: fixed; right: 20px; bottom: 24px; z-index: 94;
  width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
  transition: .22s;
}
.wa-float:hover { transform: scale(1.08); }
@media (max-width: 768px) {
  .mobile-bar { display: grid; }
  .wa-float { display: none; }
  body { padding-bottom: 66px; }
  .site-footer { margin-bottom: 0; }
}

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Yardımcılar ---------- */
.mist { background: var(--mist); }
.center { text-align: center; }
.mt-30 { margin-top: 30px; }
.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 6px 0 4px; }
.badge { display: inline-flex; padding: 7px 14px; background: var(--gold-soft); color: var(--gold-2); border-radius: 999px; font-size: 12.5px; font-weight: 700; }
/* ---------- Hero video ---------- */
.hero-video { position: relative; }
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; opacity: .5;
}
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(21, 22, 26, .96) 0%, rgba(21, 22, 26, .82) 45%, rgba(21, 22, 26, .55) 100%);
}
.hero-video::before { z-index: 1; }
.hero-video .hero-grid { position: relative; z-index: 2; grid-template-columns: 1fr; }
.hero-content { max-width: 760px; }

/* Hero içerik giriş animasyonu */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.hero-content .eyebrow, .hero-content h1, .hero-content .sub, .hero-content .hero-ctas, .hero-content .hero-badges {
  animation: fadeUp .65s cubic-bezier(.2, .7, .3, 1) both;
}
.hero-content h1 { animation-delay: .12s; }
.hero-content .sub { animation-delay: .24s; }
.hero-content .hero-ctas { animation-delay: .36s; }
.hero-content .hero-badges { animation-delay: .48s; }

/* ---------- Katman şeması bandı ---------- */
.katman-band {
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(201, 150, 46, .16), transparent 60%),
    linear-gradient(180deg, #1a1b20, #17181c);
  color: #fff; overflow: hidden;
}
.katman-band .sec-head h2 { color: #fff; }
.katman-band .sec-head p { color: #a9aab2; }
.katman-band .layer-scheme { max-width: 560px; }

/* ---------- Bölge blokları (görselli) ---------- */
.region-block { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.rb-img { position: relative; aspect-ratio: 16 / 6; overflow: hidden; }
.region-block.wide .rb-img { aspect-ratio: 16 / 4; }
.rb-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.region-block:hover .rb-img img { transform: scale(1.04); }
.rb-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,24,28,.05) 30%, rgba(23,24,28,.78)); }
.rb-img h2 {
  position: absolute; left: 22px; bottom: 16px; z-index: 1; color: #fff; font-size: 21px; margin: 0;
  padding-left: 14px; border-left: 4px solid var(--gold);
}
.region-block .region-list { padding: 20px; }

/* ---------- İç sayfa hero animasyonları ---------- */
.page-hero { position: relative; overflow: hidden; }
.page-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  animation: heroGrid 26s linear infinite;
}
.page-hero::after {
  content: ''; position: absolute; right: -140px; top: -140px; width: 420px; height: 420px; pointer-events: none;
  background: radial-gradient(circle, rgba(201, 150, 46, .28), transparent 62%);
  animation: heroGlow 7s ease-in-out infinite alternate;
}
@keyframes heroGrid { from { background-position: 0 0, 0 0; } to { background-position: 0 54px, 54px 0; } }
@keyframes heroGlow { from { opacity: .5; transform: scale(.92) translateY(6px); } to { opacity: 1; transform: scale(1.08) translateY(-6px); } }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .crumbs, .page-hero h1, .page-hero .lead, .page-hero .badge-row {
  animation: fadeUp .6s cubic-bezier(.2, .7, .3, 1) both;
}
.page-hero h1 { animation-delay: .1s; }
.page-hero .lead { animation-delay: .22s; }
.page-hero .badge-row { animation-delay: .34s; }

@media (prefers-reduced-motion: reduce) {
  .hero-content .eyebrow, .hero-content h1, .hero-content .sub, .hero-content .hero-ctas, .hero-content .hero-badges,
  .page-hero .crumbs, .page-hero h1, .page-hero .lead, .page-hero .badge-row { animation: none; }
  .page-hero::before, .page-hero::after { animation: none; }
  .hero-bg { display: none; }
}

.err-404 { text-align: center; padding: 90px 0; }
.err-404 b { font-family: var(--font-head); font-size: 90px; color: transparent; -webkit-text-stroke: 2px var(--gold); display: block; line-height: 1; }
.err-404 h1 { font-size: 26px; margin: 18px 0 10px; }
.err-404 p { color: var(--muted); margin-bottom: 26px; }

/* ---------- Google Ads iniş sayfaları (/lp/*) ---------- */
.page-lp .header-in { height: 64px; }
.page-lp .brand img { height: 40px; }
.page-lp .header-cta { gap: 12px; }
.page-lp .phone-link span { display: inline; }
@media (max-width: 640px) { .page-lp .phone-link { display: none; } }
.lp-hero {
  position: relative; color: #fff; padding: 44px 0 56px; overflow: hidden;
  background: radial-gradient(900px 420px at 80% -10%, rgba(201,150,46,.18), transparent 60%), linear-gradient(180deg, #1a1b20, #17181c);
}
.lp-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.lp-copy .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 16px; }
.lp-copy .eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--gold); }
.lp-copy h1 { font-size: clamp(28px, 4.2vw, 44px); line-height: 1.14; margin-bottom: 16px; }
.lp-copy h1 em { font-style: normal; color: var(--gold); }
.lp-copy .sub { color: #c3c4cb; font-size: 16px; margin-bottom: 20px; }
.lp-bullets { display: grid; gap: 9px; margin-bottom: 24px; }
.lp-bullets li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; }
.lp-bullets svg { color: var(--gold); flex: none; }
.lp-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-ctas .btn { padding: 15px 22px; font-size: 15px; }
.lp-trust { margin-top: 16px; font-size: 13px; color: #9a9ba3; font-weight: 600; letter-spacing: .03em; }
.lp-form .form-panel { padding: 28px; }
.lp-sec { padding: 56px 0; }
.lp-sec .sec-head { margin-bottom: 30px; }
.lp-areas { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.lp-areas b { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.lp-areas .region-chip { padding: 8px 14px; font-size: 13px; cursor: default; }
.lp-sec.process .sec-head h2 { color: #fff; }
.lp-footer { text-align: center; padding: 34px 0 10px; color: #b9bac2; font-size: 13.5px; }
.lp-footer img { margin: 0 auto 12px; width: 120px; height: auto; }
.lp-footer a { color: var(--gold); }
.lp-legal { margin-top: 8px; font-size: 12.5px; color: #7c7d85; }
.lp-legal a { color: #9a9ba3; }
@media (max-width: 900px) {
  .lp-hero { padding: 34px 0 44px; }
  .lp-grid { grid-template-columns: 1fr; gap: 28px; }
  .lp-copy h1 { font-size: clamp(26px, 7.2vw, 34px); }
  .lp-ctas .btn { width: 100%; }
  .lp-sec { padding: 44px 0; }
  .page-lp .site-footer { padding-bottom: 8px; }
}
