/*
  REVALYTICS — PRODUCTS PAGE
  Page-specific styles: hero, tier strip, discipline, watchers,
  integrations, monitor cards, trial section, proof, final CTA.
*/
/* ── Page shell ─────────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#main {
  margin-top: 90px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.proof-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.proof-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Skip link ────────────────────────────────────────────────── */


/* ── Animated live dot ────────────────────────────────────────── */
@keyframes live-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(92, 151, 103, 0.7);
  }

  70% {
    box-shadow: 0 0 0 5px rgba(92, 151, 103, 0);
  }
}

.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rev-pos);
  animation: live-pulse 1.4s infinite;
  flex-shrink: 0;
}

/* ── ls-card (dark navy card container + widget feed) ────────── */
.ls-card {
  position: relative;
  background: var(--rev-navy-900);
  border-radius: var(--rev-radius-lg);
  overflow: hidden;
  box-shadow: var(--rev-shadow-card);
  color: #fff;
  padding: 80px 80px 52px;
}

.ls-orb {
  position: absolute;
  right: -80px;
  top: -180px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: var(--rev-blue-orb-15);
  filter: blur(90px);
  pointer-events: none;
}

.ls-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.ls-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-blue-300);
  margin-bottom: 28px;
}

.ls-headline {
  font-size: clamp(40px, 4.5vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 28px;
}

.ls-headline em {
  font-style: italic;
  color: var(--rev-blue-300);
}

.ls-body {
  font-size: 17px;
  line-height: 1.6;
  color: var(--rev-text-on-dark-muted);
  font-weight: 400;
  margin: 0 0 36px;
  max-width: 460px;
}

.ls-features {
  list-style: none;
  margin: 0 0 44px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ls-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--rev-text-on-dark-muted);
  line-height: 1.45;
}

.ls-features li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rev-pos);
  flex-shrink: 0;
  margin-top: 5px;
}

.ls-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--rev-blue);
  color: #fff;
  border-radius: var(--rev-radius-pill);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ls-cta:hover { background: #0048c8; }

.ls-widget {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--rev-radius-md);
  overflow: hidden;
}

.ls-widget-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--rev-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ls-widget-bar .ls-accounts {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}

.ls-feed {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-ev {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px;
  transition: background 0.2s;
}

.ls-ev:hover { background: rgba(255, 255, 255, 0.04); }

.ls-ev-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ls-ev-dot.pos { background: var(--rev-pos); }
.ls-ev-dot.warn { background: var(--rev-warn); }
.ls-ev-dot.neg { background: var(--rev-neg); }

.ls-ev-body {
  flex: 1;
  min-width: 0;
}

.ls-ev-co {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ls-ev-tag {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.32);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.ls-ev-amt {
  font-family: var(--rev-font-mono);
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.ls-ev-amt.pos { color: var(--rev-pos); }
.ls-ev-amt.warn { color: var(--rev-warn); }
.ls-ev-amt.neg { color: var(--rev-neg); }

.ls-featured {
  background: var(--rev-blue);
  padding: 24px 20px;
}

.ls-feat-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ls-feat-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.ls-feat-amount {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  color: #fff;
  margin-bottom: 4px;
}

.ls-feat-co {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
}

.ls-feat-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ls-feat-ml {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 5px;
}

.ls-feat-mv {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

/* ── Integrations section ────────────────────────────────────── */
.int-card {
  background: var(--rev-navy-900);
  color: #fff;
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-card);
  overflow: hidden;
  padding: 80px;
}

.int-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 64px;
}

.int-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-blue-300);
  margin-bottom: 24px;
}

.int-headline {
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}

.int-headline em {
  font-style: italic;
  color: var(--rev-blue-300);
}

.int-desc {
  font-size: 18px;
  line-height: 1.55;
  color: var(--rev-text-on-dark-muted);
  font-weight: 400;
  margin: 0;
}

.int-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

.int-row:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.int-cat {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.38);
}

.int-cat-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.22);
  margin-top: 4px;
}

.int-names {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 36px;
  align-items: center;
}

.int-name {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.01em;
  transition: color 0.3s;
}

.int-name:hover { color: #fff; }

.int-footer {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.int-footer-note {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.int-footer-link {
  color: var(--rev-blue-300);
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s;
}

.int-footer-link:hover { opacity: 0.7; }

/* ── Philosophy card ─────────────────────────────────────────── */
.phil-card {
  background: #fff;
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-card);
  padding: 80px 80px 52px;
}

.phil-masthead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--rev-navy-900);
  margin-bottom: 64px;
}

.phil-meta {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rev-text-muted);
}

