/* FBRE.uk – One-page portfolio. Bright, light, vibrant. */

:root {
  /* V2 theme (Omgent-inspired) site-wide */
  --v2-ink: #1b1330;
  --v2-muted: #5b556a;
  --v2-primary: #3a1d6b;
  --v2-primary-hover: #4a2580;
  --v2-accent: #7c5cff;
  --bg: #f8f7fb;
  --bg-gradient: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(58, 29, 107, 0.06) 0%, transparent 55%);
  --sheet: #ffffff;
  --text: #1b1330;
  --muted: #5b556a;
  --border: rgba(20, 16, 35, 0.08);
  --primary: #3a1d6b;
  --primary-hover: #4a2580;
  --navy: #1b1330;
  --shadow-sm: 0 1px 2px rgba(20, 12, 40, 0.06);
  --shadow-md: 0 4px 12px rgba(20, 12, 40, 0.08);
  --shadow-lg: 0 12px 40px rgba(20, 12, 40, 0.1);
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 24px;
  --r-pill: 9999px;
  --focus-ring: 0 0 0 3px rgba(124, 92, 255, 0.35);
  --space-xs: 0.375rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 2.5rem;
  --space-3xl: 3.5rem;
  --section-pad-mobile: 36px;
  --section-pad-desktop: 56px;
  --sheet-max: 1200px;
  --container: 1160px;
}
.container {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
}
/* Primary buttons site-wide: v2 purple pill */
.btn-primary {
  border-radius: var(--r-pill);
  box-shadow: 0 8px 24px rgba(20, 12, 40, 0.12);
}
.btn-primary:hover { box-shadow: 0 10px 28px rgba(20, 12, 40, 0.16); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  min-height: 100vh;
}

body.page-bg {
  background: var(--bg);
  /* Gradient and motion are handled by .bgfx when present */
}

.page-wrap {
  position: relative;
  z-index: 1;
}

/* ========== Background FX (Aurora Grid Spotlight) ========== */
.bgfx {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: var(--bg);
}

.bgfx__aurora {
  position: absolute;
  inset: -50%;
  opacity: 0.4;
  background:
    radial-gradient(ellipse 100% 80% at 20% 20%, rgba(58, 29, 107, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 80% 100% at 80% 80%, rgba(124, 92, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 90% 70% at 50% 50%, rgba(58, 29, 107, 0.06) 0%, transparent 55%);
  background-size: 200% 200%;
  animation: bgfx-aurora 28s ease-in-out infinite;
}

.bgfx__grid {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(20, 16, 35, 0.05) 39px, rgba(20, 16, 35, 0.05) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(20, 16, 35, 0.05) 39px, rgba(20, 16, 35, 0.05) 40px);
  background-size: 200% 200%;
  transform: translate3d(calc(var(--px, 0) * 10px), calc(var(--py, 0) * 10px), 0);
  animation: bgfx-grid 32s linear infinite;
}

.bgfx__orbs {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bgfx__orb {
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  transform: translate3d(calc(var(--px, 0) * 15px), calc(var(--py, 0) * 15px), 0);
}
.bgfx__orb--a {
  top: -20%;
  left: -15%;
  background: radial-gradient(circle, rgba(47, 107, 255, 0.25) 0%, transparent 60%);
  animation: bgfx-orb-a 22s ease-in-out infinite;
}
.bgfx__orb--b {
  bottom: -25%;
  right: -15%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.2) 0%, transparent 55%);
  animation: bgfx-orb-b 36s ease-in-out infinite;
}

.bgfx__spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px circle at var(--mx, 50%) var(--my, 20%),
    rgba(47, 107, 255, 0.18),
    rgba(47, 107, 255, 0) 60%
  );
  opacity: 1;
}

.bgfx__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px circle at 50% 0%, rgba(255, 255, 255, 0) 0%, rgba(10, 20, 40, 0.06) 100%);
  pointer-events: none;
}

.bgfx::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

@keyframes bgfx-aurora {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes bgfx-grid {
  0% { background-position: 0 0; }
  100% { background-position: 400px 0; }
}
@keyframes bgfx-orb-a {
  0%, 100% { transform: translate3d(calc(var(--px, 0) * 15px), calc(var(--py, 0) * 15px), 0) translate(0, 0); }
  50% { transform: translate3d(calc(var(--px, 0) * 15px), calc(var(--py, 0) * 15px), 0) translate(5%, -8%); }
}
@keyframes bgfx-orb-b {
  0%, 100% { transform: translate3d(calc(var(--px, 0) * 15px), calc(var(--py, 0) * 15px), 0) translate(0, 0); }
  50% { transform: translate3d(calc(var(--px, 0) * 15px), calc(var(--py, 0) * 15px), 0) translate(-6%, 4%); }
}

@media (prefers-reduced-motion: reduce) {
  .bgfx__aurora,
  .bgfx__grid,
  .bgfx__orb--a,
  .bgfx__orb--b {
    animation: none !important;
  }
}

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: none; box-shadow: var(--focus-ring); border-radius: var(--r-sm); }

.sheet {
  max-width: var(--sheet-max);
  margin: 0 auto;
  background: var(--sheet);
  box-shadow: var(--shadow-lg);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  min-height: 100vh;
}
@media (min-width: 900px) {
  .sheet { border-radius: var(--r-lg); margin: var(--space-lg) auto; }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Skip to main content – visible on focus only */
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: var(--space-sm) var(--space-md);
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 var(--r-sm) 0;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
  outline: none;
  box-shadow: var(--focus-ring);
}

/* Section – tighter spacing, v2 theme */
.section {
  padding: var(--section-pad-mobile) var(--space-md);
}
@media (min-width: 768px) {
  .section { padding: var(--section-pad-desktop) var(--space-lg); }
}
.section h2 {
  margin: 0 0 var(--space-sm);
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}
.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin: 0 0 var(--space-xs);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--sheet);
  border-bottom: 1px solid var(--border);
  padding: var(--space-sm) var(--space-lg);
}
.header-inner {
  max-width: var(--sheet-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-sm);
}
.logo {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text);
  text-decoration: none;
}
.logo:hover { text-decoration: none; color: var(--primary); }
.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  cursor: pointer;
  color: var(--text);
}
.nav-toggle:hover, .nav-toggle:focus-visible { border-color: var(--primary); outline: none; box-shadow: var(--focus-ring); }
.nav-toggle-icon { display: block; width: 20px; height: 2px; background: currentColor; box-shadow: 0 6px 0 currentColor; }
.main-nav {
  display: none;
  width: 100%;
}
.main-nav.is-open { display: flex; flex-direction: column; gap: var(--space-xs); }
.main-nav a { padding: var(--space-xs) 0; }
@media (min-width: 768px) {
  .nav-toggle { display: none; }
  .main-nav {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: var(--space-md);
  }
}
.btn-nav-cta { display: none; }
@media (min-width: 768px) { .btn-nav-cta { display: inline-flex; } }
.nav-link-secondary { color: var(--muted); text-decoration: none; font-size: 0.95rem; }
.nav-link-secondary:hover { color: var(--primary); text-decoration: underline; }
.site-header--sticky { position: sticky; top: 0; z-index: 50; }
.header-trust { font-size: 0.8rem; color: var(--muted); margin: 0; padding: var(--space-xs) var(--space-lg); border-top: 1px solid var(--border); }
@media (min-width: 768px) { .header-trust { padding-left: var(--space-md); } }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  padding: var(--space-sm) var(--space-lg);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--r-pill);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.btn:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-hover); text-decoration: none; }
.btn-secondary { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-secondary:hover { background: rgba(47, 107, 255, 0.08); text-decoration: none; }
.btn-ghost { background: transparent; border: none; color: var(--muted); }
.btn-ghost:hover { color: var(--primary); background: rgba(47, 107, 255, 0.06); text-decoration: none; }

/* Inputs */
.input {
  font-family: inherit;
  font-size: 1rem;
  padding: var(--space-sm) var(--space-md);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--sheet);
  color: var(--text);
  width: 100%;
  max-width: 100%;
}
.input:focus { outline: none; border-color: var(--primary); box-shadow: var(--focus-ring); }
.input.select { cursor: pointer; }
.textarea { min-height: 100px; resize: vertical; }

