/* ============================================================
   WEBSYNTHIQ — Void Gallery
   Architecture: dark immersive void, one luminous object,
   monumental tracked type, hairline structure, 0px radius.
   Brand: Websynthiq DS — cobalt #2541B2 / steel #1768AC,
   Saira Condensed (display) + Orbitron (techno) + Inter (body).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@700;800;900&family=Inter:wght@400;500;600&display=swap');

@font-face {
  font-family: "Orbitron";
  src: url("../assets/fonts/Orbitron-VariableFont_wght.ttf") format("truetype-variations"),
       url("../assets/fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand */
  --cobalt: #2541B2;
  --cobalt-300: #7A8DD8;
  --cobalt-400: #4D65C5;
  --cobalt-600: #1F37A0;
  --steel: #1768AC;
  --steel-300: #5C97CC;

  /* Semantic — from the Websynthiq DS palette (--success / --danger) */
  --accept:  #0F8C6B;
  --decline: #B91C1C;

  /* Void surfaces */
  --void: #04060C;
  --void-2: #070A14;
  --panel: #0A0E1A;

  /* Ink on void */
  --white: #FFFFFF;
  --fog: #EDF0F7;
  --mist: #A8B0C2;
  --ash: #6B7386;

  /* Hairlines */
  --line: rgba(237, 240, 247, 0.08);
  --line-2: rgba(237, 240, 247, 0.16);
  --line-cobalt: rgba(77, 101, 197, 0.45);

  /* Type */
  --f-display: "Saira Condensed", "Arial Narrow", system-ui, sans-serif;
  --f-techno: "Orbitron", "Bahnschrift", system-ui, sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Tracking — inverted scale: smaller text, wider tracking */
  --track-label: 0.28em;
  --track-nav: 0.18em;
  --track-btn: 0.14em;
  --track-display: 0.01em;

  /* Rhythm */
  --gutter: clamp(20px, 5vw, 64px);
  --section: clamp(96px, 14vh, 160px);
  --maxw: 1280px;

  /* Glow */
  --glow-cobalt: 0 0 60px rgba(37, 65, 178, 0.45), 0 0 140px rgba(23, 104, 172, 0.25);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--mist);
  background: var(--void);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--cobalt); color: #fff; }

/* ---------- Type roles ---------- */
.eyebrow {
  font-family: var(--f-techno);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--track-label);
  color: var(--cobalt-300);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--cobalt-400);
}

.display {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--track-display);
  line-height: 0.92;
  color: var(--fog);
}
h1.display { font-size: clamp(3.2rem, 9.5vw, 7.5rem); }
h2.display { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }

.accent { color: transparent; background: linear-gradient(120deg, #93A5EE, #7FC2F2); -webkit-background-clip: text; background-clip: text; }

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.7;
  color: var(--mist);
  max-width: 640px;
}

.techno-sm {
  font-family: var(--f-techno);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--track-nav);
  text-transform: uppercase;
}

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: var(--section) 0; position: relative; }
.hairline-top { border-top: 1px solid var(--line); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(4, 6, 12, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gutter);
  height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 34px; height: 34px; filter: drop-shadow(0 0 12px rgba(37,65,178,0.6)); }
.brand-word { font-size: 17px; letter-spacing: 0.02em; display: inline-flex; align-items: baseline; white-space: nowrap; }
.brand-word .web { font-family: var(--f-display); font-weight: 900; text-transform: uppercase; color: var(--cobalt-300); letter-spacing: 0.04em; }
.brand-word .synthiq { font-family: var(--f-techno); font-weight: 600; color: var(--fog); font-size: 0.88em; }

.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 36px); }
.nav-links a {
  font-family: var(--f-techno);
  font-size: 10.5px; font-weight: 500;
  letter-spacing: var(--track-nav);
  text-transform: uppercase;
  color: var(--ash);
  transition: color 0.2s ease;
  padding: 6px 0;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--fog); }
.nav-links a[aria-current="page"] { color: var(--cobalt-300); }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-family: var(--f-techno); font-size: 11px; letter-spacing: 0.08em; color: var(--mist); white-space: nowrap; }
.nav-phone:hover { color: var(--fog); }

