/* ==========================================================================
   N Destek Bilisim Hizmetleri - Corporate IT Services
   Design system / global stylesheet
   Mobile-first, no external dependencies, no web fonts (system stack).
   Palette: dark navy + white + neutral gray + single blue accent.
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  --ink-950: #06101C;
  --ink-900: #0B1A2B;
  --ink-800: #12263D;
  --ink-700: #1C3550;
  --ink-600: #2A4562;
  --slate-600: #4A5B70;
  --slate-500: #5F7288;
  --slate-400: #8494A7;
  --line: #E3E8EF;
  --line-strong: #CFD8E3;
  --bg: #FFFFFF;
  --bg-soft: #F5F7FA;
  --bg-softer: #FAFBFD;

  --accent: #0B69C7;
  --accent-strong: #08529C;
  --accent-soft: #EAF3FD;
  --accent-light: #6FB2F5;
  --accent-line: #BFDBF7;

  --ok: #0F7A54;
  --ok-soft: #E7F4EE;
  --warn: #8A4B08;
  --warn-soft: #FDF1E3;

  --on-dark: #FFFFFF;
  --on-dark-muted: #B7C4D4;
  --on-dark-line: rgba(255, 255, 255, 0.14);

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;

  --shadow-sm: 0 1px 2px rgba(11, 26, 43, 0.06), 0 1px 3px rgba(11, 26, 43, 0.05);
  --shadow: 0 4px 16px rgba(11, 26, 43, 0.07), 0 1px 3px rgba(11, 26, 43, 0.05);
  --shadow-lg: 0 18px 48px rgba(11, 26, 43, 0.12);

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", monospace;

  --wrap: 1180px;
  --wrap-narrow: 860px;
  --gap: 24px;
  --section-y: 56px;

  --header-h: 68px;
}

/* ---------- 2. Reset / base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-700);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

body.is-nav-open {
  overflow: hidden;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

h1,
h2,
h3,
h4 {
  color: var(--ink-900);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.2;
  margin: 0 0 0.6em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(1.85rem, 1.35rem + 2.2vw, 3rem);
}

h2 {
  font-size: clamp(1.45rem, 1.16rem + 1.25vw, 2.1rem);
}

h3 {
  font-size: clamp(1.13rem, 1.03rem + 0.45vw, 1.35rem);
}

h4 {
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 1em;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

a {
  color: var(--accent-strong);
  text-decoration-color: var(--accent-line);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent);
  text-decoration-color: currentColor;
}

strong,
b {
  color: var(--ink-900);
  font-weight: 650;
}

small {
  font-size: 0.86rem;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 32px 0;
}

code {
  background: var(--bg-soft);
  border-radius: 5px;
  font-family: var(--font-mono);
  font-size: 0.9em;
  padding: 0.1em 0.35em;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.dark :focus-visible,
.site-footer :focus-visible,
.section--dark :focus-visible {
  outline-color: var(--accent-light);
}

/* ---------- 3. Utilities ---------- */
.container {
  margin-inline: auto;
  max-width: var(--wrap);
  padding-inline: 18px;
  width: 100%;
}

.container--narrow {
  max-width: var(--wrap-narrow);
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  background: var(--ink-900);
  border-radius: 0 0 var(--radius-sm) 0;
  color: #fff;
  font-weight: 600;
  left: 0;
  padding: 12px 18px;
  position: absolute;
  top: -100%;
  z-index: 999;
}

.skip-link:focus {
  color: #fff;
  top: 0;
}