/* Hero (dark section) */
.hero {
  background: linear-gradient(160deg, #0f2847 0%, #0B1B3A 45%, #081229 100%);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  color: #e8ecf4;
}
.hero-inner { max-width: 800px; }
.hero .section-eyebrow { display: none; }
.hero-eyebrow { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255, 255, 255, 0.8); margin: 0 0 var(--space-sm); }
.hero-tenancy-helper { font-size: 0.9rem; color: rgba(255, 255, 255, 0.75); margin: 0 0 var(--space-md); }
.hero-audience { font-size: 0.95rem; color: rgba(255, 255, 255, 0.75); margin: 0 0 var(--space-md); }
.hero-proof-chips { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin: 0 0 var(--space-md); }
.proof-chip { font-size: 0.85rem; color: rgba(255, 255, 255, 0.85); padding: var(--space-xs) var(--space-sm); background: rgba(255, 255, 255, 0.1); border-radius: var(--r-pill); }
.metric-meta { display: block; font-size: 0.75rem; color: rgba(255, 255, 255, 0.6); margin-top: 2px; }
.hero-link-tertiary { color: rgba(255, 255, 255, 0.9); font-size: 0.95rem; text-decoration: underline; }
.hero-link-tertiary:hover { color: #fff; }
#hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 var(--space-sm);
  color: #fff;
}
.hero-sub {
  font-size: 1.2rem;
}
.hero-mission {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 var(--space-sm);
  line-height: 1.45;
}
.hero-positioning {
  font-size: 1rem;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 var(--space-lg);
  line-height: 1.5;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}
@media (min-width: 600px) {
  .hero-metrics { grid-template-columns: repeat(3, 1fr); }
}
.metric-card {
  display: block;
  width: 100%;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-md);
  padding: var(--space-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.metric-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.25);
}
.metric-card:active {
  transform: translateY(0) scale(0.99);
}
.metric-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(126, 176, 255, 0.5);
}
.hero-proof {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 var(--space-md);
}
.metric-value {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  color: #7eb0ff;
  display: block;
  line-height: 1.1;
  margin-bottom: var(--space-xs);
}
.metric-label { font-size: 0.9rem; color: rgba(255, 255, 255, 0.85); display: block; }
.metric-note { font-size: 0.8rem; color: rgba(255, 255, 255, 0.6); margin: var(--space-xs) 0 0; display: block; line-height: 1.4; }
.metric-card--intent .metric-value--icon { font-size: 2rem; margin-bottom: var(--space-xs); }
@media (prefers-reduced-motion: reduce) {
  .metric-value { transition: none; }
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin-bottom: var(--space-md); }
.hero-ctas .btn-primary {
  background: #fff;
  color: #0B1B3A;
}
.hero-ctas .btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #0B1B3A;
}
.hero-ctas .btn-secondary.btn-ghost {
  color: rgba(255, 255, 255, 0.9);
}
.hero-ctas .btn-secondary.btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.hero-disclosure { font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); margin: 0; font-style: italic; }

/*
 * HERO V2 INSPIRED STYLE (Omgent-inspired)
 * Applies to .hero.hero-v2 and .topbar only. Rest of page unchanged.
 * To revert: remove class hero-v2 from the hero section and topbar from header,
 * and remove this CSS block (from "HERO V2" to end of "hero-v2__disclosure" / topbar).
 */

/* ---- Topbar (header) ---- */
.topbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 16, 35, 0.08);
  min-height: 60px;
}
@media (min-width: 768px) {
  .topbar { min-height: 72px; }
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .topbar__inner { min-height: 72px; }
  .topbar .topbar__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-items: start;
  }
  .topbar .topbar__inner .topbar__nav { justify-self: center; }
  .topbar .topbar__inner .topbar__cta { justify-self: end; }
}
.topbar .logo,
.topbar .topbar__logo {
  color: #1b1330;
  font-weight: 700;
  text-decoration: none;
}
.topbar .logo:focus-visible,
.topbar .topbar__logo:focus-visible {
  outline: 3px solid rgba(124, 92, 255, 0.35);
  outline-offset: 3px;
}
.topbar__nav a {
  color: #5b556a;
  font-weight: 500;
  text-decoration: none;
}
.topbar__nav a:hover { text-decoration: underline; color: #1b1330; }
.topbar__nav a:focus-visible {
  outline: 3px solid rgba(124, 92, 255, 0.35);
  outline-offset: 3px;
}
.topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px 0 24px;
  border-radius: 999px;
  background: #3a1d6b;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 14px 34px rgba(20, 12, 40, 0.18);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.topbar__cta:hover {
  background: #4a2580;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(20, 12, 40, 0.22);
  text-decoration: none;
  color: #fff;
}
.topbar__cta:focus-visible {
  outline: 3px solid rgba(124, 92, 255, 0.35);
  outline-offset: 3px;
  box-shadow: 0 14px 34px rgba(20, 12, 40, 0.18);
}
.topbar__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.topbar__cta-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -2px;
}