.phil-big-title {
  font-size: clamp(64px, 8vw, 110px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.025em;
  color: var(--rev-navy-900);
  margin: 12px 0 0;
}

.phil-big-title em { font-style: italic; }

.phil-author-block { text-align: right; }

.phil-author-block .by {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rev-text-muted);
}

.phil-author-block .loc {
  font-size: 16px;
  font-style: italic;
  color: var(--rev-text-light);
  margin-top: 4px;
}

.phil-body {
  max-width: 780px;
  margin: 0 auto;
}

.phil-lede {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--rev-navy-900);
}

.phil-dropcap {
  float: left;
  font-size: clamp(96px, 10vw, 140px);
  font-weight: 500;
  line-height: 0.78;
  padding-right: 16px;
  padding-top: 8px;
  font-style: italic;
  color: var(--rev-navy-900);
}

.phil-para {
  font-size: 18px;
  line-height: 1.72;
  color: var(--rev-text);
  margin-top: 28px;
}

.phil-bq {
  margin: 52px 0;
  padding: 36px 0;
  border-top: 2px solid var(--rev-navy-900);
  border-bottom: 2px solid var(--rev-navy-900);
}

.phil-bq-text {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--rev-navy-900);
  font-style: italic;
}

.phil-bq-highlight {
  background: var(--rev-blue);
  color: #fff;
  padding: 2px 8px;
  font-style: normal;
}

.phil-sig {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.phil-sig-name {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  color: var(--rev-navy-900);
}

.phil-sig-meta {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rev-text-muted);
  margin-top: 4px;
}

/* ── Section wrapper ─────────────────────────────────────────── */
.sec-wrap {
  margin: 32px 30px 0;
  padding: 0;
}

/* ── Feature grid ─────────────────────────────────────────────── */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.feat-cell {
  padding: 40px 36px;
  border-right: 1px solid var(--rev-navy-900);
  border-bottom: 1px solid var(--rev-navy-900);
  transition: background 0.3s ease, color 0.3s ease;
  cursor: default;
}

/* ── Cases card (white card — three watchers, monitors, compare) ─ */
.cases-card {
  background: #fff;
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-card);
  padding: 80px;
}

.cases-hd {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}

.cases-ey {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-blue);
  margin-bottom: 24px;
}

.cases-hl {
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.01em;
  color: var(--rev-navy-900);
  margin: 0;
}

.cases-hl em { font-style: italic; }

.cases-ds {
  font-size: 18px;
  line-height: 1.55;
  color: var(--rev-text);
  font-weight: 400;
  margin: 0;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--rev-navy-900);
  border-radius: var(--rev-radius-md);
  overflow: hidden;
}

.case-item {
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: background 0.3s, color 0.3s;
}

.case-item:hover { background: var(--rev-navy-900); }

.case-num {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  color: var(--rev-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  transition: color 0.3s;
}

.case-item:hover .case-num { color: rgba(255, 255, 255, 0.35); }

.case-hl {
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.01em;
  color: var(--rev-navy-900);
  margin: 0 0 8px;
  transition: color 0.3s;
}

.case-item:hover .case-hl { color: #fff; }

.case-co {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rev-text-muted);
  margin-bottom: 20px;
  transition: color 0.3s;
}

.case-item:hover .case-co { color: rgba(255, 255, 255, 0.4); }

.case-q {
  font-size: 14px;
  line-height: 1.6;
  color: var(--rev-text);
  font-style: italic;
  font-weight: 400;
  flex: 1;
  transition: color 0.3s;
}

.case-item:hover .case-q { color: rgba(255, 255, 255, 0.7); }

.case-rule {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--rev-border);
  transition: border-color 0.3s;
}

.case-item:hover .case-rule { border-top-color: rgba(255, 255, 255, 0.1); }

.case-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.case-ml {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rev-text-muted);
  transition: color 0.3s;
}

.case-item:hover .case-ml { color: rgba(255, 255, 255, 0.38); }

.case-mv {
  font-size: 22px;
  font-weight: 500;
  color: var(--rev-navy-900);
  font-variant-numeric: tabular-nums;
  margin-top: 3px;
  transition: color 0.3s;
}

.case-item:hover .case-mv { color: #fff; }

.case-mv.hi { color: var(--rev-blue); }
.case-item:hover .case-mv.hi { color: var(--rev-blue-300); }

/* ── Tier badge chips ─────────────────────────────────────────── */
.tier-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.tier-lite {
  background: var(--rev-pos);
  color: #fff;
}

.tier-edge {
  background: var(--rev-warn);
  color: #fff;
}

.tier-recovery {
  background: var(--rev-blue);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.tier-intel {
  background: var(--rev-blue-400);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* ── Section eyebrow ─────────────────────────────────────────── */
.sec-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-blue);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.sec-eyebrow-dark {
  color: rgba(255, 255, 255, 0.9);
}

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-blue);
  display: block;
  margin-bottom: 0;
}

