/* ==========================================================================
   KozaPest — İzmir Haşere Kontrol
   Tasarım: "Ege Premium" — espresso + amber/altın + terracotta + zeytin
   Tipografi: Fraunces (başlık) · Manrope (gövde) · Space Mono (etiket/veri)
   ========================================================================== */

:root {
  /* Koyu (imza) */
  --espresso: #22190f;
  --bark: #33261a;
  --bark-soft: #4a3a28;
  /* Aksanlar */
  --amber: #e3a12c;
  --amber-bright: #f4ba4c;
  --clay: #c05f37;
  --olive: #7c8a52;
  /* Açık zeminler */
  --sand: #efe3cd;
  --bone: #f8f1e3;
  --paper: #fffdf7;
  /* Metin & çizgi */
  --ink: #2a1f14;
  --ink-2: #7b6a53;
  --line: #e7d9bf;

  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Space Mono", ui-monospace, "Cascadia Mono", monospace;

  --radius-card: 10px;
  --radius-sm: 8px;
  --radius-btn: 6px;
  --shadow-sm: 0 2px 10px rgba(52, 38, 20, 0.06);
  --shadow-md: 0 14px 34px rgba(52, 38, 20, 0.12);
  --shadow-lg: 0 30px 70px rgba(34, 25, 15, 0.22);
  --container: 1200px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-optical-sizing: auto;
  line-height: 1.08;
  color: var(--espresso);
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); font-weight: 900; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }

a { color: var(--clay); text-decoration: none; transition: color 0.18s ease; }
a:hover { color: var(--amber); }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; }

.img-placeholder {
  display: flex; align-items: center; justify-content: center; text-align: center; gap: 0.5rem;
  background: linear-gradient(135deg, rgba(227, 161, 44, 0.14), rgba(124, 138, 82, 0.14)), var(--sand);
  color: var(--ink-2); font-size: 0.85rem; border: 1px dashed var(--line);
  border-radius: var(--radius-card); min-height: 180px; padding: 1rem;
}

/* Yardımcılar */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.section { padding: clamp(56px, 8.5vw, 104px) 0; }
.section--tight { padding: clamp(40px, 6vw, 64px) 0; }
.section--sky { background: var(--sand); }
.section--cloud { background: var(--bone); }
.section--paper { background: var(--paper); }
.section--navy { background: var(--espresso); color: #e9dcc6; }
.section--navy h2, .section--navy h3 { color: #fff; }

.section-head { max-width: 720px; margin: 0 auto clamp(34px, 5vw, 56px); text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { color: var(--ink-2); font-size: 1.08rem; margin: 0; }
.section--navy .section-head p { color: #c9b898; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-mono); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--clay);
  margin-bottom: 0.9rem;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--amber); display: inline-block; }
.section--navy .eyebrow { color: var(--amber-bright); }
.text-lime { color: var(--amber); position: relative; white-space: nowrap; }
.text-lime::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: 0.08em; height: 0.28em; background: rgba(227, 161, 44, 0.28); z-index: -1; border-radius: 2px; }

/* Butonlar (editoryal, köşeli-premium) */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--font-body); font-weight: 700; font-size: 0.98rem; line-height: 1;
  padding: 1rem 1.7rem; border-radius: var(--radius-btn); border: 2px solid transparent;
  cursor: pointer; letter-spacing: 0.01em;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--primary { background: var(--amber); color: var(--espresso); box-shadow: 0 10px 24px rgba(227, 161, 44, 0.32); }