/* ---- Hero V2 (white, airy, gradient accent) ---- */
.hero.hero-v2 {
  background: #ffffff;
  color: #1b1330;
  border-radius: 0;
  padding-top: 56px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.hero-v2__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .hero.hero-v2 { padding-top: 84px; padding-bottom: 64px; }
}
.hero-v2__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 39px, rgba(20, 16, 35, 0.06) 39px, rgba(20, 16, 35, 0.06) 40px),
    repeating-linear-gradient(90deg, transparent 0, transparent 39px, rgba(20, 16, 35, 0.06) 39px, rgba(20, 16, 35, 0.06) 40px);
  pointer-events: none;
}
.hero-v2__inner {
  display: grid;
  gap: 32px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero-v2__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }
}
.hero-v2__inner--cards {
  display: block;
  max-width: 1000px;
}
@media (min-width: 1024px) {
  .hero-v2__inner--cards { grid-template-columns: 1fr; }
}
.hero-v2__copy { max-width: 52ch; }
/* Override #hero-title (white) from legacy hero so H1 is visible on light background */
.hero.hero-v2 #hero-title,
.hero-v2__title {
  font-size: clamp(36px, 6.5vw, 56px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  color: #0f172a !important;
}
.hero-v2__pill {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 0 16px;
  font-size: 13px;
  color: #5b556a;
  background: #fff;
  border: 1px solid rgba(124, 92, 255, 0.25);
  border-radius: 999px;
  font-weight: 500;
  box-shadow: 0 0 0 1px rgba(255, 106, 162, 0.15) inset;
}
.hero-v2__intro {
  font-size: 17px;
  line-height: 1.5;
  color: #4a4558;
  margin: 0 0 12px;
  max-width: 56ch;
}
.hero-v2__tone {
  font-size: 15px;
  line-height: 1.45;
  color: #4a4558;
  margin: 0 0 28px;
  max-width: 52ch;
}
.hero-v2__title-accent {
  background: linear-gradient(90deg, #ff6aa2, #7c5cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-v2__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 28px;
}
@media (min-width: 600px) {
  .hero-v2__cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .hero-v2__cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.hero-v2__card {
  background: #fff;
  border: 1px solid rgba(20, 16, 35, 0.08);
  border-radius: 8px;
  padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(20, 16, 35, 0.06);
  opacity: 0;
  animation: hero-card-in 0.5s ease forwards;
}
.hero-v2__card:nth-child(1) { animation-delay: 0.05s; }
.hero-v2__card:nth-child(2) { animation-delay: 0.12s; }
.hero-v2__card:nth-child(3) { animation-delay: 0.19s; }
.hero-v2__card:nth-child(4) { animation-delay: 0.26s; }
.hero-v2__card:nth-child(5) { animation-delay: 0.33s; }
.hero-v2__card:nth-child(6) { animation-delay: 0.4s; }
@keyframes hero-card-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-v2__card { animation: none; opacity: 1; }
}
.hero-v2__card-title {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #1b1330;
  margin-bottom: 4px;
}
.hero-v2__card-value,
.hero-v2__card-value .metric-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #2563eb !important;
  margin-bottom: 2px;
}
.hero-v2__card-desc {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #4a4558;
}
.hero-v2__visual--hidden {
  display: none !important;
}
.hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.hero-v2__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px 0 24px;
  border-radius: 999px;
  background: #3a1d6b;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 14px 34px rgba(20, 12, 40, 0.18);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hero-v2__btn-primary { height: 52px; }
}
.hero-v2__btn-primary:hover {
  background: #4a2580;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(20, 12, 40, 0.22);
  text-decoration: none;
  color: #fff;
}
.hero-v2__btn-primary:focus-visible {
  outline: 3px solid rgba(124, 92, 255, 0.35);
  outline-offset: 3px;
}
.hero-v2__btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.hero-v2__btn-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -2px;
}
.hero-v2__btn-secondary {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 2px solid #3a1d6b;
  background: transparent;
  color: #3a1d6b;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 768px) {
  .hero-v2__btn-secondary { height: 52px; }
}
.hero-v2__btn-secondary:hover {
  background: #3a1d6b;
  color: #fff;
  text-decoration: none;
}
.hero-v2__btn-secondary:focus-visible {
  outline: 3px solid rgba(58, 29, 107, 0.5);
  outline-offset: 3px;
}
.hero-v2__link-secondary {
  color: #5b556a;
  font-weight: 500;
  text-decoration: none;
}
.hero-v2__link-secondary:hover { text-decoration: underline; color: #1b1330; }
.hero-v2__link-secondary:focus-visible {
  outline: 3px solid rgba(124, 92, 255, 0.35);
  outline-offset: 3px;
}
.hero-v2__checks {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}
@media (max-width: 479px) {
  .hero-v2__checks { gap: 10px 16px; }
}
.hero-v2__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 14px;
  color: #4a4558;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
  border-radius: 4px;
}
.hero-v2__check:hover { color: #1b1330; }
.hero-v2__check:focus-visible {
  outline: 3px solid rgba(124, 92, 255, 0.5);
  outline-offset: 2px;
}
.hero-v2__check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.12);
}
.hero-v2__check-icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: 4px 0 0 6px;
  border-right: 2px solid #7c5cff;
  border-bottom: 2px solid #7c5cff;
  transform: rotate(45deg);
}
.hero-v2__checks .metric-value {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  display: inline;
  margin: 0;
}
.hero-v2__disclosure {
  font-size: 12px;
  color: #5b556a;
  margin: 0;
  opacity: 0.85;
  max-width: 52ch;
}
@media (prefers-reduced-motion: reduce) {
  .hero-v2__btn-primary:hover { transform: none; }
  .topbar__cta:hover { transform: none; }
}
/* Optional float animation for SVG discs */
.hero-v2__float { animation: hero-v2-float 6s ease-in-out infinite; }
.hero-v2__float--2 { animation-delay: -2s; }
.hero-v2__float--3 { animation-delay: -4s; }
@keyframes hero-v2-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-v2__float { animation: none; }
}
.hero-v2__visual {
  position: relative;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .hero-v2__visual { margin-top: 0; }
}
.hero-v2__svg {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 1024px) {
  .hero-v2__svg { margin-left: 0; margin-right: 0; max-width: 100%; }
}
@media (max-width: 767px) {
  .hero-v2__visual { opacity: 0.92; }
}

/* In summary */
.summary-inline { background: rgba(47, 107, 255, 0.04); }
.summary-inline__p { margin: 0 0 var(--space-xs); font-size: 0.95rem; color: var(--muted); max-width: 65ch; }

/* How it works */
.section-how .how-cards { display: grid; grid-template-columns: 1fr; gap: var(--space-md); margin-bottom: var(--space-sm); }
@media (min-width: 640px) { .section-how .how-cards { grid-template-columns: repeat(3, 1fr); } }
.how-card { padding: var(--space-md); border: 1px solid var(--border); border-radius: var(--r-md); background: var(--sheet); }
.how-card__title { font-size: 1rem; margin: 0 0 var(--space-xs); }
.how-card__p { font-size: 0.9rem; color: var(--muted); margin: 0; line-height: 1.45; }
.how-footer { font-size: 0.85rem; color: var(--muted); margin: 0; }

/* Tenancy tiers */
.tenancy-tiers { display: grid; grid-template-columns: 1fr; gap: var(--space-md); margin-bottom: var(--space-lg); }
@media (min-width: 640px) { .tenancy-tiers { grid-template-columns: repeat(3, 1fr); } }
.tenancy-tier-card { padding: var(--space-lg); border: 1px solid var(--border); border-radius: var(--r-md); background: var(--sheet); box-shadow: var(--shadow-sm); }
.tenancy-tier-card:hover { box-shadow: var(--shadow-md); }
.tenancy-tier-name { font-size: 1.25rem; margin: 0 0 var(--space-sm); }
.tenancy-tier-best-for { font-size: 0.9rem; color: var(--muted); margin: 0 0 var(--space-sm); }
.tenancy-tier-includes { margin: 0 0 var(--space-sm); padding-left: 1.25rem; font-size: 0.9rem; }
.tenancy-tier-launch { font-size: 0.85rem; color: var(--muted); margin: 0 0 var(--space-md); }
.tenancy-tier-cta { display: inline-block; margin-top: var(--space-xs); }
.tenancy-pricing-logic p { font-size: 0.95rem; color: var(--muted); margin: 0 0 var(--space-lg); max-width: 60ch; }
.examples-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-md); margin-bottom: var(--space-sm); }
.example-tile { padding: var(--space-md); border: 1px solid var(--border); border-radius: var(--r-sm); text-align: center; }
.example-tile__label { font-size: 0.85rem; color: var(--muted); }
.example-tile__mock { height: 60px; background: var(--border); border-radius: var(--r-sm); margin-top: var(--space-xs); }
.examples-sponsored { font-size: 0.85rem; color: var(--muted); margin: 0; }

/* Security */
.section-security .security-list { margin: 0; padding-left: 1.25rem; }
.section-security .security-list li { margin-bottom: var(--space-xs); }

/* Directory jumplinks */
.directory-jumplinks { font-size: 0.9rem; margin: 0 0 var(--space-sm); }
.directory-jumplinks a { text-decoration: underline; }

/* Table impressions strip – tighter, v2 */
.table-impressions-strip {
  background: rgba(20, 16, 35, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-sm) var(--space-md);
  margin-bottom: var(--space-sm);
}
.table-strip-text { margin: 0; font-size: 0.9rem; font-weight: 600; line-height: 1.4; }
.table-strip-value { color: var(--primary); font-weight: 800; }
.table-strip-disclosure { font-size: 0.75rem; color: var(--muted); margin: 0.35rem 0 0; font-style: italic; }