/* Hamburger */
.menu-btn {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 40px; height: 40px;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px;
}
.menu-btn span { display: block; width: 22px; height: 1.5px; background: var(--fog); transition: transform 0.25s ease, opacity 0.25s ease; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed; inset: 72px 0 0 0; z-index: 99;
  background: rgba(4, 6, 12, 0.97);
  backdrop-filter: blur(20px);
  padding: 48px var(--gutter);
  flex-direction: column; gap: 8px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--f-techno);
  font-size: 15px; font-weight: 600;
  letter-spacing: var(--track-nav);
  text-transform: uppercase;
  color: var(--fog);
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu a[aria-current="page"] { color: var(--cobalt-300); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--f-techno);
  font-size: 12px; font-weight: 700;
  letter-spacing: var(--track-btn);
  text-transform: uppercase;
  padding: 18px 34px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.3s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--cobalt) 0%, var(--steel) 100%);
  color: #fff;
  box-shadow: 0 0 24px rgba(37, 65, 178, 0.35);
}
.btn-primary:hover {
  box-shadow: 0 0 44px rgba(37, 65, 178, 0.6), 0 0 90px rgba(23, 104, 172, 0.3);
  background: linear-gradient(135deg, var(--cobalt-400) 0%, var(--steel) 100%);
}
.btn-ghost {
  background: transparent;
  border-color: var(--line-2);
  color: var(--fog);
}
.btn-ghost:hover { border-color: var(--fog); }
.btn-sm { padding: 12px 22px; font-size: 10.5px; }

.microcopy { font-size: 12.5px; color: var(--ash); letter-spacing: 0.02em; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-object {
  position: absolute;
  left: 50%; top: 54%;
  transform: translate(-50%, -50%);
  width: min(88vw, 780px);
  aspect-ratio: 1;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}
.hero-object img {
  width: 100%; height: 100%;
  object-fit: cover;
  /* fuse the render into the void */
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 38%, transparent 72%);
  mask-image: radial-gradient(circle at 50% 50%, black 38%, transparent 72%);
  animation: floaty 9s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse 62% 42% at 50% 50%, rgba(4, 6, 12, 0.6) 0%, rgba(4, 6, 12, 0.25) 45%, transparent 72%);
  pointer-events: none;
}
.hero-split::after { display: none; }
.hero-content { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.hero-content .eyebrow::before { display: none; }
.hero-content .eyebrow::after, .hero-content .eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--cobalt-400); display: block; }
.hero-content .eyebrow::before { display: block; }
.hero-content .lede { max-width: 720px; margin: 0 auto; text-shadow: 0 2px 24px rgba(4,6,12,0.9); }
.hero h1 { text-shadow: 0 4px 40px rgba(4, 6, 12, 0.85); }
.cta-row { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-techno); font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--ash); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero-scroll::after { content: ""; width: 1px; height: 36px; background: linear-gradient(var(--ash), transparent); }

/* Split hero (service pages) */
.hero-split { min-height: 92vh; }
/* Half-width column needs a smaller display size than the full-bleed home hero */
.hero-split h1.display { font-size: clamp(2.6rem, 4.4vw, 4.2rem); line-height: 0.95; }
.hero-split .hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-split .hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; text-align: left; position: relative; z-index: 2; }
.hero-split .cta-row { justify-content: flex-start; }
.hero-split .hero-visual { position: relative; z-index: 1; }
.hero-split .hero-visual img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 42%, transparent 74%);
  mask-image: radial-gradient(circle at 50% 50%, black 42%, transparent 74%);
  animation: floaty 9s ease-in-out infinite;
}

/* ---------- Trust bar ---------- */
.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item {
  padding: 34px 24px;
  text-align: center;
  border-left: 1px solid var(--line);
  font-family: var(--f-techno);
  font-size: 11px; font-weight: 500;
  letter-spacing: var(--track-nav);
  text-transform: uppercase;
  color: var(--ash);
}
.trust-item:first-child { border-left: 0; }
.trust-item strong { color: var(--fog); font-weight: 600; }

/* ---------- Section headers ---------- */
.section-head { display: flex; flex-direction: column; gap: 22px; margin-bottom: clamp(48px, 7vh, 80px); max-width: 820px; }
.section-head.center { align-items: center; text-align: center; margin-left: auto; margin-right: auto; }
.section-head .lede { max-width: 680px; }

/* ---------- Problem list ---------- */
.problem-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-item {
  padding: clamp(28px, 3.5vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px;
}
.problem-item .num {
  font-family: var(--f-techno);
  font-size: 10px; letter-spacing: 0.3em; color: var(--ash);
}
.problem-item h3 { font-family: var(--f-body); font-weight: 600; font-size: 17px; color: var(--fog); line-height: 1.45; }
.problem-item p { font-size: 14.5px; color: var(--mist); }
.problem-close { margin-top: 42px; max-width: 700px; }
.problem-close p { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--fog); line-height: 1.65; }

