:root {
  --ink: #07101c;
  --ink-2: #0b1726;
  --panel: #101f31;
  --panel-2: #13283e;
  --line: rgba(150, 187, 218, .17);
  --blue: #289bff;
  --blue-soft: #68b8ff;
  --text: #f4f8fb;
  --muted: #8da6bd;
  --green: #45c989;
  --amber: #ffb24a;
  --max: 1200px;
  --radius: 10px;
  --glass: rgba(16, 31, 49, .55);
  --glass-border: rgba(150, 187, 218, .22);
  --section-y: clamp(64px, 8vw, 96px);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body:before {
  content: none;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, [data-district]:focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: 3px;
}
.container { margin: auto; max-width: var(--max); padding: 0 28px; }
.full-bleed { width: 100%; }
.eyebrow {
  color: var(--blue-soft);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.muted { color: var(--muted); }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0,0,0,0); }
.score { color: var(--green); }
.green { color: var(--green); }

.glass {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .03);
}

/* —— Header / chrome —— */
.site-header {
  backdrop-filter: blur(18px);
  background: rgba(7, 16, 28, .88);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.nav {
  align-items: center;
  display: flex;
  gap: 20px;
  min-height: 72px;
  padding: 10px 0;
  justify-content: space-between;
}
.logo { display: inline-flex; flex: 0 0 auto; width: 168px; }
.logo img { display: block; width: 100%; height: auto; }
.nav-links {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex: 1 1 auto;
  font-size: .92rem;
  font-weight: 600;
  gap: 26px;
  justify-content: center;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-actions { align-items: center; display: flex; flex: 0 0 auto; gap: 10px; }
.phone { color: var(--blue-soft); font-size: .84rem; font-weight: 700; white-space: nowrap; }
.nav-login {
  border-color: rgba(140, 190, 230, .55);
  min-width: 88px;
}
.nav-access { min-width: 132px; }
.nav-mobile { display: none; position: relative; }
.nav-mobile summary {
  border: 1px solid rgba(140, 190, 230, .4);
  border-radius: 7px;
  color: var(--text);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 700;
  list-style: none;
  padding: 9px 12px;
}
.nav-mobile summary::-webkit-details-marker { display: none; }
.nav-mobile nav {
  background: rgba(10, 22, 36, .98);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  margin-top: 8px;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}
.nav-mobile nav a {
  border-radius: 6px;
  color: var(--muted);
  display: block;
  font-size: .88rem;
  font-weight: 600;
  padding: 10px 12px;
}
.nav-mobile nav a:hover,
.nav-mobile nav a[aria-current="page"] { background: #112439; color: var(--text); }
.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 750;
  gap: 8px;
  justify-content: center;
  padding: 12px 18px;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 28px rgba(40, 155, 255, .18);
}
.btn-secondary {
  background: rgba(16, 31, 49, .55);
  border-color: rgba(140, 190, 230, .45);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn-small { font-size: .82rem; padding: 10px 14px; }

h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(1.95rem, 3.8vw, 3.35rem);
  letter-spacing: -.045em;
  line-height: 1.1;
  margin: 14px 0 18px;
  max-width: 22ch;
}
h1 .accent { color: var(--blue-soft); }
h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  letter-spacing: -.035em;
  line-height: 1.12;
  margin-bottom: 14px;
}
h3 { font-size: 1.15rem; letter-spacing: -.02em; margin-bottom: 10px; }
.lead, .hero-sub { color: #b9cadd; font-size: clamp(1rem, 1.35vw, 1.12rem); line-height: 1.55; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .78rem;
  padding: 48px 0;
}
.footer-grid {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}
.footer-legal-links {
  display: inline-block;
  margin-top: 8px;
}
.footer-legal-links a {
  color: var(--blue-soft);
  font-weight: 600;
}
.footer-legal-links a:hover { color: var(--text); }

/* —— Legal / policy pages —— */
.legal-hero h1 { max-width: 20ch; }
.legal-section { padding: 28px 0 96px; }
.legal-content {
  max-width: 72ch;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.65;
}
.legal-content h2 {
  color: var(--text);
  font-size: 1.35rem;
  margin: 36px 0 12px;
}
.legal-content p,
.legal-content li { color: #e8eef4; }
.legal-content ul { padding-left: 1.25rem; margin: 0 0 16px; }
.legal-content a { color: var(--blue-soft); font-weight: 600; }
.legal-content a:hover { color: var(--text); }
.legal-meta {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted) !important;
  font-size: .92rem;
}

/* —— Reveal motion —— */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* =========================
   INTEL MARKETING HOMEPAGE
   ========================= */
.intel-page {
  --max: 1180px;
  --section-y: clamp(56px, 7vw, 88px);
  overflow-x: hidden;
}
.intel-page .section-intro {
  margin-bottom: 28px;
  max-width: 62ch;
}
.intel-page .section-intro p:last-child {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
  max-width: 58ch;
}

/* 1 Hero */
.intel-hero {
  isolation: isolate;
  min-height: auto;
  overflow: visible;
  padding: clamp(36px, 5vw, 56px) 0 clamp(28px, 4vw, 40px);
  position: relative;
}
.hero-map-layer {
  inset: 0;
  opacity: .22;
  position: absolute;
  transform: translateY(var(--parallax, 0px));
  z-index: 0;
}
.hero-map-layer .intel-map-svg {
  height: 118%;
  left: 18%;
  position: absolute;
  top: -8%;
  width: 110%;
}
.hero-veil {
  background:
    radial-gradient(ellipse 55% 50% at 78% 42%, rgba(40,155,255,.12), transparent 62%),
    linear-gradient(105deg, rgba(7,16,28,.96) 0%, rgba(7,16,28,.88) 42%, rgba(7,16,28,.72) 70%, rgba(7,16,28,.82) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.hero-content {
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.hero-content .btn,
.hero-content a,
.hero-feed {
  pointer-events: auto;
}
.hero-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(20px, 3vw, 36px);
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .78fr);
}
.hero-copy { min-width: 0; }
.intel-hero h1 {
  max-width: 22ch;
  margin-bottom: 14px;
}
.intel-hero .hero-sub { max-width: 48ch; }
.hero-feed {
  align-self: start;
  border-radius: var(--radius);
  display: block;
  max-width: none;
  padding: 22px 22px 18px;
  position: relative;
  width: 100%;
}
.hero-feed strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -.03em;
  margin: 8px 0 2px;
}
.hero-feed dl {
  display: grid;
  gap: 10px;
  margin: 16px 0 12px;
}
.hero-feed dl div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.hero-feed dt {
  color: var(--muted);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-feed dd {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin: 2px 0 0;
}
.hero-feed-note {
  font-size: .72rem;
  line-height: 1.45;
  margin: 0;
}

/* 2 Metrics / proof bar */
.intel-metrics {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 22px 0 26px;
  position: relative;
  z-index: 3;
}
.metrics-kicker { margin: 0 0 14px; }
.metrics-rail {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.metric-cell {
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 118px;
  padding: 18px 16px;
  text-align: left;
  transition: border-color .25s ease;
}
.metric-cell:hover {
  border-color: rgba(40, 155, 255, .4);
}
.metric-label {
  color: var(--muted);
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .11em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.metric-value {
  display: block;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
}

/* Platform evidence preview */
.intel-platform-evidence {
  padding: var(--section-y) 0;
}
.evidence-intro { max-width: 64ch; }
.platform-evidence {
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
.pe-chrome {
  align-items: center;
  background: #081522;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 10px 14px;
}
.pe-dot {
  background: #334155;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}
.pe-chrome-title {
  color: var(--text);
  font-size: .78rem;
  font-weight: 700;
  margin-left: 6px;
}
.pe-chrome-meta {
  color: var(--muted);
  font-size: .7rem;
  margin-left: auto;
}
.pe-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 360px;
}
.pe-side {
  background: #081320;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding: 16px 12px;
}
.pe-side strong { font-size: .85rem; margin-bottom: 4px; }
.pe-side span {
  color: var(--muted);
  display: block;
  font-size: .72rem;
  padding: 4px 6px;
}
.pe-side span.is-active {
  border-left: 2px solid var(--blue);
  color: var(--text);
  padding-left: 8px;
}
.pe-main { display: flex; flex-direction: column; min-width: 0; padding: 12px; }
.pe-toolbar {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .7rem;
  gap: 10px 14px;
  margin-bottom: 10px;
}
.pe-toolbar label { align-items: center; display: inline-flex; gap: 5px; }
.pe-filters {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-left: auto;
  padding: 5px 8px;
}
.pe-map-stage {
  background: #0a1624;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr minmax(180px, 34%);
  min-height: 260px;
  overflow: hidden;
  position: relative;
}
.pe-map-canvas {
  background:
    radial-gradient(circle at 58% 48%, rgba(40,155,255,.16), transparent 34%),
    linear-gradient(160deg, #0d2031, #081522 70%);
  min-height: 260px;
  position: relative;
}
.pe-zone {
  background: #2f7ec4;
  border: 2px solid #8aa4bd;
  border-radius: 50%;
  opacity: .78;
  position: absolute;
}
.pe-zone--a { width: 14px; height: 14px; left: 42%; top: 38%; border-color: #c46b6b; }
.pe-zone--b { width: 11px; height: 11px; left: 52%; top: 46%; background: #3d9be9; }
.pe-zone--c { width: 16px; height: 16px; left: 61%; top: 34%; background: #1f6fb8; border-color: #c4a35a; }
.pe-zone--d { width: 10px; height: 10px; left: 48%; top: 58%; background: #6f8aa3; }
.pe-zone--e { width: 13px; height: 13px; left: 67%; top: 52%; background: #2f7ec4; }
.pe-zone--f { width: 12px; height: 12px; left: 36%; top: 50%; background: #3d9be9; border-color: #c46b6b; }
.pe-drawer {
  background: rgba(10, 24, 40, .96);
  border-left: 1px solid var(--line);
  font-size: .72rem;
  padding: 12px;
}
.pe-drawer-head {
  border-bottom: 1px solid var(--line);
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.pe-drawer-head strong { display: block; font-size: .82rem; }
.pe-drawer-head span { color: var(--muted); }
.pe-drawer dl { display: grid; gap: 8px; margin: 0; }
.pe-drawer dl div { display: grid; gap: 2px; }
.pe-drawer dt { color: var(--muted); margin: 0; }
.pe-drawer dd { margin: 0; font-weight: 700; }
.pe-drawer-note {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .65rem;
  line-height: 1.4;
  margin: 12px 0 0;
  padding-top: 10px;
}
.pe-legend {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .68rem;
  gap: 12px 16px;
  margin-top: 10px;
}
.pe-legend span { align-items: center; display: inline-flex; gap: 6px; }
.pe-swatch {
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  width: 9px;
}
.pe-swatch--opp { background: #2f7ec4; }
.pe-swatch--risk { border: 2px solid #c46b6b; }
.evidence-footnote {
  font-size: .78rem;
  margin: 12px 0 0;
  max-width: 70ch;
}

/* 3 Interactive map */
.intel-map-section {
  padding: var(--section-y) 0;
  position: relative;
}
.map-stage {
  margin: 0 auto;
  max-width: 1400px;
  min-height: 560px;
  padding: 0 20px;
  position: relative;
}
.intel-map-svg {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}
.tx-districts [data-district] {
  cursor: pointer;
  transition: fill .35s ease, stroke .35s ease, filter .35s ease;
}
.tx-districts [data-district]:hover,
.tx-districts [data-district].is-hover {
  fill: rgba(40, 155, 255, .28);
  stroke: var(--blue-soft);
}
.tx-districts [data-district].is-active {
  fill: rgba(40, 155, 255, .42);
  filter: drop-shadow(0 0 16px rgba(40, 155, 255, .55));
  stroke: #9fd0ff;
  stroke-width: 2;
}
.tx-districts [data-district].is-dim:not(.is-active):not(.is-hover) {
  fill: rgba(16, 40, 62, .45);
  opacity: .72;
}
.cluster-dot {
  fill: var(--blue);
  opacity: 0;
  animation: clusterIn .7s ease forwards, clusterPulse 2.4s ease-in-out infinite;
}
.cluster-dot.hot {
  fill: #9fd0ff;
  filter: drop-shadow(0 0 8px #289bff);
}
@keyframes clusterIn {
  from { opacity: 0; transform: scale(0); transform-origin: center; }
  to { opacity: 1; transform: scale(1); transform-origin: center; }
}
@keyframes clusterPulse {
  0%, 100% { opacity: .85; }
  50% { opacity: .35; }
}
.map-hud {
  border-radius: 14px;
  bottom: 24px;
  left: 28px;
  max-width: 280px;
  padding: 22px;
  position: absolute;
  z-index: 5;
}
.map-hud-lg { bottom: 32px; left: 40px; }
.map-hud strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -.03em;
  margin: 8px 0 2px;
}
.map-hud dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}
.map-hud dl div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.map-hud dt {
  color: var(--muted);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.map-hud dd {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.03em;
  margin: 2px 0 0;
}
.map-hint {
  color: var(--muted);
  font-size: .72rem;
  margin: 16px 0 0;
}

/* 4 Featured */
.intel-featured {
  padding: var(--section-y) 0;
}
.featured-board {
  border-radius: 12px;
  padding: clamp(22px, 3vw, 36px);
  position: relative;
  transition: box-shadow .4s ease, border-color .4s ease;
}
.featured-board.pulse-update {
  animation: boardPulse .7s ease;
}
@keyframes boardPulse {
  0% { box-shadow: 0 0 0 0 rgba(40,155,255,.0); }
  40% { box-shadow: 0 0 0 1px rgba(40,155,255,.55), 0 0 48px rgba(40,155,255,.2); }
  100% { box-shadow: 0 20px 60px rgba(0,0,0,.28); }
}
.featured-head {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.featured-head h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -.04em;
  margin: 6px 0 0;
}
.score-orb {
  align-items: center;
  background: radial-gradient(circle at 30% 30%, rgba(40,155,255,.35), rgba(7,16,28,.5));
  border: 1px solid rgba(104,184,255,.35);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 132px;
  justify-content: center;
  min-width: 132px;
  width: 132px;
}
.score-label {
  color: var(--muted);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.score-orb strong {
  color: var(--green);
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}
.featured-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 32px;
}
.featured-stat {
  background: rgba(7, 16, 28, .35);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
}
.featured-stat span {
  color: var(--muted);
  display: block;
  font-size: .68rem;
  letter-spacing: .1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.featured-stat strong {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -.04em;
}
.featured-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* 5 Why */
.intel-why {
  padding: var(--section-y) 0;
}
.why-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.why-card {
  border-radius: var(--radius);
  min-height: 200px;
  padding: 24px 22px;
  transition: border-color .25s ease, transform .25s ease;
}
.why-card:hover {
  border-color: rgba(40, 155, 255, .4);
  transform: translateY(-2px);
}
.why-icon {
  color: var(--blue-soft);
  height: 48px;
  margin-bottom: 22px;
  width: 48px;
}
.why-icon svg { display: block; height: 100%; width: 100%; }
.why-card p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0;
}
.why-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

/* 5b Platform flow — uses existing feature-card / spacing tokens */
.intel-flow {
  padding: 0 0 var(--section-y);
}
.intel-page .why-card p,
.intel-page .price-card > p {
  max-width: 36ch;
}
.flow-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
.flow-step {
  flex: 1 1 140px;
  min-height: 0;
  padding: 22px 18px;
}
.flow-step h3 {
  font-size: 1rem;
  margin: 10px 0 0;
}
.flow-connector {
  align-self: center;
  color: var(--blue-soft);
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 2px;
}

/* 6 Report preview */
.intel-report {
  padding: var(--section-y) 0;
}
.report-stage {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 480px;
  padding: 40px 0 20px;
  position: relative;
}
.report-page {
  border-radius: 14px;
  padding: 28px;
  position: absolute;
  width: min(340px, 78vw);
}
.report-page-back {
  height: 420px;
  opacity: .55;
  transform: translate(-120px, 28px) rotate(-8deg);
  z-index: 1;
}
.report-page-mid {
  height: 440px;
  opacity: .78;
  transform: translate(110px, 16px) rotate(7deg);
  z-index: 2;
}
.report-page-front {
  height: 460px;
  transform: translateY(0);
  transition: transform .45s ease, box-shadow .45s ease;
  z-index: 3;
}
.report-page-front:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,.4), 0 0 40px rgba(40,155,255,.15);
  transform: translateY(-10px);
}
.report-ruled {
  background-image: repeating-linear-gradient(
    transparent 0 18px,
    rgba(150,187,218,.12) 18px 19px
  );
  height: 160px;
  margin-bottom: 18px;
}
.report-mini-map {
  background:
    radial-gradient(circle at 60% 45%, rgba(40,155,255,.35), transparent 35%),
    linear-gradient(135deg, #0a1a2a, #10283d);
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 120px;
  margin-bottom: 16px;
}
.report-lines i {
  background: rgba(150,187,218,.15);
  border-radius: 2px;
  display: block;
  height: 8px;
  margin: 10px 0;
}
.report-lines i:nth-child(2) { width: 82%; }
.report-lines i:nth-child(3) { width: 64%; }
.report-lines i:nth-child(4) { width: 90%; }
.report-lines i:nth-child(5) { width: 48%; }
.report-rank {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.report-rank li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 28px 1fr auto;
  padding: 12px 0;
}
.report-rank span { color: var(--blue-soft); font-size: .75rem; font-weight: 800; }
.report-rank b { font-size: .85rem; font-weight: 650; }
.report-rank em { color: var(--green); font-style: normal; font-weight: 800; }
.report-mast { margin-bottom: 28px; }
.report-mast strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -.03em;
  margin-top: 8px;
}
.report-hero-num {
  margin-bottom: 28px;
}
.report-hero-num span {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
}
.report-hero-num small {
  color: var(--muted);
  display: block;
  margin-top: 8px;
}
.report-bars { margin-bottom: 28px; }
.report-bars > div { margin: 14px 0; }
.report-bars i {
  background: linear-gradient(90deg, var(--blue), var(--blue-soft));
  border-radius: 99px;
  display: block;
  height: 6px;
  margin-bottom: 6px;
  width: var(--w);
  box-shadow: 0 0 12px rgba(40,155,255,.4);
}
.report-bars label {
  color: var(--muted);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* 7 Pricing */
.intel-pricing {
  padding: var(--section-y) 0;
}
.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.price-card {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 32px 28px;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.price-card:hover {
  transform: translateY(-6px);
}
.price-card.featured {
  border-color: rgba(40, 155, 255, .55);
  box-shadow: 0 0 50px rgba(40, 155, 255, .16);
}
.price-card .price {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -.05em;
  margin: 12px 0 16px;
}
.price-card .price small {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: 0;
}
.price-card > p {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: .95rem;
}
.price-card ul {
  color: var(--muted);
  flex: 1;
  font-size: .9rem;
  margin: 18px 0 28px;
  padding-left: 18px;
}
.price-card ul li { margin: 8px 0; }
.price-card .btn { width: 100%; }
.pricing-note {
  font-size: .82rem;
  margin: 28px 0 0;
  max-width: 720px;
}

/* Legacy pricing used on pricing.html */
.pricing { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.pricing-card, .info-card, .report-card, .feature-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  border-radius: 14px;
  padding: 28px;
}
.pricing-card.featured {
  border-color: rgba(40, 155, 255, .55);
  box-shadow: 0 0 42px rgba(40, 155, 255, .13);
}
.price { font-size: 2.4rem; font-weight: 800; letter-spacing: -.05em; }
.pricing-card ul { color: var(--muted); font-size: .87rem; min-height: 145px; padding-left: 18px; }
.feature-card p, .info-card p, .report-card p { color: var(--muted); font-size: .9rem; }
.feature-number { color: var(--blue-soft); font-size: .77rem; font-weight: 800; letter-spacing: .14em; }

/* 8 CTA */
.intel-cta {
  padding: 0 0 calc(var(--section-y) + 20px);
}
.cta-panel {
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1100px;
  padding: clamp(48px, 8vw, 96px) clamp(28px, 5vw, 72px);
  position: relative;
  text-align: left;
}
.cta-panel:before {
  background: radial-gradient(circle at 80% 20%, rgba(40,155,255,.28), transparent 45%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  max-width: 14ch;
}

/* Inner marketing pages */
.page-hero {
  padding: 110px 0 70px;
  position: relative;
}
.page-hero:after {
  background: radial-gradient(circle, rgba(40,155,255,.16), transparent 60%);
  content: "";
  height: 420px;
  position: absolute;
  right: -120px;
  top: -80px;
  width: 420px;
  z-index: -1;
}
.page-hero p { color: var(--muted); font-size: 1.12rem; max-width: 670px; }
section { padding: 88px 0; }
.section-head { display: grid; gap: 18px; grid-template-columns: .9fr 1.1fr; margin-bottom: 42px; }
.section-head p { color: var(--muted); font-size: 1.05rem; max-width: 590px; }
.two-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.three-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.four-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.report-lock {
  background: linear-gradient(145deg, rgba(22,45,70,.8), rgba(11,23,39,.85));
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 250px;
  padding: 22px;
  position: relative;
  backdrop-filter: blur(12px);
}
.report-lock:after {
  background: linear-gradient(transparent, rgba(5, 13, 23, .94));
  content: "";
  inset: 0;
  position: absolute;
  border-radius: inherit;
}
.report-lock > * { position: relative; z-index: 1; }
.locked {
  bottom: 20px;
  color: var(--blue-soft);
  font-size: .75rem;
  font-weight: 700;
  left: 22px;
  position: absolute !important;
  z-index: 2 !important;
}

/* Login / dashboard (preserved) */
.login-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 76px);
  padding: 70px 22px;
}
.login-card {
  background: rgba(16,31,49,.85);
  border: 1px solid var(--line);
  border-radius: 12px;
  max-width: 450px;
  padding: 36px;
  width: 100%;
  backdrop-filter: blur(16px);
}
.login-card label { display: block; font-size: .8rem; font-weight: 700; margin: 17px 0 7px; }
.login-card input {
  background: #081522;
  border: 1px solid #29445d;
  border-radius: 5px;
  color: white;
  padding: 12px;
  width: 100%;
}
.login-meta { display: flex; font-size: .78rem; justify-content: space-between; margin: 14px 0 22px; }
.dashboard { background: #07111d; min-height: 100vh; }
.dashboard-shell { display: grid; grid-template-columns: 220px 1fr; }
.dash-side {
  background: #081521;
  border-right: 1px solid var(--line);
  min-height: 100vh;
  padding: 24px 16px;
}
.dash-side a { color: var(--muted); display: block; font-size: .82rem; margin: 17px 6px; }
.dash-side a.active { color: white; }
.text-button {
  background: none;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  margin: 17px 6px;
  padding: 0;
  text-align: left;
}
.text-button:hover { color: var(--text); }
.dash-main { padding: 30px; }
.dash-header { align-items: center; display: flex; justify-content: space-between; }
.dash-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); margin: 22px 0; }
.chart { background: #0c1d2e; border: 1px solid var(--line); height: 260px; padding: 18px; }
.placeholder-list { color: var(--muted); font-size: .82rem; }
.portal-action { align-items: center; display: flex; gap: 10px; margin: 10px 0; }
.portal-action input {
  background: #081522;
  border: 1px solid #29445d;
  border-radius: 5px;
  color: white;
  padding: 10px;
}
.kpi { background: #112439; border: 1px solid var(--line); padding: 12px; }
.kpi label { color: var(--muted); display: block; font-size: .65rem; text-transform: uppercase; }
.kpi b { font-size: 1.25rem; }

/* Dashboard geographic intelligence map (Step 2) */
.geo-intelligence { overflow: hidden; }
.geo-map-head {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.6fr) minmax(180px, 1fr);
  margin-bottom: 12px;
}
.geo-map-title {
  font-size: 1.35rem;
  margin: 4px 0 8px;
}
.geo-map-note { font-size: .8rem; line-height: 1.45; max-width: 62ch; }
.geo-map-meta { font-size: .78rem; }
.geo-map-meta p { margin: 0 0 6px; }
.geo-map-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 10px;
}
.geo-layer-toggle {
  color: var(--muted);
  font-size: .78rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.geo-layer-toggle input { accent-color: var(--blue); }
.geo-map-retry { margin-left: auto; }
.geo-map-status {
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: .8rem;
  margin: 0 0 10px;
  padding: 10px 12px;
}
.geo-map-status--loading { background: #102033; color: var(--muted); }
.geo-map-status--error { background: #2a1218; border-color: #7a3344; color: #f0c4cc; }
.geo-map-status--session { background: #2a2410; border-color: #7a6a33; color: #f0e3c4; }
.geo-map-status--tile { background: #1a2430; color: #c9d7e6; }
.geo-map-frame {
  background: #081522;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}
.geo-map {
  height: min(62vh, 560px);
  min-height: 420px;
  width: 100%;
  z-index: 1;
}
.geo-map-loading {
  align-items: center;
  background: rgba(7, 17, 29, .72);
  color: var(--muted);
  display: flex;
  font-size: .85rem;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 500;
}
.geo-map-loading[hidden] { display: none !important; }
.geo-map-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  margin-top: 10px;
}
.geo-map-legend { font-size: .78rem; margin: 0; }
.geo-map-disclaimer { font-size: .72rem; margin: 0; max-width: 48ch; }
.geo-legend-swatch {
  border-radius: 2px;
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
.geo-legend-swatch--entitled { background: #1f6fb8; border: 1px solid #3d9be9; }
.geo-legend-swatch--locked {
  background: #3a4a5c;
  border: 1px dashed #6b7c8f;
}
.geo-intelligence .leaflet-container {
  background: #0a1624;
  font: inherit;
}
.geo-intelligence .leaflet-control-layers {
  background: rgba(12, 29, 46, .96);
  border: 1px solid var(--line);
  color: var(--text);
  line-height: 1.4;
}
.geo-intelligence .leaflet-control-layers-expanded { padding: 8px 10px; }
.geo-intelligence .leaflet-control-layers label { color: var(--muted); font-size: .75rem; }
.geo-intelligence .leaflet-popup-content-wrapper {
  background: #102033;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}
.geo-intelligence .leaflet-popup-tip { background: #102033; }
.geo-intelligence .leaflet-popup-content { font-size: .78rem; margin: 10px 12px; }

/* Work-zone layer (Step 3) */
.geo-zone-filters {
  background: #0a1828;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 8px 12px;
}
.geo-zone-filters[data-locked="true"] { opacity: .72; }
.geo-zone-filters summary {
  color: var(--muted);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 600;
  list-style: none;
}
.geo-zone-filters summary::-webkit-details-marker { display: none; }
.geo-zone-filter-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-top: 12px;
}
.geo-zone-filter-form label {
  color: var(--muted);
  display: flex;
  flex-direction: column;
  font-size: .72rem;
  gap: 5px;
}
.geo-zone-filter-form select {
  background: #081522;
  border: 1px solid #29445d;
  border-radius: 5px;
  color: white;
  font: inherit;
  padding: 8px;
}
.geo-zone-filter-actions {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
}
.geo-map-status--zone { background: #102033; color: var(--muted); }
.geo-layer-toggle.is-disabled { opacity: .55; }
.geo-zone-legend {
  font-size: .74rem;
  line-height: 1.45;
  margin: 6px 0 0;
}
.geo-zone-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 12px;
  white-space: nowrap;
}
.geo-zone-dot {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.geo-zone-dot--low { background: #6f8aa3; }
.geo-zone-dot--medium { background: #3d9be9; }
.geo-zone-dot--high { background: #2f7ec4; }
.geo-zone-dot--critical { background: #1f6fb8; }
.geo-zone-risk {
  border: 2px solid #c46b6b;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.geo-zone-drawer {
  background: rgba(10, 24, 40, .97);
  border-left: 1px solid var(--line);
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: min(360px, 100%);
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 600;
}
.geo-zone-drawer[hidden] { display: none !important; }
.geo-zone-drawer-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.geo-zone-drawer-head h3 {
  font-size: 1rem;
  margin: 0;
}
.geo-zone-drawer-body {
  flex: 1;
  font-size: .8rem;
  line-height: 1.45;
  overflow: auto;
}
.geo-zone-drawer-body dl {
  display: grid;
  gap: 8px 12px;
  grid-template-columns: minmax(110px, 38%) 1fr;
  margin: 0;
}
.geo-zone-drawer-body dt {
  color: var(--muted);
  margin: 0;
}
.geo-zone-drawer-body dd {
  margin: 0;
}
.geo-zone-drawer-why {
  border-top: 1px solid var(--line);
  margin-top: 14px;
  padding-top: 12px;
}
.geo-zone-drawer-disclaimer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.4;
  margin: 14px 0 0;
  padding-top: 12px;
}
.geo-intelligence .leaflet-tooltip.geo-zone-tooltip {
  background: #102033;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
  color: var(--text);
  font-size: .72rem;
  padding: 8px 10px;
}
.geo-intelligence .leaflet-tooltip.geo-zone-tooltip::before { border-top-color: #102033; }

/* Admin verification portal */
.verif-kpi-grid { margin-top: 8px; }
.verif-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.25fr);
  margin-top: 16px;
}
.verif-queue-head {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.verif-filter-label,
.verif-search-label {
  color: var(--muted);
  display: flex;
  flex-direction: column;
  font-size: .72rem;
  gap: 5px;
  margin-bottom: 10px;
}
.verif-filter-label select,
.verif-search-label input,
.verif-actions textarea {
  background: #081522;
  border: 1px solid #29445d;
  border-radius: 5px;
  color: white;
  font: inherit;
  padding: 8px 10px;
}
.verif-queue-list {
  list-style: none;
  margin: 0;
  max-height: min(62vh, 640px);
  overflow: auto;
  padding: 0;
}
.verif-queue-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
  padding: 10px 12px;
}
.verif-queue-item:hover,
.verif-queue-item:focus {
  border-color: #3d9be9;
  outline: none;
}
.verif-queue-item.is-selected {
  background: #112439;
  border-color: #3d9be9;
}
.verif-queue-meta {
  color: var(--muted);
  display: block;
  font-size: .72rem;
}
.verif-badge {
  border: 1px solid var(--line);
  border-radius: 4px;
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 3px 7px;
  text-transform: uppercase;
  width: fit-content;
}
.verif-badge--verification_pending { border-color: #c4a35a; color: #f0e3c4; }
.verif-badge--email_pending { border-color: #6b7c8f; color: #c9d7e6; }
.verif-badge--application_incomplete { border-color: #3d9be9; color: #b9dcff; }
.verif-badge--approved { border-color: #3d9b6a; color: #b9f0d0; }
.verif-badge--rejected,
.verif-badge--suspended { border-color: #7a3344; color: #f0c4cc; }
.verif-company { font-size: 1.35rem; margin: 4px 0 8px; }
.verif-sections {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}
.verif-sections h3 {
  font-size: .85rem;
  margin: 0 0 8px;
}
.verif-dl {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: minmax(90px, 38%) 1fr;
  margin: 0;
}
.verif-dl dt { color: var(--muted); margin: 0; font-size: .72rem; }
.verif-dl dd { margin: 0; font-size: .78rem; word-break: break-word; }
.verif-docs,
.verif-history {
  list-style: none;
  margin: 0;
  padding: 0;
}
.verif-docs li,
.verif-history li {
  border-bottom: 1px solid var(--line);
  font-size: .76rem;
  padding: 6px 0;
}
.verif-actions {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 14px;
}
.verif-actions label {
  color: var(--muted);
  display: block;
  font-size: .75rem;
  margin-bottom: 6px;
}
.verif-actions textarea { width: 100%; box-sizing: border-box; }
.verif-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.verif-btn-danger { border-color: #7a3344; color: #f0c4cc; }
.verif-btn-warn { border-color: #7a6a33; color: #f0e3c4; }
.product-preview {
  background: #0b1929;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 55px rgba(0,0,0,.25);
  display: grid;
  grid-template-columns: 180px 1fr;
  overflow: hidden;
}
.product-sidebar { background: #081320; border-right: 1px solid var(--line); min-height: 440px; padding: 22px 14px; }
.product-sidebar span { color: var(--muted); display: block; font-size: .73rem; margin: 16px 6px; }
.product-sidebar span.active { border-left: 2px solid var(--blue); color: white; padding-left: 8px; }
.product-main { padding: 24px; }
.product-kpis { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.product-map {
  background: radial-gradient(circle at 56% 45%, rgba(40,155,255,.2), transparent 25%), #0d2031;
  height: 205px;
  margin: 14px 0;
  position: relative;
}
.product-map:after {
  background-image: radial-gradient(circle, #48abff 0 2px, transparent 3px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  opacity: .55;
  position: absolute;
}
.mini-table { border-collapse: collapse; font-size: .72rem; width: 100%; }
.mini-table td, .mini-table th { border-bottom: 1px solid var(--line); padding: 8px; text-align: left; }
.mini-table th { color: var(--muted); font-weight: 600; }
.row { align-items: center; display: flex; }

@media (max-width: 1100px) {
  .nav-links { gap: 16px; font-size: .86rem; }
  .phone { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .pe-body { grid-template-columns: 120px 1fr; }
}
@media (max-width: 1024px) {
  .metrics-rail { grid-template-columns: repeat(3, 1fr); }
  .why-grid, .why-grid-four, .featured-grid, .pricing-grid, .pricing { grid-template-columns: 1fr 1fr; }
  .map-hud { left: 16px; right: 16px; max-width: none; }
  .flow-connector { display: none; }
  .pe-map-stage { grid-template-columns: 1fr; }
  .pe-drawer { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-mobile { display: block; }
  .nav-actions .nav-login { display: none; }
  .section-head, .two-grid, .product-preview, .dashboard-shell { grid-template-columns: 1fr; }
  .four-grid, .three-grid, .dash-grid, .product-kpis { grid-template-columns: repeat(2, 1fr); }
  .product-sidebar, .dash-side { min-height: auto; }
  .product-sidebar span, .dash-side a { display: inline-block; margin: 8px; }
  .report-page-back, .report-page-mid { display: none; }
  .report-page-front { position: relative; width: min(400px, 100%); }
  .report-stage { min-height: 0; }
  .intel-hero { padding: 28px 0 24px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-map-layer { opacity: .16; }
  .hero-actions .btn { width: 100%; }
  .pe-body { grid-template-columns: 1fr; }
  .pe-side { border-bottom: 1px solid var(--line); border-right: 0; grid-auto-flow: column; grid-template-columns: repeat(4, auto); overflow-x: auto; }
  .geo-map-head { grid-template-columns: 1fr; }
  .geo-map { height: min(56vh, 480px); min-height: 380px; }
  .geo-map-frame { min-height: 380px; }
  .geo-map-retry { margin-left: 0; }
  .geo-zone-drawer {
    border-left: 0;
    border-top: 1px solid var(--line);
    bottom: 0;
    left: 0;
    max-height: 55%;
    max-width: none;
    right: 0;
    top: auto;
    width: 100%;
  }
  .verif-layout,
  .verif-sections { grid-template-columns: 1fr; }
  .verif-queue-list { max-height: 360px; }
}
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .metrics-rail, .why-grid, .why-grid-four, .featured-grid, .pricing-grid, .pricing, .four-grid, .three-grid, .dash-grid, .product-kpis {
    grid-template-columns: 1fr;
  }
  .metrics-rail { grid-template-columns: 1fr 1fr; }
  .metric-cell:last-child { grid-column: 1 / -1; }
  .featured-head { flex-direction: column; }
  .nav { min-height: 64px; gap: 12px; }
  .logo { width: 148px; }
  .nav-actions .nav-access { min-width: 0; padding-left: 12px; padding-right: 12px; }
  .cta-panel h2 { max-width: none; }
  .map-stage { min-height: 420px; }
  .flow-step { flex: 1 1 100%; }
  .geo-map { height: 360px; min-height: 320px; }
  .geo-map-frame { min-height: 320px; }
  .geo-map-toolbar { gap: 10px; }
  .geo-intelligence .leaflet-control-layers { font-size: .7rem; }
  .pe-chrome-meta { width: 100%; margin-left: 0; }
  .intel-hero h1 { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

/* =========================================================
   CLEARPORT PRESENTATION SYSTEM V2
   Deliberately pattern-free: no decorative grid or blueprint.
   ========================================================= */

.home-map-grid,
.product-map:after {
  display: none !important;
}

.intel-page-v2 {
  --ink: #05090e;
  --ink-2: #080e15;
  --panel: #0b141f;
  --panel-2: #101c29;
  --line: rgba(155, 184, 210, .14);
  --blue: #23a9f2;
  --blue-soft: #7dd3fc;
  --text: #f5f7fa;
  --muted: #91a1b2;
  --green: #73d6a1;
  --max: 1240px;
  background: #05090e;
  color: var(--text);
}

.intel-page-v2 main {
  overflow: hidden;
}

.intel-page-v2 .container {
  padding-left: 32px;
  padding-right: 32px;
}

.intel-page-v2 .site-header {
  background: rgba(5, 9, 14, .9);
  border-bottom-color: rgba(255, 255, 255, .07);
}

.intel-page-v2 .nav {
  min-height: 78px;
}

.intel-page-v2 .nav-links {
  color: #9aa9b8;
}

.intel-page-v2 .btn {
  border-radius: 8px;
  min-height: 46px;
  padding: 12px 20px;
}

.intel-page-v2 .btn-primary {
  background: #1a9fe8;
  box-shadow: 0 14px 36px rgba(24, 153, 226, .2);
}

.intel-page-v2 .btn-primary:hover {
  background: #2aaaf0;
  box-shadow: 0 16px 42px rgba(24, 153, 226, .28);
}

.intel-page-v2 .btn-secondary {
  background: transparent;
  border-color: rgba(190, 214, 232, .28);
  backdrop-filter: none;
}

.intel-page-v2 .eyebrow {
  color: #68c7f6;
  font-size: .7rem;
  letter-spacing: .2em;
}

.intel-page-v2 h2 {
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}

.cp-hero {
  background:
    radial-gradient(circle at 86% 20%, rgba(20, 135, 205, .18), transparent 30%),
    radial-gradient(circle at 75% 88%, rgba(9, 77, 125, .12), transparent 28%),
    #05090e;
  padding: clamp(86px, 10vw, 142px) 0 clamp(76px, 9vw, 120px);
  position: relative;
}

.cp-hero:before {
  background: #1ca7ee;
  border-radius: 50%;
  content: "";
  filter: blur(90px);
  height: 190px;
  opacity: .08;
  pointer-events: none;
  position: absolute;
  right: 7%;
  top: 18%;
  width: 190px;
}

.cp-hero-layout {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 96px);
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  position: relative;
}

.cp-hero-copy h1 {
  font-size: clamp(3.4rem, 6.2vw, 6rem);
  letter-spacing: -.068em;
  line-height: .94;
  margin: 20px 0 28px;
  max-width: 10ch;
}

.cp-hero-lead {
  color: #b5c1cc;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.62;
  max-width: 58ch;
}

.cp-hero-source {
  border-left: 2px solid rgba(104, 199, 246, .5);
  color: #788897;
  font-size: .78rem;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 58ch;
  padding-left: 14px;
}

.cp-priority-brief {
  background: rgba(11, 20, 31, .96);
  border: 1px solid rgba(160, 190, 214, .17);
  border-radius: 20px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
  overflow: hidden;
  padding: 0 30px 24px;
  position: relative;
}

.cp-priority-brief:before {
  background: linear-gradient(90deg, #18a8ef, #72d4ff 42%, transparent 85%);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-brief-topline {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #a9b6c2;
  display: flex;
  font-size: .7rem;
  font-weight: 700;
  gap: 9px;
  letter-spacing: .08em;
  padding: 20px 0 16px;
  text-transform: uppercase;
}

.cp-live-dot {
  background: #42cc8b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(66, 204, 139, .1);
  display: inline-block;
  height: 7px;
  width: 7px;
}

.cp-cycle {
  color: #647484;
  margin-left: auto;
}

.cp-brief-location {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 26px 0 22px;
}

.cp-brief-location span,
.cp-brief-action span,
.cp-value-row span {
  color: #768696;
  display: block;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cp-brief-location strong {
  display: block;
  font-size: 1.72rem;
  letter-spacing: -.04em;
  margin-top: 4px;
}

.cp-priority-badge {
  background: rgba(115, 214, 161, .1);
  border: 1px solid rgba(115, 214, 161, .32);
  border-radius: 99px;
  color: #89e0ae !important;
  padding: 7px 11px;
  white-space: nowrap;
}

.cp-brief-action {
  background: #101c29;
  border-radius: 12px;
  padding: 18px;
}

.cp-brief-action strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.42;
  margin-top: 8px;
}

.cp-value-row {
  display: grid;
  gap: 26px;
  grid-template-columns: 1.6fr .7fr;
  padding: 24px 0 20px;
}

.cp-value-row strong {
  display: block;
  font-size: 1.25rem;
  letter-spacing: -.035em;
  margin-top: 5px;
}

.cp-brief-evidence {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: #a8b7c5;
  display: flex;
  flex-wrap: wrap;
  font-size: .72rem;
  gap: 8px 18px;
  padding: 14px 0;
}

.cp-priority-brief > p:last-child {
  color: #667686;
  font-size: .65rem;
  line-height: 1.45;
  margin: 14px 0 0;
}

.cp-proof {
  background: #080e15;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 0;
}

.cp-proof-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
}

.cp-proof-intro,
.cp-proof-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 142px;
  padding: 24px 28px;
}

.cp-proof-intro {
  padding-left: 0;
}

.cp-proof-intro strong {
  font-size: 1rem;
  margin-top: 8px;
}

.cp-proof-stat {
  border-left: 1px solid rgba(255, 255, 255, .07);
}

.cp-proof-stat strong {
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.05em;
  line-height: 1;
}

.cp-proof-stat span {
  color: #7f8f9f;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-top: 10px;
  text-transform: uppercase;
}

.cp-decisions,
.cp-theater,
.cp-platform,
.cp-brief-section,
.cp-capabilities,
.cp-pricing {
  padding: clamp(88px, 10vw, 144px) 0;
}

.cp-section-split,
.cp-platform-layout,
.cp-brief-layout {
  align-items: start;
  display: grid;
  gap: clamp(54px, 8vw, 110px);
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
}

.cp-section-heading {
  max-width: 560px;
}

.cp-section-heading-wide {
  margin-bottom: 48px;
  max-width: 760px;
}

.cp-section-heading h2 {
  margin: 16px 0 22px;
}

.cp-section-heading > p:last-of-type {
  color: #91a1b2;
  font-size: 1.02rem;
  line-height: 1.7;
}

.cp-decision-list {
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.cp-decision-list article {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  display: grid;
  gap: 24px;
  grid-template-columns: 34px 1fr auto;
  padding: 27px 0;
}

.cp-decision-number {
  color: #58bdec;
  font-size: .72rem;
  font-weight: 800;
}

.cp-decision-list h3 {
  font-size: 1.08rem;
  margin: 0 0 5px;
}

.cp-decision-list p {
  color: #8191a1;
  font-size: .88rem;
  margin: 0;
}

.cp-decision-list article > strong {
  color: #5f7182;
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cp-theater {
  background: #070c12;
}

.cp-theater-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.48fr) minmax(310px, .62fr);
}

.cp-map-surface,
.cp-theater-decision,
.cp-console,
.cp-report-cover,
.cp-pricing-grid .price-card {
  background: #0b141f;
  border: 1px solid rgba(160, 190, 214, .14);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.cp-map-surface {
  min-height: 600px;
  overflow: hidden;
}

.cp-map-label {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #6f8192;
  display: flex;
  font-size: .68rem;
  font-weight: 750;
  justify-content: space-between;
  letter-spacing: .1em;
  padding: 18px 22px;
  text-transform: uppercase;
}

.cp-map-surface .map-stage {
  align-items: center;
  display: flex;
  min-height: 540px;
  padding: 8px 30px 26px;
}

.cp-map-surface .intel-map-svg {
  max-width: 740px;
}

.cp-map-surface .map-hud {
  display: none;
}

.cp-map-surface .tx-border {
  stroke: rgba(151, 203, 236, .45);
}

.cp-theater-decision {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.cp-selected-heading {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 14px 0 28px;
}

.cp-selected-heading h3 {
  font-size: 1.75rem;
  margin: 0 0 3px;
}

.cp-selected-heading > div > span {
  color: #7f90a0;
  font-size: .84rem;
}

.cp-score {
  text-align: right;
}

.cp-score span {
  color: #68798a;
  display: block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp-score strong {
  color: #7ad7a5;
  font-size: 2.2rem;
  letter-spacing: -.06em;
  line-height: 1;
}

.cp-selected-stats {
  border-top: 1px solid var(--line);
  margin: 0;
}

.cp-selected-stats div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 15px 0;
}

.cp-selected-stats dt {
  color: #748596;
  font-size: .74rem;
}

.cp-selected-stats dd {
  font-size: .92rem;
  font-weight: 750;
  margin: 0;
}

.cp-selected-callout {
  background: #101c29;
  border-left: 2px solid #26a8eb;
  margin-top: 24px;
  padding: 16px;
}

.cp-selected-callout span {
  color: #6f8293;
  display: block;
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.cp-selected-callout strong {
  font-size: .88rem;
  line-height: 1.45;
}

.cp-text-link {
  align-items: center;
  color: #6dccfa;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 750;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
}

.cp-platform-layout {
  align-items: center;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.cp-check-list {
  color: #9aaaB9;
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
}

.cp-check-list li {
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: .88rem;
  padding: 11px 0 11px 24px;
  position: relative;
}

.cp-check-list li:before {
  color: #5fc4f4;
  content: "✓";
  left: 0;
  position: absolute;
}

.cp-console {
  overflow: hidden;
}

.cp-console-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #718293;
  display: flex;
  font-size: .7rem;
  justify-content: space-between;
  padding: 16px 20px;
}

.cp-console-head > div {
  align-items: center;
  display: flex;
  gap: 9px;
}

.cp-console-head strong {
  color: #f3f6f9;
}

.cp-console-body {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 34%);
  min-height: 430px;
}

.cp-console-map {
  background:
    radial-gradient(circle at 52% 48%, rgba(25, 150, 220, .23), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(20, 86, 128, .18), transparent 30%),
    #08111a;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.cp-console-map:before {
  background: rgba(26, 111, 164, .14);
  border: 1px solid rgba(101, 181, 226, .22);
  clip-path: polygon(16% 10%, 67% 2%, 95% 36%, 79% 82%, 35% 94%, 5% 62%);
  content: "";
  inset: 42px 36px;
  position: absolute;
}

.cp-zone {
  background: #52bff3;
  border: 3px solid rgba(170, 224, 250, .45);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(58, 180, 237, .08), 0 0 22px rgba(36, 166, 229, .24);
  height: 14px;
  position: absolute;
  width: 14px;
  z-index: 2;
}

.cp-zone.z1 { left: 29%; top: 36%; }
.cp-zone.z2 { left: 45%; top: 27%; height: 18px; width: 18px; }
.cp-zone.z3 { left: 60%; top: 43%; }
.cp-zone.z4 { left: 38%; top: 58%; height: 11px; width: 11px; }
.cp-zone.z5 { left: 70%; top: 65%; }
.cp-zone.z6 { left: 54%; top: 73%; height: 10px; width: 10px; }

.cp-map-caption {
  bottom: 22px;
  display: flex;
  flex-direction: column;
  left: 24px;
  position: absolute;
  z-index: 2;
}

.cp-map-caption strong { font-size: .9rem; }
.cp-map-caption span { color: #708293; font-size: .7rem; margin-top: 3px; }

.cp-console-drawer {
  background: #0d1824;
  border-left: 1px solid var(--line);
  padding: 26px 22px;
}

.cp-console-drawer h3 {
  font-size: 1.2rem;
  margin: 12px 0 22px;
}

.cp-console-drawer dl {
  border-top: 1px solid var(--line);
  margin: 0;
}

.cp-console-drawer dl div {
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
}

.cp-console-drawer dt {
  color: #6e8091;
  font-size: .67rem;
  margin-bottom: 3px;
}

.cp-console-drawer dd {
  font-size: .82rem;
  font-weight: 750;
  margin: 0;
}

.cp-console-drawer > p {
  color: #8696a5;
  font-size: .73rem;
  line-height: 1.55;
  margin: 22px 0 0;
}

.cp-brief-section {
  background: #070c12;
}

.cp-brief-layout {
  align-items: center;
  grid-template-columns: minmax(300px, .85fr) minmax(300px, 1.15fr);
}

.cp-report-cover {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 90% 10%, rgba(31, 163, 229, .18), transparent 28%),
    #0b141f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 470px;
  padding: 34px;
  position: relative;
}

.cp-report-cover:after {
  background: #1aa4eb;
  bottom: 0;
  content: "";
  height: 4px;
  left: 34px;
  position: absolute;
  width: 84px;
}

.cp-report-brand {
  align-items: center;
  color: #7d8d9d;
  display: flex;
  font-size: .66rem;
  font-weight: 750;
  justify-content: space-between;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cp-report-brand img { width: 138px; }

.cp-report-title span {
  color: #7c8c9c;
  display: block;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp-report-title strong {
  display: block;
  font-size: clamp(3.6rem, 7vw, 5.8rem);
  letter-spacing: -.07em;
  line-height: .95;
  margin: 10px 0 14px;
}

.cp-report-score span {
  color: #7c8c9c;
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cp-report-score strong {
  color: #75d9a3;
  display: block;
  font-size: 2.2rem;
  letter-spacing: -.06em;
}

.cp-report-footer {
  color: #687989;
  display: flex;
  flex-wrap: wrap;
  font-size: .64rem;
  gap: 8px 16px;
  letter-spacing: .08em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.cp-brief-facts {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0;
}

.cp-brief-facts div {
  padding: 18px 10px 18px 0;
}

.cp-brief-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 18px;
}

.cp-brief-facts span,
.cp-brief-facts small {
  display: block;
}

.cp-brief-facts span { font-size: .9rem; font-weight: 750; }
.cp-brief-facts small { color: #748596; font-size: .68rem; margin-top: 4px; }

.cp-capability-list {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.cp-capability-list article {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  gap: 28px;
  grid-template-columns: 42px minmax(210px, .7fr) minmax(0, 1.3fr);
  padding: 25px 0;
}

.cp-capability-list article > span {
  color: #55bff0;
  font-size: .72rem;
  font-weight: 800;
}

.cp-capability-list h3 { font-size: 1.12rem; margin: 0; }
.cp-capability-list p { color: #8091a1; font-size: .9rem; margin: 0; }

.cp-pricing {
  background: #070c12;
}

.cp-pricing-grid .price-card {
  border-radius: 18px;
  min-height: 500px;
  position: relative;
}

.cp-pricing-grid .price-card.featured {
  background: #0d1a27;
  border-color: rgba(42, 169, 233, .44);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .3);
}

.cp-price-flag {
  background: #1a9fe8;
  border-radius: 99px;
  color: white;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 6px 10px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
}

.cp-pricing .pricing-note {
  color: #68798a;
}

.cp-final {
  background:
    radial-gradient(circle at 12% 100%, rgba(22, 130, 191, .16), transparent 32%),
    #05090e;
  padding: clamp(86px, 10vw, 140px) 0;
}

.cp-final-inner {
  align-items: end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.cp-final h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  margin: 15px 0 0;
}

.cp-final .hero-actions {
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
}

.intel-page-v2 .footer {
  background: #05090e;
  border-top-color: rgba(255, 255, 255, .08);
}

/* Dashboard shell polish. Functionality and map behavior remain unchanged. */
.dashboard {
  --ink: #05090e;
  --panel: #0b141f;
  --line: rgba(155, 184, 210, .14);
  --blue: #23a9f2;
  --blue-soft: #7dd3fc;
  --muted: #8798a8;
  background: #05090e;
}

.dashboard-shell {
  grid-template-columns: 252px minmax(0, 1fr);
}

.dashboard .dash-side {
  background: #070d14;
  border-right-color: rgba(255, 255, 255, .07);
  min-height: 100vh;
  padding: 30px 22px;
  position: sticky;
  top: 0;
}

.dashboard .dash-side a,
.dashboard .text-button {
  border-radius: 8px;
  color: #7f91a2;
  margin: 4px 0;
  padding: 11px 12px;
}

.dashboard .dash-side a:hover,
.dashboard .dash-side a.active,
.dashboard .text-button:hover {
  background: #0e1a27;
  color: #f5f7fa;
}

.dashboard .dash-side a.active {
  box-shadow: inset 2px 0 0 #28a9ed;
}

.dashboard .dash-main {
  margin: 0 auto;
  max-width: 1560px;
  padding: 42px clamp(24px, 4vw, 58px) 70px;
  width: 100%;
}

.dashboard .dash-header h1 {
  font-size: clamp(2rem, 3vw, 3rem) !important;
  letter-spacing: -.05em;
  margin-bottom: 8px;
}

.dashboard .dash-grid {
  background: #0b141f;
  border: 1px solid rgba(155, 184, 210, .12);
  border-radius: 16px;
  gap: 0;
  overflow: hidden;
}

.dashboard .kpi {
  background: transparent;
  border: 0;
  min-height: 108px;
  padding: 22px;
}

.dashboard .kpi + .kpi {
  border-left: 1px solid rgba(155, 184, 210, .12);
}

.dashboard .kpi label {
  letter-spacing: .1em;
  margin-bottom: 12px;
}

.dashboard .kpi b {
  font-size: 1.55rem;
  letter-spacing: -.04em;
}

.dashboard .chart {
  background: #0b141f;
  border: 1px solid rgba(155, 184, 210, .12);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  padding: clamp(20px, 3vw, 30px);
}

.dashboard .geo-map-title {
  font-size: 1.65rem;
  letter-spacing: -.035em;
}

.dashboard .geo-map-toolbar,
.dashboard .geo-zone-filters {
  background: #08111a;
  border: 1px solid rgba(155, 184, 210, .12);
  border-radius: 10px;
  padding: 12px 14px;
}

.dashboard .geo-map-toolbar {
  margin-bottom: 10px;
}

.dashboard .geo-map-frame {
  border: 0;
  border-radius: 12px;
}

@media (max-width: 1100px) {
  .cp-hero-layout {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
  }
  .cp-proof-row { grid-template-columns: 1.4fr repeat(4, 1fr); }
  .cp-proof-intro, .cp-proof-stat { padding-left: 18px; padding-right: 18px; }
  .cp-theater-layout { grid-template-columns: minmax(0, 1fr) 320px; }
}

@media (max-width: 900px) {
  .cp-hero-layout,
  .cp-section-split,
  .cp-platform-layout,
  .cp-brief-layout,
  .cp-theater-layout {
    grid-template-columns: 1fr;
  }
  .cp-hero-copy h1 { max-width: 11ch; }
  .cp-priority-brief { max-width: 620px; }
  .cp-proof-row { grid-template-columns: repeat(2, 1fr); }
  .cp-proof-intro { grid-column: 1 / -1; min-height: 110px; padding-left: 0; }
  .cp-proof-stat:nth-child(even) { border-left: 0; }
  .cp-map-surface { min-height: 500px; }
  .cp-map-surface .map-stage { min-height: 440px; }
  .cp-theater-decision { min-height: 520px; }
  .cp-report-cover { justify-self: center; }
  .cp-final-inner { align-items: flex-start; flex-direction: column; }
  .dashboard-shell { grid-template-columns: 1fr; }
  .dashboard .dash-side { min-height: auto; position: static; }
  .dashboard .kpi + .kpi { border-left: 0; }
  .dashboard .kpi:nth-child(even) { border-left: 1px solid rgba(155, 184, 210, .12); }
}

@media (max-width: 640px) {
  .intel-page-v2 .container { padding-left: 20px; padding-right: 20px; }
  .intel-page-v2 .nav { gap: 14px; }
  .intel-page-v2 .logo { width: 132px; }
  .intel-page-v2 .nav-actions { display: none; }
  .intel-page-v2 .nav-mobile { margin-left: auto; }
  .cp-hero { padding-top: 72px; }
  .cp-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .cp-hero-lead { font-size: 1rem; }
  .cp-priority-brief { padding: 0 20px 20px; }
  .cp-brief-location { align-items: flex-start; flex-direction: column; }
  .cp-value-row { gap: 16px; grid-template-columns: 1fr; }
  .cp-proof-stat { min-height: 112px; padding: 20px 12px; }
  .cp-decision-list article { align-items: start; grid-template-columns: 26px 1fr; }
  .cp-decision-list article > strong { display: none; }
  .cp-map-surface { min-height: 390px; }
  .cp-map-surface .map-stage { min-height: 330px; padding: 0 8px 16px; }
  .cp-theater-decision { min-height: 480px; padding: 24px; }
  .cp-console-body { grid-template-columns: 1fr; }
  .cp-console-map { min-height: 330px; }
  .cp-console-drawer { border-left: 0; border-top: 1px solid var(--line); }
  .cp-report-cover { padding: 26px; width: 100%; }
  .cp-report-brand { align-items: flex-start; flex-direction: column; gap: 12px; }
  .cp-brief-facts { grid-template-columns: 1fr; }
  .cp-brief-facts div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); padding-left: 0; }
  .cp-capability-list article { gap: 10px 18px; grid-template-columns: 28px 1fr; }
  .cp-capability-list article p { grid-column: 2; }
  .cp-final .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .cp-final .cp-text-link { padding: 8px 0; }
  .dashboard .dash-main { padding-left: 16px; padding-right: 16px; }
  .dashboard .dash-grid { grid-template-columns: 1fr; }
  .dashboard .kpi + .kpi,
  .dashboard .kpi:nth-child(even) { border-left: 0; border-top: 1px solid rgba(155, 184, 210, .12); }
}

/* ============================================================
   CLEARPORT READABILITY + DECISION BOARD V3
   Keeps the established layout while eliminating undersized UI type.
   ============================================================ */

.logo { width: 202px; }
.site-header .nav { min-height: 84px; }
.nav-links { font-size: 1rem; }
.phone { font-size: .94rem; }
.btn { font-size: .98rem; }
.btn-small { font-size: .9rem; }
.eyebrow,
.intel-page-v2 .eyebrow {
  font-size: .92rem;
  letter-spacing: .16em;
  line-height: 1.45;
}
.footer { font-size: .9rem; }
.footer img { width: 202px !important; }

.cp-hero-source,
.cp-priority-brief > p,
.cp-brief-topline,
.cp-brief-action > span,
.cp-value-row span,
.cp-brief-evidence,
.cp-proof-stat span,
.cp-decision-number,
.cp-decision-list article > strong,
.cp-section-heading > p,
.cp-check-list,
.cp-console-head,
.cp-console-drawer dt,
.cp-console-drawer > p,
.cp-report-title span,
.cp-report-score span,
.cp-report-footer,
.cp-brief-facts small,
.cp-capability-list article > span,
.pricing-note,
.cp-price-flag {
  font-size: .84rem;
}

.cp-brief-location > div > span,
.cp-selected-heading span,
.cp-selected-stats dt,
.cp-selected-callout span {
  font-size: .82rem;
}

.cp-priority-brief strong,
.cp-selected-stats dd,
.cp-console-drawer dd { font-size: 1rem; }
.cp-proof-stat strong { font-size: 2.15rem; }
.cp-decision-list p,
.cp-capability-list p,
.price-card > p,
.price-card ul { font-size: 1rem; line-height: 1.65; }
.price-card .price small { font-size: 1rem; }
.cp-brief-facts span { font-size: 1.05rem; }

/* The homepage now presents ranked intelligence instead of a decorative map. */
.cp-ranking-board {
  background: #0b141f;
  border: 1px solid rgba(155, 184, 210, .16);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.cp-ranking-head,
.cp-ranking-row {
  display: grid;
  gap: 20px;
  grid-template-columns: 62px 1.05fr .72fr 1fr .86fr 1.55fr;
}

.cp-ranking-head {
  background: #08111a;
  color: #7f91a2;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .09em;
  padding: 18px 24px;
  text-transform: uppercase;
}

.cp-ranking-row {
  align-items: center;
  border-top: 1px solid rgba(155, 184, 210, .13);
  padding: 25px 24px;
}

.cp-ranking-row-primary {
  background: linear-gradient(90deg, rgba(30, 153, 220, .11), transparent 46%);
  box-shadow: inset 3px 0 0 #27a8ec;
}

.cp-ranking-row > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cp-ranking-row strong { font-size: 1.03rem; }
.cp-ranking-row small {
  color: #8293a3;
  font-size: .84rem;
  line-height: 1.4;
  margin-top: 4px;
}
.cp-rank { color: #5cc8f7; font-size: 1rem !important; }
.cp-ranking-score { color: #72d7a0; font-size: 1.65rem !important; line-height: 1; }
.cp-mobile-label { display: none; }
.cp-ranking-footer {
  align-items: center;
  border-top: 1px solid rgba(155, 184, 210, .13);
  color: #7f91a2;
  display: flex;
  font-size: .86rem;
  justify-content: space-between;
  padding: 18px 24px;
}

/* Ranked queue replaces the second polygon/map illustration. */
.cp-console-body { grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); }
.cp-console-queue {
  background: #08111a;
  min-height: 430px;
  padding: 22px;
}
.cp-queue-heading {
  align-items: center;
  color: #8091a1;
  display: flex;
  font-size: .86rem;
  justify-content: space-between;
  margin-bottom: 14px;
}
.cp-queue-heading strong { color: #f2f5f8; }
.cp-console-queue article {
  align-items: center;
  border: 1px solid rgba(155, 184, 210, .13);
  border-radius: 10px;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  margin-top: 10px;
  padding: 16px;
}
.cp-console-queue article.is-selected {
  background: #102234;
  border-color: rgba(54, 175, 235, .46);
  box-shadow: inset 3px 0 0 #2aa9ed;
}
.cp-console-queue article > div { display: flex; flex-direction: column; min-width: 0; }
.cp-console-queue article > div:last-child { text-align: right; }
.cp-console-queue article strong { font-size: .96rem; }
.cp-console-queue article small { color: #8092a3; font-size: .82rem; margin-top: 3px; }
.cp-queue-rank { color: #62c9f5; font-size: .85rem; font-weight: 800; }
.cp-console-drawer h3 { font-size: 1.35rem; }

/* Dashboard, portal, map controls, and admin readability. */
.dashboard .dash-side img { width: 202px !important; }
.dashboard .eyebrow { font-size: .92rem; }
.dashboard .dash-side a,
.dashboard .text-button { font-size: .96rem; }
.dashboard .kpi label { font-size: .9rem; line-height: 1.4; }
.dashboard .kpi b { font-size: 1.85rem; }
.dashboard .geo-map-note { font-size: .95rem; }
.dashboard .geo-map-meta,
.dashboard .geo-layer-toggle,
.dashboard .geo-map-status,
.dashboard .geo-map-loading,
.dashboard .geo-map-legend,
.dashboard .geo-zone-filters summary,
.dashboard .geo-zone-legend,
.dashboard .geo-zone-drawer-body,
.dashboard .geo-intelligence .leaflet-popup-content,
.dashboard .geo-intelligence .leaflet-tooltip.geo-zone-tooltip { font-size: .9rem; }
.dashboard .geo-map-disclaimer,
.dashboard .geo-zone-drawer-disclaimer { font-size: .84rem; }
.dashboard .geo-zone-filter-form label,
.verif-filter-label,
.verif-search-label,
.verif-dl dt,
.verif-dl dd { font-size: .88rem; }
.dashboard .geo-intelligence .leaflet-control-layers label { font-size: .86rem; }
.dashboard .geo-zone-drawer-head h3 { font-size: 1.2rem; }
.login-card label,
.login-meta,
.login-card .muted { font-size: .92rem !important; }

@media (max-width: 900px) {
  .cp-ranking-head { display: none; }
  .cp-ranking-row {
    gap: 18px;
    grid-template-columns: 38px repeat(2, minmax(0, 1fr));
  }
  .cp-ranking-row > div:last-child { grid-column: 2 / -1; }
  .cp-mobile-label {
    color: #6f8293;
    display: block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
}

@media (max-width: 640px) {
  .intel-page-v2 .logo,
  .logo { width: 158px; }
  .site-header .nav { min-height: 74px; }
  .cp-ranking-row { grid-template-columns: 32px 1fr; padding: 22px 18px; }
  .cp-ranking-row > div,
  .cp-ranking-row > div:last-child { grid-column: 2; }
  .cp-ranking-footer { align-items: flex-start; flex-direction: column; gap: 10px; padding: 18px; }
  .cp-console-queue { min-height: auto; padding: 14px; }
  .cp-console-queue article { grid-template-columns: 28px minmax(0, 1fr); }
  .cp-console-queue article > div:last-child { grid-column: 2; text-align: left; }
  .dashboard .dash-side img { width: 184px !important; }
}

/* ============================================================
   CLEARPORT FINISHING PASS V4
   Final hierarchy corrections from live-browser review.
   ============================================================ */

/* Public brand presence: larger without changing the hero layout. */
.intel-page-v2 .logo,
.intel-page .logo { width: 236px; }
.intel-page-v2 .site-header .nav,
.intel-page .site-header .nav { min-height: 88px; }
.intel-page-v2 .footer img,
.intel-page .footer img { width: 232px !important; }

/* Numbered systems should read as navigational anchors, not footnotes. */
.cp-decision-number,
.cp-capability-list article > span,
.cp-rank,
.cp-queue-rank {
  font-size: 1.08rem !important;
  font-weight: 850;
  line-height: 1.2;
}

/* Keep the featured-plan badge in document flow so it cannot overlap its title. */
.cp-pricing-grid .price-card.featured { padding-top: 32px; }
.cp-price-flag {
  align-self: flex-start;
  display: inline-flex;
  margin: 0 0 18px;
  position: static;
}

/* Remove the unexplained decorative underline from the report cover. */
.cp-report-cover:after { display: none; }

@media (max-width: 640px) {
  .intel-page-v2 .logo,
  .intel-page .logo { width: 174px; }
  .intel-page-v2 .site-header .nav,
  .intel-page .site-header .nav { min-height: 76px; }
}

/* ============================================================
   CLEARPORT BRAND + PHOTOGRAPHY RESTORATION V5
   Restores the approved Energy Intelligence identity and real
   oilfield context without reintroducing maps, grids, or decoration.
   ============================================================ */

/* The approved logo has a wider, taller lockup than the placeholder. */
.intel-page-v2 .logo,
.intel-page .logo {
  width: 228px;
}

.intel-page-v2 .site-header .nav,
.intel-page .site-header .nav {
  min-height: 108px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.logo img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.intel-page-v2 .footer img,
.intel-page .footer img {
  height: auto;
  width: 244px !important;
}

/* Homepage: the field photograph creates depth; gradients protect copy. */
.cp-hero {
  background: #05090e;
  isolation: isolate;
  overflow: hidden;
}

.cp-hero:before {
  background: url("assets/media-rig-premium.jpg") center center / cover no-repeat;
  border-radius: 0;
  filter: saturate(.9) contrast(1.06);
  height: auto;
  inset: 0;
  opacity: .78;
  position: absolute;
  width: auto;
  z-index: -2;
}

.cp-hero:after {
  background:
    linear-gradient(90deg, rgba(3, 7, 12, .98) 0%, rgba(3, 8, 13, .92) 39%, rgba(3, 8, 13, .63) 67%, rgba(3, 8, 13, .76) 100%),
    linear-gradient(0deg, rgba(5, 9, 14, .84) 0%, transparent 42%, rgba(5, 9, 14, .34) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.cp-hero-copy {
  text-shadow: 0 2px 26px rgba(0, 0, 0, .72);
}

.cp-priority-brief {
  background: rgba(8, 16, 25, .91);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  border-color: rgba(168, 203, 228, .25);
}

/* Atlas preview: real operating context above the ranked queue. */
.cp-console-main {
  background: #08111a;
  min-width: 0;
}

.cp-console-media {
  height: 252px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.cp-console-media:after {
  background: linear-gradient(0deg, rgba(4, 10, 16, .96), rgba(4, 10, 16, .12) 68%);
  content: "";
  inset: 0;
  position: absolute;
}

.cp-console-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cp-console-media figcaption {
  bottom: 20px;
  display: flex;
  flex-direction: column;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 1;
}

.cp-console-media figcaption span {
  color: #73cdf6;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp-console-media figcaption strong {
  font-size: 1.2rem;
  margin-top: 5px;
}

.cp-console-queue {
  min-height: auto;
}

/* Executive brief: use the approved District 08 photograph as evidence. */
.cp-brief-layout {
  grid-template-columns: minmax(360px, .96fr) minmax(340px, 1.04fr);
}

.cp-report-cover-photo {
  aspect-ratio: 4 / 3;
  background: #08111a;
  display: block;
  max-width: 590px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.cp-report-photo,
.cp-report-shade,
.cp-report-content {
  inset: 0;
  position: absolute;
}

.cp-report-photo {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cp-report-shade {
  background:
    linear-gradient(90deg, rgba(3, 8, 13, .94), rgba(3, 8, 13, .56) 61%, rgba(3, 8, 13, .22)),
    linear-gradient(0deg, rgba(3, 8, 13, .82), transparent 58%);
}

.cp-report-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 28px;
}

.cp-report-brand {
  color: #d5e2ec;
  gap: 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
}

.cp-report-brand img {
  height: auto;
  width: 158px;
}

.cp-report-title strong {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  text-shadow: 0 3px 22px rgba(0, 0, 0, .82);
}

.cp-report-title span,
.cp-report-score span,
.cp-report-footer {
  color: #d1dce5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .9);
}

.cp-report-score {
  position: absolute;
  right: 28px;
  top: 42%;
}

.cp-report-score strong {
  font-size: 2.65rem;
}

/* Inner pages receive restrained photography and keep their existing content. */
body[data-page="Platform"] .page-hero,
body[data-page="Pricing"] .page-hero,
body[data-page="About"] .page-hero {
  background-color: #05090e;
  isolation: isolate;
  overflow: hidden;
}

body[data-page="Platform"] .page-hero:before,
body[data-page="Pricing"] .page-hero:before,
body[data-page="About"] .page-hero:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: saturate(.82) contrast(1.06);
  inset: 0;
  opacity: .52;
  position: absolute;
  z-index: -2;
}

body[data-page="Platform"] .page-hero:before { background-image: url("assets/refinery-aerial.jpg"); }
body[data-page="Pricing"] .page-hero:before { background-image: url("assets/refinery-night.jpg"); }
body[data-page="About"] .page-hero:before { background-image: url("assets/district-08-premium.jpg"); }

body[data-page="Platform"] .page-hero:after,
body[data-page="Pricing"] .page-hero:after,
body[data-page="About"] .page-hero:after {
  background: linear-gradient(90deg, rgba(3, 8, 13, .97) 0%, rgba(3, 8, 13, .83) 50%, rgba(3, 8, 13, .54) 100%);
  height: auto;
  inset: 0;
  position: absolute;
  width: auto;
  z-index: -1;
}

.page-hero > .container {
  position: relative;
  z-index: 1;
}

body[data-page="Platform"] .page-hero h1,
body[data-page="Pricing"] .page-hero h1,
body[data-page="About"] .page-hero h1 {
  font-size: clamp(2.8rem, 5.5vw, 5.25rem);
  max-width: 14ch;
  text-shadow: 0 3px 26px rgba(0, 0, 0, .76);
}

body[data-page="Platform"] .page-hero p,
body[data-page="Pricing"] .page-hero p,
body[data-page="About"] .page-hero p {
  color: #c3d0da;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .85);
}

/* Login and entitled dashboard use the same approved identity. */
.login-logo {
  display: block;
  height: auto;
  width: 240px;
}

.dashboard .dash-side > a:first-child {
  display: block;
  margin: 0 0 14px;
  padding: 0;
}

.dashboard .dash-side > a:first-child:hover {
  background: transparent;
}

.dashboard .dash-side img {
  display: block;
  height: auto;
  width: 208px !important;
}

@media (max-width: 900px) {
  .cp-hero:before {
    background-position: 62% center;
    opacity: .58;
  }

  .cp-hero:after {
    background: linear-gradient(90deg, rgba(3, 8, 13, .96), rgba(3, 8, 13, .78));
  }

  .cp-brief-layout {
    grid-template-columns: 1fr;
  }

  .cp-report-cover-photo {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .intel-page-v2 .logo,
  .intel-page .logo {
    width: 172px;
  }

  .intel-page-v2 .site-header .nav,
  .intel-page .site-header .nav {
    min-height: 88px;
  }

  .cp-console-media {
    height: 210px;
  }

  .cp-console-body {
    grid-template-columns: 1fr;
  }

  .cp-console-main {
    width: 100%;
  }

  .cp-console-drawer {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .cp-report-cover-photo {
    aspect-ratio: 1 / 1;
    padding: 0;
  }

  .cp-report-content {
    padding: 22px;
  }

  .cp-report-brand {
    align-items: flex-start;
    flex-direction: row;
  }

  .cp-report-brand img {
    width: 132px;
  }

  .cp-report-score {
    right: 22px;
    top: 43%;
  }

  .cp-report-title strong {
    font-size: 2.35rem;
  }

  body[data-page="Platform"] .page-hero,
  body[data-page="Pricing"] .page-hero,
  body[data-page="About"] .page-hero {
    padding-top: 82px;
  }
}

/* ============================================================
   CLEARPORT LOGO CANVAS BLEND V5.1
   The approved PNG contains a black rectangular canvas. Screen
   blending removes that canvas visually on every dark surface while
   preserving the metallic mark, white wordmark, and blue accents.
   ============================================================ */
img[src$="clearport-logo.png"] {
  background: transparent;
  mix-blend-mode: lighten;
}

/* Match every public header to the homepage treatment the user approved. */
.site-header,
.intel-page .site-header,
.intel-page-v2 .site-header {
  background: #05090e;
  border-bottom-color: rgba(255, 255, 255, .07);
}

/* Use the same surrounding black in authenticated brand placements. */
.dashboard .dash-side {
  background: #05090e;
}