.eyebrow {
  color: var(--accent-strong);
  display: block;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.section--dark .eyebrow,
.hero .eyebrow {
  color: var(--accent-light);
}

.lede {
  color: var(--slate-600);
  font-size: 1.06rem;
  line-height: 1.7;
}

.text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

/* ---------- 4. Buttons ---------- */
.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.97rem;
  font-weight: 650;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 13px 22px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease,
    transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn svg {
  flex: none;
}

.btn--primary {
  background: var(--accent);
  box-shadow: var(--shadow-sm);
  color: #fff;
}

.btn--primary:hover {
  background: var(--accent-strong);
  color: #fff;
}

.btn--outline {
  background: #fff;
  border-color: var(--line-strong);
  color: var(--ink-800);
}

.btn--outline:hover {
  background: var(--bg-soft);
  border-color: var(--slate-400);
  color: var(--ink-900);
}

.btn--ghost-light {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}

.btn--sm {
  font-size: 0.9rem;
  min-height: 42px;
  padding: 10px 16px;
}

.btn--block {
  width: 100%;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Text link with arrow */
.link-arrow {
  align-items: center;
  color: var(--accent-strong);
  display: inline-flex;
  font-weight: 650;
  gap: 7px;
  text-decoration: none;
}

.link-arrow::after {
  content: "\2192";
  transition: transform 0.18s ease;
}

.link-arrow:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.link-arrow:hover::after {
  transform: translateX(3px);
}

.section--dark .link-arrow {
  color: var(--accent-light);
}

/* ---------- 5. Header / navigation ---------- */
.topbar {
  background: var(--ink-950);
  color: var(--on-dark-muted);
  font-size: 0.83rem;
}

.topbar__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  justify-content: center;
  min-height: 38px;
  padding-block: 6px;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.topbar a:hover {
  color: var(--accent-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.topbar__item {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.topbar__item svg {
  color: var(--accent-light);
  flex: none;
}

.topbar__note {
  display: none;
}

.topbar__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: center;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header.is-stuck {
  box-shadow: 0 4px 18px rgba(11, 26, 43, 0.08);
}

.header__inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: var(--header-h);
}

/* Brand */
.brand {
  align-items: center;
  color: var(--ink-900);
  display: inline-flex;
  flex: none;
  gap: 11px;
  text-decoration: none;
}

.brand__mark {
  align-items: center;
  background: var(--ink-900);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  flex: none;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.brand__name {
  display: block;
  font-size: 1.02rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.brand__tag {
  color: var(--slate-500);
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Nav toggle (mobile) */
.nav-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--ink-900);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 650;
  min-height: 44px;
  padding: 8px 13px;
}

.nav-toggle__bars {
  display: block;
  height: 12px;
  position: relative;
  width: 18px;
}

.nav-toggle__bars span,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 100%;
}

.nav-toggle__bars::before {
  top: 0;
}
.nav-toggle__bars span {
  top: 5px;
}
.nav-toggle__bars::after {
  bottom: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before {
  transform: translateY(5px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after {
  transform: translateY(-5px) rotate(-45deg);
}

/* Primary nav: mobile drawer.
   Anchored to the sticky header itself (not to a viewport offset) so it can
   never overlap the header while the topbar is still visible. */
.primary-nav {
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 18px 32px rgba(11, 26, 43, 0.12);
  display: none;
  left: 0;
  max-height: calc(100vh - var(--header-h) - 8px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px 18px 32px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}

@supports (max-height: 100dvh) {
  .primary-nav {
    max-height: calc(100dvh - var(--header-h) - 8px);
  }
}

.primary-nav.is-open {
  display: block;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list > li {
  border-bottom: 1px solid var(--line);
}

.nav-link {
  align-items: center;
  color: var(--ink-800);
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 2px;
  text-decoration: none;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--accent-strong);
}

.nav-link[aria-current="page"] {
  font-weight: 700;
}

.nav-parent {
  align-items: center;
  background: none;
  border: 0;
  color: var(--ink-800);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 2px;
  text-align: left;
  width: 100%;
}

.nav-parent__chev {
  flex: none;
  transition: transform 0.2s ease;
}

.nav-parent[aria-expanded="true"] .nav-parent__chev {
  transform: rotate(180deg);
}

.nav-parent[aria-expanded="true"],
.has-sub--active > .nav-parent {
  color: var(--accent-strong);
}

.subnav {
  display: none;
  list-style: none;
  margin: 0 0 14px;
  padding: 2px 0 2px 12px;
}

.subnav.is-open {
  display: block;
}

.subnav a {
  color: var(--slate-600);
  display: block;
  font-size: 0.95rem;
  font-weight: 550;
  padding: 10px 4px;
  text-decoration: none;
}

.subnav a:hover,
.subnav a[aria-current="page"] {
  color: var(--accent-strong);
}

.subnav__desc {
  color: var(--slate-500);
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2px;
}

.nav-extras {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 20px;
}

/* Language switcher */
.lang-switch {
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  display: inline-flex;
  overflow: hidden;
}

.lang-switch a,
.lang-switch span {
  color: var(--slate-600);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  min-height: 38px;
  padding: 11px 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.lang-switch a:hover {
  background: var(--bg-soft);
  color: var(--ink-900);
}

.lang-switch [aria-current="true"] {
  background: var(--ink-900);
  color: #fff;
}

.lang-switch__sep {
  background: var(--line-strong);
  padding: 0 !important;
  min-height: 38px !important;
  width: 1px;
}

/* 5-language switcher: compact, wraps on small screens, no separator clutter */
.lang-switch--5 {
  flex-wrap: wrap;
  overflow: visible;
}
.lang-switch--5 a,
.lang-switch--5 span {
  gap: 5px;
  min-height: 34px;
  padding: 8px 9px;
  white-space: nowrap;
}
.lang-switch--5 .lang-switch__sep {
  display: none;
}

/* Language flag icons (local SVG, platform-consistent) */
.lang-switch .flag {
  border: 1px solid rgba(11, 26, 43, 0.16);
  border-radius: 2px;
  display: inline-block;
  flex: none;
  height: 12px;
  object-fit: cover;
  vertical-align: -1px;
  width: 18px;
}
.site-footer .lang-switch .flag {
  border-color: rgba(255, 255, 255, 0.28);
}

.header__cta {
  display: none;
}

/* Desktop nav */
@media (min-width: 1024px) {
  :root {
    --header-h: 76px;
  }

  .topbar__note {
    display: inline-flex;
  }

  .topbar__inner {
    justify-content: space-between;
  }

  .nav-toggle {
    display: none;
  }

  .header__inner {
    gap: 22px;
  }

  .primary-nav {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    margin-left: auto;
    max-height: none;
    overflow: visible;
    padding: 0;
    position: static;
  }

  .nav-list {
    align-items: center;
    display: flex;
    gap: 2px;
  }

  .nav-list > li {
    border: 0;
    position: relative;
  }

  .nav-link,
  .nav-parent {
    border-radius: 8px;
    font-size: 0.95rem;
    gap: 5px;
    min-height: 40px;
    padding: 9px 12px;
    white-space: nowrap;
    width: auto;
  }

  .nav-link:hover,
  .nav-parent:hover {
    background: var(--bg-soft);
  }

  .nav-link[aria-current="page"]::after,
  .has-sub--active > .nav-parent::after {
    background: var(--accent);
    border-radius: 2px;
    bottom: -6px;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    right: 12px;
  }

  .subnav {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    display: block;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    transform: translateY(-6px);
    transition: opacity 0.16s ease, transform 0.16s ease;
    width: 340px;
    z-index: 120;
  }

  .has-sub:hover .subnav,
  .has-sub:focus-within .subnav,
  .subnav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .subnav a {
    border-radius: 8px;
    padding: 9px 11px;
  }

  .subnav a:hover {
    background: var(--accent-soft);
  }

  .nav-extras {
    display: none;
  }

  .header__cta {
    align-items: center;
    display: flex;
    flex: none;
    gap: 10px;
  }
}

@media (min-width: 1180px) {
  .nav-link,
  .nav-parent {
    font-size: 0.98rem;
    padding: 9px 14px;
  }
}

/* ---------- 6. Sections ---------- */
.section {
  padding-block: var(--section-y);
}

.section--soft {
  background: var(--bg-soft);
}

.section--dark {
  background: var(--ink-900);
  color: var(--on-dark-muted);
}

.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: #fff;
}

.section--dark .lede {
  color: var(--on-dark-muted);
}

.section--tight {
  padding-block: 40px;
}

.section__head {
  margin-bottom: 34px;
  max-width: 720px;
}

.section__head--center {
  margin-inline: auto;
  text-align: center;
}

.section__head p {
  color: var(--slate-600);
  font-size: 1.05rem;
  margin-bottom: 0;
}

.section--dark .section__head p {
  color: var(--on-dark-muted);
}

@media (min-width: 768px) {
  :root {
    --section-y: 76px;
  }
}

@media (min-width: 1024px) {
  :root {
    --section-y: 92px;
  }
}

/* ---------- 7. Hero ---------- */
.hero {
  background:
    linear-gradient(180deg, rgba(11, 26, 43, 0.78) 0%, rgba(11, 26, 43, 0.9) 100%),
    radial-gradient(80% 120% at 88% 8%, rgba(11, 105, 199, 0.3) 0%, rgba(11, 26, 43, 0) 62%),
    url("/assets/img/hero-proactive.webp") center / cover no-repeat,
    var(--ink-900);
  color: var(--on-dark-muted);
  overflow: hidden;
  padding-block: 52px 56px;
  position: relative;
}

/* JPEG fallback for browsers without WebP support (the .webp layer wins when it loads) */
@supports not (background-image: url("/assets/img/hero-proactive.webp")) {
  .hero {
    background:
      linear-gradient(180deg, rgba(11, 26, 43, 0.78) 0%, rgba(11, 26, 43, 0.9) 100%),
      radial-gradient(80% 120% at 88% 8%, rgba(11, 105, 199, 0.3) 0%, rgba(11, 26, 43, 0) 62%),
      url("/assets/img/hero-proactive.jpg") center / cover no-repeat,
      var(--ink-900);
  }
}

.hero::after {
  background-image: linear-gradient(var(--on-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--on-dark-line) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(70% 60% at 78% 20%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(70% 60% at 78% 20%, #000 0%, transparent 75%);
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__grid {
  display: grid;
  gap: 40px;
}

.hero h1 {
  color: #fff;
  margin-bottom: 18px;
}

.hero__lede {
  color: var(--on-dark-muted);
  font-size: 1.08rem;
  line-height: 1.72;
  margin-bottom: 26px;
  max-width: 56ch;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero__meta {
  border-top: 1px solid var(--on-dark-line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  list-style: none;
  margin: 0;
  padding: 22px 0 0;
}

.hero__meta li {
  align-items: center;
  color: var(--on-dark-muted);
  display: flex;
  font-size: 0.9rem;
  font-weight: 550;
  gap: 8px;
}

.hero__meta svg {
  color: var(--accent-light);
  flex: none;
}

/* Hero side panel: status board (pure CSS/SVG, no images) */
.hero-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--on-dark-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 20px;
}

.hero-panel__head {
  align-items: center;
  border-bottom: 1px solid var(--on-dark-line);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.hero-panel__title {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  margin: 0;
}

.hero-panel__badge {
  background: rgba(111, 178, 245, 0.16);
  border: 1px solid rgba(111, 178, 245, 0.4);
  border-radius: 999px;
  color: var(--accent-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  text-transform: uppercase;
}

.hero-panel__list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-panel__list li {
  align-items: center;
  display: grid;
  font-size: 0.9rem;
  gap: 12px;
  grid-template-columns: 26px 1fr auto;
}

.hero-panel__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  color: var(--accent-light);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.hero-panel__state {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.hero-panel__foot {
  border-top: 1px solid var(--on-dark-line);
  color: var(--on-dark-muted);
  font-size: 0.8rem;
  margin-top: 16px;
  padding-top: 14px;
}

@media (min-width: 900px) {
  .hero {
    padding-block: 78px 84px;
  }
  .hero__grid {
    align-items: center;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
  }
}

/* Compact page hero (inner pages) */
.page-hero {
  background:
    linear-gradient(180deg, rgba(11, 26, 43, 0.82) 0%, rgba(11, 26, 43, 0.94) 100%),
    url("/assets/img/hero-proactive.webp") center / cover no-repeat,
    var(--ink-900);
  color: var(--on-dark-muted);
  padding-block: 34px 46px;
  position: relative;
}

@supports not (background-image: url("/assets/img/hero-proactive.webp")) {
  .page-hero {
    background:
      linear-gradient(180deg, rgba(11, 26, 43, 0.82) 0%, rgba(11, 26, 43, 0.94) 100%),
      url("/assets/img/hero-proactive.jpg") center / cover no-repeat,
      var(--ink-900);
  }
}

.page-hero h1 {
  color: #fff;
  margin-bottom: 16px;
  max-width: 26ch;
}

.page-hero__lede {
  color: var(--on-dark-muted);
  font-size: 1.05rem;
  max-width: 62ch;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* ---------- 8. Breadcrumbs ---------- */
.breadcrumbs {
  font-size: 0.84rem;
  margin-bottom: 20px;
}

.breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  align-items: center;
  display: flex;
  gap: 6px;
}

.breadcrumbs li + li::before {
  color: var(--slate-400);
  content: "/";
}

.breadcrumbs a {
  color: var(--slate-600);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--accent-strong);
  text-decoration: underline;
}

.breadcrumbs [aria-current="page"] {
  color: var(--ink-800);
  font-weight: 600;
}

.page-hero .breadcrumbs a,
.page-hero .breadcrumbs [aria-current="page"] {
  color: var(--on-dark-muted);
}

.page-hero .breadcrumbs a:hover {
  color: #fff;
}

.page-hero .breadcrumbs [aria-current="page"] {
  color: #fff;
}

/* ---------- 9. Grid + cards ---------- */
.grid {
  display: grid;
  gap: var(--gap);
}

@media (min-width: 640px) {
  .grid--2,
  .grid--3,
  .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.card--link:hover {
  border-color: var(--accent-line);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.card__icon {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 10px;
  color: var(--accent-strong);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 16px;
  width: 44px;
}

.card__title {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.card__title a {
  color: inherit;
  text-decoration: none;
}

.card__title a:hover {
  color: var(--accent-strong);
}

.card__text {
  color: var(--slate-600);
  font-size: 0.96rem;
  margin-bottom: 16px;
}

.card__benefit {
  background: var(--bg-soft);
  border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
  color: var(--ink-700);
  font-size: 0.89rem;
  margin-bottom: 18px;
  padding: 10px 12px;
}

.card__benefit b {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate-500);
  font-weight: 700;
  margin-bottom: 2px;
}

.card__foot {
  margin-top: auto;
  padding-top: 4px;
}

.card--plain {
  background: transparent;
  border: 0;
  padding: 0;
}

.section--soft .card {
  box-shadow: var(--shadow-sm);
}

.section--dark .card {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--on-dark-line);
}

.section--dark .card__text {
  color: var(--on-dark-muted);
}

.section--dark .card__icon {
  background: rgba(111, 178, 245, 0.14);
  color: var(--accent-light);
}

.section--dark .card__benefit {
  background: rgba(255, 255, 255, 0.05);
  border-left-color: var(--accent-light);
  color: var(--on-dark-muted);
}

/* Dark CTA tile inside a light card grid */
.card--cta {
  background: var(--ink-900);
  border-color: var(--ink-800);
  color: var(--on-dark-muted);
}

.card--cta .card__title,
.card--cta h3 {
  color: #fff;
}

.card--cta .card__text {
  color: var(--on-dark-muted);
}

.card--cta .card__icon {
  background: rgba(111, 178, 245, 0.14);
  color: var(--accent-light);
}

/* Numbered value cards */
.value-card {
  border-top: 3px solid var(--accent);
  background: #fff;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.value-card h3 {
  font-size: 1.06rem;
  margin-bottom: 8px;
}

.value-card p {
  color: var(--slate-600);
  font-size: 0.94rem;
}

/* ---------- 10. GEO answer blocks ---------- */
.answer-box {
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: var(--radius);
  margin-bottom: 28px;
  padding: 22px 24px;
}

.answer-box__label {
  color: var(--accent-strong);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.answer-box p {
  color: var(--ink-800);
  font-size: 1.08rem;
  line-height: 1.68;
  margin: 0;
}

.answer-box--dark {
  background: rgba(111, 178, 245, 0.1);
  border-color: rgba(111, 178, 245, 0.34);
}

.answer-box--dark .answer-box__label {
  color: var(--accent-light);
}

.answer-box--dark p {
  color: #fff;
}

.qa {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.qa + .qa {
  margin-top: 24px;
}

.qa__q {
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.qa__a {
  color: var(--ink-800);
  font-weight: 550;
}

/* Definition list style facts */
.deflist {
  display: grid;
  gap: 0;
  margin: 0;
}

.deflist > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 4px 20px;
  padding: 14px 0;
}

.deflist dt {
  color: var(--ink-900);
  font-weight: 650;
}

.deflist dd {
  color: var(--slate-600);
  margin: 0;
}

@media (min-width: 700px) {
  .deflist > div {
    grid-template-columns: 250px 1fr;
  }
}

/* ---------- 11. Lists ---------- */
.checks {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

.checks li {
  display: grid;
  gap: 12px;
  grid-template-columns: 22px 1fr;
  margin-bottom: 12px;
}

.checks li::before {
  align-items: center;
  background: var(--ok-soft);
  border-radius: 50%;
  color: var(--ok);
  content: "\2713";
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  margin-top: 3px;
  width: 22px;
}

.section--dark .checks li::before {
  background: rgba(111, 178, 245, 0.16);
  color: var(--accent-light);
}

.checks--tight li {
  margin-bottom: 8px;
}

.checks b {
  display: block;
}

.risks {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

.risks li {
  display: grid;
  gap: 12px;
  grid-template-columns: 22px 1fr;
  margin-bottom: 12px;
}

.risks li::before {
  align-items: center;
  background: var(--warn-soft);
  border-radius: 50%;
  color: var(--warn);
  content: "!";
  display: flex;
  font-size: 0.8rem;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  margin-top: 3px;
  width: 22px;
}

.prose ul,
.prose ol {
  margin: 0 0 1.1em;
  padding-left: 1.25em;
}

.prose li {
  margin-bottom: 0.5em;
}

.prose h2 {
  margin-top: 1.9em;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.prose h3 {
  margin-top: 1.6em;
}

.prose > :first-child {
  margin-top: 0;
}

.prose {
  max-width: 74ch;
}

.prose--wide {
  max-width: none;
}

/* ---------- 12. Problem -> Solution ---------- */
.ps-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ps-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 0;
  overflow: hidden;
}

.ps-item__side {
  padding: 20px 22px;
}

.ps-item__side--problem {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.ps-item__label {
  align-items: center;
  display: flex;
  font-size: 0.74rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ps-item__side--problem .ps-item__label {
  color: var(--warn);
}

.ps-item__side--solution .ps-item__label {
  color: var(--ok);
}

/* Problem/solution titles: demoted from <h3> to keep the heading density
   proportional to content (each side already carries a "Sorun/Çözüm" label). */
.ps-item .ps-item__title {
  color: var(--ink-900);
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.2;
  margin: 0 0 6px;
}

.ps-item p {
  color: var(--slate-600);
  font-size: 0.94rem;
  margin: 0;
}

.ps-item__link {
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 10px;
}

@media (min-width: 820px) {
  .ps-item {
    grid-template-columns: 1fr 1fr;
  }
  .ps-item__side--problem {
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
}

/* ---------- 13. Steps / process ---------- */
.steps {
  counter-reset: step;
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  counter-increment: step;
  padding: 22px 22px 22px 22px;
  position: relative;
}

.steps li::before {
  align-items: center;
  background: var(--ink-900);
  border-radius: 8px;
  color: #fff;
  content: counter(step, decimal-leading-zero);
  display: flex;
  font-size: 0.83rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin-bottom: 14px;
  width: 34px;
}

.steps h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.steps p {
  color: var(--slate-600);
  font-size: 0.94rem;
  margin: 0;
}

.section--dark .steps li {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--on-dark-line);
}

.section--dark .steps li::before {
  background: var(--accent-light);
  color: var(--ink-950);
}

.section--dark .steps p {
  color: var(--on-dark-muted);
}

@media (min-width: 700px) {
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .steps--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---------- 14. Tables ---------- */
.table-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 0 0 1.4em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.data {
  border-collapse: collapse;
  font-size: 0.94rem;
  min-width: 560px;
  width: 100%;
}

table.data caption {
  color: var(--slate-600);
  font-size: 0.86rem;
  padding: 12px 16px;
  text-align: left;
}

table.data th,
table.data td {
  border-bottom: 1px solid var(--line);
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
}

table.data thead th {
  background: var(--bg-soft);
  color: var(--ink-900);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

table.data tbody th {
  color: var(--ink-900);
  font-weight: 650;
  width: 30%;
}

table.data tbody tr:last-child th,
table.data tbody tr:last-child td {
  border-bottom: 0;
}

table.data tbody tr:hover {
  background: var(--bg-softer);
}

/* ---------- 15. FAQ (native details) ---------- */
.faq {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  align-items: flex-start;
  color: var(--ink-900);
  cursor: pointer;
  display: flex;
  font-size: 1.03rem;
  font-weight: 650;
  gap: 14px;
  justify-content: space-between;
  line-height: 1.45;
  list-style: none;
  padding: 20px 2px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: var(--accent-strong);
}

.faq-item summary::after {
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  content: "";
  flex: none;
  height: 9px;
  margin-top: 6px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 9px;
}

.faq-item[open] summary {
  color: var(--accent-strong);
  padding-bottom: 8px;
}

.faq-item[open] summary::after {
  transform: rotate(225deg);
  margin-top: 9px;
}

.faq-item__body {
  color: var(--slate-600);
  padding: 0 2px 22px;
}

.faq-item__body p {
  margin-bottom: 0.8em;
}

.faq-item__body :last-child {
  margin-bottom: 0;
}

.section--dark .faq,
.section--dark .faq-item {
  border-color: var(--on-dark-line);
}

.section--dark .faq-item summary {
  color: #fff;
}

.section--dark .faq-item__body {
  color: var(--on-dark-muted);
}

/* ---------- 16. TOC ---------- */
.toc {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
}

.toc h2 {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--slate-500);
}

.toc ol {
  display: grid;
  gap: 8px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}

.toc li {
  counter-increment: toc;
  font-size: 0.94rem;
  margin: 0;
}

.toc a {
  color: var(--ink-700);
  text-decoration: none;
}

.toc a::before {
  color: var(--slate-400);
  content: counter(toc) ".";
  font-variant-numeric: tabular-nums;
  margin-right: 8px;
}

.toc a:hover {
  color: var(--accent-strong);
  text-decoration: underline;
}

@media (min-width: 760px) {
  .toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- 17. Layout with aside ---------- */
.with-aside {
  display: grid;
  gap: 40px;
}

.aside-stack {
  display: grid;
  gap: 20px;
}

@media (min-width: 1024px) {
  .with-aside {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 336px;
    gap: 56px;
  }
  .with-aside__side {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }
}

.side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.side-card h2,
.side-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.side-card p {
  color: var(--slate-600);
  font-size: 0.93rem;
}

.side-card--dark {
  background: var(--ink-900);
  border-color: var(--ink-800);
}

.side-card--dark h2,
.side-card--dark h3 {
  color: #fff;
}

.side-card--dark p {
  color: var(--on-dark-muted);
}

.side-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-links li + li {
  border-top: 1px solid var(--line);
}

.side-links a {
  color: var(--ink-700);
  display: block;
  font-size: 0.94rem;
  font-weight: 550;
  padding: 11px 0;
  text-decoration: none;
}

.side-links a:hover {
  color: var(--accent-strong);
}

.side-links a[aria-current="page"] {
  color: var(--accent-strong);
  font-weight: 700;
}

/* ---------- 18. Related services / internal links ---------- */
.related {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 26px;
}

.related h2 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.related > p {
  color: var(--slate-600);
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.related__list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.related__list li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
}

.related__list a {
  font-weight: 650;
  text-decoration: none;
}

.related__list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.related__list p {
  color: var(--slate-600);
  font-size: 0.9rem;
  margin: 5px 0 0;
}

@media (min-width: 720px) {
  .related__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- 19. CTA band ---------- */
.cta-band {
  background:
    radial-gradient(70% 130% at 92% 12%, rgba(11, 105, 199, 0.34) 0%, rgba(11, 26, 43, 0) 60%),
    var(--ink-900);
  color: var(--on-dark-muted);
}

.cta-band__inner {
  align-items: center;
  display: grid;
  gap: 26px;
  padding-block: 52px;
}

.cta-band h2 {
  color: #fff;
  margin-bottom: 12px;
}

.cta-band p {
  color: var(--on-dark-muted);
  margin-bottom: 0;
  max-width: 58ch;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 900px) {
  .cta-band__inner {
    grid-template-columns: 1.4fr auto;
    padding-block: 62px;
  }
}

/* ---------- 20. Local / coverage band ---------- */
.coverage {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.coverage li {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 20px;
}

.coverage h3 {
  font-size: 1.02rem;
  margin-bottom: 6px;
}

.coverage p {
  color: var(--slate-600);
  font-size: 0.93rem;
  margin: 0;
}

@media (min-width: 820px) {
  .coverage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.tag-list li {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--slate-600);
  font-size: 0.85rem;
  padding: 6px 13px;
}

/* ---------- 21. Forms ---------- */
.form {
  display: grid;
  gap: 18px;
}

.form__grid {
  display: grid;
  gap: 18px;
}

@media (min-width: 700px) {
  .form__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.field {
  display: grid;
  gap: 6px;
}

.field > label {
  color: var(--ink-900);
  font-size: 0.92rem;
  font-weight: 650;
}

.field .req {
  color: #B42318;
  font-weight: 700;
}

.field__hint {
  color: var(--slate-500);
  font-size: 0.83rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  color: var(--ink-800);
  font-family: inherit;
  font-size: 1rem;
  min-height: 48px;
  padding: 12px 14px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  width: 100%;
}

textarea {
  line-height: 1.6;
  min-height: 140px;
  resize: vertical;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%234A5B70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 14px center;
  background-repeat: no-repeat;
  padding-right: 40px;
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--slate-400);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(11, 105, 199, 0.16);
  outline: none;
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: #B42318;
}

input[aria-invalid="true"]:focus,
select[aria-invalid="true"]:focus,
textarea[aria-invalid="true"]:focus {
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.15);
}

.field__error {
  color: #B42318;
  font-size: 0.85rem;
  font-weight: 600;
  min-height: 0;
}

.field__error:empty {
  display: none;
}

.checkbox {
  align-items: flex-start;
  display: grid;
  gap: 11px;
  grid-template-columns: 20px 1fr;
}

.checkbox input {
  height: 20px;
  margin: 3px 0 0;
  width: 20px;
  accent-color: var(--accent);
}

.checkbox label {
  color: var(--slate-600);
  font-size: 0.9rem;
}

.form__note {
  background: var(--bg-soft);
  border-radius: var(--radius-sm);
  color: var(--slate-600);
  font-size: 0.85rem;
  padding: 13px 15px;
}

.form__status {
  border-radius: var(--radius-sm);
  font-size: 0.93rem;
  font-weight: 600;
  padding: 14px 16px;
}

.form__status[data-state="error"] {
  background: #FEF3F2;
  border: 1px solid #FDA29B;
  color: #912018;
}

.form__status[data-state="info"] {
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  color: var(--accent-strong);
}

.form__status:empty {
  display: none;
}

/* Honeypot: visually hidden from humans, but present for bots. */
.hp-field {
  height: 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: -9999px;
  width: 0;
}

/* ---------- 22. Contact blocks ---------- */
.contact-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  display: grid;
  gap: 14px;
  grid-template-columns: 40px 1fr;
}

.contact-list__icon {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 9px;
  color: var(--accent-strong);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.contact-list b {
  display: block;
  font-size: 0.79rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate-500);
}

.contact-list a {
  font-weight: 600;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.placeholder-note {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--slate-600);
  font-size: 0.85rem;
  padding: 12px 14px;
}

/* ---------- 23. Footer ---------- */
.site-footer {
  background: var(--ink-950);
  color: var(--on-dark-muted);
  font-size: 0.94rem;
  padding-top: 52px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.footer__grid {
  display: grid;
  gap: 34px;
  padding-bottom: 40px;
}

.footer__brand p {
  color: var(--on-dark-muted);
  font-size: 0.93rem;
  max-width: 40ch;
}

.footer__brand .brand__mark {
  background: #fff;
  color: var(--ink-950);
}

.footer__brand .brand__name {
  color: #fff;
}

.footer__brand .brand__tag {
  color: var(--on-dark-muted);
}

.footer__col h3 {
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__col li {
  margin-bottom: 10px;
}

.footer__col a {
  color: var(--on-dark-muted);
  text-decoration: none;
}

.footer__col a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__contact li {
  margin-bottom: 12px;
}

.footer__contact span {
  color: var(--slate-400);
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer__contact a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer__contact a:hover {
  color: var(--accent-light);
  text-decoration: underline;
}

.footer__bottom {
  border-top: 1px solid var(--on-dark-line);
  display: grid;
  gap: 16px;
  padding-block: 22px 14px;
}

.footer__copy {
  margin: 0;
  padding-bottom: 30px;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__legal a {
  color: var(--on-dark-muted);
  font-size: 0.88rem;
  text-decoration: none;
}

.footer__legal a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer__copy {
  color: var(--slate-400);
  font-size: 0.85rem;
}

.site-footer .lang-switch {
  border-color: rgba(255, 255, 255, 0.22);
}

.site-footer .lang-switch a,
.site-footer .lang-switch span {
  color: var(--on-dark-muted);
}

.site-footer .lang-switch a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.site-footer .lang-switch [aria-current="true"] {
  background: #fff;
  color: var(--ink-950);
}

.site-footer .lang-switch__sep {
  background: rgba(255, 255, 255, 0.22);
}

@media (min-width: 700px) {
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__bottom {
    align-items: center;
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 40px;
  }
}

/* ---------- 24. Misc components ---------- */
.pill {
  align-items: center;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 999px;
  color: var(--accent-strong);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  text-transform: uppercase;
}

.split {
  display: grid;
  gap: 34px;
}

@media (min-width: 900px) {
  .split {
    align-items: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px;
  }
  .split--wide-first {
    grid-template-columns: 1.25fr 1fr;
  }
}

.stat-block {
  border-left: 3px solid var(--accent);
  padding-left: 18px;
}

.stat-block dt {
  color: var(--ink-900);
  font-weight: 700;
}

.stat-block dd {
  color: var(--slate-600);
  margin: 2px 0 16px;
}

.reveal {
  opacity: 1;
}

.js-on .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-on .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js-on .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Sticky WhatsApp contact button (persistent, bottom-right).
   Sits above the to-top button so the two fixed controls never overlap. */
.whatsapp-float {
  align-items: center;
  background: #25D366;               /* official WhatsApp green */
  border-radius: 50%;
  bottom: 78px;
  box-shadow: 0 6px 18px rgba(11, 26, 43, 0.28);
  color: #fff;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  width: 56px;
  z-index: 89;
}

.whatsapp-float:hover {
  background: #1ebe5b;
  box-shadow: 0 10px 24px rgba(11, 26, 43, 0.34);
  color: #fff;
  transform: translateY(-2px);
}

.whatsapp-float:active {
  transform: translateY(0);
}

.whatsapp-float svg {
  height: 30px;
  width: 30px;
}

@media (max-width: 479px) {
  .whatsapp-float {
    bottom: 74px;
    height: 52px;
    right: 14px;
    width: 52px;
  }
  .whatsapp-float svg {
    height: 28px;
    width: 28px;
  }
}

.to-top {
  align-items: center;
  background: var(--ink-900);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 46px;
  justify-content: center;
  position: fixed;
  right: 18px;
  width: 46px;
  z-index: 90;
}

.to-top.is-visible {
  display: inline-flex;
}

.to-top:hover {
  background: var(--accent);
}

/* ---------- 25. Print ---------- */
@media print {
  .site-header,
  .topbar,
  .to-top,
  .whatsapp-float,
  .cta-band,
  .hero-panel,
  .primary-nav {
    display: none !important;
  }
  body {
    color: #000;
    font-size: 11pt;
  }
  .hero,
  .page-hero,
  .section--dark {
    background: #fff !important;
    color: #000 !important;
  }
  .hero h1,
  .page-hero h1,
  .section--dark h2 {
    color: #000 !important;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  .faq-item__body {
    display: block !important;
  }
}