/* ---------- Service cards (home) ---------- */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  position: relative;
  padding: clamp(32px, 4vw, 56px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 18px;
  min-height: 330px;
  transition: background 0.3s ease;
  overflow: hidden;
}
.service-card:hover { background: rgba(37, 65, 178, 0.05); }
.service-card::after {
  content: "";
  position: absolute; inset: 0;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
  pointer-events: none;
}
.service-card:hover::after { border-color: var(--line-cobalt); }
.service-card .num { font-family: var(--f-techno); font-size: 10px; letter-spacing: 0.3em; color: var(--cobalt-300); }
.service-card h3 {
  font-family: var(--f-display);
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1; color: var(--fog);
  letter-spacing: 0.015em;
}
.service-card .tag { font-family: var(--f-body); font-weight: 600; font-size: 15px; color: var(--cobalt-300); }
.service-card p { font-size: 14.5px; flex: 1; }
.service-card .card-link {
  font-family: var(--f-techno); font-size: 10.5px; font-weight: 600;
  letter-spacing: var(--track-nav); text-transform: uppercase;
  color: var(--fog);
  display: inline-flex; align-items: center; gap: 10px;
}
.service-card .card-link::after { content: "→"; transition: transform 0.25s ease; }
.service-card:hover .card-link::after { transform: translateX(6px); }
.service-card:hover .card-link { color: var(--cobalt-300); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.steps.four { grid-template-columns: repeat(4, 1fr); }
.step { background: var(--void); padding: clamp(28px, 3.5vw, 44px); display: flex; flex-direction: column; gap: 16px; }
.step .num {
  font-family: var(--f-techno);
  font-size: clamp(1.6rem, 2.6vw, 2.4rem); font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--cobalt-400);
  line-height: 1;
}
.step h3 { font-family: var(--f-body); font-weight: 600; font-size: 16.5px; color: var(--fog); }
.step .step-when { font-family: var(--f-techno); font-size: 9.5px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ash); }
.step p { font-size: 14.5px; }

/* ---------- Feature grid (what you get) ---------- */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature { background: var(--void); padding: clamp(26px, 3vw, 40px); display: flex; flex-direction: column; gap: 10px; transition: background 0.3s ease; }
.feature:hover { background: var(--panel); }
.feature h3 { font-family: var(--f-body); font-weight: 600; font-size: 16.5px; color: var(--fog); display: flex; align-items: baseline; gap: 12px; }
.feature h3::before { content: "▪"; color: var(--cobalt-400); font-size: 10px; }
.feature p { font-size: 14.5px; }
.feature a { color: var(--cobalt-300); border-bottom: 1px solid rgba(122, 141, 216, 0.35); transition: color 0.2s, border-color 0.2s; }
.feature a:hover { color: var(--fog); border-color: var(--fog); }

/* ---------- Panel section (lifted surface) ---------- */
.panel-section { background: var(--void-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- Comparison table ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--line); }
table.compare { width: 100%; border-collapse: collapse; min-width: 720px; }
.compare th, .compare td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  font-size: 14px;
}
.compare th:first-child, .compare td:first-child { border-left: 0; }
.compare thead th {
  font-family: var(--f-techno);
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ash);
  background: var(--panel);
}
.compare thead th.hl { color: var(--cobalt-300); }
.compare tbody th { font-weight: 600; color: var(--fog); font-family: var(--f-body); font-size: 14px; }
.compare td { color: var(--mist); }
.compare td.hl { color: var(--fog); background: rgba(37, 65, 178, 0.08); font-weight: 500; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 4px;
  font-family: var(--f-body);
  font-weight: 600; font-size: clamp(15px, 1.6vw, 17px);
  color: var(--fog);
  transition: color 0.2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--cobalt-300); }
