/* ═══════════════════════════════════════════════════════════════
   VERACIS ANALYTICS — shared stylesheet for content pages
   Extracted from index2.html's inline styles (which remain the
   canonical home-page copy until launch consolidation).
   Brand palette per Brand & Design System — DO NOT ALTER VALUES.
   ═══════════════════════════════════════════════════════════════ */

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

:root {
  --navy: #0A1929;
  --navy-mid: #0D2B45;
  --navy-light: #1A3A52;
  --teal: #4DC9C4;
  --teal-light: #7DD8D5;
  --teal-pale: #E0F7F6;
  --teal-dark: #007A7A;
  --white: #FFFFFF;
  --off-white: #F7F9FB;
  --border: #E2E8F0;
  --text-primary: #0A1929;
  --text-secondary: #4A6380;
  --text-muted: #8BA7BC;
  --success: #2ECC8F;
  --warning: #F5A623;
  --danger: #E8445A;
  --font: 'Inter', -apple-system, sans-serif;
}

html { scroll-behavior: smooth; }

html, body { background: var(--navy); }

body {
  font-family: var(--font);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── FIXED CONSTELLATION BACKGROUND ── */
#constellation-bg {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  background: var(--navy);
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
#constellation-bg canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@supports (-webkit-touch-callout: none) {
  #constellation-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; }
}

#page { position: relative; z-index: 1; }

/* Section types */
.solid-dark { background: rgba(10, 25, 41, 0.96); }
.solid-light { background: #FFFFFF; color: var(--text-primary); position: relative; z-index: 2; }
.solid-off { background: #F7F9FB; color: var(--text-primary); position: relative; z-index: 2; }
.transparent-dark { background: rgba(10, 25, 41, 0.15); backdrop-filter: blur(1px); }
.semi-dark { background: rgba(10, 25, 41, 0.75); }

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 48px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: background 0.4s, border-bottom 0.4s;
}
nav.scrolled {
  background: rgba(10, 25, 41, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(77, 201, 196, 0.15);
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-wordmark { display: flex; flex-direction: column; }
.nav-wordmark-main {
  font-size: 18px; font-weight: 700; color: var(--white);
  letter-spacing: 0.06em; text-transform: uppercase; line-height: 1;
}
.nav-wordmark-sub {
  font-size: 10px; color: var(--teal);
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; margin-top: 3px;
}
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.75); text-decoration: none;
  font-size: 14px; font-weight: 500; transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }
.nav-links a.active { color: var(--teal); }
.nav-mobile-actions { display: none; gap: 10px; align-items: center; }
@media (max-width: 900px) { .nav-mobile-actions { display: flex; } }
@media (min-width: 901px) { .nav-mobile-actions { display: none; } }
.nav-login {
  border: 1px solid rgba(255,255,255,0.25) !important;
  color: rgba(255,255,255,0.8) !important;
  padding: 9px 18px !important;
  border-radius: 6px;
  font-weight: 500 !important; font-size: 13px !important;
  transition: border-color 0.2s, color 0.2s !important;
}
.nav-login:hover { border-color: rgba(255,255,255,0.6) !important; color: var(--white) !important; }
.nav-cta {
  background: var(--teal) !important; color: var(--navy) !important;
  padding: 10px 22px !important; border-radius: 6px;
  font-weight: 700 !important; font-size: 13px !important;
  transition: background 0.2s, transform 0.15s !important;
}
.nav-cta:hover { background: var(--teal-light) !important; transform: translateY(-1px); }

/* ── NAV PRODUCTS DROPDOWN ── */
.nav-drop { position: relative; }
.nav-drop-toggle .nav-caret { font-size: 9px; opacity: 0.6; margin-left: 3px; }
.nav-drop-wrap {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  padding-top: 18px; display: none; z-index: 200;
}
.nav-drop:hover .nav-drop-wrap,
.nav-drop:focus-within .nav-drop-wrap { display: block; }
.nav-drop-menu {
  min-width: 340px;
  background: rgba(10,25,41,0.97);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(77,201,196,0.25);
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}
.nd-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 14px; border-radius: 10px;
  text-decoration: none; transition: background 0.15s;
}
.nd-item:hover { background: rgba(77,201,196,0.08); }
.nd-dot { width: 8px; height: 8px; border-radius: 50%; margin-top: 5px; flex-shrink: 0; }
.nd-dot.live { background: var(--teal); box-shadow: 0 0 8px rgba(77,201,196,0.8); }
.nd-dot.preview { background: var(--warning); }
.nd-dot.design { background: rgba(255,255,255,0.25); }
.nd-name { display: block; font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.nd-sub { display: block; font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 400; }
.nav-links .nd-item:hover .nd-name { color: var(--teal-light); }

/* ── CONTAINER / LABELS ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }

.section-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.section-label::before {
  content: ''; display: block; width: 24px; height: 1px; background: var(--teal); flex-shrink: 0;
}
.solid-light .section-label, .solid-off .section-label { color: var(--teal-dark); }
.solid-light .section-label::before, .solid-off .section-label::before { background: var(--teal-dark); }

/* ── TYPE ── */
h1 {
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 800; line-height: 1.05; letter-spacing: -0.025em;
  margin-bottom: 24px; color: var(--white);
}
h1 .accent { color: var(--teal); display: inline-block; }
h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 800; line-height: 1.12; letter-spacing: -0.02em;
  margin-bottom: 20px; color: var(--white);
}
.solid-light h2, .solid-off h2 { color: var(--text-primary); }
.lead { font-size: 18px; line-height: 1.75; margin-bottom: 56px; max-width: 640px; }
.solid-light .lead, .solid-off .lead { color: var(--text-secondary); }
.transparent-dark .lead, .semi-dark .lead, .solid-dark .lead { color: rgba(255,255,255,0.6); }

