/* =========================================================
   Kıbrıs VIP Taxi
   Sade, nötr, tek yazı ailesi. Süs yok, içerik ve araçlar öne çıkar.
   ========================================================= */
:root {
  --bg: #111214;
  --bg-2: #16171a;
  --surface: #1c1d21;
  --line: #2c2e33;
  --line-soft: #222428;
  --text: #f3f2ef;
  --soft: #c9cace;
  --muted: #92959c;
  --wa: #25d366;

  --f: "Onest", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;

  --wrap: 1200px;
  --r-s: 8px;
  --r-m: 14px;
  --space: clamp(4.5rem, 8vw, 7rem);
}
.lang-ar { --f: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

body { margin: 0; background: var(--bg); color: var(--text); font: 400 1.0625rem/1.65 var(--f); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--f); font-weight: 600; line-height: 1.1; letter-spacing: -.025em; margin: 0 0 .5em; }
.lang-ar h1, .lang-ar h2, .lang-ar h3 { letter-spacing: 0; line-height: 1.35; }
p { margin: 0 0 1em; }
.muted { color: var(--muted); }
.ic { width: 20px; height: 20px; flex: none; }

:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; inset-inline-start: 1rem; top: -60px; z-index: 100; background: var(--text); color: var(--bg); padding: .6rem 1rem; border-radius: var(--r-s); font-weight: 600; }
.skip:focus { top: 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }
.narrow { max-width: 820px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .75rem 1.3rem; border-radius: 10px; border: 1px solid transparent;
  font: 600 .97rem/1.2 var(--f); letter-spacing: -.005em; text-decoration: none; cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-lg { min-height: 54px; padding: .85rem 1.5rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-gold { background: var(--text); color: var(--bg); }
.btn-gold:hover { background: #d8d8d4; }
.btn-wa { background: var(--wa); color: #06220f; }
.btn-wa:hover { background: #3ade77; }
.btn-outline { border-color: var(--line); color: var(--text); background: transparent; }
.btn-outline:hover { border-color: var(--text); }
.num { font-variant-numeric: tabular-nums; font-weight: 500; opacity: .75; }
.text-link { color: var(--text); font-weight: 600; text-underline-offset: 4px; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; color: var(--text); flex: none; font: 700 1.2rem/1 "Onest", "Segoe UI", sans-serif; letter-spacing: -.02em; white-space: nowrap; }
.logo-vip { display: inline-block; padding: .28rem .42rem .26rem; border-radius: 5px; background: var(--text); color: var(--bg); font-size: .72rem; font-weight: 800; letter-spacing: .08em; line-height: 1; transform: translateY(-1px); }

/* ---------- Üst bar ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(17, 18, 20, .9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
  padding-top: env(safe-area-inset-top, 0px);
}
.header-row { display: flex; align-items: center; gap: 1.5rem; min-height: 68px; }
.main-nav { margin-inline-start: auto; }
.main-nav ul { display: flex; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.main-nav a { display: block; padding: .5rem .7rem; border-radius: var(--r-s); text-decoration: none; font-size: .94rem; font-weight: 500; color: var(--soft); }
.main-nav a:hover { color: var(--text); background: var(--surface); }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.header-phone { text-decoration: none; font-weight: 600; font-size: .94rem; font-variant-numeric: tabular-nums; color: var(--bg); background: var(--text); padding: .55rem .95rem; border-radius: 10px; white-space: nowrap; }
.header-phone:hover { background: #d8d8d4; }

.lang-switch { position: relative; }
.lang-switch summary { list-style: none; cursor: pointer; padding: .5rem .65rem; border-radius: var(--r-s); font-weight: 600; font-size: .85rem; color: var(--soft); border: 1px solid var(--line); }
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch ul { position: absolute; inset-inline-end: 0; top: calc(100% + 8px); list-style: none; margin: 0; padding: .35rem; min-width: 160px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.45); }
.lang-switch li a { display: block; padding: .55rem .8rem; border-radius: 6px; text-decoration: none; font-size: .95rem; }
.lang-switch li a:hover, .lang-switch li a[aria-current] { background: var(--line-soft); }

.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--r-s); background: transparent; color: var(--text); cursor: pointer; position: relative; }
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after { position: absolute; left: 50%; width: 18px; height: 1.5px; background: currentColor; transform: translateX(-50%); transition: transform .2s; }
.nav-toggle .bars { top: 50%; }
.nav-toggle .bars::before { content: ""; top: -6px; }
.nav-toggle .bars::after { content: ""; top: 6px; }
.nav-toggle[aria-expanded="true"] .bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .bars::before { transform: translateX(-50%) translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars::after { transform: translateX(-50%) translateY(-6px) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav-toggle { display: inline-block; }
  .main-nav { position: fixed; inset: calc(68px + env(safe-area-inset-top, 0px)) 0 auto 0; margin: 0; background: var(--bg); border-bottom: 1px solid var(--line); display: none; max-height: calc(100vh - 68px); overflow-y: auto; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; padding: .5rem clamp(1.1rem, 4vw, 2rem) 1.5rem; }
  .main-nav a { padding: .95rem .2rem; font-size: 1.08rem; border-bottom: 1px solid var(--line-soft); border-radius: 0; }
  .main-nav a:hover { background: transparent; }
  .header-actions { margin-inline-start: auto; }
}
@media (max-width: 560px) {
  .header-phone { display: none; }
  .logo { font-size: 1.08rem; }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(3rem, 7vw, 6rem); border-bottom: 1px solid var(--line-soft); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.25rem); font-weight: 650; letter-spacing: -.035em; line-height: 1.04; max-width: 14ch; margin-bottom: .5em; }
.lang-ru .hero h1 { font-size: clamp(2.2rem, 4.4vw, 3.7rem); max-width: 16ch; }
.lang-ar .hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.4rem); max-width: 16ch; letter-spacing: 0; line-height: 1.3; }
.hero-lead { font-size: clamp(1.05rem, 1.35vw, 1.18rem); color: var(--soft); max-width: 33em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin: 2rem 0 1.8rem; }
.hero-points { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; color: var(--soft); font-size: .98rem; }
.hero-points li { display: flex; gap: .65rem; align-items: baseline; }
.hero-points li::before { content: "✓"; flex: none; color: var(--text); font-weight: 700; font-size: .9rem; }

/* Hero araçları */
.hero-fleet { display: grid; gap: 1rem; }
.hf { margin: 0; width: 88%; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-m); overflow: hidden; }
.hf-main { margin-inline-start: auto; }
.hf-second { margin-inline-end: auto; }
.hf img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; background: #1a1b1f; }
.hf figcaption { display: grid; grid-template-columns: 1fr auto; column-gap: .8rem; row-gap: .1rem; align-items: center; padding: .8rem 1rem; border-top: 1px solid var(--line-soft); }
.hf-name { grid-column: 1; font-weight: 600; font-size: 1rem; letter-spacing: -.01em; }
.hf-meta { grid-column: 1; font-size: .85rem; color: var(--muted); }
.hf-pax { grid-column: 2; grid-row: 1 / span 2; display: inline-flex; align-items: center; gap: .3rem; font-size: .85rem; font-weight: 600; color: var(--soft); padding: .25rem .6rem; border: 1px solid var(--line); border-radius: 999px; }
.hf-pax svg { width: 14px; height: 14px; }
.trails { display: none; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 18ch; }
}
@media (max-width: 480px) {
  .hero-cta .btn { width: 100%; }
  .hf { width: 94%; }
  .hf-meta { display: none; }
}

/* ---------- Vaat şeridi ---------- */
.promise { background: var(--bg-2); border-bottom: 1px solid var(--line-soft); }
.promise-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-item { display: flex; align-items: flex-start; gap: .85rem; padding: 1.5rem 1.4rem; }
.promise-item + .promise-item { border-inline-start: 1px solid var(--line-soft); }
.promise-item div { display: flex; flex-direction: column; gap: .1rem; }
.promise-item strong { font-weight: 600; font-size: 1.05rem; }
.promise-item span { color: var(--muted); font-size: .92rem; }
.promise-ic { color: var(--text); padding-top: .15rem; }
@media (max-width: 760px) {
  .promise-row { grid-template-columns: 1fr; }
  .promise-item + .promise-item { border-inline-start: 0; border-top: 1px solid var(--line-soft); }
  .promise-item { padding-inline: 0; }
}

/* ---------- Bölümler ---------- */
.section { padding-block: var(--space); }
.section-alt { background: var(--bg-2); border-block: 1px solid var(--line-soft); }
.section-head { max-width: 640px; margin-bottom: clamp(2.2rem, 4.5vw, 3.2rem); }
.section-head-center { margin-inline: auto; text-align: center; }
.section h2, .routes h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); }
.section-head p { color: var(--soft); font-size: 1.08rem; margin: 0; }

/* Hizmetler */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service { display: flex; flex-direction: column; padding: 1.7rem 1.5rem 1.5rem; border-radius: var(--r-m); background: var(--surface); border: 1px solid var(--line-soft); }
.service-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); margin-bottom: 1.3rem; color: var(--text); }
.service h3 { font-size: 1.18rem; letter-spacing: -.015em; }
.service p { color: var(--muted); margin: 0 0 1.3rem; font-size: .96rem; }
.service-link { margin-top: auto; font-weight: 600; font-size: .92rem; text-underline-offset: 4px; }
@media (max-width: 1100px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* Güzergâh haritası */
.routes { padding-block: var(--space); background: var(--bg-2); border-block: 1px solid var(--line-soft); }
.routes-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.routes-copy p { color: var(--soft); font-size: 1.06rem; }
.routes-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.routes-map { margin: 0; }
.cy-map { width: 100%; height: auto; display: block; direction: ltr; }
.cy-map rect { opacity: .6; }
.m-land { fill: #1e2024; stroke: #3a3d43; stroke-width: 1.5; }
.m-route { fill: none; stroke: rgba(243,242,239,.5); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 2 6; }
.m-city { fill: var(--text); stroke: var(--bg-2); stroke-width: 3; }
.m-hub { fill: var(--text); stroke: var(--bg-2); stroke-width: 3; }
.m-pulse { display: none; }
.m-label { font-family: var(--f); paint-order: stroke; stroke: var(--bg-2); stroke-width: 6px; stroke-linejoin: round; }
.m-name { font-size: 24px; font-weight: 600; fill: var(--text); }
.m-time { font-size: 19px; font-weight: 500; fill: var(--muted); }
.m-hub-label { font-size: 21px; font-weight: 700; fill: var(--text); }
@media (max-width: 900px) { .routes-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .m-name { font-size: 30px; } .m-time { font-size: 24px; } .m-hub-label { font-size: 26px; } }

/* Araçlar */
.car { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.car + .car { margin-top: clamp(3.5rem, 7vw, 5rem); }
.car-flip .car-media { order: 2; }
.car-media { margin: 0; border-radius: var(--r-m); overflow: hidden; aspect-ratio: 16 / 10; border: 1px solid var(--line-soft); background: #1a1b1f; }
.car-media img { width: 100%; height: 100%; object-fit: cover; }
.car h3 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: .2em; }
.car-meta { color: var(--muted); margin-bottom: 1.1rem; }
.car-body > p { color: var(--soft); }
.car-specs { display: flex; gap: 2.5rem; margin: 1.5rem 0; padding-block: 1rem; border-block: 1px solid var(--line-soft); }
.car-specs div { display: flex; flex-direction: column-reverse; }
.car-specs dt { color: var(--muted); font-size: .88rem; }
.car-specs dd { margin: 0; font-weight: 600; font-size: 2rem; line-height: 1.1; letter-spacing: -.02em; }
.car-ideal { font-size: .97rem; color: var(--soft); }
.car-ideal span { color: var(--muted); }
@media (max-width: 860px) {
  .car { grid-template-columns: 1fr; }
  .car-flip .car-media { order: 0; }
}

/* Neden biz */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-soft); }
.why-item { padding: 2rem 1.8rem 2rem 0; border-bottom: 1px solid var(--line-soft); }
.why-item:not(:nth-child(3n+1)) { padding-inline-start: 1.8rem; border-inline-start: 1px solid var(--line-soft); }
.why-ic { display: block; margin-bottom: 1rem; color: var(--text); }
.why-item h3 { font-size: 1.15rem; letter-spacing: -.015em; margin-bottom: .35rem; }
.why-item p { color: var(--muted); margin: 0; font-size: .96rem; }
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-item, .why-item:not(:nth-child(3n+1)) { padding: 1.7rem 1.4rem 1.7rem 0; border-inline-start: 0; }
  .why-item:nth-child(even) { padding-inline-start: 1.4rem; border-inline-start: 1px solid var(--line-soft); }
}
@media (max-width: 600px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-item:nth-child(even) { padding-inline-start: 0; border-inline-start: 0; }
}

