/* ============================================================
   RevHQ AI — Marketing styles
   Self-contained for WordPress/Elementor staging
   "Bloomberg terminal meets modern SaaS"
   ============================================================ */

:root {
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --ink: #0B1220;                /* slightly deeper than gray-900, for marketing breaks */
  --ink-2: #111A2E;
  --paper: #FAFAF7;
  --paper-2: #F4F1EA;
  --paper-3: #ECE7DA;
  --gray-50: #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --blue-50: #EFF6FF;
  --blue-500: #3B82F6;
  --blue-700: #1D4ED8;
  --blue-900: #1E3A8A;
  --green-100: #DCFCE7;
  --green-600: #16A34A;
  --green-700: #15803D;
  --amber-500: #F59E0B;
  --amber-700: #B45309;
  --red-600: #DC2626;
  --rule: rgba(15, 23, 42, 0.10);
  --rule-strong: rgba(15, 23, 42, 0.18);
  --gold: #C7A26B;
  --gold-700: #8A6128;
  --gold-soft: #F4E9D0;
  --max: 1240px;
  --gutter: 32px;
}

* { box-sizing: border-box; }
html, body, #root { margin: 0; padding: 0; min-height: 100%; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.revhq-block { width: 100%; }
.revhq-block + .revhq-block { margin-top: 32px; }

/* ---------- Elementor-native starter templates ---------- */
.revhq-native {
  padding: 72px 24px;
}
.revhq-native h1,
.revhq-native h2,
.revhq-native h3,
.revhq-native h4,
.revhq-native h5,
.revhq-native h6 {
  color: var(--ink);
  letter-spacing: 0;
}
.revhq-native h1 {
  font-size: 64px;
  line-height: 1.02;
  font-weight: 700;
  max-width: 760px;
}
.revhq-native h2 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  max-width: 820px;
}
.revhq-native h6 {
  color: var(--gray-500);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.04em;
}
.revhq-native .elementor-widget-text-editor {
  color: var(--gray-600);
  font-size: 18px;
  line-height: 1.55;
}
.revhq-native .elementor-button {
  background: var(--blue-700);
  color: #fff;
  border-radius: 6px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
}
.revhq-native .elementor-button:hover {
  background: var(--blue-900);
}
.revhq-native-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
.revhq-how .revhq-native-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.revhq-native-grid .elementor-widget-icon-box {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 22px;
  min-height: 160px;
}
.revhq-native-grid .elementor-icon-box-title {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}
.revhq-native-grid .elementor-icon-box-description {
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.55;
}
.revhq-shortcode-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* ---------- Layout ---------- */
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 88px 0; position: relative; }
.section--tight { padding: 56px 0; }
.section--dark { background: var(--ink); color: #fff; }
.section--dark p { color: rgba(255,255,255,0.72); }
.section--paper2 { background: var(--paper-2); }
.section--first { padding-top: 32px; }

.divider { height: 1px; background: var(--rule); }

/* ---------- Eyebrows / labels ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--gray-500);
}
.eyebrow--gold { color: var(--gold-700); }
.eyebrow--ink { color: rgba(255,255,255,0.55); }
.eyebrow::before { content: "// "; opacity: 0.7; }

/* ---------- Display type ---------- */
.display {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: var(--ink);
  margin: 0;
}
.display--xl { font-size: 84px; }
.display--lg { font-size: 64px; }
.display--md { font-size: 48px; }
.display--sm { font-size: 36px; }
.display--xs { font-size: 28px; }

.section--dark .display { color: #fff; }

.lede {
  font-size: 20px;
  line-height: 1.5;
  color: var(--gray-600);
  max-width: 640px;
  margin: 0;
}
.section--dark .lede { color: rgba(255,255,255,0.72); }

.tiny {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-500);
  letter-spacing: 0.02em;
}
.section--dark .tiny { color: rgba(255,255,255,0.55); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1;
  transition: background 150ms, color 150ms, border-color 150ms, transform 80ms;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--blue-700); color: #fff; }
.btn--primary:hover { background: var(--blue-900); }
.btn--secondary { background: #fff; color: var(--ink); border-color: var(--gray-300); }
.btn--secondary:hover { background: var(--paper-2); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { color: var(--blue-700); }
.btn--dark { background: #fff; color: var(--ink); }
.btn--dark:hover { background: var(--gold-soft); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.25); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.08); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: #B8924D; }
.btn--lg { padding: 14px 22px; font-size: 15px; }
.btn--block { display: flex; width: 100%; justify-content: center; }
.btn .arrow { transition: transform 150ms; }
.btn:hover .arrow { transform: translateX(3px); }

.linkish {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--blue-700);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.linkish:hover { color: var(--blue-900); }
.linkish .arrow { transition: transform 150ms; }
.linkish:hover .arrow { transform: translateX(3px); }

/* ---------- Cards ---------- */
.card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
}
.card--ink {
  background: var(--ink-2);
  border-color: rgba(255,255,255,0.08);
  color: #fff;
}
.card--padded { padding: 24px; }
.card--padded-lg { padding: 32px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--rule);
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__brand { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.brandmark {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: var(--ink);
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.02em;
  position: relative;
}
.brandmark::after {
  content: "";
  position: absolute;
  inset: auto -3px -3px auto;
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 2px;
}
.brandtype {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--ink);
  display: flex; align-items: baseline; gap: 6px;
}
.brandtype__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  color: var(--gold-700);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 1px 6px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold-soft);
}
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  cursor: pointer;
  padding: 4px 0;
  position: relative;
}
.nav__link:hover { color: var(--ink); }
.nav__link--active { color: var(--ink); }
.nav__link--active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -18px;
  height: 2px;
  background: var(--ink);
}
.nav__right { display: flex; align-items: center; gap: 16px; }
.nav__login { font-size: 14px; font-weight: 500; color: var(--gray-600); cursor: pointer; }
.nav__login:hover { color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero__tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-700);
  background: #fff;
  border: 1px solid var(--gray-200);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.hero__tag .pulse { width: 6px; height: 6px; background: var(--green-600); border-radius: 999px; box-shadow: 0 0 0 4px rgba(22,163,74,0.15); }
