/* ============================================================
   REVALYTICS — SINGLE STYLESHEET
   Merged from: colors_and_type.css + shared.css + index.html inline styles
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* Brand blues */
  --rev-blue:           #0056eb;
  --rev-blue-600:       #0055ec;
  --rev-blue-500:       #4b85ea;
  --rev-blue-400:       #6281da;
  --rev-blue-300:       #a1b3e9;
  --rev-blue-200:       #c0cdf0;
  --rev-blue-100:       #e0e6f8;
  --rev-blue-50:        #e4edfc;
  --rev-blue-25:        #f6f9fe;

  /* Navys */
  --rev-navy-900:       #04122d;
  --rev-navy-800:       #040b25;
  --rev-navy-700:       #051430;
  --rev-navy-600:       #0d244f;
  --rev-navy-500:       #13192d;
  --rev-navy-400:       #181739;
  --rev-navy-gradient:  linear-gradient(90deg, #0055ec 0%, #181739 100%);

  /* Shared legacy tokens */
  --blue:    #0056eb;
  --navy:    #04122d;
  --navy-2:  #040b25;
  --navy-3:  #181739;
  --navy-4:  #13192d;

  /* Surfaces / neutrals */
  --rev-white:          #ffffff;
  --rev-page:           #f2f3f7;
  --rev-surface-alt:    #fafbff;
  --rev-border:         #e4edfc;
  --rev-border-strong:  #d9d9d9;
  --rev-divider:        rgba(4,18,45,0.35);
  --rev-dark-border:    rgba(255,255,255,0.09);

  /* Text */
  --rev-text:                #04122d;
  --rev-text-body:           #001230;
  --rev-text-muted:          #8a8a8a;
  --rev-text-light:          rgba(4,18,45,0.6);
  --rev-text-on-dark:        #ffffff;
  --rev-text-on-dark-muted:  rgba(255,255,255,0.65);
  --text-body:               #001230;
  --muted:                   #8a8a8a;

  /* Semantic */
  --rev-pos:      #5c9767;
  --rev-pos-bg:   #e1fae2;
  --rev-neg:      #d08181;
  --rev-neg-bg:   #fae9e9;
  --rev-warn:     #c88a3a;
  --rev-warn-bg:  #fbefd9;
  --pos:          #5c9767; --pos-bg: #e1fae2;
  --neg:          #d08181; --neg-bg: #fae9e9;

  /* Alpha fills */
  --rev-glass-white:    rgba(255,255,255,0.15);
  --rev-glass-white-2:  rgba(255,255,255,0.75);
  --rev-blue-tint-5:    rgba(0,86,235,0.05);
  --rev-blue-tint-50:   rgba(0,86,235,0.5);
  --rev-blue-orb-30:    rgba(75,133,234,0.3);
  --rev-blue-orb-15:    rgba(75,133,234,0.15);
  --tint:               rgba(0,86,235,0.05);
  --blue-50:            #e4edfc;
  --blue-25:            #f6f9fe;
  --page:               #f2f3f7;

  /* Gradients */
  --rev-hero-gradient:      radial-gradient(ellipse at 50% 60%, #4b85ea 0%, #0d244f 55%, #04122d 100%);
  --rev-cta-gradient:       linear-gradient(90deg, #0055ec 0%, #181739 100%);
  --rev-tile-gradient:      radial-gradient(ellipse at center, #e4edfc 0%, #f2f3f6 100%);
  --rev-dark-tile-gradient: linear-gradient(180deg, #011d4e 0%, rgba(0,86,235,0.8) 100%);
  --rev-faq-bg:             linear-gradient(180deg, #ffffff 0%, #f2f6fe 100%);
  --cta-grad:               linear-gradient(90deg, #0055ec 0%, #181739 100%);
  --hero-grad:              radial-gradient(ellipse at 50% 70%, #4b85ea 0%, #0d244f 55%, #04122d 100%);

  /* Shadows */
  --rev-shadow-card:   0 0 50px 0 rgba(0,0,0,0.15);
  --rev-shadow-tile:   -4px 8px 20px 0 rgba(38,35,67,0.06),
                       -15px 33px 37px 0 rgba(38,35,67,0.05),
                       -34px 75px 49px 0 rgba(38,35,67,0.03),
                       -60px 134px 59px 0 rgba(38,35,67,0.01);
  --rev-shadow-pill:   0 4px 4px 0 rgba(0,0,0,0.25);
  --rev-shadow-inset-blue: inset -3px -2px 9px 0 rgba(74,131,230,0.17);
  --card-shadow:       0 0 50px 0 rgba(0,0,0,0.15);
  --tile-shadow:       -4px 8px 20px rgba(38,35,67,0.06), -15px 33px 37px rgba(38,35,67,0.05), -34px 75px 49px rgba(38,35,67,0.03);

  /* Radii */
  --rev-radius-sm:   10px;
  --rev-radius-md:   20px;
  --rev-radius-lg:   25px;
  --rev-radius-xl:   30px;
  --rev-radius-pill: 100px;
  --rev-radius-nav:  60px;

  /* Spacing */
  --rev-space-1:  4px;
  --rev-space-2:  8px;
  --rev-space-3:  12px;
  --rev-space-4:  16px;
  --rev-space-5:  20px;
  --rev-space-6:  25px;
  --rev-space-8:  35px;
  --rev-space-10: 50px;
  --rev-space-12: 73px;
  --rev-space-card-gutter: 30px;

  /* Motion */
  --rev-dur:  0.3s;
  --rev-ease: ease;
  --dur:      0.3s;

  /* Type families */
  --rev-font-sans: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --rev-font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  /* Type scale */
  --rev-text-xs:   12px;
  --rev-text-sm:   14px;
  --rev-text-base: 16px;
  --rev-text-md:   18px;
  --rev-text-lg:   20px;
  --rev-text-xl:   22px;
  --rev-text-2xl:  24px;
  --rev-text-3xl:  28px;
  --rev-text-4xl:  36px;
  --rev-text-5xl:  40px;
  --rev-text-6xl:  50px;
  --rev-text-7xl:  70px;
  --rev-text-8xl:  110px;

  --rev-leading-tight:  1.0;
  --rev-leading-snug:   1.2;
  --rev-leading-normal: 1.5;

  --rev-weight-light:   300;
  --rev-weight-regular: 400;
  --rev-weight-medium:  500;
  --rev-weight-bold:    700;
  --rev-weight-black:   900;
}

/* ============================================================
   BASE RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--rev-page);
  color: var(--rev-text-body);
  font-family: var(--rev-font-sans);
  font-weight: 500;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.rev-display, .rev-h0 {
  font-family: var(--rev-font-sans);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: var(--rev-weight-medium);
  line-height: var(--rev-leading-tight);
  letter-spacing: -0.01em;
  color: var(--rev-text);
}
.rev-h1 {
  font-size: var(--rev-text-6xl);
  font-weight: var(--rev-weight-medium);
  line-height: var(--rev-leading-tight);
  color: var(--rev-text);
  letter-spacing: -0.01em;
}
.rev-h2 {
  font-size: var(--rev-text-4xl);
  font-weight: var(--rev-weight-medium);
  line-height: var(--rev-leading-tight);
  color: var(--rev-text);
}
.rev-h3 {
  font-size: var(--rev-text-2xl);
  font-weight: var(--rev-weight-medium);
  line-height: var(--rev-leading-tight);
  color: var(--rev-text);
}
.rev-h4 {
  font-size: var(--rev-text-lg);
  font-weight: var(--rev-weight-medium);
  line-height: var(--rev-leading-tight);
}
.rev-eyebrow {
  font-size: var(--rev-text-sm);
  font-weight: var(--rev-weight-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rev-blue);
}
.rev-hero-shout {
  font-size: clamp(48px, 6.5vw, 96px);
  font-weight: var(--rev-weight-medium);
  line-height: 1.05;
  color: var(--rev-text-on-dark);
  letter-spacing: -0.01em;
}
.rev-hero-support {
  font-size: var(--rev-text-2xl);
  line-height: var(--rev-leading-snug);
  font-weight: var(--rev-weight-regular);
  color: var(--rev-text-on-dark-muted);
}
.rev-body {
  font-size: var(--rev-text-base);
  line-height: var(--rev-leading-snug);
  color: var(--rev-text-body);
}
.rev-body-lg {
  font-size: var(--rev-text-2xl);
  line-height: var(--rev-leading-snug);
  color: var(--rev-text-body);
}
.rev-stat {
  font-size: var(--rev-text-5xl);
  font-weight: var(--rev-weight-medium);
  line-height: var(--rev-leading-tight);
  color: var(--rev-text);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.rev-stat-sm {
  font-size: var(--rev-text-3xl);
  font-weight: var(--rev-weight-medium);
  font-variant-numeric: tabular-nums;
  color: var(--rev-text);
}
.rev-stat-xl {
  font-size: 70px;
  font-weight: var(--rev-weight-medium);
  font-variant-numeric: tabular-nums;
  color: var(--rev-blue);
}
.rev-label {
  font-size: var(--rev-text-md);
  font-weight: var(--rev-weight-medium);
  color: var(--rev-text-muted);
  line-height: var(--rev-leading-tight);
}
.rev-meta {
  font-size: var(--rev-text-sm);
  font-weight: var(--rev-weight-medium);
  color: var(--rev-text-muted);
}
.rev-link {
  color: var(--rev-blue);
  text-decoration: none;
  transition: color var(--rev-dur) var(--rev-ease);
}
.rev-link:hover { color: var(--rev-navy-400); }
.rev-quote {
  font-style: italic;
  font-weight: var(--rev-weight-medium);
  font-size: var(--rev-text-2xl);
  color: var(--rev-white);
  line-height: var(--rev-leading-snug);
}

/* ============================================================
   SHARED COMPONENTS (from shared.css)
   ============================================================ */
.r-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; border: none; cursor: pointer; font-family: inherit;
  font-weight: 500; font-size: 20px; line-height: 1.2;
  padding: 15px 25px; border-radius: 100px;
  transition: all var(--dur) ease; text-decoration: none;
}
.r-btn-primary { background: var(--blue); color: #fff; }
.r-btn-primary:hover { background: #0048c8; }
.r-btn-dark { background: var(--navy-2); color: #fff; }
.r-btn-dark:hover { background: #0a1a42; }
.r-btn-grad { background: var(--cta-grad); color: #fff; padding-right: 6px; }
.r-btn-grad:hover { filter: brightness(1.1); }
.r-btn-white { background: #fff; color: var(--navy); }
.r-btn-white:hover { background: var(--blue-25); }
.r-btn-ghost { background: rgba(255,255,255,0.15); border: 1px solid #fff; color: #fff; }
.r-btn-ghost:hover { background: rgba(255,255,255,0.25); }
.r-btn .circle {
  width: 45px; height: 45px; border-radius: 100px;
  background: var(--blue); display: inline-flex;
  align-items: center; justify-content: center; color: #fff;
}

.r-float { background: #fff; border-radius: 25px; box-shadow: var(--card-shadow); overflow: hidden; }

.r-delta {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: 100px;
  font-size: 14px; font-weight: 500; font-variant-numeric: tabular-nums;
}
.r-delta.pos { background: var(--pos-bg); color: var(--pos); }
.r-delta.neg { background: var(--neg-bg); color: var(--neg); }
.r-delta .tri { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; }
.r-delta.pos .tri { border-bottom: 8px solid var(--pos); }
.r-delta.neg .tri { border-top: 8px solid var(--neg); }

.r-icon-tile {
  width: 50px; height: 50px; border-radius: 10px;
  background: var(--blue); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.r-icon-tile.navy { background: var(--navy); }

/* ============================================================
   FIXED HEADER
   ============================================================ */
.fixed-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ============================================================
   WIRE TICKER
   ============================================================ */
.wire-bar {
  background: var(--rev-navy-900);
  color: #fff;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}
.wire-badge {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: var(--rev-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.wire-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: wire-pulse 1.4s infinite;
}
@keyframes wire-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
  70%       { box-shadow: 0 0 0 5px rgba(255,255,255,0); }
}
.wire-track-wrap {
  overflow: hidden;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 40px, #000 calc(100% - 40px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 40px, #000 calc(100% - 40px), transparent 100%);
}
.wire-track {
  display: inline-flex;
  width: max-content;
  animation: wire-scroll 80s linear infinite;
  font-family: var(--rev-font-mono);
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  color: rgba(255,255,255,0.5);
}
.wire-track:hover { animation-play-state: paused; }
@keyframes wire-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.wire-track .ev   { margin: 0 28px; }
.wire-track .pos  { color: var(--rev-pos); }
.wire-track .warn { color: var(--rev-warn); }
.wire-track .neg  { color: var(--rev-neg); }
.wire-track .sep  { color: rgba(255,255,255,0.15); margin: 0 4px; }

/* ============================================================
   NAV
   ============================================================ */
.nav-float {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 80px));
  margin: 8px 0;
  padding: 12px 12px 12px 28px;
  background: #fff;
  border: 1px solid var(--rev-border);
  border-radius: var(--rev-radius-nav);
  box-shadow: var(--rev-shadow-card);
}
.nav-float .nav-logo-white { display: none; }
.nav-float .nav-logo-color { display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-link {
  color: var(--rev-navy-900);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.nav-link:hover { opacity: 0.7; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: var(--rev-radius-pill);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}
.nav-cta-ghost {
  background: var(--rev-blue);
  border: 1px solid var(--rev-blue);
  color: #fff;
}
.nav-cta-ghost:hover { background: #0048c8; }

/* ============================================================
   HERO
   ============================================================ */
.hero-wrap { margin: 20px 30px 0; }
.hero-card {
  position: relative;
  border-radius: var(--rev-radius-lg);
  overflow: hidden;
  background: url('hero-section-backgroud-blue-gradient.webp') center center / cover no-repeat;
  min-height: 820px;
  padding: 160px 80px 60px;
  box-shadow: var(--rev-shadow-card);
}
.hero-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(4,18,45,0.55) 0%, rgba(4,18,45,0.15) 50%, rgba(4,18,45,0.35) 100%);
  pointer-events: none; z-index: 1;
}
.hero-card > * { position: relative; z-index: 2; }
.hero-orb {
  position: absolute; left: 50%; top: 55%;
  width: 1400px; height: 560px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--rev-blue-orb-30);
  filter: blur(60px);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center; max-width: 1100px; margin: 0 auto;
}
.hero-eyebrow {
  font-size: 14px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--rev-blue-300);
  margin-bottom: 32px;
  display: inline-flex; align-items: center; gap: 10px;
}
.hero-eyebrow .live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--rev-pos); animation: live-glow 1.4s infinite;
}
@keyframes live-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(92,151,103,0.6); }
  70%       { box-shadow: 0 0 0 6px rgba(92,151,103,0); }
}
.hero-counter-label {
  font-family: var(--rev-font-mono); font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--rev-text-on-dark-muted); margin-bottom: 16px;
}
.hero-counter {
  font-family: var(--rev-font-sans);
  font-size: clamp(64px, 12vw, 140px);
  font-weight: 500; line-height: 0.9; color: #fff;
  letter-spacing: -0.03em; font-variant-numeric: tabular-nums; margin: 0;
}
.hero-counter-meta {
  margin-top: 20px; display: flex; align-items: center;
  justify-content: center; gap: 10px;
  font-family: var(--rev-font-mono); font-size: 13px;
  color: var(--rev-text-on-dark-muted); font-variant-numeric: tabular-nums;
}
.hero-counter-meta .live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--rev-pos); animation: live-glow 1.4s infinite;
}
.hero-copy {
  margin-top: 56px; display: grid;
  grid-template-columns: 1.4fr 1fr; gap: 60px;
  text-align: left; align-items: end;
}
.hero-headline {
  font-size: clamp(28px, 3.2vw, 48px); font-weight: 500;
  line-height: 1.15; letter-spacing: -0.01em; color: #fff; margin: 0;
}
.hero-headline .muted { color: rgba(255,255,255,0.92); }
.hero-cta-area { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }

.btn-primary-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 8px 16px 28px; background: var(--rev-cta-gradient);
  color: #fff; border: none; border-radius: var(--rev-radius-pill);
  font-family: inherit; font-size: 18px; font-weight: 500;
  cursor: pointer; text-decoration: none; transition: all 0.3s ease;
}
.btn-primary-pill:hover { filter: brightness(1.1); }
.btn-primary-pill .circle-arrow {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--rev-blue);
  display: inline-flex; align-items: center; justify-content: center;
}
.btn-primary-pill .circle-arrow svg { width: 18px; height: 18px; }

.btn-white-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: #fff; color: var(--rev-navy-900);
  border: none; 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-white-pill:hover { background: var(--rev-blue-25); }

.hero-meta-line {
  font-family: var(--rev-font-mono); font-size: 11px;
  color: rgba(255,255,255,0.78); letter-spacing: 0.06em; text-transform: uppercase;
}
.hero-dashboard {
  position: relative; z-index: 2; margin-top: 64px; padding: 0 100px;
}
.hero-dashboard img {
  width: 100%; display: block;
  border-radius: var(--rev-radius-md); box-shadow: 0 20px 80px rgba(0,0,0,0.35);
}
.hero-dashboard-fade {
  position: absolute; left: 100px; right: 100px; bottom: 0; height: 120px;
  border-radius: 0 0 var(--rev-radius-md) var(--rev-radius-md);
  background: linear-gradient(180deg, rgba(4,18,45,0) 0%, rgba(4,18,45,0.6) 100%);
  pointer-events: none;
}

/* ============================================================
   01 / LEAKING DOLLAR
   ============================================================ */
.leak-section { margin: 20px 30px 0; }
.leak-card {
  background: var(--rev-navy-900); border-radius: var(--rev-radius-lg);
  overflow: hidden; box-shadow: var(--rev-shadow-card); color: #fff; padding: 80px 80px 0;
}
.leak-header { max-width: 900px; }
.leak-eyebrow {
  font-size: 14px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--rev-blue-400); margin-bottom: 28px;
}
.leak-title {
  font-size: clamp(40px, 4.5vw, 70px); font-weight: 500;
  line-height: 1.0; letter-spacing: -0.01em; color: #fff; margin: 0 0 20px;
}
.leak-subtitle {
  font-size: 20px; font-weight: 400; line-height: 1.4;
  color: var(--rev-text-on-dark-muted); max-width: 700px; margin: 0;
}
.leak-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.09);
}
.leak-step {
  padding: 40px 36px 48px; border-right: 1px solid rgba(255,255,255,0.09);
  display: flex; flex-direction: column; min-height: 420px;
}
.leak-step:last-child { border-right: none; }
.leak-step.recovered { background: var(--rev-blue); color: #fff; }
.step-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.step-time { font-family: var(--rev-font-mono); font-size: 12px; color: rgba(255,255,255,0.45); }
.step-dot { width: 10px; height: 10px; border-radius: 50%; }
.step-dot.warn { background: var(--rev-warn); }
.step-dot.neg  { background: var(--rev-neg); animation: neg-pulse 1.2s infinite; }
.step-dot.pos  { background: #fff; }
@keyframes neg-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(208,129,129,0.6); }
  70%       { box-shadow: 0 0 0 5px rgba(208,129,129,0); }
}
.step-door {
  font-family: var(--rev-font-mono); font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px;
}
.step-door.warn-color { color: var(--rev-warn); }
.step-door.neg-color  { color: var(--rev-neg); }
.step-heading { font-size: clamp(28px, 2.5vw, 40px); font-weight: 500; line-height: 1.0; letter-spacing: -0.01em; margin: 0; }
.step-desc { font-size: 14px; font-weight: 400; line-height: 1.5; color: rgba(255,255,255,0.55); margin: 20px 0 0; }
.leak-step.recovered .step-desc { color: rgba(255,255,255,0.8); }
.leak-step.recovered .step-time { color: rgba(255,255,255,0.7); }
.step-metric {
  margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.09);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--rev-font-mono); font-size: 12px;
}
.step-metric .label { color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; }
.step-metric .value { font-variant-numeric: tabular-nums; font-weight: 500; }
.step-metric .value.warn { color: var(--rev-warn); }
.step-metric .value.neg  { color: var(--rev-neg); }
.leak-step.recovered .step-metric { border-top-color: rgba(255,255,255,0.25); }
.leak-step.recovered .step-metric .label { color: rgba(255,255,255,0.7); }
.leak-step.recovered .step-metric .value { font-weight: 700; }
.leak-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 40px 80px 48px; border-top: 1px solid rgba(255,255,255,0.09);
}
.leak-bottom-text {
  font-size: clamp(18px, 1.8vw, 26px); font-weight: 500; line-height: 1.3;
  color: rgba(255,255,255,0.8); max-width: 600px; margin: 0;
}
.leak-bottom-text em { font-style: italic; color: var(--rev-blue-500); }
.leak-bottom-source {
  font-family: var(--rev-font-mono); font-size: 11px;
  color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.08em; text-align: right;
}

