/*
Theme Name: Hatay Web Tasarımı
Theme URI: https://vivabilgisayar.net
Author: Viva Bilgisayar
Author URI: https://vivabilgisayar.net
Description: Hatay'ın yerel web tasarım, yazılım ve hosting ajansı için özel geliştirilmiş modern WordPress teması. Kurumsal, hızlı ve SEO uyumlu.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: vivaweb
Tags: business, web-design, custom-colors, responsive
*/

/* ==========================================================================
   HATAY WEB TASARIMI — Tasarım Sistemi
   ========================================================================== */

:root {
  --red: #e11324;
  --red-2: #f8324a;
  --red-dark: #b30d1c;
  --red-soft: #fdecee;
  --ink: #0d1220;
  --ink-2: #141b2c;
  --ink-3: #1d2740;
  --bg: #ffffff;
  --bg-soft: #f6f7fa;
  --bg-wash: #fbf3f4;
  --text: #131a28;
  --muted: #5c6575;
  --muted-2: #8a93a3;
  --line: #e8eaf0;
  --white: #ffffff;

  --r-sm: 14px;
  --r: 22px;
  --r-lg: 32px;
  --r-xl: 40px;

  --shadow-sm: 0 4px 18px rgba(16, 22, 40, .06);
  --shadow: 0 18px 50px rgba(16, 22, 40, .10);
  --shadow-red: 0 16px 40px rgba(225, 19, 36, .30);

  --wrap: 1240px;
  --gap: clamp(16px, 3vw, 40px);

  --ff-head: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

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

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--ff-head);
  color: var(--ink);
  line-height: 1.1;
  margin: 0 0 .5em;
  font-weight: 700;
  letter-spacing: -.02em;
}
p { margin: 0 0 1em; }

.wrap { width: min(var(--wrap), 92%); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section--soft { background: var(--bg-soft); }
.section--wash { background: linear-gradient(180deg, #fff 0%, var(--bg-wash) 100%); }

.eyebrow {
  display: inline-block;
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-soft);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.eyebrow--plain { background: none; padding: 0; }

.h-xl { font-size: clamp(2.3rem, 6vw, 4.3rem); }
.h-lg { font-size: clamp(1.9rem, 4.4vw, 3.1rem); }
.h-md { font-size: clamp(1.4rem, 2.6vw, 2rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); }
.center { text-align: center; }
.section-head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 60px); }
.section-head.center { text-align: center; }

.text-red { color: var(--red); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-head); font-weight: 600; font-size: 15.5px;
  padding: 15px 26px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--red { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn--red:hover { transform: translateY(-3px); box-shadow: 0 22px 46px rgba(225,19,36,.4); }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { transform: translateY(-3px); background: var(--ink-3); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.btn--light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.25); backdrop-filter: blur(6px); }
.btn--light:hover { background: rgba(255,255,255,.2); transform: translateY(-3px); }
.btn .ico-circle {
  width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.22);
  display: grid; place-items: center; margin-right: -8px;
}
.btn--ghost .ico-circle { background: var(--red); color: #fff; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
/* Bulanik yari-saydam arka plan ::before'a tasindi: boylece .site-header
   'backdrop-filter' ile position:fixed alt ogeler icin containing block
   olusturmuyor -> mobil menu (.main-nav.open) tum ekrani kaplayabiliyor. */
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(255,255,255,.86);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 24px rgba(16,22,40,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 82px; }

.brand { display: flex; align-items: center; gap: 11px; font-family: var(--ff-head); }
.brand__mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 22px;
  box-shadow: var(--shadow-red);
}
.brand__text { line-height: 1.05; }
.brand__name { font-weight: 800; font-size: 22px; color: var(--ink); letter-spacing: -.02em; }
.brand__name b { color: var(--red); }
.brand__tag { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); font-family: var(--ff-body); font-weight: 600; }

