*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --card: #fff;
  --ink: #0b0d12;
  --muted: #6b7280;
  --border: #e5e7eb;
  --radius: 24px;
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  --content-w: 1200px;
  --side-pad: clamp(16px, 3vw, 24px);
}

html,
body {
  height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    "Garet",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  line-height: 1.55;
  background: #000;
}

/* ========= Background video ========= */
.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.site-bg__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.05) brightness(0.75);
}

/* ========= Header  ========= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header .container {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 10px var(--side-pad);
}

/* ========= Hero + Card ========= */
.hero {
  padding: clamp(40px, 8vw, 80px) 0 48px;
  min-height: 600px;
}

.hero .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--side-pad);
}

.svc-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(20px, 3vw, 28px);
  margin-top: 50px;
}

.page-title {
  margin: 0 0 clamp(8px, 1.5vw, 12px);
  font: 700 clamp(14px, 2vw, 18px);
  letter-spacing: 0.02em;
  color: #111;
  font-family:
    Telegraf,
    Roboto Mono;
}

/* ========= 3 columns ========= */
.svc-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
  margin-top: clamp(8px, 1.5vw, 12px);
}

.svc-divider {
  width: 1px;
  align-self: stretch;
  background: #000;
  border-radius: 1px;
}

/* Columns */
.svc-heading {
  margin: clamp(18px, 3vw, 26px) 0 clamp(6px, 1.3vw, 10px);
  font-weight: 700;
  font-size: clamp(16px, 2.1vw, 20px);
  color: #000;
  font-family:
    Telegraf,
    Roboto Mono;
}

.svc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  font-size: clamp(14px, 2vw, 18px);
}

.svc-list a {
  color: var(--ink);
  text-decoration: none;
  position: relative;
}

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

/* ===== CTA / "can't find" ===== */
.svc-cta {
  margin: clamp(24px, 5vw, 48px) auto 0;
  border: 1px solid var(--ink);
  border-radius: 18px;
  padding: clamp(12px, 2.2vw, 16px) clamp(16px, 3vw, 24px);
  text-align: center;
  max-width: min(700px, 100%);
  display: grid;
  gap: 6px;
  place-items: center;
  font-family:
    Telegraf,
    Roboto Mono;
}

.svc-cta__text {
  margin: 0;
  font-weight: 400;
  font-size: clamp(12px, 1.7vw, 14px);
  color: #111;
}

.svc-cta__link,
.svc-cta__phone {
  font-weight: 700;
  font-size: clamp(13px, 2vw, 15px);
  color: var(--ink);
  text-decoration: none;
}

.svc-cta__link:hover {
  text-decoration: underline;
}

/* ===== RWD ===== */
@media (max-width: 980px) {
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .svc-divider {
    display: none;
  }

  .svc-card {
    padding: clamp(16px, 4vw, 22px);
  }

  .services-page .hero {
    padding-top: 440px;
  }

  .services-page [id] {
    scroll-margin-top: 460px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 28px 0 36px;
  }

  .svc-cta {
    border-radius: 14px;
  }
}
.article-content__wrap {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.05rem;
}

.article-content h2 {
  margin-top: 2.2rem;
}

.article-content .lead {
  font-size: 1.2rem;
  font-weight: 500;
}

ul {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 1cm;
  list-style-position: outside;
}

li {
  text-align: left;
  margin-bottom: 10px;
}

ol {
  text-align: left;
}

.cookies-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  table-layout: fixed;
}

.cookies-table th {
  background-color: #456b8a;
  color: white;
  padding: 12px;
  border: 1px solid #ffffff;
  text-align: center;
}

.cookies-table td {
  background-color: #2b2b2b;
  color: #f0f0f0;
  padding: 12px;
  border: 1px solid #999;
  word-break: break-word;
}

.cookies-table tbody tr:hover td {
  background-color: #383838;
}

@media (max-width: 768px) {
  .cookies-table thead {
    display: none;
  }

  .cookies-table,
  .cookies-table tbody,
  .cookies-table tr,
  .cookies-table td {
    display: block;
    width: 100%;
  }

  .cookies-table tr {
    margin-bottom: 20px;
    border: 1px solid #444;
    border-radius: 8px;
    overflow: hidden;
  }

  .cookies-table td {
    text-align: left;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #444;
    position: relative;
  }

  .cookies-table td:last-child {
    border-bottom: none;
  }

  .cookies-table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    color: #8fb7d9;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}