.btn--primary:hover { background: var(--amber-bright); color: var(--espresso); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(227, 161, 44, 0.42); }
.btn--ghost { background: transparent; color: #f3e7d1; border-color: rgba(243, 231, 209, 0.35); }
.btn--ghost:hover { border-color: var(--amber); color: var(--amber); transform: translateY(-2px); }
.btn--whats { background: #1fa855; color: #fff; box-shadow: 0 10px 24px rgba(31, 168, 85, 0.3); }
.btn--whats:hover { background: #23c163; color: #fff; transform: translateY(-2px); }
.btn--outline { background: var(--paper); color: var(--espresso); border-color: var(--line); }
.btn--outline:hover { border-color: var(--amber); color: var(--espresso); }
.btn--block { width: 100%; }
.btn--sm { padding: 0.72rem 1.2rem; font-size: 0.9rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248, 241, 227, 0.85);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-family: var(--font-head); font-weight: 900; font-size: 1.32rem; color: var(--espresso); letter-spacing: -0.02em; }
.brand:hover { color: var(--espresso); }
.brand-mark { width: 40px; height: 40px; flex: none; display: grid; place-items: center; background: var(--espresso); border-radius: 10px; color: var(--amber); }
.brand-mark svg { width: 23px; height: 23px; }
.brand small { display: block; font-family: var(--font-mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); margin-top: 2px; }
.brand-logo { height: 46px; width: auto; display: block; }
.footer-brand .brand-logo { height: 54px; }
@media (max-width: 560px) { .brand-logo { height: 38px; } }

.main-nav ul { display: flex; align-items: center; gap: 0.2rem; list-style: none; }
.main-nav a { display: block; padding: 0.5rem 0.85rem; border-radius: 8px; font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--espresso); background: var(--sand); }

.has-sub { position: relative; }
.has-sub > a::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: 0.55; }
.main-nav .sub-menu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 244px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md); padding: 8px; list-style: none; display: none; flex-direction: column; gap: 2px;
}
@media (min-width: 861px) {
  .has-sub:hover .sub-menu, .has-sub:focus-within .sub-menu { display: flex; }
  .main-nav .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 12px; }
}
.sub-menu a { font-size: 0.92rem; padding: 0.5rem 0.7rem; }

.header-cta { display: flex; align-items: center; gap: 0.7rem; }
.header-phone { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--font-mono); font-weight: 700; color: var(--espresso); font-size: 0.9rem; }
.header-phone svg { width: 18px; height: 18px; color: var(--clay); }

.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--paper); border-radius: 9px; cursor: pointer; padding: 0; place-items: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 20px; height: 2px; background: var(--espresso); border-radius: 2px; transition: transform 0.22s ease, opacity 0.22s ease; }
.nav-toggle span { position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative;
  background: radial-gradient(1200px 560px at 82% -10%, rgba(227, 161, 44, 0.18), transparent 60%), linear-gradient(160deg, var(--espresso) 0%, var(--bark) 100%);
  color: #ece0cc; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e3a12c' stroke-width='0.5' stroke-linejoin='round'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 8.3 8 11 4.6-2.7 8-6 8-11V5l-8-3Z'/%3E%3Cpath d='M9 12l2.2 2.2L15.5 9.5' stroke-linecap='round'/%3E%3C/svg%3E"),
    radial-gradient(circle, rgba(243, 231, 209, 0.08) 1.1px, transparent 1.3px);
  background-repeat: no-repeat, repeat;
  background-position: top -120px right -130px, 0 0;
  background-size: 480px 480px, 28px 28px;
  opacity: 0.7; pointer-events: none; z-index: 0;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(32px, 5vw, 64px); align-items: center; padding: clamp(60px, 9vw, 116px) 0 clamp(64px, 10vw, 120px); z-index: 1; }