.main-nav ul { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.main-nav a {
  font-family: var(--ff-head); font-weight: 500; font-size: 15.5px; color: var(--ink);
  padding: 10px 16px; border-radius: 999px; transition: background .2s, color .2s;
}
.main-nav a:hover, .main-nav .current-menu-item > a { background: var(--red-soft); color: var(--red); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 9px; font-family: var(--ff-head); font-weight: 600; color: var(--ink); }
.header-phone span { font-size: 11px; color: var(--muted-2); display: block; font-weight: 500; letter-spacing: .04em; }
.header-phone .ico { width: 38px; height: 38px; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-items: center; }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px auto; border-radius: 2px; transition: .3s; }
body.nav-open { overflow: hidden; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { padding: 20px 0 clamp(40px, 6vw, 80px); }
.hero__card {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(225,19,36,.42), transparent 60%),
    radial-gradient(700px 500px at 8% 120%, rgba(225,19,36,.20), transparent 55%),
    linear-gradient(155deg, #10182b 0%, #0b101d 60%, #0a0e18 100%);
  color: #fff;
  padding: clamp(40px, 6vw, 84px);
  isolation: isolate;
}
.hero__card::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(70% 70% at 70% 20%, #000, transparent 75%);
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--ff-head); font-weight: 500;
  font-size: 14px; padding: 8px 16px 8px 10px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); margin-bottom: 26px;
}
.hero__badge b { background: var(--red); color: #fff; font-size: 11px; padding: 3px 9px; border-radius: 999px; font-weight: 700; letter-spacing: .05em; }
.hero__title { font-size: clamp(2.4rem, 6.2vw, 4.6rem); color: #fff; max-width: 16ch; }
.hero__title .text-red { color: var(--red-2); }
.hero__sub { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: rgba(255,255,255,.78); max-width: 54ch; margin-top: 18px; }

.hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 40px 0 34px; }
.stat-card {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r); padding: 18px 20px; transition: transform .25s, background .25s;
}
.stat-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); }
.stat-card .ico { flex: none; width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg, var(--red), var(--red-dark)); display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-red); }
.stat-card .ico svg { width: 22px; height: 22px; }
.stat-card b { font-family: var(--ff-head); font-size: 20px; display: block; line-height: 1.1; color: #fff; }
.stat-card small { color: rgba(255,255,255,.65); font-size: 13.5px; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ==========================================================================
   INTRO
   ========================================================================== */
.intro__text { max-width: 940px; margin: 0 auto; text-align: center; font-size: clamp(1.1rem, 2vw, 1.4rem); color: var(--muted); font-weight: 400; }
.intro__text b { color: var(--ink); font-weight: 600; }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 32px; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.svc-card__num { position: absolute; top: 22px; right: 30px; font-family: var(--ff-head); font-weight: 800; font-size: 58px; color: var(--red-soft); line-height: 1; z-index: 0; }
.svc-card__ico { position: relative; width: 60px; height: 60px; border-radius: 18px; background: linear-gradient(135deg, var(--red), var(--red-dark)); display: grid; place-items: center; color: #fff; margin-bottom: 22px; box-shadow: var(--shadow-red); }
.svc-card__ico svg { width: 28px; height: 28px; }
.svc-card h3 { position: relative; font-size: 1.35rem; }
.svc-card p { position: relative; color: var(--muted); font-size: 15.5px; margin-bottom: 20px; }
.svc-card__link { position: relative; display: inline-flex; align-items: center; gap: 9px; font-family: var(--ff-head); font-weight: 600; font-size: 15px; color: var(--ink); }
.svc-card__link .ico-circle { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; transition: background .2s, transform .2s; }
.svc-card:hover .svc-card__link .ico-circle { background: var(--red); transform: translateX(4px); }

/* ==========================================================================
   WHY US (alternating cards)
   ========================================================================== */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 30px; border: 1px solid var(--line); background: #fff; min-height: 260px; transition: transform .3s; }
.why-card:hover { transform: translateY(-8px); }
.why-card--dark { background: radial-gradient(120% 120% at 100% 0%, rgba(225,19,36,.28), transparent 55%), var(--ink); border-color: transparent; color: #fff; }
.why-card--dark h3 { color: #fff; }
.why-card__num { position: absolute; top: 24px; right: 28px; font-family: var(--ff-head); font-weight: 800; font-size: 46px; color: rgba(0,0,0,.06); }
.why-card--dark .why-card__num { color: rgba(255,255,255,.14); }
.why-card__ico { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 20px; }
.why-card--light .why-card__ico { background: var(--ink); color: #fff; }
.why-card--dark .why-card__ico { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.why-card__ico svg { width: 26px; height: 26px; }
.why-card h3 { font-size: 1.2rem; }
.why-card p { color: var(--muted); font-size: 15px; margin: 0; }
.why-card--dark p { color: rgba(255,255,255,.7); }

/* ==========================================================================
   REFERENCES
   ========================================================================== */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ref-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.ref-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.ref-card__media { height: 190px; display: grid; place-items: center; position: relative; overflow: hidden; }
.ref-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.12)); }
.ref-mock { width: 74%; border-radius: 12px 12px 0 0; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.22); overflow: hidden; transform: translateY(24px); }
.ref-mock__bar { height: 26px; background: var(--ink); display: flex; align-items: center; gap: 5px; padding: 0 12px; }
.ref-mock__bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.4); }
.ref-mock__body { height: 120px; background: linear-gradient(135deg, #f2f4f8, #fff); position: relative; }
.ref-mock__body::before { content: ""; position: absolute; left: 14px; right: 14px; top: 16px; height: 30px; border-radius: 7px; background: var(--red); opacity: .85; }
.ref-mock__body::after { content: ""; position: absolute; left: 14px; width: 55%; top: 56px; height: 9px; border-radius: 5px; background: #d7dbe4; box-shadow: 0 18px 0 #e4e7ee, 0 36px 0 #eaecf2; }
.ref-card__body { padding: 22px 26px 26px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ref-card__body h3 { font-size: 1.2rem; margin: 0; }
.ref-card__body small { color: var(--muted); font-size: 13.5px; font-family: var(--ff-body); font-weight: 500; }
.ref-card__go { font-family: var(--ff-head); font-weight: 600; font-size: 14px; color: var(--red); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }

/* ==========================================================================
   PROCESS
   ========================================================================== */
.steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.step-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 32px 30px 34px; display: flex; gap: 22px; transition: transform .3s, box-shadow .3s; }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step-card__ico { position: relative; flex: none; width: 62px; height: 62px; border-radius: 18px; background: var(--ink); color: #fff; display: grid; place-items: center; }
.step-card__ico svg { width: 27px; height: 27px; }
.step-card__ico b { position: absolute; top: -8px; right: -8px; width: 27px; height: 27px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--ff-head); font-size: 12px; display: grid; place-items: center; border: 3px solid #fff; }
.step-card h3 { font-size: 1.22rem; margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: 15px; margin: 0; }

/* ==========================================================================
   TECH
   ========================================================================== */
.tech { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.tech__panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 38px; box-shadow: var(--shadow-sm); }
.tech__chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.tech__chips span { font-family: var(--ff-head); font-weight: 600; font-size: 14px; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); }
.tech__chips span.on { background: var(--red-soft); border-color: transparent; color: var(--red); }
.tech__note { border-left: 3px solid var(--red); padding-left: 18px; font-style: italic; color: var(--ink); font-weight: 500; margin: 22px 0; }
.tech__visual { position: relative; min-height: 340px; }
.tech__visual .float-card { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px 20px; box-shadow: var(--shadow); }
.tech__visual .float-card b { font-family: var(--ff-head); color: var(--red); display: block; font-size: 17px; }
.tech__visual .float-card small { color: var(--muted); font-size: 13px; }
.tech__visual .fc-1 { top: 8%; right: 4%; }
.tech__visual .fc-2 { bottom: 10%; left: 0; }
.tech__laptop { position: absolute; inset: 0; margin: auto; width: 74%; height: 60%; top: 20%; border-radius: 16px 16px 0 0; background: linear-gradient(135deg, var(--ink-3), var(--ink)); box-shadow: var(--shadow); overflow: hidden; }
.tech__laptop::before { content: ""; position: absolute; inset: 14px; border-radius: 8px; background: radial-gradient(circle at 30% 20%, rgba(225,19,36,.5), transparent 50%), #0a0e18; }
.tech__laptop::after { content: "</>"; position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--ff-head); font-weight: 800; font-size: 46px; color: rgba(255,255,255,.9); }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-xl); text-align: center; color: #fff; padding: clamp(48px, 7vw, 90px) clamp(24px, 5vw, 80px);
  background: radial-gradient(700px 400px at 50% -20%, rgba(225,19,36,.5), transparent 60%), linear-gradient(150deg, #131b2d, #0a0e18); }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 3rem); }
.cta-band p { color: rgba(255,255,255,.78); font-size: 1.15rem; max-width: 46ch; margin: 0 auto 12px; }
.cta-band small { display: block; color: rgba(255,255,255,.5); margin-bottom: 30px; }
.cta-band .btn { font-size: 16.5px; padding: 17px 34px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding-top: clamp(56px, 7vw, 90px); margin-top: clamp(56px, 7vw, 90px); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 50px; }
.site-footer .brand__name { color: #fff; }
.site-footer h4 { color: #fff; font-size: 1rem; letter-spacing: .04em; margin-bottom: 20px; }
.footer-about p { font-size: 15px; margin: 20px 0; max-width: 34ch; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { font-size: 15px; transition: color .2s; }
.footer-col a:hover { color: var(--red-2); }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: 15px; }
.footer-contact .ico { flex: none; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.07); color: var(--red-2); display: grid; place-items: center; }
.footer-contact .ico svg { width: 18px; height: 18px; }
.footer-contact a:hover { color: #fff; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #fff; transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--red); transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 14px; color: rgba(255,255,255,.5); }

/* ==========================================================================
   WHATSAPP FLOAT
   ========================================================================== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 200; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,.5); transition: transform .25s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: waPulse 2.2s infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }

/* ==========================================================================
   PAGE / POST (interior)
   ========================================================================== */
.page-hero { background: radial-gradient(700px 400px at 80% -30%, rgba(225,19,36,.35), transparent 60%), linear-gradient(150deg, #10182b, #0a0e18); color: #fff; padding: clamp(60px, 8vw, 110px) 0 clamp(50px, 6vw, 80px); text-align: center; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); }
.page-hero p { color: rgba(255,255,255,.75); max-width: 60ch; margin: 0 auto; }
.crumbs { font-size: 14px; color: rgba(255,255,255,.6); margin-bottom: 14px; }
.crumbs a:hover { color: #fff; }
.content-area { padding: clamp(48px, 6vw, 80px) 0; }
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin-top: 1.6em; font-size: 1.8rem; }
.prose h3 { margin-top: 1.4em; font-size: 1.35rem; }
.prose img { border-radius: var(--r); margin: 1.5em 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .5em; }
.prose a { color: var(--red); font-weight: 500; }
.prose blockquote { border-left: 4px solid var(--red); margin: 1.5em 0; padding: .4em 0 .4em 22px; color: var(--muted); font-style: italic; }
.prose h4 { margin-top: 1.3em; font-size: 1.15rem; }
.prose .table-scroll { overflow-x: auto; margin: 1.6em 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: .97rem; min-width: 460px; }
.prose th, .prose td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose thead th { background: var(--red-soft); color: var(--ink); font-family: var(--ff-head); font-weight: 600; }
.prose tbody tr:last-child td { border-bottom: none; }
.prose .post-faq { margin-top: 2.2em; }
.prose .post-faq details { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 4px 18px; margin-bottom: 12px; }
.prose .post-faq summary { cursor: pointer; font-family: var(--ff-head); font-weight: 600; padding: 12px 0; }
.prose .post-faq details[open] summary { color: var(--red); }

/* contact grid */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; align-items: center; }
.contact-card .ico { flex: none; width: 52px; height: 52px; border-radius: 15px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; }
.contact-card .ico svg { width: 24px; height: 24px; }
.contact-card b { font-family: var(--ff-head); display: block; color: var(--ink); }
.contact-card span { color: var(--muted); font-size: 15px; }
.contact-map { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); min-height: 380px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* ==========================================================================
   SSS / FAQ
   ========================================================================== */
.wrap--narrow { width: min(860px, 92%); }
.faq { display: flex; flex-direction: column; gap: 14px; }
.faq__item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--shadow-sm); overflow: hidden; transition: border-color .2s, box-shadow .2s;
}
.faq__item[open] { border-color: var(--red); box-shadow: var(--shadow); }
.faq__q {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 20px 24px; font-family: var(--ff-head); font-weight: 600; font-size: 17px;
  color: var(--ink);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__mark { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.faq__mark::before, .faq__mark::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: var(--red); border-radius: 2px; transition: transform .25s;
}
.faq__mark::before { width: 14px; height: 2px; }
.faq__mark::after { width: 2px; height: 14px; }
.faq__item[open] .faq__mark::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq__a { padding: 0 24px 22px; }
.faq__a p { margin: 0; color: var(--muted); line-height: 1.7; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .ref-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .main-nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  /* Teklif Al butonunu gizle: mobilde hamburger'e yer ac (marka tasmasin) */
  .header-cta .btn--ink { display: none; }
  /* Marka metnini kucult ki 82px header'a sigsin, satir atlayip tasmasin */
  .brand img { width: 42px !important; }
  .brand__name { font-size: 17px; }
  .brand__tag { font-size: 10px; letter-spacing: .12em; }
  .main-nav.open {
    display: block; position: fixed; inset: 82px 0 0; background: #fff; padding: 24px 6%;
    box-shadow: 0 20px 40px rgba(0,0,0,.1); z-index: 99; overflow-y: auto;
  }
  .main-nav.open ul { flex-direction: column; gap: 4px; }
  .main-nav.open a { display: block; font-size: 18px; padding: 14px 16px; }
  .tech { grid-template-columns: 1fr; }
  .tech__visual { min-height: 260px; }
  .steps-grid, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .services-grid, .ref-grid, .why-grid { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .header-cta .btn span.hide-sm { display: none; }
  .hero__card { padding: 32px 22px; }
}