.faq summary .plus {
  font-family: var(--f-techno); font-weight: 400;
  color: var(--cobalt-300); font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq .faq-a { padding: 0 4px 28px; max-width: 780px; }
.faq .faq-a p { font-size: 15px; color: var(--mist); }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; position: relative; overflow: hidden; }
.final-cta::before {
  content: "";
  position: absolute; left: 50%; bottom: -40%;
  transform: translateX(-50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse at center, rgba(37, 65, 178, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
.final-cta .wrap { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.final-cta .lede { max-width: 640px; }
.contact-line { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
.contact-line a { font-family: var(--f-techno); font-size: 12px; letter-spacing: 0.1em; color: var(--mist); transition: color 0.2s; }
.contact-line a:hover { color: var(--fog); }
.contact-line .dot { color: var(--ash); }

/* ---------- Next-service bridge ---------- */
.bridge { border-top: 1px solid var(--line); }
.bridge a {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(36px, 5vh, 56px) 0;
  transition: color 0.2s;
}
.bridge .bridge-label { font-family: var(--f-techno); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ash); margin-bottom: 10px; }
.bridge .bridge-title {
  font-family: var(--f-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(1.6rem, 3.6vw, 2.8rem); line-height: 1; color: var(--fog);
  transition: color 0.25s;
}
.bridge .arrow { font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--cobalt-300); transition: transform 0.25s ease; }
.bridge a:hover .bridge-title { color: var(--cobalt-300); }
.bridge a:hover .arrow { transform: translateX(10px); }

/* ---------- Footer ---------- */
footer { border-top: 1px solid var(--line); padding: 64px 0 120px; background: var(--void); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer-col h4 {
  font-family: var(--f-techno); font-size: 10px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ash); margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14px; color: var(--mist); transition: color 0.2s; }
.footer-col a:hover { color: var(--fog); }
.footer-brand p { font-size: 13.5px; color: var(--ash); max-width: 300px; margin-top: 16px; }
.footer-bottom {
  margin-top: 56px; padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: var(--ash);
}

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(4, 6, 12, 0.92);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line-2);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  grid-template-columns: 1fr 1.4fr; gap: 10px;
}
.sticky-cta .btn { width: 100%; padding: 14px 10px; font-size: 10.5px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-object img, .hero-split .hero-visual img { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .menu-btn { display: flex; }
  .hero-split .hero-grid { grid-template-columns: 1fr; }
  .hero-split .hero-visual { display: none; }
  .hero-split { min-height: 0; padding-top: 120px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .problem-list, .services-grid, .features { grid-template-columns: 1fr; }
  .steps, .steps.four { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; border-top: 1px solid var(--line); padding: 20px; }
  .trust-item:first-child { border-top: 0; }
  .sticky-cta { display: grid; }
  footer { padding-bottom: 160px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-card { min-height: 0; }
  .hero { padding-top: 120px; }
  .nav-phone { display: none; }
}

/* ============================================================
   Legal / long-form prose pages
   ============================================================ */
.legal-hero {
  padding: 150px 0 52px;
  border-bottom: 1px solid var(--line);
}
.legal-hero .wrap { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.legal-hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
.effective-date {
  font-family: var(--f-techno);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: var(--track-nav);
  text-transform: uppercase;
  color: var(--ash);
  border: 1px solid var(--line-2);
  padding: 8px 14px;
}

.prose { max-width: 780px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.05;
  color: var(--fog);
  margin: 64px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.prose h3 {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 16.5px;
  color: var(--fog);
  margin: 32px 0 10px;
}
.prose p { font-size: 15.5px; line-height: 1.75; color: var(--mist); margin-bottom: 18px; }
.prose ul { margin: 0 0 22px; display: flex; flex-direction: column; gap: 12px; }
.prose li {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--mist);
  padding-left: 26px;
  position: relative;
}
.prose li::before {
  content: "";
  position: absolute;
  left: 0; top: 11px;
  width: 8px; height: 1px;
  background: var(--cobalt-400);
}
.prose strong { color: var(--fog); font-weight: 600; }
.prose a { color: var(--cobalt-300); border-bottom: 1px solid rgba(122, 141, 216, 0.35); }
.prose a:hover { color: var(--fog); border-color: var(--fog); }

/* Emphasised block — used for the SMS program terms carriers verify */
.callout {
  border-left: 2px solid var(--cobalt);
  background: rgba(37, 65, 178, 0.06);
  padding: 26px 28px;
  margin: 24px 0 28px;
}
.callout ul, .callout p:last-child { margin-bottom: 0; }

.legal-contact {
  border: 1px solid var(--line);
  padding: 28px;
  margin-top: 24px;
}
.legal-contact .entity {
  font-family: var(--f-techno);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--fog);
  margin-bottom: 16px;
}

.footer-bottom a { color: var(--mist); border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s; }
.footer-bottom a:hover { color: var(--fog); border-bottom-color: var(--fog); }

@media (max-width: 720px) {
  .legal-hero { padding-top: 120px; }
  .prose h2 { margin-top: 48px; }
}

/* ============================================================
   Live demo section — AI receptionist
   Phone mockup is a single tel: link. No JS.
   ============================================================ */
.demo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 40px);
  justify-items: center;
  text-align: center;
}
.demo-head, .demo-foot { display: flex; flex-direction: column; gap: 18px; align-items: center; }
.demo-section h2.display { font-size: clamp(2.1rem, 3.6vw, 3.2rem); }
.demo-section .lede { max-width: 560px; }

/* Desktop: mirror the hero — phone LEFT, copy RIGHT */
@media (min-width: 1021px) {
  .demo-grid {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: clamp(48px, 7vw, 96px);
    row-gap: 26px;
    justify-items: start;
    text-align: left;
    align-content: center;
  }
  .demo-head { grid-column: 2; grid-row: 1; align-self: end; align-items: flex-start; }
  .phone-wrap { grid-column: 1; grid-row: 1 / 3; align-self: center; }
  .demo-foot { grid-column: 2; grid-row: 2; align-self: start; align-items: flex-start; }
}

/* ---------- Device ---------- */
.phone-wrap { position: relative; }
.phone-wrap::before {
  content: "";
  position: absolute; inset: -14%;
  background: radial-gradient(ellipse at center, rgba(37, 65, 178, 0.30) 0%, transparent 68%);
  filter: blur(24px);
  pointer-events: none;
}
.phone-mock {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(240px, 26vw, 300px);
  aspect-ratio: 1 / 2.06;
  padding: 30px 18px 26px;
  border: 2px solid var(--line-2);
  border-radius: 46px;
  /* not pure black — the #000 island needs something to read against */
  background: linear-gradient(180deg, var(--panel) 0%, var(--void) 100%);
  box-shadow: 0 0 60px rgba(37, 65, 178, 0.22);
  transition: transform var(--dur-slow, 320ms) cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
.phone-mock:hover { transform: translateY(-4px); box-shadow: 0 0 90px rgba(37, 65, 178, 0.45); }
.phone-mock:active { transform: translateY(-1px) scale(0.995); }
.phone-mock:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 65, 178, 0.75), 0 0 90px rgba(37, 65, 178, 0.4);
}

.phone-island {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 38%; height: 24px;
  background: #000;
  border-radius: var(--radius-pill, 999px);
}

.call-label {
  margin-top: 26px;
  font-family: var(--f-techno);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ash);
}
.call-avatar {
  width: 64px; height: 64px;
  margin: 22px 0 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cobalt) 0%, var(--steel) 100%);
  display: grid; place-items: center;
  box-shadow: 0 0 26px rgba(37, 65, 178, 0.55);
}
.call-avatar img { width: 34px; height: 34px; }
.call-name {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: var(--fog);
  text-align: center;
}
.call-sub { margin-top: 5px; font-size: 12px; color: var(--ash); }