/* Summary strip – v2 theme, tighter */
.summary-strip {
  background: rgba(20, 16, 35, 0.03);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.summary-bullets {
  margin: 0;
  padding-left: 1.15rem;
  max-width: 680px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--muted);
}
.summary-bullets li { margin-bottom: 0.35rem; }
.summary-bullets a { color: var(--primary); }
.summary-bullets a:hover { text-decoration: underline; }
.summary-strip__title { font-size: 1rem; margin: 0 0 var(--space-sm); color: var(--text); }
.summary-strip__lead { font-size: 0.95rem; margin: 0 0 var(--space-xs); line-height: 1.45; color: var(--text); max-width: 65ch; }
.summary-strip__body { font-size: 0.9rem; margin: 0 0 var(--space-xs); line-height: 1.45; color: var(--muted); }
.summary-strip__body a { color: var(--primary); }
.summary-strip__contact { font-size: 0.85rem; margin: 0; color: var(--muted); }
.summary-strip__contact a { color: var(--primary); }

/* Why we exist – clean layout with positive icons */
.why-we-exist__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
}
.why-we-exist__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1330;
  margin: 0 0 var(--space-md);
}
.why-we-exist__intro {
  margin: 0 0 var(--space-lg);
}
.why-we-exist__intro p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a4558;
  margin: 0 0 var(--space-sm);
  max-width: 65ch;
}
.why-we-exist__intro p:last-child {
  margin-bottom: 0;
}
.why-we-exist__subtitle {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1b1330;
  margin: 0 0 var(--space-md);
}
.why-we-exist__options {
  display: grid;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 600px) {
  .why-we-exist__options { grid-template-columns: 1fr 1fr; }
}
.why-we-exist__option {
  display: flex;
  gap: var(--space-sm);
  align-items: flex-start;
  padding: var(--space-md);
  background: #fff;
  border: 1px solid rgba(20, 16, 35, 0.08);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(20, 16, 35, 0.05);
}
.why-we-exist__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
}
.why-we-exist__icon--tick::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  margin: 6px 0 0 11px;
  border-right: 2px solid #16a34a;
  border-bottom: 2px solid #16a34a;
  transform: rotate(45deg);
}
.why-we-exist__icon--shield {
  background: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-we-exist__icon--shield svg {
  width: 20px;
  height: 20px;
}
.why-we-exist__option-content {
  min-width: 0;
}
.why-we-exist__option-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1b1330;
  margin: 0 0 0.35rem;
}
.why-we-exist__option-body {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a4558;
  margin: 0;
}
.why-we-exist__cta {
  display: inline-block;
  margin-top: var(--space-sm);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.why-we-exist__cta:focus-visible {
  outline: 3px solid rgba(58, 29, 107, 0.5);
  outline-offset: 3px;
}
.why-we-exist__cta--secondary {
  background: transparent;
  border: 2px solid #3a1d6b;
  color: #3a1d6b;
}
.why-we-exist__cta--secondary:hover {
  background: #3a1d6b;
  color: #fff;
  text-decoration: none;
}
.why-we-exist__close {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a4558;
  margin: 0 0 var(--space-md);
  max-width: 65ch;
}
.why-we-exist__contact {
  font-size: 0.85rem;
  margin: 0;
  color: #5b556a;
}
.why-we-exist__contact a {
  color: var(--primary);
}

/* Portfolio / Table */
.section-portfolio { background: var(--sheet); }

.metrics-explained {
  background: rgba(20, 16, 35, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-sm) var(--space-md);
  margin-bottom: var(--space-sm);
}
.metrics-explained__title { font-size: 0.95rem; margin: 0 0 0.25rem; color: var(--text); }
.metrics-explained__body { font-size: 0.85rem; color: var(--muted); margin: 0 0 0.25rem; line-height: 1.45; }
.metrics-explained__sources { font-size: 0.8rem; color: var(--muted); margin: 0; }
.metrics-explained__sources a { color: var(--primary); text-underline-offset: 2px; }

.last-checked { font-size: 0.85rem; color: var(--muted); margin: 0 0 var(--space-sm); }

.portfolio-intro { font-size: 0.9rem; color: var(--muted); margin: 0 0 var(--space-sm); line-height: 1.45; }
.portfolio-details-block { margin-bottom: var(--space-sm); }
.portfolio-details-summary { font-size: 0.95rem; font-weight: 600; cursor: pointer; list-style: none; }
.portfolio-details-summary::-webkit-details-marker { display: none; }

/* Network health intro (above table) */
.network-health-intro { margin-bottom: var(--space-sm); }
.network-health-intro__title { font-size: 1rem; margin: 0 0 0.25rem; color: var(--text); }
.network-health-intro__body { font-size: 0.9rem; color: var(--muted); margin: 0; line-height: 1.45; max-width: 65ch; }

.directory-toolbar { margin-bottom: var(--space-sm); }
.toolbar-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  align-items: center;
}
.toolbar-live-only { font-weight: 400; font-size: 0.9rem; margin: 0; }
.toolbar-live-only input { margin-right: 0.35rem; }
.search-input { max-width: 220px; }
.select { min-width: 120px; max-width: 180px; }
.listings-count { font-size: 0.95rem; color: var(--muted); margin: var(--space-xs) 0 0; }

/* Metrics table – premium card, scoped to this section only */
.metrics-table {
  background: var(--sheet);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  overflow: visible;
  margin-top: var(--space-sm);
  padding-bottom: var(--space-lg);
}
.metrics-table .table-wrap + .table-cards { margin-top: 0; }
.metrics-table-footnotes {
  padding: var(--space-md) var(--space-md) var(--space-sm);
  padding-left: max(var(--space-md), 1rem);
}
.metrics-table .table-wrap { overflow-x: auto; margin-top: 0; -webkit-overflow-scrolling: touch; border-radius: var(--r-lg) var(--r-lg) 0 0; overflow: hidden; }
.metrics-table .portfolio-table th.td-category,
.metrics-table .portfolio-table td.td-category { display: none; }
.metrics-table.show-category .portfolio-table th.td-category,
.metrics-table.show-category .portfolio-table td.td-category { display: table-cell; }
.metrics-table .portfolio-table tbody tr:nth-child(even) { background: rgba(20, 16, 35, 0.02); }
.metrics-table .portfolio-table tbody tr:hover { background: rgba(58, 29, 107, 0.04); }
.metrics-table .portfolio-table th.td-domain,
.metrics-table .portfolio-table td.td-domain {
  text-align: left;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  min-width: 14em;
}
.metrics-table .portfolio-table td.td-domain a { overflow: visible; }
.metrics-table .portfolio-table th.td-category,
.metrics-table .portfolio-table td.td-category {
  text-align: left;
  min-width: 11em;
  white-space: nowrap;
  overflow: visible;
}
.metrics-table .portfolio-table th.th-actions,
.metrics-table .portfolio-table td.cell-actions { min-width: 11em; }
.metrics-table .portfolio-table th.td-status,
.metrics-table .portfolio-table td.td-status,
.metrics-table .portfolio-table th.td-gdpr,
.metrics-table .portfolio-table td.td-gdpr { text-align: center; }
.metrics-table .portfolio-table th.td-num,
.metrics-table .portfolio-table td.td-num { text-align: right; }
.metrics-table .portfolio-table td.td-center { text-align: center; }
.metrics-table .portfolio-table th.td-num.td-center,
.metrics-table .portfolio-table td.td-num.td-center { text-align: center; }
.metrics-table .portfolio-table th.th-actions,
.metrics-table .portfolio-table td.cell-actions { text-align: left; }
.metrics-table .cell-actions .btn { white-space: nowrap; padding: 4px 10px; font-size: 0.8rem; }
.metrics-table .cell-actions .btn + .btn { margin-left: 4px; }
.cell-actions .btn { white-space: nowrap; }
@media (min-width: 821px) {
  .metrics-table .portfolio-table thead tr { position: sticky; top: 0; z-index: 2; background: #1b1330; box-shadow: 0 2px 0 rgba(255,255,255,0.1); }
}
.metrics-table .portfolio-table th {
  writing-mode: horizontal-tb;
  text-orientation: unset;
  height: auto;
  width: auto;
  min-width: 0;
  vertical-align: middle;
  background: #1b1330;
  color: rgba(255, 255, 255, 0.95);
  padding: 18px 12px;
  min-height: 56px;
  font-weight: 600;
}
.metrics-table .portfolio-table thead tr th { padding: 20px 12px; }
.metrics-table .portfolio-table th:nth-child(n+4) {
  writing-mode: horizontal-tb;
  text-orientation: unset;
  height: auto;
  width: auto;
  min-width: 0;
  transform: none;
  vertical-align: middle;
}
.metrics-table .portfolio-table th .metric-info {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.4);
}
.metrics-table .portfolio-table th .metric-info:hover,
.metrics-table .portfolio-table th .metric-info:focus {
  color: #fff;
  border-color: #fff;
}
.metrics-table .portfolio-table th .metric-info { writing-mode: horizontal-tb; transform: none; }
.metrics-table-footnote { font-size: 0.75rem; color: var(--muted); margin: var(--space-sm) 0 0; max-width: 72ch; line-height: 1.4; }
.metrics-table-footnote--pending { margin-top: 0.25rem; }