.hero h1 .accent { color: var(--blue-700); }
.hero h1 .underline {
  background-image: linear-gradient(transparent 62%, var(--gold-soft) 62%, var(--gold-soft) 92%, transparent 92%);
  background-repeat: no-repeat;
}
.hero__sub { margin-top: 24px; }
.hero__ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero__trust {
  margin-top: 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-500);
  display: flex; align-items: center; gap: 8px;
}
.hero__trust .dot { width: 4px; height: 4px; border-radius: 999px; background: var(--gray-400); }

/* ---------- Score Card Mockup (Hero) ---------- */
.scorecard {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  box-shadow: 0 28px 60px -28px rgba(15, 23, 42, 0.30), 0 8px 18px -8px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  position: relative;
}
.scorecard__chrome {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--gray-200);
}
.scorecard__dots { display: flex; gap: 6px; }
.scorecard__dots span { width: 9px; height: 9px; border-radius: 999px; background: var(--gray-300); }
.scorecard__chrome .crumbs { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); }
.scorecard__body { padding: 22px 22px 24px; }
.scorecard__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.scorecard__title { font-size: 15px; font-weight: 600; color: var(--ink); }
.scorecard__meta { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); margin-top: 4px; }
.scorecard__overall { display: flex; align-items: center; gap: 18px; padding: 16px; background: var(--paper); border: 1px solid var(--gray-200); border-radius: 10px; margin-bottom: 18px; }
.dial {
  width: 84px; height: 84px;
  border-radius: 999px;
  display: grid; place-items: center;
  position: relative;
  flex-shrink: 0;
  background: conic-gradient(var(--blue-700) calc(81% * 1%), var(--gray-200) 0);
}
.dial__inner {
  position: absolute; inset: 6px;
  border-radius: 999px;
  background: #fff;
  display: grid; place-items: center;
}
.dial__num { font-weight: 700; font-size: 26px; color: var(--ink); letter-spacing: -0.02em; line-height: 1; }
.dial__sub { font-family: var(--font-mono); font-size: 10px; color: var(--gray-500); margin-top: 2px; }
.scorecard__overall .right { display: flex; flex-direction: column; gap: 4px; }
.scorecard__overall .label { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.04em; }
.scorecard__overall .head { font-size: 18px; font-weight: 600; color: var(--ink); }
.scorecard__overall .delta { font-family: var(--font-mono); font-size: 12px; color: var(--green-700); }