/* ============================================================
   SECTION WRAP UTILITY
   ============================================================ */
.sec-wrap { margin: 20px 30px 0; }

/* ============================================================
   FEAT 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;
}

/* ============================================================
   03 / ONE LIVE SIGNAL
   ============================================================ */
.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;
}
.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-400); 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; }

/* ============================================================
   04 / INTEGRATIONS
   ============================================================ */
.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-400); 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; }

/* ============================================================
   05 / PHILOSOPHY
   ============================================================ */
.phil-card { background: #fff; border-radius: var(--rev-radius-lg); box-shadow: var(--rev-shadow-card); padding: 80px; }
.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-light); 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; }

/* ============================================================
   06 / EVENT WALL
   ============================================================ */
.wall-card { background: var(--rev-navy-900); color: #fff; border-radius: var(--rev-radius-lg); box-shadow: var(--rev-shadow-card); overflow: hidden; padding: 80px 80px 0; }
.wall-header { max-width: 900px; margin-bottom: 56px; }
.wall-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rev-blue-400); margin-bottom: 28px; }
.wall-headline { font-size: clamp(40px, 5vw, 72px); font-weight: 500; line-height: 1.0; letter-spacing: -0.01em; color: #fff; margin: 0 0 16px; }
.wall-headline em { font-style: italic; color: var(--rev-blue-300); }
.wall-desc { font-size: 18px; line-height: 1.5; color: var(--rev-text-on-dark-muted); font-weight: 400; max-width: 580px; margin: 0 0 24px; }
.wall-legend { display: flex; gap: 24px; font-family: var(--rev-font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); }
.wall-legend-item { display: flex; align-items: center; gap: 6px; }
.wall-legend-dot { width: 8px; height: 8px; border-radius: 50%; }
.wall-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; height: 520px; overflow: hidden; position: relative; margin-top: 40px; }
.wall-cols::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 70px; background: linear-gradient(180deg, var(--rev-navy-900) 0%, transparent 100%); z-index: 10; pointer-events: none; }
.wall-cols::after  { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(0deg, var(--rev-navy-900) 0%, transparent 100%); z-index: 10; pointer-events: none; }
.wall-col { overflow: hidden; }
.wall-col-inner { display: flex; flex-direction: column; gap: 12px; }
.wca { animation: wca 36s linear infinite; }
.wcb { animation: wcb 52s linear infinite; }
.wcc { animation: wca 44s linear infinite; }
@keyframes wca { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes wcb { from { transform: translateY(-50%); } to { transform: translateY(0); } }
.wt { padding: 16px 18px; border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; background: rgba(255,255,255,0.03); }
.wt.wt-blue        { background: rgba(0,86,235,0.15); border-color: rgba(0,86,235,0.3); }
.wt.wt-green       { background: rgba(92,151,103,0.1); border-color: rgba(92,151,103,0.25); }
.wt.wt-testimonial { background: var(--rev-blue); border-color: var(--rev-blue); }
.wt-top  { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.wt-loc  { font-family: var(--rev-font-mono); font-size: 10px; color: rgba(255,255,255,0.38); text-transform: uppercase; letter-spacing: 0.06em; }
.wt-amt  { font-family: var(--rev-font-mono); font-size: 22px; font-weight: 600; font-variant-numeric: tabular-nums; }
.wt-amt.p  { color: var(--rev-pos); }
.wt-amt.w  { color: var(--rev-warn); }
.wt-amt.n  { color: var(--rev-neg); }
.wt-amt.wh { color: #fff; }
.wt-type { font-size: 12px; color: rgba(255,255,255,0.38); }
.wt.wt-testimonial .wt-type { color: rgba(255,255,255,0.75); }
.wt-quote { margin-top: 10px; font-size: 13px; font-style: italic; line-height: 1.45; color: rgba(255,255,255,0.82); }
.wt-attr  { margin-top: 8px; font-family: var(--rev-font-mono); font-size: 10px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; }
.wall-foot { padding: 32px 0; text-align: center; font-family: var(--rev-font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.65); }

/* ============================================================
   07 / CASE STUDIES
   ============================================================ */
.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-light); 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-light); 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); }