/* Pills and badges (metrics table) – Live green, In build muted/amber */
.metrics-table .pill {
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.metrics-table .pill--live { background: rgba(34, 197, 94, 0.15); color: #16a34a; }
.metrics-table .pill--build,
.metrics-table .pill--pending { background: rgba(91, 85, 106, 0.15); color: var(--muted); }
.metrics-table .pill--dofollow { background: rgba(34, 197, 94, 0.15); color: #16a34a; }
.metrics-table .pill--dofollow-pend { background: rgba(245, 158, 11, 0.2); color: #b45309; }
.metrics-table .metrics-table-dr--green .metrics-table-dr-value { color: #16a34a; font-weight: 700; }
.metrics-table .metrics-table-uptime--green { color: #16a34a !important; }

/* Green tick – same green as dofollow for positive consistency */
.metrics-table .tick { color: #16a34a; font-weight: 700; }
.metrics-table .tick--green { color: #16a34a; }

/* Performance / value bubbles – good = green */
.metrics-table .bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
}
.metrics-table .bubble--good { background: rgba(34, 197, 94, 0.15); color: #16a34a; }
.metrics-table .bubble--ok { background: rgba(245, 158, 11, 0.2); color: #b45309; }
.metrics-table .bubble--pending { background: rgba(91, 85, 106, 0.12); color: var(--muted); }

/* DR meter (lightweight) */
.metrics-table .metrics-table-dr { position: relative; display: inline-block; padding-bottom: 6px; min-width: 3.5em; }
.metrics-table .metrics-table-dr-value { position: relative; z-index: 1; }
.metrics-table .meter { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: rgba(91, 85, 106, 0.2); border-radius: 2px; overflow: hidden; }
.metrics-table .meter-fill { display: block; height: 100%; background: var(--primary); border-radius: 2px; }
.metrics-table .metrics-table-muted { font-size: 0.85rem; color: var(--muted); }
.metrics-table .metrics-table-uptime--amber { color: #b45309; }
.metrics-table .metrics-table-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-left: 4px; vertical-align: middle; }
.metrics-table .metrics-table-dot--good { background: #16a34a; }
.metrics-table .metrics-table-backlinks--amber { color: #b45309; }

/* Trend arrows – up green, down amber */
.metrics-table .trend { display: inline-flex; font-size: 0.85em; font-weight: 700; color: #16a34a; margin-left: 0.15em; }
.metrics-table .trend--down,
.metrics-table .trend--down2 { color: #b45309; }

/* Mobile: cards at 820px and below (metrics section only) */
@media (max-width: 820px) {
  .metrics-table .table-wrap { display: none !important; }
  .metrics-table .table-cards { display: block !important; }
}
@media (min-width: 821px) {
  .metrics-table .table-cards { display: none !important; }
}
.metrics-table-card .card-row--header { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-xs); margin-bottom: var(--space-sm); }
.metrics-table-card .card-row--header .card-value { flex: 1; min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.metrics-table-card .card-metrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xs) var(--space-md); margin-bottom: var(--space-sm); }
.metrics-table-card .card-metrics-grid .card-row { margin-bottom: 0; }
.metrics-table-card .card-metrics-grid .pill,
.metrics-table-card .card-metrics-grid .bubble { margin-left: 0; }
.metrics-table-card__more { margin-top: var(--space-xs); margin-bottom: 0; }
.metrics-table-card__more-summary { font-size: 0.85rem; font-weight: 600; color: var(--muted); cursor: pointer; list-style: none; display: inline-block; }
.metrics-table-card__more-summary::-webkit-details-marker { display: none; }
.metrics-table-card__more-summary::before { content: "+ "; }
.metrics-table .metrics-table-card__more[open] .metrics-table-card__more-summary::before { content: "− "; }
.metrics-table-card .card-metrics-grid--more { margin-top: var(--space-xs); }

.estate-view-hint {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0 0 var(--space-sm);
  font-style: italic;
}
.table-wrap { overflow-x: auto; margin-top: 0; -webkit-overflow-scrolling: touch; }
.portfolio-table {
  width: 100%;
  min-width: 1100px;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.portfolio-table th,
.portfolio-table td {
  padding: var(--space-xs) var(--space-sm);
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 0.85rem;
}
.portfolio-table th {
  font-weight: 600;
  color: var(--muted);
  background: var(--bg);
  padding: var(--space-xs) var(--space-xs);
  text-align: left;
}
.portfolio-table th:nth-child(n+4) {
  white-space: nowrap;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 8.5em;
  width: 2.2em;
  min-width: 2.2em;
  vertical-align: bottom;
  transform: rotate(180deg);
}
.portfolio-table th .metric-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  margin-left: 2px;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 50%;
  cursor: help;
  vertical-align: middle;
}
.portfolio-table th:nth-child(n+4) .metric-info {
  writing-mode: horizontal-tb;
  transform: rotate(-180deg);
}
.portfolio-table th:first-child,
.portfolio-table td:first-child { width: 18%; }
.portfolio-table th:nth-child(2),
.portfolio-table td:nth-child(2) { width: 12%; }
.portfolio-table th:nth-child(3),
.portfolio-table td:nth-child(3) { width: 8%; }
.portfolio-table th .metric-info:hover,
.portfolio-table th .metric-info:focus {
  outline: none;
}
.portfolio-table th .metric-info:focus-visible {
  box-shadow: 0 0 0 2px var(--sheet), 0 0 0 4px var(--primary);
}
.metric-tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 6px;
  padding: var(--space-xs) var(--space-sm);
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--sheet);
  background: var(--text);
  border-radius: var(--r-sm);
  white-space: normal;
  max-width: 220px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.metric-tooltip--portal {
  position: fixed;
  left: 0;
  top: 0;
  transform: none;
  bottom: auto;
  margin: 0;
  max-width: 280px;
  padding: 10px 12px;
  z-index: 10000;
}
.metric-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: var(--text);
}
.metric-tooltip--portal::after { display: none; }
.portfolio-table tbody tr.tr-live { background: rgba(47, 107, 255, 0.03); }
.portfolio-table tbody tr.tr-pend { background: rgba(102, 112, 133, 0.04); }
.status-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  font-size: 0.8rem;
  font-weight: 600;
}
.status-badge--live { background: rgba(13, 148, 136, 0.15); color: #0d9488; }
.status-badge--pend { background: rgba(102, 112, 133, 0.2); color: var(--muted); }
.portfolio-table .btn { padding: var(--space-xs) var(--space-sm); font-size: 0.9rem; }
.cell-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  align-items: center;
}
.cell-actions .btn { white-space: nowrap; }
@media (max-width: 767px) {
  .portfolio-card .card-actions { display: flex; flex-wrap: wrap; gap: var(--space-xs); }
}

/* Table cards (mobile) */
@media (max-width: 767px) {
  .table-wrap { display: none; }
  .table-cards { display: block; }
}
@media (min-width: 768px) {
  .table-cards { display: none; }
}
.portfolio-card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-sm);
  margin-bottom: var(--space-xs);
  background: var(--sheet);
  font-size: 0.9rem;
}
.portfolio-card.card-pend { background: rgba(91, 85, 106, 0.05); }
.portfolio-card .card-row { display: flex; justify-content: space-between; gap: var(--space-sm); margin-bottom: 0.2rem; }
.portfolio-card .card-label { font-weight: 600; color: var(--muted); flex-shrink: 0; font-size: 0.85rem; }
.portfolio-card .card-value { text-align: right; }
.portfolio-card .card-actions { margin-top: var(--space-xs); }

/* About – v2, tighter */
.section-about { background: rgba(20, 16, 35, 0.02); }
.about-content { max-width: 640px; font-size: 0.95rem; line-height: 1.5; }
.about-content p { margin-bottom: var(--space-sm); }
.about-content p:last-child { margin-bottom: 0; }

/* Tenancy – simplified, clear option boxes */
.section-tenancy { background: var(--sheet); }
.tenancy-inner { max-width: 1000px; margin-left: auto; margin-right: auto; }
.tenancy-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1330;
  margin: 0 0 var(--space-sm);
  line-height: 1.25;
}
.tenancy-lead {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4558;
  margin: 0 0 var(--space-xs);
}
.tenancy-disclosure {
  font-size: 0.9rem;
  color: #5b556a;
  margin: 0 0 var(--space-lg);
  max-width: 60ch;
}
.tenancy-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 640px) {
  .tenancy-options { grid-template-columns: repeat(3, 1fr); }
}
.tenancy-option {
  background: #fff;
  border: 1px solid rgba(20, 16, 35, 0.08);
  border-radius: 8px;
  padding: var(--space-md) var(--space-lg);
  box-shadow: 0 1px 3px rgba(20, 16, 35, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tenancy-option__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1b1330;
  margin: 0 0 var(--space-xs);
}
.tenancy-option__spec {
  font-size: 0.9rem;
  color: #5b556a;
  margin: 0 0 2px;
}
.tenancy-option__price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #3a1d6b;
  margin: 0 0 var(--space-sm);
}
.tenancy-option__desc {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4a4558;
  margin: 0 0 var(--space-md);
  flex-grow: 1;
}
.tenancy-option__cta {
  margin-top: auto;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.tenancy-note {
  font-size: 0.9rem;
  color: #5b556a;
  margin: 0 0 var(--space-xs);
  max-width: 65ch;
}
.tenancy-note:last-of-type { margin-bottom: 0; }

/* Tech – simplified build options */
.section-tech { background: rgba(20, 16, 35, 0.02); }
.tech-lead { margin-bottom: var(--space-sm); font-size: 0.95rem; line-height: 1.5; max-width: 65ch; }
.tech-options-title { font-size: 1.15rem; font-weight: 700; margin: var(--space-lg) 0 var(--space-md); color: #1b1330; }
.tech-build-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 640px) {
  .tech-build-options { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .tech-build-options { grid-template-columns: repeat(2, 1fr); }
}
.tech-option-card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-md) var(--space-lg);
  background: var(--sheet);
  box-shadow: var(--shadow-sm);
}
.tech-option-name { font-size: 1rem; font-weight: 700; margin: 0 0 var(--space-xs); color: #1b1330; line-height: 1.35; }
.tech-option-price { font-size: 1rem; font-weight: 700; color: var(--primary); margin: 0 0 var(--space-sm); }
.tech-option-desc { font-size: 0.9rem; line-height: 1.5; color: var(--text); margin: 0 0 var(--space-xs); }
.tech-option-examples { font-size: 0.85rem; color: var(--muted); margin: 0; }
.tech-disclaimer { font-size: 0.85rem; color: var(--muted); margin: 0 0 var(--space-md); font-style: italic; }

.tech-layout {
  display: grid;
  gap: var(--space-lg);
  margin-bottom: var(--space-lg);
}
@media (min-width: 900px) {
  .tech-layout { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .tech-layout { grid-template-columns: 58% 42%; }
}
.tech-left, .tech-right { min-width: 0; }

.rate-card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-sm) var(--space-md);
  background: var(--sheet);
  margin-bottom: var(--space-sm);
  box-shadow: var(--shadow-sm);
}
.rate-card-title { margin: 0 0 0.25rem; font-size: 0.95rem; font-weight: 700; }
.rate-card-rate { font-size: 1rem; font-weight: 700; color: var(--primary); margin: 0 0 0.25rem; }
.rate-card-tagline { font-size: 0.85rem; color: var(--muted); margin: 0 0 var(--space-sm); }
.rate-card .btn { width: 100%; }
@media (min-width: 600px) { .rate-card .btn { width: auto; } }

.tech-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: var(--space-xs);
  margin-bottom: var(--space-sm);
}
@media (min-width: 900px) {
  .tech-pricing-grid { grid-template-columns: repeat(5, 1fr); }
}
.tech-price-card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-xs) var(--space-sm);
  background: var(--sheet);
}
.tech-price-card h4 { margin: 0 0 0.2rem; font-size: 0.85rem; line-height: 1.3; }
.tech-price-desc { font-size: 0.75rem; color: var(--muted); margin: 0 0 0.2rem; line-height: 1.35; }
.tech-price-value { font-size: 0.9rem; font-weight: 700; color: var(--primary); margin: 0; }
.tech-pricing-note { font-size: 0.8rem; color: var(--muted); font-style: italic; margin: 0; }

.case-study {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-sm) var(--space-md);
  margin-bottom: var(--space-sm);
  background: var(--sheet);
}
.case-study h3 { margin: 0 0 0.25rem; font-size: 0.95rem; }
.case-study p { margin: 0; font-size: 0.9rem; }
.case-study-included {
  margin: var(--space-xs) 0 0;
  padding-left: 1.15rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.case-study-included li { margin-bottom: 0.2rem; }
.case-study-disclosure { font-size: 0.75rem; color: var(--muted); font-style: italic; margin: var(--space-xs) 0 0; }

.tools-expander { margin-top: var(--space-sm); }
.tools-expander-btn {
  width: 100%;
  justify-content: center;
  padding: var(--space-sm) var(--space-md);
}
.tools-expander-btn:focus-visible { outline: none; box-shadow: var(--focus-ring); border-radius: var(--r-sm); }
.tools-expander-btn::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: var(--space-xs);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.tools-expander-btn[aria-expanded="true"]::after { transform: rotate(-135deg); }
.tools-expander-panel[aria-hidden="true"] { display: none; }
.tools-expander-panel {
  padding-top: var(--space-sm);
  border-top: 1px solid var(--border);
  margin-top: var(--space-xs);
}
.tools-grid-title { margin: 0 0 var(--space-sm); font-size: 0.95rem; }
.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xs);
}
@media (min-width: 640px) {
  .tools-grid { grid-template-columns: repeat(3, 1fr); }
}
.tool-card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-xs) var(--space-sm);
  background: var(--sheet);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.tool-card:hover { border-color: var(--primary); box-shadow: var(--shadow-sm); }