/* ── Section header utility ──────────────────────────────────── */
.sec-h2 {
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}

.sec-h2 em {
  font-style: italic;
  color: var(--rev-blue-300);
}

.sec-h2-dark {
  color: #fff;
}

.sec-h2-dark em {
  color: var(--rev-blue-300);
}

.sec-h2-light {
  color: var(--rev-navy-900);
}

.sec-h2-light em {
  font-style: italic;
  color: var(--rev-blue);
}

.sec-body-dark {
  font-size: 18px;
  line-height: 1.6;
  color: var(--rev-text-on-dark-muted);
  font-weight: 400;
}

.sec-body-light {
  font-size: 18px;
  line-height: 1.6;
  color: var(--rev-text);
  font-weight: 400;
}

.sec-label {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.sec-label-dark {
  color: rgba(255, 255, 255, 0.38);
}

.sec-label-light {
  color: rgba(255, 255, 255, 0.6);
}

/* ── Two-col layout ──────────────────────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}

@media (max-width: 900px) {
  .two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .two-col h2,
  .two-col h3 {
    white-space: normal !important;
  }

  .sec-body-light {
    align-self: start !important;
  }

  /* Trial header fix */
  .trial-header {
    flex-wrap: wrap !important;
    gap: 12px;
    padding: 16px 24px !important;
  }

  .trial-title {
    font-size: 18px !important;
  }

  .trial-subtitle {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: end;
  }

  .hero-cta-stack {
    align-items: center !important;
    text-align: center !important;
  }
}


.rev-mobile-br {
  display: none !important;
}

@media (min-width: 1024px) and (max-width: 1500px) {

  .cases-card,
  .phil-card,
  .ls-card {
    padding: 60px 40px !important;
  }

  .two-col {
    grid-template-columns: 1.8fr 1fr;
    gap: 40px;
    align-items: end;
  }

  .two-col h2,
  .two-col h3 {
    white-space: nowrap !important;
    font-size: clamp(30px, 3.5vw, 44px) !important;
  }

  .tier-row {
    grid-template-columns: 320px 400px;
    justify-content: center;
    gap: 60px;
    padding: 48px 0;
  }

  .tier-row>div:first-child {
    display: block;
    text-align: left;
  }

  .tier-row-desc {
    max-width: none;
    margin: 10px 0 0;
  }

  .tier-row-bullet-label {
    text-align: left;
  }

  .tier-row-list {
    align-items: flex-start;
  }

  .tier-row-list li {
    text-align: left;
    justify-content: flex-start;
  }
}

/* ── Hero ───────────────────────────────────────────────────── */
.hero-wrap {
  margin: 0 30px;
  padding: 0;
}

.hero-card {
  position: relative;
  background: url('../../images/hero-section-backgroud-blue-gradient.webp') center center / cover no-repeat;
  border-radius: var(--rev-radius-lg);
  overflow: hidden;
  box-shadow: var(--rev-shadow-card);
  color: #fff;
  padding: clamp(36px, 3vw, 48px) 80px 40px;
  min-height: 0;
}

.hero-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(4, 18, 45, 0.82) 0%, rgba(4, 18, 45, 0.68) 35%, rgba(4, 18, 45, 0.35) 65%, rgba(4, 18, 45, 0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(4, 18, 45, 0.35) 0%, transparent 25%, transparent 75%, rgba(4, 18, 45, 0.25) 100%);
  pointer-events: none;
  z-index: 2;
}

.hero-card>* {
  position: relative;
  z-index: 3;
}

.hero-top-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-blue-300);
  display: flex;
  align-items:  center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.hero-title {
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 10px 0 28px;
}

.hero-title em {
  font-style: italic;
  color: var(--rev-blue-300);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: end;
}

.hero-body-text {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
  margin: 0;
}

.hero-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: fit-content;
}

.hero-cta-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.hero-meta {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  text-align: left;
}

/* ── Progression strip ───────────────────────────────────────── */
.tier-strip {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tier-strip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.tier-strip-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
}

.tier-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 800px) {
  .tier-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tier-card {
  background: var(--rev-navy-600);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--rev-radius-md);
  padding: 24px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.tier-card:hover {
  background: var(--rev-navy-500);
  border-color: rgba(255, 255, 255, 0.966);
  transform: translateY(-4px);
}

.tier-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.tier-card-num {
  font-family: var(--rev-font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
}

.tier-card-name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}

.tier-card-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.45;
}

/* ── Category claim block ─────────────────────────────────────── */
.claim-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}