.btn-primary {
  background: var(--teal); color: var(--navy);
  padding: 15px 30px; border-radius: 6px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 0 0 0 rgba(77,201,196,0);
}
.btn-primary:hover {
  background: var(--teal-light); transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(77,201,196,0.3);
}
.btn-ghost {
  color: rgba(255,255,255,0.7); font-size: 15px; font-weight: 500; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  transition: color 0.2s;
  border: 1px solid rgba(255,255,255,0.2); padding: 14px 24px; border-radius: 6px;
}
.btn-ghost:hover { color: var(--white); border-color: rgba(255,255,255,0.4); }

/* ── PAGE HERO (subpages) ── */
.page-hero {
  padding: 170px 0 90px;
  background: transparent;
}
.page-hero .crumb {
  font-size: 13px; margin-bottom: 22px;
}
.page-hero .crumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.page-hero .crumb a:hover { color: var(--teal-light); }
.page-hero .crumb span { color: rgba(255,255,255,0.3); margin: 0 8px; }
.page-hero .hero-lead {
  font-size: 18px; line-height: 1.75; color: rgba(255,255,255,0.65);
  max-width: 640px; margin-bottom: 36px;
}
.page-hero .hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

/* Status pills */
.status-pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 20px; margin-bottom: 24px;
}
.status-pill .dot { width: 6px; height: 6px; border-radius: 50%; }
.status-pill.live { background: rgba(77,201,196,0.12); color: var(--teal); border: 1px solid rgba(77,201,196,0.35); }
.status-pill.live .dot { background: var(--teal); animation: pulse-dot 2s ease-in-out infinite; }
.status-pill.preview { background: rgba(245,166,35,0.1); color: var(--warning); border: 1px solid rgba(245,166,35,0.3); }
.status-pill.preview .dot { background: var(--warning); }
.status-pill.design { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.15); }
.status-pill.design .dot { background: rgba(255,255,255,0.35); }
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* ── GENERIC SECTIONS ── */
.content-section { padding: 110px 0; }

/* Light info-card grid (pain-grid pattern) */
.info-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border); border-radius: 12px; overflow: hidden;
}
.info-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.info-item { background: var(--white); padding: 36px 32px; }
.solid-off .info-item { background: var(--white); }
.info-icon { font-size: 28px; margin-bottom: 18px; display: block; }
.info-title { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; }
.info-body { font-size: 14px; line-height: 1.65; color: var(--text-secondary); }