.tool-card .tool-icon {
  width: 28px;
  height: 28px;
  border-radius: var(--r-sm);
  background: rgba(124, 92, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.tool-card h4 { margin: 0 0 2px; font-size: 0.8rem; line-height: 1.3; }
.tool-card .tool-price { font-size: 0.7rem; color: var(--muted); }
.tool-card .tool-note { font-style: italic; font-size: 0.75rem; }

.estimator {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-sm) var(--space-md);
  background: var(--sheet);
}
.estimator h3 { margin: 0 0 var(--space-sm); font-size: 0.95rem; }
.estimator-fields { display: block; margin-bottom: var(--space-xs); }
@media (min-width: 520px) {
  .estimator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-sm); }
}
.estimator-col { min-width: 0; }
.estimator-row { margin-bottom: var(--space-xs); }
.estimator-row label { display: block; margin-bottom: 0.2rem; font-weight: 600; font-size: 0.85rem; }
.estimator-output { font-weight: 600; margin: var(--space-xs) 0 0; font-size: 0.9rem; }
.estimator-support-line { font-size: 0.85rem; color: var(--primary); margin: 0.25rem 0 0; }
.estimator-support-line:empty { display: none; }
.estimator-disclaimer { font-size: 0.75rem; color: var(--muted); margin: var(--space-xs) 0 var(--space-sm); }
.estimator .btn { width: 100%; }
@media (min-width: 400px) { .estimator .btn { width: auto; } }