@media (max-width: 900px) {
  .claim-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.claim-divider {
  border: none;
  border-top: 2px solid var(--rev-navy-900);
  margin: 0 0 48px;
}

.claim-tag-bar {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--rev-border);
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
}

/* ── Discipline dark card ─────────────────────────────────────── */
.disc-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}

@media (max-width: 900px) {
  .disc-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.disc-pullquote {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: clamp(22px, 2.5vw, 30px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

/* ── Three Watchers cards ─────────────────────────────────────── */
.watcher-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--rev-border);
  border-radius: var(--rev-radius-md);
  overflow: hidden;
  margin-top: 48px;
}

@media (max-width: 900px) {
  .watcher-grid {
    grid-template-columns: 1fr;
  }
}

.watcher-card {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}

.watcher-card:not(:last-child) {
  border-right: 1px solid var(--rev-border);
}

@media (max-width: 900px) {
  .watcher-card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--rev-dark-border);
  }
}

.watcher-card-light {
  background: #fff;
}

.watcher-card-dark {
  background: var(--rev-navy-900);
  color: #fff;
}

.watcher-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
}

.watcher-num {
  font-family: var(--rev-font-mono);
  font-size: 12px;
}

.watcher-role {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.watcher-h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 16px;
}

.watcher-body {
  font-size: 14px;
  line-height: 1.55;
  flex: 1;
}

.watcher-feeds {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--rev-border);
}

.watcher-feeds-dark {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.watcher-feeds-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.watcher-feeds-label-dark {
  color: rgba(255, 255, 255, 0.38);
}

.watcher-link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s;
}

.watcher-link-light {
  color: var(--rev-navy-900);
}

.watcher-link-light:hover {
  opacity: 0.7;
}

.watcher-link-dark {
  color: rgba(255, 255, 255, 0.8);
}

.watcher-link-dark:hover {
  opacity: 0.7;
}

.watchers-anchor {
  margin-top: 40px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--rev-navy-900);
}

.watchers-anchor em {
  font-style: italic;
  color: var(--rev-blue);
}

/* ── Platform Unified Section ─────────────────────────────────── */
.platform-unified-card {
  position: relative;
  background: #ffffff;
  /* Balanced, clean background */
  border-radius: var(--rev-radius-lg);
  overflow: hidden;
  box-shadow: var(--rev-shadow-card);
  color: var(--rev-navy-900);
  padding: 80px 80px 64px;
}

.platform-unified-card .sec-eyebrow-dark {
  color: var(--rev-blue) !important;
}

.platform-unified-card .sec-body-dark {
  color: var(--rev-text-light) !important;
}

.platform-tier-stack {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.unified-tier-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  padding: 64px 0;
  border-top: 1px solid rgba(4, 18, 45, 0.08);
  align-items: start;
}

.unified-tier-row:first-child {
  border-top: none;
  padding-top: 24px;
}

.tier-identity-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tier-badge-pill {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tier-badge-lite {
  background: var(--rev-blue-300);
}

.tier-badge-edge {
  background: var(--rev-warn);
}

.tier-badge-recovery {
  background: var(--rev-blue);
}

.tier-badge-intel {
  background: var(--rev-blue-400);
}

.tier-meta-info {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--rev-text-muted);
  margin-bottom: 4px;
}

.tier-main-name {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 500;
  color: var(--rev-navy-900);
  margin: 0;
  letter-spacing: -0.01em;
}

.tier-brief {
  font-size: 16px;
  line-height: 1.6;
  color: var(--rev-text-body);
  margin-top: 12px;
}

.tier-feature-set {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tier-list-unified {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.tier-list-unified li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 18px;
  color: var(--rev-text-body);
  line-height: 1.5;
}

.tier-list-unified li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 10px;
}

.dot-lite li::before {
  background: var(--rev-blue-300);
}

.dot-edge li::before {
  background: var(--rev-warn);
}

.dot-recovery li::before {
  background: var(--rev-blue);
}

.dot-intel li::before {
  background: var(--rev-blue-400);
}

.platform-footer-unified {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 2px solid var(--rev-navy-900);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 32px;
}

/* Text-only pill buttons: symmetric padding (no circle-arrow) */
.trial-header .btn-primary-pill,
.platform-footer-unified .btn-primary-pill,
.compare-callout .btn-primary-pill {
  padding: 12px 24px;
}

.emphasis-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.emphasis-line-1 {
  font-family: var(--rev-font-mono);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--rev-blue);
  font-weight: 600;
}

.emphasis-line-2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: var(--rev-navy-900);
  letter-spacing: -0.02em;
}