/* Adımlar + form */
.booking-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.steps { list-style: none; padding: 0; margin: 2rem 0 2.2rem; counter-reset: step; }
.steps li { counter-increment: step; position: relative; padding-inline-start: 3.6rem; padding-bottom: 1.7rem; }
.steps li::before { content: counter(step); position: absolute; inset-inline-start: 0; top: -.15rem; width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-weight: 600; font-size: 1rem; }
.steps li:not(:last-child)::after { content: ""; position: absolute; inset-inline-start: 1.2rem; top: 2.5rem; bottom: .2rem; width: 1px; background: var(--line); }
.steps h3 { font-size: 1.15rem; margin-bottom: .2em; }
.steps p { color: var(--muted); margin: 0; }
.booking-phone { display: flex; flex-direction: column; gap: .2rem; }
.booking-phone a { font-weight: 650; font-size: clamp(1.9rem, 3.6vw, 2.5rem); letter-spacing: -.03em; line-height: 1.1; text-decoration: none; font-variant-numeric: tabular-nums; }
.booking-phone span { color: var(--muted); }

.book-form { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-m); padding: clamp(1.4rem, 3vw, 2.1rem); display: grid; gap: 1rem; }
.book-form h3 { font-size: 1.45rem; margin: 0; }
.book-form > .muted { margin: -.3rem 0 .3rem; font-size: .95rem; }
.book-form label { display: grid; gap: .4rem; font-size: .86rem; font-weight: 500; color: var(--soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.book-form input, .book-form select, .book-form textarea {
  width: 100%; min-height: 48px; padding: .7rem .85rem;
  background: var(--bg); color: var(--text); border: 1px solid var(--line); border-radius: var(--r-s);
  font: 400 1rem/1.3 var(--f); color-scheme: dark;
}
.book-form textarea { resize: vertical; min-height: 72px; }
.book-form input::placeholder, .book-form textarea::placeholder { color: #6b6e75; }
.book-form input:focus, .book-form select:focus, .book-form textarea:focus { outline: none; border-color: var(--text); }
.book-form .invalid { border-color: #e0795f; }
@media (max-width: 900px) { .booking-layout { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }

/* Ödeme */
.pay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pay-item { padding: 1.8rem 1.6rem; border-radius: var(--r-m); background: var(--surface); border: 1px solid var(--line-soft); }
.pay-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); margin-bottom: 1.2rem; }
.pay-item h3 { font-size: 1.2rem; }
.pay-item p { color: var(--muted); margin: 0; }
.currencies { display: flex; gap: .45rem; margin-top: 1rem !important; }
.currencies span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 600; font-size: 1.05rem; color: var(--text) !important; }
@media (max-width: 760px) { .pay-grid { grid-template-columns: 1fr; } }

/* SSS */
.faq { margin-top: 2rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1.25rem 2.5rem 1.25rem 0; position: relative; font-weight: 600; font-size: 1.05rem; }
.lang-ar .faq summary { padding: 1.25rem 0 1.25rem 2.5rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; inset-inline-end: .3rem; top: 50%; width: 9px; height: 9px; border-right: 1.5px solid var(--soft); border-bottom: 1.5px solid var(--soft); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { color: var(--muted); padding-bottom: 1.25rem; margin: 0; max-width: 62ch; }

/* Son çağrı */
.cta-band { padding-block: clamp(4.5rem, 8vw, 6.5rem); background: var(--bg-2); border-top: 1px solid var(--line-soft); text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; }
.cta-band h2 { font-size: clamp(2rem, 4vw, 3rem); max-width: 22ch; margin-bottom: .35em; }
.cta-band p { color: var(--soft); margin: 0; }
.cta-phone { margin: 1.3rem 0 1.7rem; text-decoration: none; font-weight: 650; font-size: clamp(2.4rem, 6vw, 4.2rem); letter-spacing: -.035em; line-height: 1; font-variant-numeric: tabular-nums; }
.cta-actions { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: center; }
.cta-note { margin-top: 1.2rem !important; font-size: .9rem; color: var(--muted) !important; }

/* ---------- İç sayfalar ---------- */
.inner { padding-block: clamp(2rem, 5vw, 3.5rem) var(--space); min-height: 60vh; }
.crumbs { font-size: .88rem; color: var(--muted); margin-bottom: 1.8rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.crumbs a { text-decoration: none; color: var(--soft); }
.crumbs a:hover { color: var(--text); }
.page-head { margin-bottom: 2.5rem; }
.page-head h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); letter-spacing: -.03em; }
.page-head p, .page-head time { color: var(--muted); }
.empty-state { color: var(--muted); padding: 3rem 0; }
.empty-state h1 { color: var(--text); font-size: clamp(2rem, 4vw, 2.8rem); }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem 1.6rem; }
.post-card { display: flex; flex-direction: column; }
.post-cover { display: block; border-radius: var(--r-m); overflow: hidden; aspect-ratio: 16/9; margin-bottom: 1rem; background: var(--surface); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; }
.post-card time { color: var(--muted); font-size: .85rem; }
.post-card h2 { font-size: 1.3rem; letter-spacing: -.015em; margin: .3rem 0 .5rem; }
.post-card h2 a { text-decoration: none; }
.post-card h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.post-card p { color: var(--muted); }
@media (max-width: 960px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .post-grid { grid-template-columns: 1fr; } }
.pager { display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin-top: 3.5rem; }
.pager a { font-weight: 600; }

.article-cover { margin: 0 0 2.5rem; border-radius: var(--r-m); overflow: hidden; }
.prose { font-size: 1.08rem; line-height: 1.8; color: #dcdcd8; }
.prose h2 { font-size: 1.75rem; margin-top: 2.2rem; color: var(--text); }
.prose h3 { font-size: 1.3rem; margin-top: 1.8rem; color: var(--text); }
.prose a { color: var(--text); text-underline-offset: 3px; }
.prose img { border-radius: var(--r-s); margin-block: 1.5rem; }
.prose ul, .prose ol { padding-inline-start: 1.4rem; margin: 0 0 1.2em; }
.prose li { margin-bottom: .35em; }
.prose blockquote { margin: 1.8rem 0; padding-inline-start: 1.2rem; border-inline-start: 2px solid var(--text); color: var(--text); font-size: 1.2rem; }
.prose table { width: 100%; border-collapse: collapse; margin-block: 1.5rem; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: .6rem .8rem; text-align: start; }

.cta-box { margin: 3.5rem 0 2rem; padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--r-m); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; background: var(--surface); }
.cta-box h2 { font-size: 1.45rem; margin-bottom: .2em; }
.cta-box p { margin: 0; color: var(--muted); }
.cta-box .cta-actions { justify-content: flex-start; }

/* ---------- Alt bilgi ---------- */
.site-footer { background: #0d0e10; border-top: 1px solid var(--line-soft); padding-top: 3.5rem; padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)); font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-brand p { color: var(--muted); max-width: 32em; margin-top: 1rem; }
.footer-h { font-size: .95rem; font-weight: 600; color: var(--text); margin-bottom: .9rem; letter-spacing: 0; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer-list a { color: var(--muted); text-decoration: none; }
.footer-list a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.footer-langs { display: flex; gap: 1rem; list-style: none; margin: 0; padding: 0; }
.footer-langs a { text-decoration: none; color: var(--muted); }
.footer-langs a:hover { color: var(--text); }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Sabit butonlar (her zaman sağ alt) ---------- */
.float-actions { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 60; display: flex; flex-direction: column; gap: .7rem; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(0,0,0,.45); }
.float-btn svg { width: 27px; height: 27px; }
.float-wa { background: var(--wa); color: #fff; }
.float-call { background: var(--text); color: var(--bg); }
.float-call svg { width: 24px; height: 24px; }
@media (max-width: 480px) { .float-btn { width: 52px; height: 52px; } }
@media print { .float-actions, .site-header, .site-footer { display: none; } }