.call-actions { margin-top: auto; display: flex; gap: clamp(26px, 9%, 40px); }
.call-action { display: flex; flex-direction: column; align-items: center; gap: 9px; }
.call-btn {
  position: relative;
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
}
.call-btn svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.5; }
.call-btn.decline { background: var(--decline); }
.call-btn.accept  { background: var(--accept); }
.call-btn.accept::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  animation: call-ring 2s ease-out infinite;
}
@keyframes call-ring {
  0%   { box-shadow: 0 0 0 0 rgba(15, 140, 107, 0.6); }
  70%  { box-shadow: 0 0 0 18px rgba(15, 140, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(15, 140, 107, 0); }
}
.call-btn-label {
  font-family: var(--f-techno);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ash);
}

/* ---------- Number + disclosure (the desktop fallback) ---------- */
.demo-number {
  font-family: var(--f-techno);
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0.02em;
  color: var(--fog);
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.demo-number:hover, .demo-number:focus-visible { color: var(--cobalt-300); border-bottom-color: var(--cobalt-300); }
.demo-disclosure { font-size: 12px; line-height: 1.6; color: var(--ash); max-width: 430px; }

.microcopy a { color: var(--cobalt-300); border-bottom: 1px solid rgba(122, 141, 216, 0.35); transition: color 0.2s, border-color 0.2s; }
.microcopy a:hover { color: var(--fog); border-color: var(--fog); }

@media (prefers-reduced-motion: reduce) {
  .call-btn.accept::after { animation: none; }
  .phone-mock { transition: none; }
  .phone-mock:hover { transform: none; }
}