/* Dark feature cards (ai-card pattern) */
.dark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dark-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.dark-card {
  background: rgba(13,43,69,0.7);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(77,201,196,0.15);
  border-radius: 16px; padding: 36px 28px;
  transition: border-color 0.2s, transform 0.2s;
}
.dark-card:hover { border-color: rgba(77,201,196,0.35); transform: translateY(-3px); }
.dark-card-icon {
  width: 48px; height: 48px; background: rgba(77,201,196,0.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 20px;
}
.dark-card-title { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 10px; line-height: 1.3; }
.dark-card-desc { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.55); margin-bottom: 20px; }
.dark-card-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.dark-card-list li {
  font-size: 13px; color: var(--teal-light); opacity: 0.85;
  display: flex; align-items: flex-start; gap: 7px;
}
.dark-card-list li::before { content: '→'; flex-shrink: 0; }

/* Inline "in development" tag for card titles */
.dev-tag {
  display: inline-block; vertical-align: middle; margin-left: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--warning); background: rgba(245,166,35,0.12);
  border: 1px solid rgba(245,166,35,0.3);
  padding: 2px 8px; border-radius: 12px;
}
.live-tag {
  display: inline-block; vertical-align: middle; margin-left: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--teal); background: rgba(77,201,196,0.12);
  border: 1px solid rgba(77,201,196,0.35);
  padding: 2px 8px; border-radius: 12px;
}

/* ── STEP FLOW (numbered pipeline) ── */
.step-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step-flow.cols-4 { grid-template-columns: repeat(4, 1fr); }
.step {
  background: var(--white); border: 1px solid var(--border); border-radius: 12px;
  padding: 26px 22px; position: relative;
}
.step-n {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--teal-pale); color: var(--teal-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}
.step-title { font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.step-body { font-size: 13px; line-height: 1.6; color: var(--text-secondary); }

/* ── DECOMPOSITION GRID (dark chips) ── */
.decomp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.decomp-item {
  background: rgba(13,43,69,0.7); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;
  padding: 24px;
  transition: border-color 0.2s;
}
.decomp-item:hover { border-color: rgba(77,201,196,0.3); }
.decomp-title {
  font-size: 14px; font-weight: 700; color: var(--teal-light); margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px;
}
.decomp-title::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.decomp-body { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.5); }

/* ── CHECK LIST (light two-column feature list) ── */
.check-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; max-width: 900px; }
.check-cols li {
  list-style: none; font-size: 15px; line-height: 1.6; color: var(--text-secondary);
  display: flex; align-items: flex-start; gap: 10px;
}
.check-cols li::before { content: '✓'; color: var(--teal-dark); font-weight: 700; flex-shrink: 0; }

/* ── ILLUSTRATIVE EXAMPLE CARD ── */
.example-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 16px;
  padding: 36px; max-width: 620px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.18);
}
.example-title {
  font-size: 11px; font-weight: 600; color: var(--teal-dark);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--border);
}
.example-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 0; border-bottom: 1px solid #F0F4F8;
}
.example-row .l { font-size: 13.5px; color: var(--text-secondary); }
.example-row .v {
  font-size: 13.5px; font-weight: 600; font-variant-numeric: tabular-nums;
  color: var(--text-primary);
}
.example-row .v.pos { color: var(--success); }
.example-row .v.neg { color: var(--danger); }
.example-total {
  display: flex; justify-content: space-between; align-items: center; padding-top: 14px;
}
.example-total .l { font-size: 14px; font-weight: 700; color: var(--text-primary); }
.example-total .v { font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--text-primary); }
.example-note { margin-top: 16px; font-size: 11px; color: var(--text-muted); letter-spacing: 0.04em; }

/* ── TWO-COLUMN TEXT/ASIDE ── */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; }
.split p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; }
.solid-light .split p, .solid-off .split p { color: var(--text-secondary); }
.transparent-dark .split p { color: rgba(255,255,255,0.6); }

/* Quote card (about) */
.quote-card {
  background: var(--navy); border-radius: 16px; padding: 44px; position: relative;
}
.quote-card::before {
  content: '"';
  position: absolute; top: 12px; left: 28px;
  font-size: 96px; font-family: Georgia, serif;
  color: var(--teal); opacity: 0.2; line-height: 1;
}
.quote-card .quote-text {
  font-size: 19px; font-weight: 500; line-height: 1.65; color: var(--white);
  margin-bottom: 28px; padding-top: 28px;
}
.quote-card .quote-name { font-size: 14px; font-weight: 700; color: var(--teal); }
.quote-card .quote-role { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 4px; line-height: 1.4; }