@media (max-width: 900px) {
  .platform-unified-card {
    padding: 60px 24px;
  }

  .unified-tier-row {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
  }

  .tier-brief {
    max-width: none;
  }

  .tier-list-unified li {
    font-size: 16px;
  }

  .platform-footer-unified {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}


/* ── Integrations (ls-card) ───────────────────────────────────── */
.int-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 40px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

@media (max-width: 900px) {
  .int-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.int-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.int-cat-label {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.38);
}

.int-cat-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 4px;
}

.int-cat-required {
  color: var(--rev-blue-300);
}

.int-cat-builtin {
  color: var(--rev-blue-300);
}

.int-names {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 36px;
  align-items: center;
}

.int-name {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.01em;
  transition: color 0.3s;
}

.int-name:hover {
  color: #fff;
}

.int-name-muted {
  color: rgba(255, 255, 255, 0.966);
  font-style: italic;
  font-weight: 400;
}

.int-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.int-bottom-note {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.38);
}

.int-bottom-link {
  color: var(--rev-blue-300);
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.int-bottom-link:hover {
  opacity: 0.7;
}

/* ── Monitor cards (cases-card) ─────────────────────────────── */
.monitor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--rev-border);
  border-radius: var(--rev-radius-md);
  overflow: hidden;
  margin-top: 48px;
}

@media (max-width: 900px) {
  .monitor-grid {
    grid-template-columns: 1fr;
  }
}

.monitor-card {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}

.monitor-card:not(:last-child) {
  border-right: 1px solid var(--rev-border);
}

@media (max-width: 900px) {
  .monitor-card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--rev-dark-border);
  }
}

.monitor-card-light {
  background: #fff;
}

.monitor-card-dark {
  background: var(--rev-navy-900);
  color: #fff;
}

.monitor-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
}

.monitor-num {
  font-family: var(--rev-font-mono);
  font-size: 12px;
}

.monitor-tag {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.monitor-preview {
  border-radius: var(--rev-radius-sm);
  padding: 16px;
  margin-bottom: 24px;
  box-shadow: 5px 5px 0 0 var(--rev-blue-300);
}

.monitor-preview-light {
  background: var(--rev-navy-900);
  color: #fff;
}

.monitor-preview-dark {
  background: #fff;
  color: var(--rev-navy-900);
}

.monitor-preview-label {
  font-family: var(--rev-font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.monitor-preview-amount {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.monitor-h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 10px;
}

.monitor-tagline {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--rev-blue-300);
}

.monitor-body {
  font-size: 14px;
  line-height: 1.55;
  flex: 0;
  margin-bottom: 24px;
}

.monitor-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.monitor-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.monitor-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rev-blue-300);
  flex-shrink: 0;
  margin-top: 4px;
}

.monitor-entry {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--rev-border);
}

.monitor-entry-dark {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.monitor-entry-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
}

.monitor-entry-label-dark {
  color: rgba(255, 255, 255, 0.38);
}

.monitor-entry-link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: var(--rev-navy-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s;
}

.monitor-entry-link:hover {
  opacity: 0.7;
}

.monitor-entry-link-dark {
  color: rgba(255, 255, 255, 0.8);
}

.monitor-entry-sub {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  color: rgb(0, 0, 0);
  margin-top: 4px;
}

.monitor-entry-sub-dark {
  color: rgba(255, 255, 255, 0.966);
}

.monitors-footnote {
  margin-top: 36px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--rev-text);
}

/* ── Trial section ────────────────────────────────────────────── */
.trial-card {
  border: 2px solid var(--rev-navy-900);
  border-radius: var(--rev-radius-md);
  overflow: hidden;
  box-shadow: 8px 8px 0 0 var(--rev-blue-300);
  margin-top: 48px;
}

.trial-header {
  background: var(--rev-navy-900);
  color: #fff;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.trial-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trial-title {
  font-size: 22px;
  font-weight: 500;
}

.trial-subtitle {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 3px;
}

.trial-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 900px) {
  .trial-steps {
    grid-template-columns: 1fr;
  }
}

.trial-step {
  padding: 28px 24px;
  border-top: 1px solid var(--rev-border);
}

.trial-step:not(:last-child) {
  border-right: 1px solid var(--rev-border);
}

@media (max-width: 900px) {
  .trial-step:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--rev-dark-border);
  }
}

.trial-step-num {
  font-family: var(--rev-font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rev-text-muted);
  margin-bottom: 8px;
}

.trial-step-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--rev-navy-900);
  margin-bottom: 8px;
}

.trial-step-desc {
  font-size: 13px;
  color: var(--rev-text);
  line-height: 1.5;
}

.trial-footnote {
  margin-top: 20px;
  font-family: var(--rev-font-mono);
  font-size: 11px;
  color: var(--rev-text);
  line-height: 1.6;
}