/* ============================================================
   DEMO CTA
   ============================================================ */
.demo-card { position: relative; background: url('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; text-align: center; }
.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) 50%, rgba(4,18,45,0.50) 100%); pointer-events: none; z-index: 1; }
.demo-orb { position: absolute; left: 50%; top: 50%; width: 900px; height: 400px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--rev-blue-orb-15); filter: blur(80px); pointer-events: none; z-index: 1; }
.demo-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.demo-ey { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rev-blue-300); margin-bottom: 32px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.demo-hl { font-size: clamp(36px, 5.5vw, 76px); font-weight: 500; line-height: 1.0; letter-spacing: -0.025em; color: #fff; margin: 0 0 24px; }
.demo-sub { font-size: 20px; line-height: 1.5; color: var(--rev-text-on-dark-muted); font-weight: 400; margin: 0 0 52px; }
.demo-btn { display: inline-flex; align-items: center; gap: 12px; padding: 18px 10px 18px 36px; background: var(--rev-cta-gradient); color: #fff; border-radius: var(--rev-radius-pill); font-size: 20px; font-weight: 500; text-decoration: none; border: none; cursor: pointer; font-family: inherit; transition: all 0.3s ease; }
.demo-btn:hover { filter: brightness(1.1); }
.demo-btn .ca { width: 48px; height: 48px; border-radius: 50%; background: var(--rev-blue); display: inline-flex; align-items: center; justify-content: center; }
.demo-meta-line { margin-top: 20px; font-family: var(--rev-font-mono); font-size: 11px; color: rgba(255,255,255,0.70); text-transform: uppercase; letter-spacing: 0.08em; }
.demo-trust { margin-top: 64px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: center; gap: 60px; }
.demo-trust-item { text-align: center; }
.demo-trust-num { font-size: 40px; font-weight: 500; color: #fff; font-variant-numeric: tabular-nums; letter-spacing: -0.025em; }
.demo-trust-lbl { font-family: var(--rev-font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.65); margin-top: 4px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--rev-navy-700); padding: 72px 80px 0; margin: 20px 30px 0; border-radius: var(--rev-radius-lg) var(--rev-radius-lg) 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.1fr 0.7fr; gap: 48px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand { display: flex; flex-direction: column; gap: 0; }
.footer-logomark { width: 88px; height: auto; object-fit: contain; margin-bottom: 28px; }
.footer-tagline { font-size: 32px; font-weight: 500; line-height: 1.15; color: #fff; letter-spacing: -0.01em; margin-bottom: 32px; }
.footer-tagline span { color: var(--rev-blue-300); }
.footer-demo-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--rev-blue); color: #fff; padding: 13px 26px; border-radius: var(--rev-radius-pill); font-size: 15px; font-weight: 500; text-decoration: none; transition: background 0.3s ease; align-self: flex-start; }
.footer-demo-btn:hover { background: #0048c8; }
.footer-demo-btn svg { width: 16px; height: 16px; }
.footer-col-head { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 22px; }
.footer-nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.footer-nav-list a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 15px; font-weight: 400; transition: color 0.25s; }
.footer-nav-list a:hover { color: #fff; }
.footer-chevron-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.footer-chevron-list li a { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.75); text-decoration: none; font-size: 15px; font-weight: 400; transition: color 0.25s; }
.footer-chevron-list li a::before { content: '›'; font-size: 18px; color: var(--rev-blue); line-height: 1; }
.footer-chevron-list li a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 18px; }
.footer-contact-item { display: flex; flex-direction: column; gap: 3px; }
.footer-contact-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.footer-contact-val { font-size: 14px; color: rgba(255,255,255,0.72); text-decoration: none; transition: color 0.25s; }
a.footer-contact-val:hover { color: #fff; }
.footer-social { display: flex; flex-direction: column; gap: 14px; }
.footer-social a { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; transition: color 0.25s; }
.footer-social a:hover { color: #fff; }
.footer-social-icon { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color 0.25s, background 0.25s; }
.footer-social a:hover .footer-social-icon { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.06); }
.footer-social-icon svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; }
.footer-legal { font-family: var(--rev-font-mono); font-size: 11px; color: rgba(255,255,255,0.60); text-transform: uppercase; letter-spacing: 0.06em; }
.footer-policy-links { display: flex; gap: 24px; }
.footer-policy-links a { font-size: 11px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.25s; letter-spacing: 0.03em; }
.footer-policy-links a:hover { color: #fff; }

/* ============================================================
   ACCESSIBILITY & SELECTION
   ============================================================ */
*:focus { outline: none; }
*:focus-visible { outline: 2px solid var(--rev-blue); outline-offset: 2px; }
::selection { background: var(--rev-blue); color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-card { padding: 140px 40px 40px; min-height: 700px; }
  .hero-copy { grid-template-columns: 1fr; gap: 32px; }
  .hero-dashboard { padding: 0 20px; }
  .hero-dashboard-fade { left: 20px; right: 20px; }
  .leak-card { padding: 50px 40px 0; }
  .leak-steps { grid-template-columns: 1fr 1fr; }
  .leak-step { min-height: 340px; }
  .leak-step:nth-child(2) { border-right: none; }
  .leak-bottom { padding: 32px 40px 40px; flex-direction: column; gap: 16px; align-items: flex-start; }
  .nav-links { display: none; }
  .nav-float { width: min(1200px, calc(100% - 40px)); }
  .ls-layout, .int-header, .cases-hd { grid-template-columns: 1fr; }
  .ls-feat-metrics { grid-template-columns: repeat(2, 1fr); }
  .int-row { grid-template-columns: 1fr; gap: 10px; }
  .wall-cols { grid-template-columns: 1fr 1fr; height: 420px; }
  .wall-col:last-child { display: none; }
  .cases-grid { grid-template-columns: 1fr 1fr; }
  .cases-grid .case-item:last-child { grid-column: span 2; }
  .demo-trust { gap: 32px; flex-wrap: wrap; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .ls-card, .int-card, .phil-card, .wall-card, .cases-card, .demo-card { padding: 56px 44px; }
  .site-footer { padding: 56px 44px 36px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hero-wrap, .leak-section { margin: 10px 10px 0; }
  .hero-card { padding: 120px 20px 30px; }
  .hero-dashboard { padding: 0; }
  .hero-dashboard-fade { left: 0; right: 0; }
  .leak-card { padding: 36px 24px 0; }
  .leak-steps { grid-template-columns: 1fr; }
  .leak-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.09); min-height: auto; }
  .leak-bottom { padding: 24px 24px 32px; }
  .nav-float { width: calc(100% - 24px); padding: 10px 10px 10px 20px; }
  .ls-card, .int-card, .phil-card, .wall-card, .cases-card, .demo-card { padding: 36px 24px; }
  .site-footer { padding: 40px 24px 0; margin: 10px 10px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-tagline { font-size: 24px; }
  .sec-wrap { margin: 10px 10px 0; }
  .phil-masthead { flex-direction: column; gap: 12px; }
  .phil-big-title { font-size: clamp(48px, 12vw, 72px); }
  .phil-dropcap { font-size: clamp(72px, 18vw, 100px); }
  .phil-sig { flex-direction: column; gap: 12px; align-items: flex-start; }
  .wall-cols { grid-template-columns: 1fr; height: 360px; }
  .wall-col:last-child, .wall-col:nth-child(2) { display: none; }
  .cases-grid { grid-template-columns: 1fr; }
  .cases-grid .case-item:last-child { grid-column: auto; }
  .demo-trust { flex-direction: column; gap: 20px; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
  .ls-feat-metrics { grid-template-columns: 1fr; gap: 12px; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat-cell { border-right: none !important; }
  .int-footer { flex-direction: column; gap: 16px; align-items: flex-start; }
}

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