.hero h1 { color: #fff; margin-bottom: 1.1rem; letter-spacing: -0.02em; }
.hero h1 .text-lime { color: var(--amber-bright); }
.hero h1 .text-lime::after { background: rgba(227, 161, 44, 0.22); }
.hero-lead { font-size: 1.2rem; color: #cdbb9d; max-width: 36ch; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.7rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.04em; text-transform: uppercase; color: #b6a483; }
.hero-badges span { display: inline-flex; align-items: center; gap: 0.4rem; }
.hero-badges svg { width: 15px; height: 15px; color: var(--amber-bright); }

.trust-card { background: var(--paper); border-radius: var(--radius-card); padding: 1.8rem 1.7rem 1.5rem; box-shadow: var(--shadow-lg); color: var(--ink); border: 1px solid rgba(255,255,255,0.6); }
.trust-card h2 { font-size: 1.25rem; margin-bottom: 1.1rem; color: var(--espresso); }
.trust-list { list-style: none; display: grid; gap: 0.8rem; }
.trust-list li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.98rem; font-weight: 500; }
.trust-list .tick { flex: none; width: 24px; height: 24px; display: grid; place-items: center; background: rgba(227, 161, 44, 0.18); border-radius: 6px; margin-top: 1px; }
.trust-list .tick svg { width: 14px; height: 14px; color: var(--clay); }

/* İstatistik şeridi */
.stat-strip { background: var(--bark); border-top: 1px solid var(--bark-soft); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; color: #fff; }
.stat-grid > div { padding: 1.8rem 1rem; border-left: 1px solid rgba(255, 255, 255, 0.08); }
.stat-grid > div:first-child { border-left: 0; }
.stat-grid .num { font-family: var(--font-head); font-size: 2.2rem; font-weight: 900; color: var(--amber-bright); line-height: 1; }
.stat-grid .label { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: #b6a483; margin-top: 0.5rem; }

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

.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 1.6rem; box-shadow: var(--shadow-sm); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #dcc79f; }
.icon-badge { width: 54px; height: 54px; display: grid; place-items: center; background: var(--sand); color: var(--espresso); border-radius: 10px; margin-bottom: 1.1rem; }
.icon-badge svg { width: 28px; height: 28px; }
.card:hover .icon-badge { background: var(--amber); color: var(--espresso); }
.card h3 { margin-bottom: 0.45rem; }
.card p { color: var(--ink-2); font-size: 0.97rem; margin-bottom: 0.95rem; }
.card-link { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--font-mono); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clay); }
.card-link svg { width: 15px; height: 15px; transition: transform 0.16s ease; }
.card-link:hover { color: var(--amber); }
.card-link:hover svg { transform: translateX(3px); }

.pest-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.7rem; padding: 1.6rem 0.8rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--espresso); }
.pest-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--amber); color: var(--espresso); }
.pest-card .pest-ic { width: 60px; height: 60px; display: grid; place-items: center; background: var(--sand); border-radius: 50%; color: var(--espresso); }
.pest-card:hover .pest-ic { background: var(--amber); }
.pest-card .pest-ic svg { width: 33px; height: 33px; }

/* Süreç adımları */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 1.7rem 1.6rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); }
.step .step-num { counter-increment: step; font-family: var(--font-mono); font-weight: 700; font-size: 0.95rem; color: var(--espresso); width: 42px; height: 42px; display: grid; place-items: center; background: var(--amber); border-radius: 8px; margin-bottom: 1rem; }
.step .step-num::before { content: counter(step, decimal-leading-zero); }
.step h3 { font-size: 1.15rem; }
.step p { color: var(--ink-2); font-size: 0.95rem; margin: 0; }

/* Fiyat / plan kartları */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 1.9rem 1.6rem; box-shadow: var(--shadow-sm); }
.plan--featured { border-color: var(--amber); border-width: 2px; box-shadow: var(--shadow-md); position: relative; }
.plan--featured::before { content: "En çok tercih edilen"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--amber); color: var(--espresso); font-family: var(--font-mono); font-weight: 700; font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.34rem 0.9rem; border-radius: var(--radius-btn); white-space: nowrap; }
.plan-name { font-family: var(--font-head); font-weight: 900; font-size: 1.25rem; color: var(--espresso); }
.plan-note { color: var(--ink-2); font-size: 0.92rem; margin: 0.2rem 0 1.1rem; }
.plan-features { list-style: none; display: grid; gap: 0.65rem; margin: 0.5rem 0 1.5rem; }
.plan-features li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.96rem; }
.plan-features svg { width: 18px; height: 18px; color: var(--clay); flex: none; margin-top: 2px; }
.plan .btn { margin-top: auto; }