/* ── Leak diagnostic table ────────────────────────────────────────── */
.leak-diagnostic {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 48px;
}

.leak-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.leak-table thead tr {
  border-top: 2px solid var(--rev-navy-900);
  border-bottom: 1px solid var(--rev-border);
}

.leak-table th {
  padding: 16px 20px;
  text-align: left;
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--rev-text-muted);
  font-weight: 500;
}

.leak-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--rev-border);
  font-size: 14px;
  vertical-align: top;
}

.leak-name {
  font-weight: 500;
  color: var(--rev-navy-900);
  width: 25%;
}

.leak-symptoms {
  color: var(--rev-text);
  line-height: 1.6;
}

.leak-table tbody tr:last-child {
  border-bottom: 2px solid var(--rev-navy-900);
}

.leak-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-callout {
  margin-top: 24px;
  padding: 24px 28px;
  background: var(--rev-navy-900);
  color: rgba(255, 255, 255, 0.85);
  border-radius: var(--rev-radius-md);
  font-size: 15px;
  line-height: 1.7;
}

.compare-callout a:not(.btn-primary-pill) {
  color: var(--rev-blue-300);
}

/* ── Proof cards ─────────────────────────────────────────────── */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

@media (max-width: 1024px) {
  .proof-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .proof-card {
    padding: 32px 24px;
  }

  .proof-stat {
    font-size: 52px;
  }
}

.proof-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--rev-radius-md);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 6px 6px 0 0 var(--rev-blue-300);
}

.proof-metric-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
  text-align: left;
}

.proof-stat {
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--rev-blue-300);
  font-variant-numeric: tabular-nums;
  margin-bottom: 20px;
  text-align: left;
}

.proof-quote {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  flex: 1;
  text-align: left;
  margin: 0;
  padding: 0;
}

.proof-author {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
}

.proof-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--rev-blue-300);
  color: var(--rev-navy-900);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rev-font-mono);
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.proof-name {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.proof-role {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
}

.proof-footnote {
  margin-top: 32px;
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}

/* ── Final CTA (demo-card) ──────────────────────────────────── */
.demo-card {
  position: relative;
  background: url('../../images/hero-section-backgroud-blue-gradient.webp') center center / cover no-repeat;
  border-radius: var(--rev-radius-lg);
  overflow: hidden;
  box-shadow: var(--rev-shadow-card);
  padding: 100px 80px;
}

.demo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 18, 45, 0.65) 0%, rgba(4, 18, 45, 0.25) 55%, rgba(4, 18, 45, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

.demo-card>* {
  position: relative;
  z-index: 2;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  margin-top: 40px;
  align-items: end;
}

@media (max-width: 900px) {
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.cta-title {
  font-size: clamp(52px, 7vw, 100px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 8px;
}

.cta-title em {
  font-style: italic;
  color: var(--rev-blue-300);
}

.cta-body {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 32px;
}

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.cta-meta {
  margin-top: 16px;
  font-family: var(--rev-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}

.cta-pullquote {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
}

/* ── Mobile nav ──────────────────────────────────────────────── */
/* Mobile Nav handled by Mega Menu Styles below */

/* ── Utility ─────────────────────────────────────────────────── */
.rev-link-arrow {
  color: var(--rev-blue);
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s;
}

.rev-link-arrow:hover {
  opacity: 0.7;
}

.rev-link-arrow-light {
  color: rgba(255, 255, 255, 0.7);
}

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1px solid rgba(255, 255, 255, 0.966);
  color: #fff;
  background: transparent;
  border-radius: var(--rev-radius-pill);
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-dark:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 
MEGA NAV (NEW)
 */
.nav-pill {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000;
  display: block;
  padding: 0;
  border-radius: 99px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2px 10px 2px 24px;
}

.nav-pill.scrolled {
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  top: 40px;
}

.nav-left {
  display: flex;
  align-items: center;
}

.nav-logo-img {
  height: 28px;
  width: auto;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.nav-item {
  position: relative;
}

.nav-link-btn {
  background: transparent;
  border: none;
  font-family: var(--rev-font-sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--rev-navy-900);
  padding: 10px 16px;
  border-radius: 99px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s, color 0.2s;
}

.nav-link-btn:hover {
  background: rgba(0, 86, 235, 0.05);
  color: var(--rev-blue);
}

.nav-link-btn svg.chevron {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.nav-item:hover .nav-link-btn svg.chevron {
  transform: rotate(180deg);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  min-width: 320px;
  z-index: 1100;
}

.mega-menu::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 24px;
  pointer-events: auto;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.mega-menu.products-mega {
  width: 1040px;
  display: flex;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.mega-menu.solutions-mega {
  width: 960px;
  display: flex;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.mega-menu.resources-mega {
  width: 1020px;
  display: flex;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.mega-menu.about-mega {
  width: 620px;
  display: flex;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.mega-visual-col {
  width: 210px;
  min-width: 210px;
  background: var(--rev-navy-900);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.mega-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mega-visual-placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: linear-gradient(160deg, #0d244f 0%, #0056eb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  text-align: center;
}

.mega-content-col {
  flex: 1;
  padding: 24px 20px;
}

.mega-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.mega-col {
  flex: 1;
  padding: 24px 16px;
}

.mega-col:first-child {
  padding-left: 24px;
}

.mega-col:last-child {
  padding-right: 24px;
}

.mega-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rev-text-muted);
  margin-bottom: 16px;
  font-weight: 600;
  padding-left: 12px;
}

.mega-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mega-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.mega-item:hover {
  background: rgba(0, 86, 235, 0.05);
}

.mega-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--rev-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 86, 235, 0.25);
}

.mega-item:hover .mega-icon-wrap {
  background: var(--rev-navy-900);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 86, 235, 0.35);
}

.mega-icon-wrap svg {
  width: 22px;
  height: 22px;
}

.mega-text h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--rev-navy-900);
  margin: 0 0 4px;
}

.mega-text p {
  font-size: 13px;
  color: var(--rev-text-muted);
  margin: 0;
  line-height: 1.4;
}

.nav-demo-btn {
  background: var(--rev-blue);
  color: #fff;
  padding: 12px 20px;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 14px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.nav-demo-btn:hover {
  background: #0048c8;
  transform: scale(1.02);
}

.nav-demo-btn svg {
  width: 18px;
  height: 18px;
}

/* Mobile Nav */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--rev-blue);
}

.mobile-menu-btn svg {
  width: 28px;
  height: 28px;
  stroke: var(--rev-blue);
}

.mobile-mega-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  padding: 140px 24px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-mega-menu-panel.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-accordion-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--rev-navy-900);
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-mega-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  text-decoration: none;
  color: var(--rev-navy-900);
  font-weight: 500;
}

.mobile-mega-item .mega-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex-shrink: 0;
}