/* FAQ – v2, tighter */
.section-faq { background: var(--sheet); }
.faq-intro {
  margin: 0 0 var(--space-md);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.faq-group + .faq-group {
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid var(--border);
}
.faq-group-title {
  margin: 0 0 var(--space-sm);
  font-size: 1.05rem;
  color: #1b1330;
}
.faq-list { max-width: none; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%;
  min-height: 44px;
  padding: 12px 0;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover { color: var(--primary); }
.faq-question:focus-visible { outline: none; box-shadow: var(--focus-ring); border-radius: var(--r-sm); }
.faq-question::after { content: "+"; font-size: 1.1rem; color: var(--muted); }
.faq-item[data-open="true"] .faq-question::after { content: "-"; }
.faq-answer {
  padding: 0 0 var(--space-sm);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.faq-answer[hidden] { display: none; }
.faq-end-cta {
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid var(--border);
}
.faq-end-cta-title {
  margin: 0 0 var(--space-sm);
  font-weight: 700;
  color: #1b1330;
}
.faq-end-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}
.faq-end-cta-note {
  margin: var(--space-sm) 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Trust – unified (pillars + contact) */
.section-trust { background: rgba(20, 16, 35, 0.03); }
.section-trust-contact .trust-unified-intro {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text);
  max-width: 65ch;
  margin: 0 0 var(--space-lg);
}

.trust-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 640px) {
  .trust-pillars { grid-template-columns: repeat(2, 1fr); }
}
.trust-pillar {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--space-md) var(--space-lg);
  background: var(--sheet);
  box-shadow: var(--shadow-sm);
}
.trust-pillar-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1b1330;
  margin: 0 0 var(--space-sm);
  line-height: 1.3;
}
.trust-pillar-body {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text);
  margin: 0;
}

.trust-contact-block {
  background: var(--sheet);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
}
.trust-talk-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1b1330;
  margin: 0 0 var(--space-sm);
}
.trust-talk-lead {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 var(--space-md);
  max-width: 60ch;
}
.trust-contact-details {
  font-size: 0.95rem;
  margin: 0 0 var(--space-md);
  line-height: 1.6;
}
.trust-contact-details a { color: var(--primary); font-weight: 500; }
.trust-contact-details a:hover { text-decoration: underline; }
.trust-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.trust-contact-actions .btn { white-space: nowrap; }
.trust-contact-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
  font-style: italic;
}

/* Network reach – simplified; light grey + grid like hero to segment */
.network-reach-section {
  background: #f5f4f8;
  position: relative;
  overflow: hidden;
}
.network-reach-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 39px, rgba(20, 16, 35, 0.06) 39px, rgba(20, 16, 35, 0.06) 40px),
    repeating-linear-gradient(90deg, transparent 0, transparent 39px, rgba(20, 16, 35, 0.06) 39px, rgba(20, 16, 35, 0.06) 40px);
  pointer-events: none;
}
.network-reach-simple {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  position: relative;
  z-index: 1;
}
.network-reach-simple__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1330;
  margin: 0 0 var(--space-sm);
}
.network-reach-simple__intro {
  font-size: 1rem;
  line-height: 1.55;
  color: #4a4558;
  margin: 0 0 var(--space-lg);
  max-width: 65ch;
}
.network-reach-simple__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 600px) {
  .network-reach-simple__cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .network-reach-simple__cards { grid-template-columns: repeat(4, 1fr); }
}
.network-reach-simple__card {
  background: #fff;
  border: 1px solid rgba(20, 16, 35, 0.08);
  border-radius: 8px;
  padding: var(--space-md) var(--space-lg);
  box-shadow: 0 1px 3px rgba(20, 16, 35, 0.06);
  opacity: 0;
  animation: network-reach-card-in 0.5s ease forwards;
}
.network-reach-simple__card:nth-child(1) { animation-delay: 0.05s; }
.network-reach-simple__card:nth-child(2) { animation-delay: 0.12s; }
.network-reach-simple__card:nth-child(3) { animation-delay: 0.19s; }
.network-reach-simple__card:nth-child(4) { animation-delay: 0.26s; }
@keyframes network-reach-card-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .network-reach-simple__card { animation: none; opacity: 1; }
}
.network-reach-simple__card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2563eb;
  margin: 0 0 var(--space-xs);
  opacity: 0;
  animation: network-reach-title-in 0.45s ease forwards;
}
.network-reach-simple__card:nth-child(1) .network-reach-simple__card-title { animation-delay: 0.15s; }
.network-reach-simple__card:nth-child(2) .network-reach-simple__card-title { animation-delay: 0.22s; }
.network-reach-simple__card:nth-child(3) .network-reach-simple__card-title { animation-delay: 0.29s; }
.network-reach-simple__card:nth-child(4) .network-reach-simple__card-title { animation-delay: 0.36s; }
@keyframes network-reach-title-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .network-reach-simple__card-title { animation: none; opacity: 1; }
}
.network-reach-simple__card-desc {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4a4558;
  margin: 0;
}
.network-reach-simple__close {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a4558;
  margin: 0 0 var(--space-md);
  max-width: 65ch;
}
.network-reach-simple__cta {
  display: inline-block;
  margin-bottom: var(--space-md);
}
.network-reach-simple__smallprint {
  font-size: 0.8rem;
  color: #5b556a;
  margin: 0;
}