.bars { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.bar { display: grid; grid-template-columns: 1.2fr 2.4fr 0.6fr; gap: 10px; align-items: center; }
.bar .name { font-size: 13px; color: var(--gray-700); }
.bar .track { height: 6px; background: var(--gray-100); border-radius: 999px; overflow: hidden; }
.bar .fill { height: 100%; background: var(--blue-700); border-radius: 999px; }
.bar .fill--amber { background: var(--amber-500); }
.bar .fill--green { background: var(--green-600); }
.bar .fill--red { background: var(--red-600); }
.bar .val { font-family: var(--font-mono); font-size: 12px; color: var(--gray-700); text-align: right; }

.flag {
  display: grid; grid-template-columns: auto 1fr; gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  margin-top: 10px;
  align-items: flex-start;
}
.flag--amber { background: #FEF6E2; border: 1px solid #F3E0B0; }
.flag--blue  { background: #EFF6FF; border: 1px solid #BFD8FE; }
.flag--gold  { background: var(--gold-soft); border: 1px solid #E2CC97; }
.flag__icon {
  width: 26px; height: 26px; border-radius: 7px;
  display: grid; place-items: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 12px;
}
.flag--amber .flag__icon { background: #F3D58A; color: #92591A; }
.flag--blue  .flag__icon { background: #BFD8FE; color: var(--blue-900); }
.flag--gold  .flag__icon { background: var(--gold); color: var(--ink); }
.flag__title { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-600); margin-bottom: 3px; }
.flag__body { font-size: 13px; color: var(--ink); line-height: 1.45; }

/* Floating chips beside the scorecard */
.float-chip {
  position: absolute;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 10px 30px -12px rgba(15,23,42,0.18);
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
}
.float-chip .badge {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--ink); color: var(--gold);
  display: grid; place-items: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 12px;
}
.float-chip .badge--gold { background: var(--gold); color: var(--ink); }
.float-chip .badge--green { background: var(--green-600); color: #fff; }
.float-chip .stack { display: flex; flex-direction: column; }
.float-chip .k { font-family: var(--font-mono); font-size: 10px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.04em; }
.float-chip .v { font-weight: 600; color: var(--ink); font-size: 13px; }

/* ---------- Stat strip ---------- */
.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.strip__cell { padding: 28px 24px; }
.strip__cell + .strip__cell { border-left: 1px solid var(--rule); }
.strip__k { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.06em; }
.strip__v { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); margin-top: 6px; line-height: 1; }
.strip__note { font-size: 12px; color: var(--gray-500); margin-top: 6px; }

/* ---------- Generic section header ---------- */
.section-head { margin-bottom: 48px; max-width: 760px; }
.section-head .eyebrow { display: block; margin-bottom: 16px; }
.section-head h2 { margin: 0 0 16px; }
.section-head p { color: var(--gray-600); font-size: 18px; line-height: 1.55; margin: 0; max-width: 620px; }
.section--dark .section-head p { color: rgba(255,255,255,0.72); }

/* ---------- Two col with image ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--reverse > :first-child { order: 2; }

/* ---------- Problem cards ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--gray-200); border-radius: 14px; overflow: hidden; background: #fff; }
.problem-cell { padding: 28px 22px; }
.problem-cell + .problem-cell { border-left: 1px solid var(--gray-200); }
.problem-cell .num { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); letter-spacing: 0.06em; }
.problem-cell .title { font-size: 17px; font-weight: 600; color: var(--ink); margin: 16px 0 8px; letter-spacing: -0.01em; line-height: 1.3; }
.problem-cell .body { font-size: 14px; color: var(--gray-600); line-height: 1.55; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 28px 24px 24px;
  position: relative;
}
.step__num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold-700);
  letter-spacing: 0.08em;
}
.step__title { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; color: var(--ink); margin: 14px 0 10px; }
.step__body { color: var(--gray-600); font-size: 14px; line-height: 1.55; }
.step__visual {
  margin-top: 20px;
  background: var(--paper-2);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 14px;
  min-height: 110px;
}

/* ---------- Feature pills grid ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.cap {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 18px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 130px;
}
.cap__tag { font-family: var(--font-mono); font-size: 10px; color: var(--gray-500); letter-spacing: 0.08em; text-transform: uppercase; }
.cap__title { font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.005em; }
.cap__body { font-size: 13px; color: var(--gray-600); line-height: 1.5; }
.cap__icon {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: var(--paper-2);
  border: 1px solid var(--gray-200);
  display: grid; place-items: center;
  color: var(--ink);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 11px;
}

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.plan {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 28px 24px 24px;
  display: flex; flex-direction: column;
  position: relative;
}
.plan--featured {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: 0 24px 60px -24px rgba(15,23,42,0.5);
  transform: translateY(-4px);
}
.plan--featured .plan__name { color: var(--gold); }
.plan--featured .plan__price { color: #fff; }
.plan--featured .plan__feat span { color: rgba(255,255,255,0.78); }
.plan--featured .plan__cap { border-color: rgba(255,255,255,0.12); }
.plan__name { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-500); }
.plan__price { font-size: 44px; font-weight: 700; letter-spacing: -0.025em; color: var(--ink); margin: 14px 0 2px; line-height: 1; }
.plan__price .per { font-family: var(--font-mono); font-size: 14px; font-weight: 500; color: var(--gray-500); letter-spacing: 0; }
.plan--featured .plan__price .per { color: rgba(255,255,255,0.55); }
.plan__cap { font-size: 13px; color: var(--gray-600); padding-bottom: 16px; border-bottom: 1px solid var(--gray-100); margin-bottom: 16px; }
.plan--featured .plan__cap { color: rgba(255,255,255,0.7); }
.plan__feats { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; flex-grow: 1; }
.plan__feat { display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--gray-700); line-height: 1.45; }
.plan__feat .check {
  width: 16px; height: 16px;
  border-radius: 999px;
  background: var(--blue-50);
  color: var(--blue-700);
  display: grid; place-items: center;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}
.plan--featured .plan__feat .check { background: rgba(199, 162, 107, 0.18); color: var(--gold); }
.plan__badge {
  position: absolute;
  top: -10px;
  left: 24px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--ink);
  padding: 4px 10px;
  border-radius: 999px;
}

/* ---------- Report layout (sample page) ---------- */
.report {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  margin-top: 32px;
}
.report__nav {
  position: sticky;
  top: 96px;
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 18px;
  font-size: 13px;
}
.report__nav .h,
.report__nav-title {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.report__nav ol { list-style: none; margin: 0; padding: 0; counter-reset: step; display: flex; flex-direction: column; gap: 4px; }
.report__nav li { counter-increment: step; padding: 6px 0 6px 28px; position: relative; color: var(--gray-700); cursor: pointer; border-radius: 6px; }
.report__nav li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: 6px;
  font-family: var(--font-mono); font-size: 11px; color: var(--gray-400);
}
.report__nav li:hover { color: var(--ink); }
.report__nav li.active { color: var(--blue-700); }
.report__nav li.active::before { color: var(--blue-700); }

.report__body { display: flex; flex-direction: column; gap: 28px; }
.r-section { background: #fff; border: 1px solid var(--gray-200); border-radius: 14px; padding: 28px; scroll-margin-top: 96px; }
.r-section__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; gap: 16px; }
.r-section__index { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); letter-spacing: 0.06em; }
.r-section h3 { margin: 0; font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
.r-section p { color: var(--gray-700); font-size: 14px; line-height: 1.6; margin: 0; }
.r-section ul { padding-left: 18px; margin: 0; color: var(--gray-700); font-size: 14px; line-height: 1.7; }
.r-section ul li::marker { color: var(--gold-700); }

.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.metric {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  background: var(--paper);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
}
.metric__name { font-size: 14px; color: var(--ink); font-weight: 500; }
.metric__bar { height: 6px; background: var(--gray-100); border-radius: 999px; overflow: hidden; min-width: 80px; }
.metric__bar > div { height: 100%; background: var(--blue-700); border-radius: 999px; }
.metric__val { font-family: var(--font-mono); font-size: 14px; font-weight: 600; color: var(--ink); }
.metric__pct { font-family: var(--font-mono); font-size: 10px; color: var(--gray-500); }

.kv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 28px; }
.kv {
  display: flex; justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed var(--gray-200);
  gap: 16px;
}
.kv .k { font-size: 13px; color: var(--gray-500); }
.kv .v { font-size: 13px; color: var(--ink); font-weight: 500; }

.findings { display: flex; flex-direction: column; gap: 10px; }
.finding {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  background: var(--paper);
}
.finding .num { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); padding-top: 2px; }
.finding .body { font-size: 14px; color: var(--ink); line-height: 1.55; }
.finding--win { background: #F0FAF3; border-color: #C4E8CF; }
.finding--miss { background: #FFF7E6; border-color: #F2D89A; }
.finding--coach { background: var(--gold-soft); border-color: #E2CC97; }
.finding--mgr { background: var(--blue-50); border-color: #BFD8FE; }
.finding .label {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
}
.finding--win .label { color: var(--green-700); }
.finding--miss .label { color: var(--amber-700); }
.finding--coach .label { color: var(--gold-700); }
.finding--mgr .label { color: var(--blue-700); }

/* ---------- Lead Setter ---------- */
.timeline {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 20px;
  position: relative;
}
.timeline__rail {
  width: 2px;
  background: var(--gray-200);
  margin-left: 7px;
  position: relative;
}
.timeline__rail::before {
  content: "";
  position: absolute;
  inset: 0 0 50% 0;
  background: var(--blue-700);
}
.timeline__list { display: flex; flex-direction: column; gap: 28px; }
.timeline__item { position: relative; padding-left: 0; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 8px;
  width: 16px; height: 16px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid var(--blue-700);
}
.timeline__item:nth-child(n+4)::before { border-color: var(--gray-300); background: var(--paper); }
.timeline__time { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); letter-spacing: 0.04em; }
.timeline__title { font-size: 16px; font-weight: 600; color: var(--ink); margin: 4px 0 4px; }
.timeline__body { font-size: 13px; color: var(--gray-600); line-height: 1.55; }

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,0.6);
  padding: 64px 0 32px;
}
.footer h4 { color: #fff; font-size: 13px; font-weight: 600; margin: 0 0 14px; letter-spacing: 0.02em; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__col { display: flex; flex-direction: column; gap: 10px; }
.footer__col a { color: rgba(255,255,255,0.6); font-size: 13px; cursor: pointer; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 12px; color: rgba(255,255,255,0.45); font-family: var(--font-mono); }

/* ---------- Form (book demo) ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--font-mono); font-size: 11px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.06em; }
.field input, .field select, .field textarea {
  border: 1px solid var(--gray-300);
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 14px;
  color: var(--ink);
  font-family: inherit;
  background: #fff;
  outline: none;
  transition: border-color 150ms, box-shadow 150ms;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.18);
}
.field textarea { min-height: 96px; resize: vertical; }

/* ---------- Ticker / marquee ---------- */
.ticker {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker__row { display: inline-flex; gap: 48px; animation: tick 36s linear infinite; }
.ticker__cell { font-family: var(--font-mono); font-size: 13px; color: var(--gray-600); display: inline-flex; align-items: center; gap: 12px; }
.ticker__cell .v { color: var(--ink); font-weight: 600; }
.ticker__cell .d { color: var(--green-700); }
.ticker__cell .down { color: var(--red-600); }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Page transition ---------- */
.page-enter { animation: fadeUp 320ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Mobile ---------- */
@media (max-width: 920px) {
  :root { --gutter: 20px; }
  .display--xl { font-size: 52px; }
  .display--lg { font-size: 40px; }
  .display--md { font-size: 32px; }
  .display--sm { font-size: 26px; }
  .revhq-native h1 { font-size: 42px; }
  .revhq-native h2 { font-size: 34px; }
  .revhq-native-grid,
  .revhq-how .revhq-native-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 48px 0; }
  .hero__grid, .split, .form-grid, .report { grid-template-columns: 1fr; gap: 32px; }
  .split--reverse > :first-child { order: 0; }
  .strip, .pricing-grid, .cap-grid, .problem-grid, .steps { grid-template-columns: 1fr 1fr; }
  .problem-cell + .problem-cell, .strip__cell + .strip__cell { border-left: 0; border-top: 1px solid var(--rule); }
  .nav__links { display: none; }
  .float-chip { display: none; }
  .kv-grid, .metric-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .report__nav { position: static; }
  .plan--featured { transform: none; }
}
@media (max-width: 560px) {
  .revhq-native { padding: 48px 18px; }
  .revhq-native h1 { font-size: 36px; }
  .revhq-native h2 { font-size: 30px; }
  .revhq-native-grid,
  .revhq-how .revhq-native-grid { grid-template-columns: 1fr; }
  .strip, .pricing-grid, .cap-grid, .problem-grid, .steps, .footer__grid { grid-template-columns: 1fr; }
  .display--xl { font-size: 42px; }
}
