/* ============================================================
   Birecik Beyaz Eşya Teknik Servis — Stil Dosyası
   Mobil öncelikli, hızlı ve SEO uyumlu
   ============================================================ */

:root {
  --navy: #0a2540;
  --navy-700: #0b3d91;
  --blue: #1769d1;
  --blue-600: #1457b0;
  --green: #16a34a;
  --green-600: #128a3e;
  --wa: #25d366;
  --wa-600: #1da851;
  --ink: #1b2533;
  --muted: #5b6b7f;
  --line: #e6ebf2;
  --bg: #ffffff;
  --bg-soft: #f4f8fc;
  --bg-alt: #eef3fa;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px rgba(10, 37, 64, .06), 0 2px 8px rgba(10, 37, 64, .06);
  --shadow-md: 0 8px 24px rgba(10, 37, 64, .10);
  --shadow-lg: 0 18px 50px rgba(10, 37, 64, .16);
  --radius: 16px;
  --radius-sm: 11px;
  --maxw: 1160px;
  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

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

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

h1, h2, h3 { line-height: 1.2; color: var(--navy); margin: 0 0 .5em; font-weight: 800; letter-spacing: -0.02em; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}
.container--narrow { max-width: 820px; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--navy);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 10px 0;
  z-index: 200;
}
.skip-link:focus { left: 0; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  white-space: nowrap;
  font-family: inherit;
}
.btn svg { width: 19px; height: 19px; fill: currentColor; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: 16px 28px; font-size: 17px; }
.btn--call { background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(22, 163, 74, .35); }
.btn--call:hover { background: var(--green-600); }
.btn--wa { background: var(--wa); color: #07371b; box-shadow: 0 6px 18px rgba(37, 211, 102, .35); }
.btn--wa:hover { background: var(--wa-600); color: #053018; }
.btn--call2 { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(23, 105, 209, .35); }
.btn--call2:hover { background: var(--blue-600); }
.btn--light { background: #fff; color: var(--navy-700); box-shadow: var(--shadow-md); }
.btn--light:hover { background: #f3f7ff; }

/* ---------- Üst şerit ---------- */
.topbar {
  background: var(--navy);
  color: #cfe0f5;
  font-size: 13.5px;
}
.topbar__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  flex-wrap: wrap;
}
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 15px; height: 15px; fill: #6fa8e8; }
.topbar__call { margin-left: auto; color: #fff; font-weight: 700; }
.topbar__call svg { fill: #5bd98a; }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.header.is-stuck { box-shadow: var(--shadow-sm); }
.header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 70px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--navy-700));
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(11, 61, 145, .35);
  flex: none;
}
.brand__mark svg { width: 24px; height: 24px; fill: #fff; transform: rotate(0deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__text strong { font-size: 16px; color: var(--navy); letter-spacing: -.01em; }
.brand__text small { font-size: 11.5px; color: var(--blue); font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }

.nav { display: none; margin-left: auto; gap: 4px; }
.nav a {
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  transition: background .15s, color .15s;
}
.nav a:hover { background: var(--bg-alt); color: var(--navy-700); }

.header__actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav .nav { margin-left: 0; }

.nav-toggle {
  width: 46px; height: 42px;
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  background: var(--bg-alt); border: 0; border-radius: 11px; cursor: pointer; padding: 0 12px;
}
.nav-toggle span { height: 2.5px; background: var(--navy); border-radius: 3px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* mobil açılır menü */
.nav.is-open {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  flex-direction: column;
  gap: 2px;
  background: #fff;
  padding: 10px 16px 16px;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.nav.is-open a { font-size: 16px; padding: 13px 12px; border-radius: 12px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #eaf2ff;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(23, 105, 209, .55), transparent 60%),
    radial-gradient(800px 500px at 0% 110%, rgba(22, 163, 74, .25), transparent 55%),
    linear-gradient(160deg, #0a2540 0%, #0b3d91 100%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .5;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
  padding: 52px 20px 60px;
}
.hero__content { max-width: 640px; }

.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #dff6e7;
  font-weight: 700; font-size: 13.5px;
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.badge svg { width: 16px; height: 16px; fill: #5bd98a; }

.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.25rem);
  margin-bottom: 16px;
}
.hero h1 span { color: #8ec5ff; display: block; }
.hero__lead { font-size: clamp(1rem, 2.4vw, 1.18rem); color: #c9dcf5; max-width: 580px; }
.hero__lead strong { color: #fff; }

.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 22px; }

.hero__trust { display: flex; flex-wrap: wrap; gap: 16px 22px; }
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: #d6e6fb; font-size: 14.5px; }
.hero__trust svg { width: 18px; height: 18px; fill: #5bd98a; flex: none; }

.hero__card {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-lg);
  align-self: start;
}
.hero__card h2 { font-size: 1.35rem; margin-bottom: 6px; }
.hero__card > p { color: var(--muted); font-size: 15px; margin-bottom: 16px; }
.hero__phone {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--green); color: #fff;
  font-size: 1.35rem; font-weight: 800; letter-spacing: .01em;
  padding: 15px; border-radius: 12px;
  box-shadow: 0 8px 20px rgba(22, 163, 74, .3);
  transition: background .15s, transform .12s;
}
.hero__phone:hover { background: var(--green-600); transform: translateY(-2px); }
.hero__phone svg { width: 22px; height: 22px; fill: #fff; }
.hero__phone + .hero__phone { margin-top: 10px; }
.hero__phone--alt { background: var(--blue); box-shadow: 0 8px 20px rgba(23, 105, 209, .3); }
.hero__phone--alt:hover { background: var(--blue-600); }
.hero__card-list { margin-top: 18px; display: grid; gap: 2px; }
.hero__card-list li { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.hero__card-list span { color: var(--muted); }
.hero__card-list strong { color: var(--navy); text-align: right; }

/* ---------- Markalar ---------- */
.brands { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: 26px 0; }
.brands__title { text-align: center; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.brands__list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 28px; }
.brands__list li {
  font-weight: 800; font-size: 1.25rem; color: #8294ab; letter-spacing: .02em;
  filter: grayscale(1); opacity: .85; transition: color .15s, opacity .15s;
}
.brands__list li:hover { color: var(--navy-700); opacity: 1; }

/* ---------- Bölümler ---------- */
.section { padding: 64px 0; }
.section--alt { background: var(--bg-soft); }
.section__head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.section__head h2 { font-size: clamp(1.6rem, 4.2vw, 2.3rem); }
.section__head p { color: var(--muted); font-size: 1.05rem; margin: 0; }
.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 10px;
}

.grid { display: grid; gap: 18px; }
.grid--services { grid-template-columns: 1fr; }
.grid--features { grid-template-columns: 1fr; }

/* Kartlar */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d4e2f4; }
.card__icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #e9f1ff, #d8e8ff);
  margin-bottom: 16px;
}
.card__icon svg { width: 30px; height: 30px; fill: var(--blue-600); }
.card h3 { font-size: 1.18rem; margin-bottom: 6px; }
.card p { color: var(--muted); font-size: 15px; margin: 0; }

/* Özellikler */
.feature {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
}
.feature__icon {
  width: 50px; height: 50px;
  display: grid; place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #e7f7ee, #d2efdd);
  margin-bottom: 14px;
}
.feature__icon svg { width: 27px; height: 27px; fill: var(--green-600); }
.feature h3 { font-size: 1.12rem; margin-bottom: 5px; }
.feature p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Adımlar */
.steps { display: grid; gap: 18px; counter-reset: step; }
.step {
  position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px 22px; box-shadow: var(--shadow-sm);
}
.step__no {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--blue), var(--navy-700));
  color: #fff; font-weight: 800; font-size: 1.25rem;
  border-radius: 12px; margin-bottom: 14px;
  box-shadow: 0 6px 16px rgba(11, 61, 145, .3);
}
.step h3 { font-size: 1.12rem; margin-bottom: 5px; }
.step p { color: var(--muted); font-size: 15px; margin: 0; }

/* Bölgeler */
.areas { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; }
.areas li { display: contents; }
.areas a {
  background: #fff; border: 1px solid var(--line);
  padding: 11px 18px; border-radius: 999px;
  font-weight: 600; font-size: 15px; color: var(--navy);
  box-shadow: var(--shadow-sm);
  display: inline-flex; align-items: center; gap: 8px;
  transition: transform .12s, box-shadow .12s, border-color .12s, color .12s;
}
.areas a:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: #cfe0f5; color: var(--navy-700); }
.areas a::before { content: "📍"; font-size: 14px; }
.areas-label { text-align: center; color: var(--muted); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin: 26px 0 14px; }

/* CTA bandı */
.cta-band {
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(91, 217, 138, .25), transparent 60%),
    linear-gradient(135deg, var(--navy-700), var(--blue));
  color: #fff;
}
.cta-band__inner {
  display: flex; flex-direction: column; gap: 20px;
  align-items: flex-start;
  padding: 44px 20px;
}
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 4vw, 2.1rem); margin-bottom: 6px; }
.cta-band p { color: #d6e6fb; margin: 0; font-size: 1.05rem; }

/* SSS */
.faq { display: grid; gap: 12px; }
.faq__item {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-sm); box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq__item summary {
  cursor: pointer; list-style: none;
  padding: 18px 52px 18px 20px;
  font-weight: 700; font-size: 1.05rem; color: var(--navy);
  position: relative;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: ""; position: absolute; right: 20px; top: 50%;
  width: 11px; height: 11px; margin-top: -7px;
  border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue);
  transform: rotate(45deg); transition: transform .2s;
}
.faq__item[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq__body { padding: 0 20px 18px; }
.faq__body p { color: var(--muted); margin: 0; }

/* İletişim */
.contact { display: grid; gap: 22px; }
.contact__info { display: grid; gap: 12px; align-content: start; }
.contact__row {
  display: flex; align-items: center; gap: 15px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 18px; box-shadow: var(--shadow-sm);
  transition: transform .12s, box-shadow .12s;
}
a.contact__row:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.contact__icon {
  width: 46px; height: 46px; flex: none;
  display: grid; place-items: center; border-radius: 12px;
  background: linear-gradient(135deg, #e9f1ff, #d8e8ff);
}
.contact__icon svg { width: 23px; height: 23px; fill: var(--blue-600); }
.contact__row small { display: block; color: var(--muted); font-size: 13px; }
.contact__row strong { color: var(--navy); font-size: 1.05rem; }
.contact__map {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
  min-height: 320px;
}
.contact__map iframe { display: block; width: 100%; height: 100%; min-height: 320px; }

/* Footer */
.footer { background: var(--navy); color: #b9cce5; }
.footer__inner {
  display: grid; gap: 26px;
  padding: 44px 20px 30px;
}
.footer__brand { display: flex; align-items: flex-start; gap: 13px; }
.footer__brand .brand__mark { width: 46px; height: 46px; }
.footer__brand strong { color: #fff; font-size: 1.05rem; display: block; }
.footer__brand p { color: #8fa9cc; font-size: 14px; margin: 4px 0 0; max-width: 340px; }
.footer__owner { color: #cfe0f5 !important; margin-top: 8px !important; }
.footer__owner strong { color: #fff; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer__nav a { color: #b9cce5; font-weight: 600; font-size: 15px; }
.footer__nav a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.footer__bottom p { text-align: center; color: #7e98bc; font-size: 13.5px; padding: 16px 0; margin: 0; }

/* Mobil sabit arama çubuğu */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: flex; gap: 1px;
  background: rgba(10, 37, 64, .12);
  padding: 0;
  box-shadow: 0 -6px 24px rgba(10, 37, 64, .18);
}
.callbar__btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 15px 6px; font-weight: 800; font-size: 15px; white-space: nowrap;
}
.callbar__btn svg { width: 19px; height: 19px; fill: currentColor; flex: none; }
.callbar__btn--call { background: var(--green); color: #fff; }
.callbar__btn--call2 { background: var(--blue); color: #fff; }
.callbar__btn--wa { background: var(--wa); color: #053018; }

/* ============================================================
   Tablet / Masaüstü
   ============================================================ */
@media (min-width: 640px) {
  .grid--services { grid-template-columns: repeat(2, 1fr); }
  .grid--features { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .cta-band__inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .hero__cta .btn { min-width: 200px; }
}

@media (min-width: 900px) {
  .nav { display: flex; }
  .nav-toggle { display: none; }
  .grid--services { grid-template-columns: repeat(3, 1fr); }
  .grid--features { grid-template-columns: repeat(3, 1fr); }
  .hero__inner { grid-template-columns: 1.25fr .85fr; align-items: center; padding: 72px 20px 84px; }
  .contact { grid-template-columns: .85fr 1.15fr; }
  .contact__map, .contact__map iframe { min-height: 420px; }
  .footer__inner { grid-template-columns: 1.3fr 1fr auto; align-items: center; }
  .callbar { display: none; }
  body { padding-bottom: 0 !important; }
}

/* mobilde sabit çubuk içeriği örtmesin */
@media (max-width: 899px) {
  body { padding-bottom: 64px; }
}

/* küçük telefonlarda header arama butonu kompakt (sadece ikon) */
@media (max-width: 560px) {
  .header__inner { gap: 10px; }
  .header .btn--call { width: 46px; height: 46px; padding: 0; border-radius: 50%; }
  .header .btn--call span { display: none; }
  .header .btn--call svg { width: 21px; height: 21px; }
  .header__actions { gap: 8px; }
  .brand__mark { width: 40px; height: 40px; border-radius: 11px; }
  .brand__mark svg { width: 21px; height: 21px; }
  .brand__text strong { font-size: 14px; }
  .brand__text small { font-size: 10px; }
}

@media (max-width: 360px) {
  .topbar__hours { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ============================================================
   İç sayfalar (mahalle / cihaz / ilçe SEO sayfaları)
   ============================================================ */
.page-hero {
  position: relative;
  color: #eaf2ff;
  background:
    radial-gradient(900px 400px at 88% -20%, rgba(23, 105, 209, .55), transparent 60%),
    linear-gradient(160deg, #0a2540 0%, #0b3d91 100%);
  overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .5; pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 1; padding: 30px 20px 44px; max-width: 880px; }
.page-hero h1 { color: #fff; font-size: clamp(1.7rem, 4.6vw, 2.6rem); margin: 8px 0 12px; }
.page-hero__lead { color: #c9dcf5; font-size: clamp(1rem, 2.2vw, 1.12rem); max-width: 680px; margin: 0 0 22px; }
.page-hero__cta { display: flex; flex-wrap: wrap; gap: 11px; }

.breadcrumb { font-size: 13.5px; color: #9fc1ec; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumb a { color: #cfe0f5; font-weight: 600; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb span { opacity: .6; }
.breadcrumb .current { color: #8ec5ff; }

.prose { font-size: 17px; color: var(--ink); }
.prose > p { margin: 0 0 1.1em; color: #36465a; }
.prose h2 {
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  margin: 1.6em 0 .5em; padding-top: .2em;
  position: relative;
}
.prose h2::before {
  content: ""; display: block; width: 46px; height: 4px; border-radius: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green)); margin-bottom: 14px;
}
.prose h3 { font-size: 1.18rem; margin: 1.3em 0 .4em; color: var(--navy); }
.prose ul { margin: 0 0 1.2em; display: grid; gap: 9px; }
.prose ul li { position: relative; padding-left: 30px; color: #36465a; }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #e7f7ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2316a34a'%3E%3Cpath d='m9 16.2-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z'/%3E%3C/svg%3E") center/13px no-repeat;
}
.prose strong { color: var(--navy); }
.prose .lead { font-size: 1.12rem; color: #2b3a4d; }

.info-callout {
  background: linear-gradient(135deg, #eef5ff, #e3eeff);
  border: 1px solid #d4e2f4; border-left: 4px solid var(--blue);
  border-radius: 14px; padding: 20px 22px; margin: 1.6em 0;
}
.info-callout p { margin: 0; color: #2b3a4d; }
.info-callout strong { color: var(--navy-700); }

.cta-inline {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  background: linear-gradient(135deg, var(--navy-700), var(--blue));
  color: #fff; border-radius: var(--radius); padding: 24px 26px; margin: 1.8em 0;
}
.cta-inline p { margin: 0; font-weight: 700; font-size: 1.15rem; }
.cta-inline small { display: block; font-weight: 500; color: #cfe0f5; font-size: .85rem; margin-top: 2px; }

.area-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 1.2em 0 0; }
.area-card {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 15px 18px; box-shadow: var(--shadow-sm);
  font-weight: 700; color: var(--navy);
  transition: transform .12s, box-shadow .12s, border-color .12s;
}
.area-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: #cfe0f5; color: var(--navy-700); }
.area-card small { display: block; font-weight: 500; color: var(--muted); font-size: .82rem; margin-top: 2px; }
.area-card::after { content: "→"; color: var(--blue); font-weight: 800; font-size: 1.1rem; flex: none; }

.tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 4px 0 0; }
.tag-row a {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #eaf2ff; font-weight: 600; font-size: 13.5px; padding: 6px 13px; border-radius: 999px;
}
.tag-row a:hover { background: rgba(255,255,255,.22); }

@media (min-width: 720px) {
  .area-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .area-grid { grid-template-columns: repeat(3, 1fr); }
}