/* Legacy network reach module (kept for JS that may still reference; new section uses network-reach-simple) */
.network-reach-section .network-reach {
  background: var(--sheet);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  padding: var(--space-lg);
}
.network-reach__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-sm) var(--space-md);
  margin-bottom: var(--space-md);
}
.network-reach__title { margin: 0; font-size: 1.35rem; }
.network-reach__date {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
  width: 100%;
}
.network-reach__pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-left: auto;
}
.network-reach__pill {
  padding: 0.2em 0.6em;
  border-radius: var(--r-pill);
  font-size: 0.8rem;
  font-weight: 500;
}
.network-reach__pill--tracked {
  background: rgba(34, 134, 58, 0.15);
  color: #166534;
}
.network-reach__pill--neutral {
  background: rgba(20, 16, 35, 0.08);
  color: var(--muted);
}
.network-reach__body,
.network-reach__trust {
  font-size: 0.95rem;
  margin: 0 0 var(--space-sm);
  color: var(--text);
}
.network-reach__trust { font-size: 0.85rem; color: var(--muted); }
.network-reach__tabs {
  display: flex;
  gap: 0;
  margin: var(--space-md) 0;
  border-bottom: 1px solid var(--border);
}
.network-reach__tab {
  padding: var(--space-sm) var(--space-md);
  font-size: 0.9rem;
  font-weight: 500;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  color: var(--muted);
  font-family: inherit;
}
.network-reach__tab:hover { color: var(--text); }
.network-reach__tab:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.network-reach__tab[aria-selected="true"].network-reach__tab--active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.network-reach__kpis {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 640px) {
  .network-reach__kpis { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .network-reach__kpis { grid-template-columns: repeat(4, 1fr); }
}
.network-reach__kpi {
  position: relative;
  padding: var(--space-md);
  background: rgba(20, 16, 35, 0.03);
  border-radius: var(--r-sm);
  border: 1px solid var(--border);
}
.network-reach__kpi-tick {
  display: inline-block;
  margin-right: var(--space-xs);
}
.tick.tick--green { color: #166534; }
.network-reach__kpi-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 0.25rem 0;
}
.network-reach__kpi-value--bubble {
  display: inline-block;
  padding: 0.1em 0.35em;
  border-radius: var(--r-sm);
  background: rgba(34, 134, 58, 0.12);
  color: #166534;
}
.network-reach__kpi-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.network-reach__kpi-sub {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.35;
}
.network-reach__accordion { margin-top: var(--space-md); }
.network-reach__accordion-btn {
  width: 100%;
  padding: var(--space-sm) var(--space-md);
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  background: rgba(20, 16, 35, 0.05);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  cursor: pointer;
  font-family: inherit;
}
.network-reach__accordion-btn:hover { background: rgba(20, 16, 35, 0.08); }
.network-reach__accordion-btn:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.network-reach__accordion-btn[aria-expanded="true"] { margin-bottom: var(--space-sm); }
.network-reach__breakdown-panel {
  padding: var(--space-md) 0;
}
.network-reach__search {
  width: 100%;
  max-width: 280px;
  margin-bottom: var(--space-sm);
  padding: var(--space-xs) var(--space-sm);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  font-size: 0.9rem;
}
.network-reach__top10-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  font-size: 0.9rem;
  margin-bottom: var(--space-sm);
  margin-right: var(--space-md);
}
.network-reach__breakdown-table-wrap {
  overflow-x: auto;
  margin: var(--space-sm) 0;
}
.network-reach__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.network-reach__table th,
.network-reach__table td {
  padding: var(--space-xs) var(--space-sm);
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.network-reach__table th { font-weight: 600; color: var(--muted); }
.network-reach__paid-totals { margin-top: var(--space-lg); padding-top: var(--space-md); border-top: 1px solid var(--border); }
.network-reach__paid-title { font-size: 1rem; margin: 0 0 0.25rem; }
.network-reach__paid-desc { font-size: 0.85rem; color: var(--muted); margin: 0 0 var(--space-sm); }
.network-reach__paid-list { margin: 0; padding-left: 1.25rem; font-size: 0.9rem; }
.network-reach__pill-pending {
  display: inline-block;
  padding: 0.15em 0.5em;
  border-radius: var(--r-pill);
  font-size: 0.85rem;
  background: rgba(20, 16, 35, 0.1);
  color: var(--muted);
}
.network-reach__compliance {
  font-size: 0.8rem;
  color: var(--muted);
  margin: var(--space-md) 0 0;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--border);
}

/* Contact – v2, tighter */
.section-contact { background: var(--sheet); }
.contact-intro { margin-bottom: var(--space-md); color: var(--muted); font-size: 0.9rem; }
.contact-form { margin-bottom: var(--space-md); }
.contact-form--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm) var(--space-md);
}
@media (max-width: 639px) {
  .contact-form--grid { grid-template-columns: 1fr; }
}
.form-row { margin-bottom: 0; }
.form-row label { display: block; margin-bottom: 0.25rem; font-weight: 600; font-size: 0.9rem; }
.form-row--full { grid-column: 1 / -1; }
.form-row-hp { position: absolute; left: -9999px; }
.form-group--full { grid-column: 1 / -1; }
.checkbox-group { display: flex; flex-wrap: wrap; gap: var(--space-xs); }
.checkbox-group label { font-weight: 400; display: flex; align-items: center; gap: var(--space-xs); font-size: 0.9rem; }
.form-group { margin-bottom: 0; }
.form-group legend { font-weight: 600; margin-bottom: 0.25rem; font-size: 0.9rem; }
.checkbox-label { display: flex; align-items: flex-start; gap: var(--space-xs); font-weight: 400; font-size: 0.9rem; }
.required { color: #c53030; }
.form-actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin-top: 0; }
.contact-direct { color: var(--muted); font-size: 0.9rem; }

/* Domain selector (sites of interest) */
.domain-selector { position: relative; }
.domain-selector-btn {
  width: 100%;
  text-align: left;
  cursor: pointer;
  min-height: 42px;
}
.domain-selector-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: var(--space-xs);
  background: var(--sheet);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  z-index: 50;
  padding: var(--space-sm);
  min-width: 100%;
}
@media (min-width: 520px) {
  .domain-selector-panel { min-width: 520px; width: 100%; max-width: 100%; }
}
.domain-selector-panel[aria-hidden="true"] { display: none; }
.domain-selector-search { margin-bottom: var(--space-sm); }
.domain-selector-list {
  max-height: 280px;
  overflow-y: auto;
  padding-right: var(--space-xs);
}
.domain-selector-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-xs) 0;
  cursor: pointer;
  font-size: 0.95rem;
}
.domain-selector-item span { flex: 1; }
.domain-selector-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-top: var(--space-sm);
  min-height: 24px;
}
.domain-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: rgba(47, 107, 255, 0.1);
  border-radius: var(--r-pill);
  font-size: 0.8rem;
}
.domain-chip-remove {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--muted);
}
.domain-chip-remove:hover { color: var(--primary); }
.domain-chip-remove:focus-visible { outline: none; }

/* Footer – v2, tighter */
.site-footer {
  padding: var(--space-md);
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
}
.site-footer a { color: var(--primary); }
.site-footer a:hover { text-decoration: underline; }

/* Modal */
.modal-package-row { margin: 0 0 var(--space-sm); }
.modal-package-row[hidden] { display: none; }
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(27, 19, 48, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: var(--space-md);
}
.modal-overlay[aria-hidden="true"] { display: none; }
.modal-box {
  background: var(--sheet);
  border-radius: var(--r-md);
  padding: var(--space-lg);
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}
.modal-box h3 { margin: 0 0 var(--space-sm); font-size: 1.1rem; }
.modal-instruction { margin-bottom: var(--space-sm); color: var(--muted); font-size: 0.85rem; }
.modal-actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin-top: var(--space-sm); }