/* Stats (about) */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.stat {
  background: var(--off-white); border-radius: 10px; padding: 22px;
}
.stat-n {
  font-size: 34px; font-weight: 800; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums; line-height: 1; margin-bottom: 6px; color: var(--text-primary);
}
.stat-n span { color: var(--teal-dark); }
.stat-l { font-size: 13px; color: var(--text-secondary); line-height: 1.4; }

/* ── AI CHAT DEMO (vera page) ── */
.ai-agent-demo {
  background: rgba(13,43,69,0.75); backdrop-filter: blur(20px);
  border: 1px solid rgba(77,201,196,0.25); border-radius: 16px;
  padding: 36px; max-width: 720px; margin: 0 auto;
}
.ai-agent-header {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 24px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ai-agent-title {
  font-size: 13px; font-weight: 600; color: var(--teal);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ai-chat { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.ai-msg { display: flex; gap: 10px; align-items: flex-start; }
.ai-msg.user { flex-direction: row-reverse; }
.ai-msg-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(77,201,196,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0; color: var(--teal); font-weight: 600;
}
.ai-msg.user .ai-msg-avatar { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }
.ai-msg-bubble {
  background: rgba(255,255,255,0.06); border-radius: 12px; padding: 12px 16px;
  font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.75); max-width: 85%;
}
.ai-msg.user .ai-msg-bubble { background: rgba(77,201,196,0.12); color: var(--teal-light); }
.ai-msg-bubble strong { color: var(--white); }
.ai-input-row {
  display: flex; gap: 10px; align-items: center;
  padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.07);
}
.ai-input {
  flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 10px 14px; font-size: 13px;
  color: rgba(255,255,255,0.5); font-family: var(--font); pointer-events: none;
}
.ai-send {
  background: var(--teal); color: var(--navy); border: none; border-radius: 8px;
  padding: 10px 16px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: var(--font);
}

/* ── ANNOTATED SCREENSHOT (side callouts + leader lines + legend) ── */
.callout-wrap { position: relative; }
.callout-img {
  width: 58%; margin: 0 auto;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 24px 64px rgba(0,0,0,0.45);
}
.callout-img img { width: 100%; display: block; }
.callout-lines {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 4;
}
.callout-lines line {
  stroke: rgba(77,201,196,0.5); stroke-width: 1.5;
  stroke-dasharray: 4 3;
  vector-effect: non-scaling-stroke;
}
.ctarget {
  position: absolute; width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal); box-shadow: 0 0 0 4px rgba(77,201,196,0.2);
  transform: translate(-50%,-50%); z-index: 4; pointer-events: none;
}
@media (max-width: 900px) { .ctarget { display: none; } }
.callout {
  position: absolute; z-index: 5; transform: translateY(-50%);
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(10,25,41,0.92);
  border: 1px solid rgba(77,201,196,0.3);
  border-radius: 24px; padding: 6px 14px 6px 6px;
  max-width: 19.5%;
  cursor: default;
  transition: border-color 0.2s, background 0.2s;
}
.callout-left { right: 81.5%; }
.callout-right { left: 81.5%; }
.callout .cn {
  width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;
  background: rgba(77,201,196,0.14); border: 1px solid rgba(77,201,196,0.5);
  color: var(--teal); font-size: 11.5px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  font-variant-numeric: tabular-nums;
}
.callout .ct { font-size: 12.5px; font-weight: 600; color: var(--white); line-height: 1.25; }
.callout.hot, .callout:hover { border-color: var(--teal); background: rgba(77,201,196,0.14); }
.shot-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.legend-item {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(13,43,69,0.6); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 16px 18px;
  transition: border-color 0.2s, background 0.2s;
}
.legend-item.hot, .legend-item:hover { border-color: rgba(77,201,196,0.45); background: rgba(77,201,196,0.06); }
.legend-n {
  width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%;
  background: rgba(77,201,196,0.12); border: 1px solid rgba(77,201,196,0.4);
  color: var(--teal); font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  font-variant-numeric: tabular-nums;
}
.legend-t { font-size: 13.5px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.legend-d { font-size: 12.5px; line-height: 1.55; color: rgba(255,255,255,0.5); }
@media (max-width: 900px) {
  /* mobile: full-width image, no gutter callouts/lines — legend below carries the detail */
  .callout, .callout-lines { display: none; }
  .callout-img { width: 100%; }
  .shot-legend { grid-template-columns: 1fr; }
}

/* ── PRODUCT STRIP (cross-links at page bottom) ── */
.product-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.strip-card {
  display: block; text-decoration: none;
  background: rgba(13,43,69,0.7); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 24px;
  transition: border-color 0.2s, transform 0.2s;
}
.strip-card:hover { border-color: rgba(77,201,196,0.35); transform: translateY(-2px); }
.strip-kicker { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.strip-kicker.live { color: var(--teal); }
.strip-kicker.preview { color: var(--warning); }
.strip-kicker.design { color: rgba(255,255,255,0.4); }
.strip-name { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.strip-desc { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.45); }

/* ── CTA ── */
#cta { padding: 140px 0; text-align: center; }
#cta h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800; line-height: 1.02; letter-spacing: -0.025em;
  color: var(--white); margin-bottom: 20px;
}
#cta h2 .accent { color: var(--teal); }
#cta > .container > p {
  font-size: 18px; color: rgba(255,255,255,0.6);
  margin-bottom: 48px; max-width: 480px;
  margin-left: auto; margin-right: auto; line-height: 1.7;
}
.cta-box {
  background: rgba(13,43,69,0.7); backdrop-filter: blur(20px);
  border: 1px solid rgba(77,201,196,0.2); border-radius: 16px;
  padding: 48px; max-width: 520px; margin: 0 auto 40px;
}
.cta-box h3 { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.cta-box p { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 28px; line-height: 1.6; }
.cta-form { display: flex; flex-direction: column; gap: 12px; }
.cta-input {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px; padding: 14px 16px; font-size: 15px;
  color: var(--white); font-family: var(--font); outline: none;
  transition: border-color 0.2s; width: 100%;
}
.cta-input::placeholder { color: rgba(255,255,255,0.3); }
.cta-input:focus { border-color: var(--teal); }
.cta-submit {
  background: var(--teal); color: var(--navy); border: none;
  padding: 15px; border-radius: 6px; font-size: 15px; font-weight: 700;
  cursor: pointer; font-family: var(--font);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s; width: 100%;
}
.cta-submit:hover {
  background: var(--teal-light); transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(77,201,196,0.3);
}
.cta-trust { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.cta-trust-item {
  font-size: 13px; color: rgba(255,255,255,0.4);
  display: flex; align-items: center; gap: 6px;
}
.cta-trust-item::before { content: '✓'; color: var(--success); font-weight: 700; }

/* ── FOOTER ── */
footer {
  background: rgba(6, 15, 24, 0.98);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 40px 48px;
  display: flex; justify-content: space-between; align-items: center;
  position: relative; z-index: 2;
}
.footer-brand-name {
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.35);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.footer-tagline { font-size: 11px; color: rgba(255,255,255,0.18); margin-top: 3px; letter-spacing: 0.04em; }
.footer-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.footer-links a {
  font-size: 13px; color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: rgba(255,255,255,0.6); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.18); }

/* ── REVEAL ANIMATIONS ── */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .container { padding: 0 20px; }
  .page-hero { padding: 140px 0 60px; }
  .content-section { padding: 72px 0; }
  .info-grid, .info-grid.cols-2 { grid-template-columns: 1fr; }
  .dark-grid, .dark-grid.cols-2 { grid-template-columns: 1fr; }
  .step-flow, .step-flow.cols-4 { grid-template-columns: 1fr; }
  .decomp-grid { grid-template-columns: 1fr; }
  .check-cols { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .product-strip { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 20px; text-align: center; padding: 32px 20px; }
  .footer-links { justify-content: center; }
  .cta-trust { flex-direction: column; align-items: center; gap: 10px; }
}