/* Neden biz */
.feature { display: flex; gap: 1.1rem; align-items: flex-start; }
.feature .icon-badge { margin-bottom: 0; }
.feature h3 { font-size: 1.2rem; margin-bottom: 0.35rem; }
.feature p { color: var(--ink-2); font-size: 0.96rem; margin: 0; }

/* Bölge ızgarası */
.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.region-grid a { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; padding: 0.9rem 1.15rem; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; color: #ece0cc; font-weight: 600; font-size: 0.96rem; }
.region-grid a:hover { background: var(--amber); border-color: var(--amber); color: var(--espresso); }
.region-grid a svg { width: 15px; height: 15px; opacity: 0.7; }

/* Yorumlar */
.review { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 1.8rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 1rem; }
.stars { display: flex; gap: 2px; color: var(--amber); }
.stars svg { width: 18px; height: 18px; }
.review p { font-size: 1.05rem; color: var(--ink); margin: 0; font-family: var(--font-head); font-weight: 600; font-style: italic; line-height: 1.5; }
.review .who { display: flex; align-items: center; gap: 0.7rem; margin-top: auto; }
.review .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--espresso); color: var(--amber); display: grid; place-items: center; font-family: var(--font-head); font-weight: 900; }
.review .who b { display: block; font-family: var(--font-body); font-weight: 700; color: var(--espresso); font-size: 0.96rem; }
.review .who span { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); }
.review-note { text-align: center; color: var(--ink-2); font-size: 0.85rem; margin-top: 1.5rem; }