.mobile-mega-item .mega-icon-wrap svg {
  width: 20px;
  height: 20px;
}

.mobile-item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-item-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--rev-navy-900);
  line-height: 1.3;
}

.mobile-item-desc {
  font-size: 12px;
  color: var(--rev-text-muted);
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 992px) {

  .nav-menu,
  .nav-demo-btn {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .nav-pill {
    width: calc(100% - 32px);
    padding: 8px 12px 8px 20px;
    top: 42px;
  }
}

@media (max-width: 640px) {
  /* Consolidated Mobile Overrides (< 640px) */

  /* 1. Global Section Spacing (Matched to Homepage) */
  .hero-wrap,
  .sec-wrap,
  .leak-section {
    margin: 20px 10px 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  #main {
    margin-top: 82px !important;
  }

  /* 2. Internal Card Padding */
  .hero-card,
  .ls-card,
  .int-card,
  .phil-card,
  .wall-card,
  .cases-card,
  .demo-card,
  .leak-card {
    padding: 40px 24px !important;
    border-radius: 0 !important;
  }

  /* 3. Navigation Overrides (Matched to Homepage) */
  .nav-pill {
    width: calc(100% - 20px) !important;
    margin: 0 !important;
    top: 48px !important;
    border-radius: 99px !important;
    padding: 4px 8px !important;
  }

  .nav-inner {
    padding: 4px 6px 4px 16px !important;
  }

  .nav-logo-img {
    height: 24px !important;
  }

  .hero-card {
    padding-top: 28px !important;
    padding-bottom: 60px !important;
    min-height: auto !important;
    text-align: center !important;
    border-radius: 0 !important;
  }

  .hero-top-label {
    display: block !important;
    text-align: center !important;
    margin-bottom: 24px !important;
  }

  .hero-top-label .live-dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }

  .hero-title {
    font-size: 36px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    margin-bottom: 24px !important;
  }

  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    align-items: center !important;
    text-align: center !important;
  }

  .hero-body-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    margin: 0 auto 20px !important;
    max-width: 100% !important;
  }

  .hero-cta-stack {
    align-items: center !important;
    width: 100% !important;
  }

  .hero-cta-btns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .hero-btn-hero {
    width: auto !important;
    justify-content: center !important;
    padding: 0 24px !important;
    height: 52px !important;
    font-size: 15px !important;
  }



  .hero-meta {
    margin-top: 16px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    text-align: center !important;
  }

  .rev-mobile-br {
    display: block !important;
  }

  /* 3. Navigation Overrides (Untouched per request) */
  .nav-pill {
    width: 100% !important;
    margin: 0 !important;
    top: 32px !important;
    border-radius: 0 !important;
    padding: 0 16px !important;
    min-height: auto !important;
  }

  .nav-inner {
    padding: 0 !important;
    height: 45px !important;
    /* Mobile specific height */
  }

  .nav-logo-img {
    height: 23px !important;
  }

  .mobile-menu-btn {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .mobile-menu-btn svg {
    width: 20px !important;
    height: 20px !important;
  }

  /* 4. Hero Specifics (Matched to other sections) */
  .hero-wrap {
    border-radius: 0 !important;
  }

  .hero-card {
    border-radius: 0 !important;
    padding: 28px 20px 32px !important;
    min-height: auto !important;
  }

  .hero-dashboard {
    padding: 0 !important;
  }

  .hero-dashboard-fade {
    left: 0 !important;
    right: 0 !important;
  }

  /* 5. The Arc Section */
  .tier-strip {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 40px !important;
    width: 100% !important;
  }

  .tier-strip-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    gap: 6px !important;
  }

  .tier-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .tier-card {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 16px !important;
    row-gap: 2px !important;
    padding: 14px 16px !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    margin: 0 !important;
    min-height: auto !important;
    box-sizing: border-box !important;
  }

  .tier-card-top {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
  }

  .tier-card-top .tier-strip-label {
    display: none !important;
  }

  .tier-card-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 15px !important;
    text-align: left !important;
    margin: 0 !important;
  }

  .tier-card-desc {
    grid-column: 2 !important;
    grid-row: 2 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    margin: 0 !important;
  }

  /* 6. Section Specifics */
  .leak-steps {
    grid-template-columns: 1fr !important;
  }

  .leak-step {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    min-height: auto !important;
  }

  .leak-bottom {
    padding: 24px !important;
  }

  .phil-masthead {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .wall-cols {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 360px !important;
  }

  .cases-grid {
    grid-template-columns: 1fr !important;
  }

  /* Text-only pill buttons — override the asymmetric circle-arrow padding */
  .trial-header .btn-primary-pill,
  .compare-callout .btn-primary-pill,
  .platform-footer-unified .btn-primary-pill {
    padding: 12px 20px !important;
    height: auto !important;
    font-size: 15px !important;
  }

  /* Trial Card Mobile Fix */
  .trial-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 32px 24px !important;
    gap: 20px !important;
  }

  .compare-callout,
  .platform-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 24px 16px !important;
  }

  .compare-callout span,
  .platform-bottom-note {
    margin-bottom: 0 !important;
    display: block !important;
  }

  /* Specific Headline Fixes (2 Lines per request) */
  .phil-card h2.sec-h2,
  .leak-card h2 {
    font-size: 28px !important;
    white-space: normal !important;
    line-height: 1.1 !important;
    margin-bottom: 24px !important;
  }

  /* Monitors Headline - Balanced for consistency and line count */
  #monitors .two-col h2 {
    font-size: 32px !important;
    letter-spacing: -0.05em !important;
    white-space: normal !important;
    line-height: 1.05 !important;
    display: block !important;
  }

  .cta-meta {
    color: #ffffff !important;
    font-size: 13px !important;
    text-align: center !important;
    margin-top: 16px !important;
    line-height: 1.5 !important;
  }

  .compare-callout a:not(.btn-primary-pill),
  .platform-bottom a:not(.btn-primary-pill) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 52px !important;
    padding: 0 24px !important;
    margin-top: 16px !important;
    font-size: 15px !important;
  }



  /* ── INTEGRATIONS SECTION ── */
  .int-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 20px 0 !important;
    align-items: flex-start !important;
  }

  .int-cat,
  .int-cat-label {
    font-size: 10px !important;
  }

  .int-cat-sub {
    font-size: 11px !important;
  }

  .int-names {
    gap: 6px 10px !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  .int-name {
    font-size: 14px !important;
  }

  .int-footer-main {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .int-footer-note {
    font-size: 10px !important;
  }

  .int-footer-link {
    font-size: 13px !important;
    align-self: flex-end !important;
  }

  .sec-title {
    font-size: min(22px, 5.5vw) !important;
  }

  /* Card Border Radius & Full Width Fixes */
  .sec-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .phil-card,
  .ls-card,
  .cases-card,
  .platform-unified-card,
  .final-cta-card-rev {
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Proof section — keep all content left-aligned */
  #proof .two-col,
  #proof .two-col h2,
  #proof .sec-body-dark {
    text-align: left !important;
  }

  .proof-card,
  .proof-metric-label,
  .proof-stat,
  .proof-quote,
  .proof-name,
  .proof-role {
    text-align: left !important;
  }
}