/* Teklif formu */
.offer { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.offer-points { list-style: none; display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.offer-points li { display: flex; gap: 0.85rem; align-items: flex-start; }
.offer-points .icon-badge { width: 46px; height: 46px; margin: 0; flex: none; }
.offer-points .icon-badge svg { width: 23px; height: 23px; }
.offer-points b { font-family: var(--font-head); font-weight: 700; color: var(--espresso); display: block; }
.offer-points span { color: var(--ink-2); font-size: 0.94rem; }

.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); padding: clamp(1.5rem, 3vw, 2.1rem); box-shadow: var(--shadow-md); }
.form-row { margin-bottom: 1rem; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-row label { display: block; font-family: var(--font-mono); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--espresso); margin-bottom: 0.45rem; }
.form-row .req { color: var(--clay); }
.form-row input, .form-row select, .form-row textarea { width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink); padding: 0.82rem 0.95rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--bone); transition: border-color 0.16s ease, box-shadow 0.16s ease; }
.form-row textarea { resize: vertical; min-height: 110px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(227, 161, 44, 0.25); background: var(--paper); }
.form-consent { font-size: 0.82rem; color: var(--ink-2); margin: 0.4rem 0 1rem; }
.form-note { font-size: 0.85rem; color: var(--ink-2); text-align: center; margin-top: 0.8rem; }
.form-status { margin-top: 0.9rem; padding: 0.85rem 1rem; border-radius: var(--radius-sm); font-weight: 600; font-size: 0.95rem; text-align: center; }
.form-status.is-ok { background: rgba(124, 138, 82, 0.16); color: #46551f; border: 1px solid rgba(124, 138, 82, 0.45); }
.form-status.is-err { background: rgba(192, 95, 55, 0.12); color: #9a3f1c; border: 1px solid rgba(192, 95, 55, 0.45); }

/* SSS */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.4rem; cursor: pointer; font-family: var(--font-head); font-weight: 700; font-size: 1.08rem; color: var(--espresso); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 11px; height: 11px; border-right: 2px solid var(--clay); border-bottom: 2px solid var(--clay); transform: rotate(45deg); transition: transform 0.2s ease; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details > div { padding: 0 1.4rem 1.3rem; color: var(--ink-2); }
.faq details > div p:last-child { margin-bottom: 0; }

/* CTA bandı */
.cta-band { background: radial-gradient(760px 320px at 85% 120%, rgba(227, 161, 44, 0.2), transparent 60%), var(--espresso); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #c9b898; max-width: 640px; margin: 0 auto 1.7rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }

/* Footer */
.site-footer { background: #1a120a; color: #a2917a; padding: clamp(52px, 6vw, 76px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 2rem; padding-bottom: 2.6rem; }
.footer-grid h4 { color: #fff; font-family: var(--font-mono); font-weight: 700; font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand small { color: #8a795f; }
.footer-brand p { font-size: 0.94rem; color: #93826a; max-width: 34ch; }
.footer-col ul { list-style: none; display: grid; gap: 0.55rem; }
.footer-col a { color: #a2917a; font-size: 0.94rem; }
.footer-col a:hover { color: var(--amber-bright); }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; margin-bottom: 0.7rem; font-size: 0.94rem; }
.footer-contact svg { width: 18px; height: 18px; color: var(--amber-bright); flex: none; margin-top: 2px; }
.footer-contact a { color: #d8c8b0; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 1.4rem 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.04em; color: #8a795f; }

/* Sabit WhatsApp butonu */
.whats-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #1fa855; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(31, 168, 85, 0.45); animation: whats-pulse 2.4s infinite; }
.whats-float:hover { color: #fff; transform: scale(1.06); }
.whats-float svg { width: 30px; height: 30px; }
@keyframes whats-pulse {
  0% { box-shadow: 0 10px 26px rgba(31, 168, 85, 0.45), 0 0 0 0 rgba(31, 168, 85, 0.5); }
  70% { box-shadow: 0 10px 26px rgba(31, 168, 85, 0.45), 0 0 0 16px rgba(31, 168, 85, 0); }
  100% { box-shadow: 0 10px 26px rgba(31, 168, 85, 0.45), 0 0 0 0 rgba(31, 168, 85, 0); }
}

/* İç sayfa öğeleri */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(960px 420px at 84% -20%, rgba(227, 161, 44, 0.16), transparent 60%), linear-gradient(160deg, var(--espresso) 0%, var(--bark) 100%); color: #ece0cc; padding: clamp(32px, 5vw, 48px) 0 clamp(44px, 6vw, 66px); }
.page-hero h1 { color: #fff; max-width: 20ch; }
.page-hero .lead { color: #cdbb9d; max-width: 60ch; font-size: 1.14rem; margin: 0; }

.breadcrumb { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.04em; margin-bottom: 1.2rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.4rem; list-style: none; color: #a2917a; }
.breadcrumb a { color: #cdbb9d; }
.breadcrumb a:hover { color: var(--amber-bright); }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 0.4rem; color: #6e5c44; }
.breadcrumb [aria-current="page"] { color: #fff; }

.layout { display: grid; grid-template-columns: 1fr 340px; gap: clamp(28px, 4vw, 52px); align-items: start; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.7rem; color: var(--bark); }
.prose p, .prose li { color: #40331f; }
.prose ul, .prose ol { padding-left: 1.2rem; margin: 0 0 1.2rem; }
.prose li { margin-bottom: 0.5rem; }
.prose .callout { background: var(--sand); border-left: 4px solid var(--amber); border-radius: 8px; padding: 1.15rem 1.35rem; margin: 1.7rem 0; }
.prose .callout p { margin: 0; color: var(--bark); }

.sidebar { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 18px; }
.side-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.side-card--cta { background: var(--espresso); color: #ece0cc; border-color: var(--bark-soft); }
.side-card--cta h3 { color: #fff; }
.side-card--cta p { color: #c9b898; font-size: 0.94rem; }
.side-card h3 { font-size: 1.12rem; margin-bottom: 0.75rem; }
.side-actions { display: grid; gap: 0.6rem; margin-top: 1rem; }
.side-links { list-style: none; display: grid; gap: 0.5rem; }
.side-links a { display: flex; align-items: center; gap: 0.5rem; padding: 0.55rem 0.2rem; font-weight: 600; font-size: 0.94rem; color: var(--bark); border-bottom: 1px solid var(--line); }
.side-links li:last-child a { border-bottom: 0; }
.side-links a:hover { color: var(--amber); }
.side-links svg { width: 15px; height: 15px; color: var(--amber); }

/* Responsive */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .trust-card { max-width: 460px; }
  .offer { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-6 { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .region-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .main-nav { position: fixed; inset: var(--header-h) 0 auto 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); padding: 0.8rem 24px 1.4rem; display: none; max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav a { padding: 0.75rem 0.6rem; border-radius: 8px; }
  .has-sub > a::after { float: right; }
  .main-nav .sub-menu { position: static; display: none; box-shadow: none; border: 0; border-left: 2px solid var(--line); border-radius: 0; margin: 2px 0 6px 0.8rem; padding: 2px 0 2px 8px; min-width: 0; }
  .has-sub.open-sub .sub-menu { display: flex; }
  .nav-toggle { display: grid; }
  .header-phone span { display: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-grid > div:nth-child(3) { border-left: 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-6 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 auto; }
  .header-cta .btn { display: none; }
}

/* Erişilebilirlik */
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--espresso); color: #fff; padding: 0.7rem 1.1rem; border-radius: 0 0 8px 0; z-index: 200; }
.skip-link:focus { left: 0; color: #fff; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

/* Dekoratif katmanlar */
.page-hero, .stat-strip, .section--navy, .cta-band { position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.6;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e3a12c' stroke-width='0.5' stroke-linejoin='round'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 8.3 8 11 4.6-2.7 8-6 8-11V5l-8-3Z'/%3E%3Cpath d='M9 12l2.2 2.2L15.5 9.5' stroke-linecap='round'/%3E%3C/svg%3E"),
    radial-gradient(circle, rgba(243, 231, 209, 0.07) 1.1px, transparent 1.3px);
  background-repeat: no-repeat, repeat; background-position: top -80px right -80px, 0 0; background-size: 340px 340px, 26px 26px;
}
.section--navy::before, .cta-band::before, .stat-strip::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, rgba(243, 231, 209, 0.05) 1.1px, transparent 1.3px); background-size: 26px 26px;
}
.page-hero::after, .stat-strip::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 44px; pointer-events: none; z-index: 2;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath fill='%23f8f1e3' d='M0,26 C400,54 1040,-6 1440,22 L1440,48 L0,48 Z'/%3E%3C/svg%3E") no-repeat center bottom; background-size: 100% 100%;
}
.stat-strip::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath fill='%23f8f1e3' d='M0,26 C400,54 1040,-6 1440,22 L1440,48 L0,48 Z'/%3E%3C/svg%3E"); }
.page-hero > .container, .stat-strip > .container, .section--navy > .container, .cta-band > .container { position: relative; z-index: 1; }
@media (max-width: 560px) {
  .page-hero::before { background-size: 230px 230px, 24px 24px; }
  .hero::before { background-size: 320px 320px, 24px 24px; }
}

/* Hareket & etkileşim */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: none; }
.card { position: relative; overflow: hidden; }
.card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--amber), var(--clay)); transform: scaleX(0); transform-origin: left; transition: transform 0.28s ease; }
.card:hover::after { transform: scaleX(1); }
.icon-badge { transition: transform 0.2s ease, background 0.18s ease, color 0.18s ease; }
.card:hover .icon-badge { transform: scale(1.07) rotate(-3deg); }
.pest-card .pest-ic { transition: transform 0.2s ease, background 0.18s ease; }
.pest-card:hover .pest-ic { transform: scale(1.09); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .card:hover .icon-badge, .pest-card:hover .pest-ic { transform: none; }
}
