﻿/* Riveero homepage (pixel-match reference: uploaded screenshot) */

:root{
  --purple-950:#1f1b5a;
  --purple-900:#27216a;
  --purple-800:#2f2a74;
  --purple-700:#3b33a0;
  --purple-600:#5f5cf0;
  --purple-500:#6e67ff;
  --purple-200:#e9e7ff;
  --text-muted:#6f6f83;
  --text-muted-2:#8b8aa1;
  --card-bg:#f6f6fb;
  --card-bg-2:#f3f3f9;
  --border:#ececf4;
  --shadow:0 18px 45px rgba(25, 22, 74, 0.10);
}

*{box-sizing:border-box;}
html,body{height:100%;}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:#fff;
  color:var(--purple-900);
}
h1,h2,h3{
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
a{color:inherit;text-decoration:none;}

.rv-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 28px;
}

/* Buttons */
.rv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:14px 22px;
  font-weight:600;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
}
.rv-btn-primary{
  background:#fff;
  color:var(--purple-600);
  border:1px solid rgba(255,255,255,0.65);
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
}
.rv-btn-outline{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,0.55);
}
.rv-btn-purple{
  background:var(--purple-600);
  color:#fff;
  border:1px solid rgba(95,92,240,0.9);
  box-shadow:0 10px 20px rgba(95,92,240,0.18);
  padding:12px 18px;
  font-weight:600;
}

/* HERO */
.rv-hero{
  position:relative;
  padding:96px 0 86px;
  background:linear-gradient(180deg, #6b66ff 0%, #7b74ff 45%, #dcd9ff 100%);
  overflow:hidden;
}
.rv-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0.34;
  background-image:radial-gradient(rgba(255,255,255,0.22) 1px, transparent 1px);
  background-size:18px 18px;
  -webkit-mask-image:radial-gradient(circle at 50% 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 74%);
  mask-image:radial-gradient(circle at 50% 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 74%);
}
.rv-nav-bar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  padding:10px 0;
  background:rgba(95,92,240,0.18);
  border-bottom:1px solid rgba(255,255,255,0.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.rv-nav-bar.is-scrolled{
  background:rgba(95,92,240,0.46);
  border-bottom-color:rgba(255,255,255,0.18);
  box-shadow:0 18px 45px rgba(31, 27, 90, 0.12);
}
.rv-nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:6px 0;
}
.rv-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:700;
}
.rv-logo-badge{
  width:26px;height:26px;
  border-radius:999px;
  background:#fff;
  display:grid;
  place-items:center;
}
.rv-logo-badge svg{width:16px;height:16px;display:block;}
.rv-nav-links{
  display:flex;
  align-items:center;
  gap:36px;
  color:rgba(255,255,255,0.9);
  font-size:14px;
  font-weight:500;
}
.rv-nav-links .rv-dd{
  display:flex;
  align-items:center;
  gap:6px;
}
.rv-caret{
  width:10px;height:10px;
  display:inline-block;
  border-right:2px solid rgba(255,255,255,0.85);
  border-bottom:2px solid rgba(255,255,255,0.85);
  transform:rotate(45deg);
  margin-top:-2px;
}
.rv-nav-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.rv-mail{
  position:relative;
  width:34px;height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.18);
}
.rv-mail svg{width:16px;height:16px;opacity:0.9}
.rv-mail-count{
  position:absolute;
  top:-6px;
  right:-6px;
  width:18px;height:18px;
  border-radius:999px;
  background:#fff;
  color:var(--purple-600);
  font-size:11px;
  display:grid;
  place-items:center;
  font-weight:700;
}

.rv-hero-main{
  position:relative;
  z-index:1;
  padding-top:52px;
  text-align:center;
  color:#fff;
}
.rv-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.18);
  backdrop-filter:blur(10px);
  font-size:12px;
  font-weight:600;
  margin-bottom:22px;
}
.rv-pill .rv-new{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#f4c43f;
  color:#fff;
  padding:2px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
}
.rv-h1{
  margin:0 auto 18px;
  max-width:820px;
  font-size:65px;
  line-height:1.04;
  font-weight:600;
  letter-spacing:-3.5px;
}
.rv-hero-p{
  margin:0 auto 26px;
  max-width:720px;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,0.92);
  font-weight:500;
}
.rv-hero-cta{
  display:flex;
  gap:16px;
  justify-content:center;
  margin-top:10px;
}

.rv-dashboard-wrap{
  margin-top:60px;
  display:flex;
  justify-content:center;
}
.rv-dashboard{
  width:min(1120px, 100%);
  border-radius:24px;
  overflow:hidden;
  transform-origin:50% 0%;
  transform:perspective(1400px) rotateX(55deg);
  box-shadow:0 50px 90px rgba(30, 24, 82, 0.26);
  border:1px solid rgba(255,255,255,0.28);
  background:rgba(255,255,255,0.06);
  padding:12px;
}
.rv-dashboard{ will-change: transform; }
.rv-dashboard-tilt{
  --rv-dashboard-y: 0px;
  --rv-dashboard-rz: 0deg;
  --rv-dashboard-sc: 1;
  will-change: transform;
  transform: translate3d(0, var(--rv-dashboard-y), 0) rotateZ(var(--rv-dashboard-rz)) scale(var(--rv-dashboard-sc));
}
.rv-dashboard img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  background:#fff;
}

/* Motion / reveal */
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important;}
  .rv-reveal,
  .rv-stagger > *,
  .rv-split-word,
  .rv-dashboard{
    opacity:1 !important;
    transform:none !important;
    animation:none !important;
    transition:none !important;
  }
}
.rv-reveal{
  opacity:0;
  transform:translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.rv-reveal.is-visible{
  opacity:1;
  transform:none;
}
.rv-stagger > *{
  opacity:0;
  transform:translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.rv-reveal.is-visible .rv-stagger > *{
  opacity:1;
  transform:none;
}
.rv-reveal.is-visible .rv-stagger > *:nth-child(1){ transition-delay: 0ms; }
.rv-reveal.is-visible .rv-stagger > *:nth-child(2){ transition-delay: 90ms; }
.rv-reveal.is-visible .rv-stagger > *:nth-child(3){ transition-delay: 180ms; }
.rv-reveal.is-visible .rv-stagger > *:nth-child(4){ transition-delay: 270ms; }
.rv-reveal.is-visible .rv-stagger > *:nth-child(5){ transition-delay: 360ms; }
.rv-reveal.is-visible .rv-stagger > *:nth-child(6){ transition-delay: 450ms; }
.rv-reveal.is-visible .rv-stagger > *:nth-child(7){ transition-delay: 540ms; }
.rv-reveal.is-visible .rv-stagger > *:nth-child(8){ transition-delay: 630ms; }

/* Horizontal stagger slide-in for channel cards */
.rv-stagger-h > *{
  opacity:0;
  transform:translateX(60px) translateY(8px);
  transition: opacity 600ms cubic-bezier(.2,.9,.2,1), transform 600ms cubic-bezier(.2,.9,.2,1);
}
.rv-reveal.is-visible .rv-stagger-h > *{
  opacity:1;
  transform:none;
}
.rv-reveal.is-visible .rv-stagger-h > *:nth-child(1){ transition-delay:0ms; }
.rv-reveal.is-visible .rv-stagger-h > *:nth-child(2){ transition-delay:140ms; }
.rv-reveal.is-visible .rv-stagger-h > *:nth-child(3){ transition-delay:280ms; }

@keyframes rvFadeUp {
  from { opacity:0; transform:translateY(14px); }
  to { opacity:1; transform:none; }
}
@keyframes rvDashIn {
  from { opacity:0; transform:perspective(1400px) rotateX(66deg) translateY(26px) scale(0.985); }
  to   { opacity:1; transform:perspective(1400px) rotateX(55deg) translateY(0) scale(1); }
}
.rv-hero .rv-pill,
.rv-hero .rv-h1,
.rv-hero .rv-hero-p,
.rv-hero .rv-hero-cta{
  opacity:0;
  animation: rvFadeUp 900ms ease forwards;
}
.rv-hero .rv-pill{ animation-delay: 120ms; }
.rv-hero .rv-h1{ animation-delay: 220ms; }
.rv-hero .rv-hero-p{ animation-delay: 360ms; }
.rv-hero .rv-hero-cta{ animation-delay: 460ms; }
.rv-dashboard{
  opacity:0;
  animation: rvDashIn 1200ms cubic-bezier(.2,.9,.2,1) forwards;
  animation-delay: 520ms;
}

/* Split text (staggered words) */
@keyframes rvWordIn {
  from { opacity:0; transform:translateY(12px); filter: blur(2px); }
  to { opacity:1; transform:none; filter:none; }
}
[data-rv-split]{
  /* The JS will wrap words in spans; keep layout stable while animating */
}
.rv-split-word{
  display:inline-block;
  white-space:pre;
  opacity:0;
  transform:translateY(12px);
  animation: rvWordIn 820ms cubic-bezier(.2,.9,.2,1) forwards;
}

/* SECTION base */
.rv-section{
  padding:96px 0;
}
.rv-title{
  font-size:42px;
  font-weight:600;
  line-height:1.18;
  margin:0 0 12px;
  color:var(--purple-900);
  letter-spacing:-1.5px;
}
.rv-subtitle{
  margin:0;
  color:var(--text-muted);
  font-size:16px;
  line-height:1.65;
  font-weight:500;
}
.rv-center{
  text-align:center;
}

/* What makes */
.rv-what-title{
  color:#b8b7d6;
  font-weight:600;
  font-size:34px;
  margin:0 0 38px;
}
.rv-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.rv-mini-card{
  background:var(--card-bg);
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow);
}
.rv-mini-card{ transition: transform 220ms ease, box-shadow 220ms ease; }
.rv-mini-card:hover{ transform: translateY(-4px); box-shadow: 0 22px 52px rgba(25, 22, 74, 0.12); }
.rv-mini-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:14px;
}
.rv-icon-sq{
  width:44px;height:44px;
  border-radius:12px;
  background:rgba(95,92,240,0.16);
  display:grid;
  place-items:center;
  border:1px solid rgba(95,92,240,0.18);
}
.rv-icon-sq svg{width:20px;height:20px;}
.rv-icon-sq img{width:20px;height:20px;display:block;}
.rv-mini-card h3{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:var(--purple-900);
}
.rv-mini-card p{
  margin:2px 0 0;
  color:var(--text-muted);
  font-size:12px;
  line-height:1.5;
  font-weight:500;
}
.rv-chart-card{
  margin-top:16px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:16px;
}

/* Simple vertical spacer between "Simplify..." and next section */
.rv-big-gap{height:260px;}

/* Powerful cards */
.rv-feature-stack{
  margin-top:38px;
  display:flex;
  flex-direction:column;
  gap:26px;
}
.rv-feature{
  background:var(--card-bg-2);
  border-radius:26px;
  padding:34px;
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  gap:34px;
  align-items:center;
}
.rv-feature{ transition: transform 220ms ease, box-shadow 220ms ease; box-shadow: 0 18px 45px rgba(25, 22, 74, 0.08); }
.rv-feature:hover{ transform: translateY(-4px); box-shadow: 0 24px 58px rgba(25, 22, 74, 0.12); }
.rv-feature.alt{
  grid-template-columns: 1fr 1.05fr;
}
.rv-feature-visual{
  background:#fff;
  border-radius:18px;
  border:1px solid var(--border);
  padding:20px;
  height:220px;
}
.rv-feature h3{
  margin:12px 0 10px;
  font-size:22px;
  line-height:1.25;
  font-weight:700;
  color:var(--purple-900);
}
.rv-feature p{
  margin:0 0 16px;
  font-size:12px;
  line-height:1.65;
  color:var(--text-muted);
  max-width:420px;
}
.rv-feature .rv-miniicon{
  width:34px;height:34px;
  border-radius:10px;
  background:#fff;
  border:1px solid var(--border);
  display:grid;
  place-items:center;
}
.rv-feature .rv-miniicon svg{width:16px;height:16px;}

/* Seamless section */
.rv-seamless-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:34px;
  align-items:start;
}
.rv-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.rv-list-item{
  display:flex;
  gap:14px;
  padding:16px 18px;
  border-radius:16px;
  background:transparent;
}
.rv-list-item.active{ background:var(--card-bg); box-shadow:var(--shadow); }
.rv-list-item h4{
  margin:0;
  font-size:14px;
  font-weight:700;
  color:var(--purple-900);
}
.rv-list-item p{
  margin:6px 0 0;
  font-size:12px;
  line-height:1.55;
  color:var(--text-muted);
}
.rv-seamless-card{
  background:var(--card-bg);
  border-radius:26px;
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:310px;
  box-shadow:var(--shadow);
}
@media (min-width: 980px){
  .rv-seamless-card{
    position:sticky;
    top:110px;
  }
}
.rv-seamless-card .rv-gauge{
  width:240px;height:180px;
  background:#fff;
  border-radius:18px;
  border:1px solid var(--border);
  display:grid;
  place-items:center;
}

/* Clients */
.rv-clients-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  align-items:start;
}
.rv-testimonial{
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(25, 22, 74, 0.06);
  min-height:140px;
}
.rv-testimonial{ transition: transform 220ms ease, box-shadow 220ms ease; }
.rv-testimonial:hover{ transform: translateY(-4px); box-shadow: 0 18px 40px rgba(25, 22, 74, 0.10); }
.rv-testimonial p{
  margin:0 0 18px;
  font-size:12px;
  line-height:1.65;
  color:var(--purple-800);
  font-weight:500;
}
.rv-person{
  display:flex;
  align-items:center;
  gap:10px;
}
.rv-avatar{
  width:28px;height:28px;
  border-radius:999px;
  background:linear-gradient(135deg, #c7c5ff 0%, #f4c43f 100%);
}
.rv-avatar-img{
  width:28px;
  height:28px;
  border-radius:999px;
  object-fit:cover;
  display:block;
  background:#efeefe;
}
.rv-person .name{
  font-size:12px;
  font-weight:700;
  color:var(--purple-800);
  line-height:1.15;
}
.rv-person .role{
  font-size:11px;
  color:var(--text-muted-2);
  margin-top:1px;
}
.rv-close{
  margin-left:auto;
  width:26px;height:26px;
  border-radius:8px;
  border:1px solid var(--border);
  display:grid;
  place-items:center;
  color:var(--purple-600);
  font-weight:800;
  font-size:14px;
}
.rv-video{
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--border);
  background:linear-gradient(135deg, #f0f0ff 0%, #f7f7ff 100%);
  height:220px;
  position:relative;
}
.rv-video{ transition: transform 220ms ease, box-shadow 220ms ease; box-shadow:0 10px 24px rgba(25, 22, 74, 0.06); }
.rv-video:hover{ transform: translateY(-4px); box-shadow: 0 18px 40px rgba(25, 22, 74, 0.10); }
.rv-play{
  position:absolute;
  right:14px;
  bottom:14px;
  width:34px;height:34px;
  border-radius:10px;
  background:#fff;
  border:1px solid var(--border);
  display:grid;
  place-items:center;
  color:var(--purple-600);
}
.rv-play::before{
  content:"";
  width:0;height:0;
  border-left:10px solid var(--purple-600);
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  margin-left:2px;
}

/* How it works */
.rv-how-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap:30px;
  align-items:start;
}
.rv-timeline{
  position:relative;
  padding-left:38px;
}
.rv-timeline::before{
  content:"";
  position:absolute;
  left:14px;
  top:96px;
  bottom:10px;
  width:2px;
  background:#d8d6ff;
}
.rv-step{
  position:relative;
  margin-top:26px;
}
.rv-dot{
  position:absolute;
  left:-30px;
  top:4px;
  width:12px;height:12px;
  border-radius:999px;
  background:#d8d6ff;
}
.rv-step.active .rv-dot{ background:var(--purple-600); }
.rv-step h4{ margin:0; font-size:18px; font-weight:700; }
.rv-step p{ margin:8px 0 0; font-size:12px; line-height:1.6; color:var(--text-muted); max-width:420px;}
.rv-how-quote{
  color:var(--purple-800);
  font-weight:700;
  font-size:18px;
  line-height:1.35;
  margin-top:130px;
}
.rv-how-person{ margin-top:16px; display:flex; align-items:center; gap:12px;}
.rv-avatar-square{
  width:44px;height:44px;
  border-radius:12px;
  background:linear-gradient(135deg, #d0ceff 0%, #ffe5a1 100%);
}

/* FAQ */
.rv-faq{
  max-width:720px;
  margin:0 auto;
  margin-top:40px;
}
.rv-accordion{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
  box-shadow:0 10px 24px rgba(25, 22, 74, 0.06);
}
.rv-accordion{ cursor:pointer; user-select:none; }
.rv-accordion.open{ box-shadow: 0 18px 38px rgba(25, 22, 74, 0.10); }
.rv-accordion-content{
  overflow:hidden;
  max-height:0;
  transition:max-height 260ms ease;
  margin-top:-6px;
  margin-bottom:16px;
  padding:0 18px;
}
.rv-accordion-content p{
  margin:0;
  padding:12px 0 0;
  color:var(--text-muted);
  font-size:12px;
  line-height:1.7;
  font-weight:500;
}
.rv-page-hero{
  padding:96px 0 54px;
}
.rv-form{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.rv-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.rv-label{
  display:block;
  font-size:12px;
  font-weight:700;
  color:var(--purple-800);
  margin:0 0 6px;
}
.rv-input,
.rv-select,
.rv-textarea{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--purple-800);
  font-size:13px;
  font-weight:500;
  outline:none;
}
.rv-textarea{ resize:vertical; min-height:120px; }
.rv-input:focus,
.rv-select:focus,
.rv-textarea:focus{
  border-color:rgba(95,92,240,0.55);
  box-shadow:0 0 0 4px rgba(95,92,240,0.12);
}
.rv-alert{
  border-radius:16px;
  padding:12px 14px;
  font-size:12px;
  font-weight:600;
  border:1px solid var(--border);
  background:#fff;
  color:var(--purple-800);
}
.rv-alert.success{
  border-color:rgba(95,92,240,0.18);
  background:rgba(95,92,240,0.08);
}
.rv-alert.error{
  border-color:rgba(244,196,63,0.35);
  background:rgba(244,196,63,0.16);
}
@media (max-width: 860px){
  .rv-form-row{ grid-template-columns:1fr; }
}
.rv-accordion span{
  font-size:13px;
  font-weight:600;
  color:var(--purple-800);
}
.rv-plus{
  width:18px;height:18px;
  position:relative;
}
.rv-plus::before,.rv-plus::after{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  background:#9e9cc7;
}
.rv-plus::before{ width:14px;height:2px; }
.rv-plus::after{ width:2px;height:14px; }
.rv-accordion.open .rv-plus::after{ display:none; }

/* Footer */
.rv-footer-cta{
  background:linear-gradient(180deg, #6b66ff 0%, #dcd9ff 100%);
  border-radius:18px;
  padding:64px 0 48px;
  margin:0 18px;
}
.rv-footer-cta .rv-cta-text{
  text-align:center;
  color:#fff;
  font-size:12px;
  line-height:1.8;
  max-width:520px;
  margin:0 auto 18px;
  opacity:0.95;
}
.rv-footer-cta .rv-cta-btns{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-bottom:36px;
}
.rv-footer-card{
  margin:0 auto;
  padding:8px 0 0;
}
.rv-footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1fr;
  gap:30px;
}
.rv-foot-title{
  font-size:12px;
  font-weight:700;
  color:var(--purple-900);
  margin:6px 0 12px;
}
.rv-foot-link{
  display:block;
  font-size:12px;
  line-height:1.9;
  color:var(--text-muted);
  font-weight:500;
}
.rv-foot-muted{
  font-size:12px;
  color:var(--text-muted);
  line-height:1.6;
  max-width:220px;
}
.rv-contact-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:10px 0;
  color:var(--text-muted);
  font-size:12px;
}
.rv-contact-item svg{width:14px;height:14px;opacity:0.85;margin-top:2px}

@media (max-width: 960px){
  .rv-nav-links{display:none;}
  .rv-h1{font-size:48px;}
  .rv-two-col{grid-template-columns:1fr;}
  .rv-feature{grid-template-columns:1fr;}
  .rv-feature.alt{grid-template-columns:1fr;}
  .rv-seamless-grid{grid-template-columns:1fr;}
  .rv-clients-grid{grid-template-columns:1fr;}
  .rv-how-grid{grid-template-columns:1fr;}
  .rv-footer-grid{grid-template-columns:1fr 1fr;}
}

/* ─── STICKY NAV SOLID STATE ─────────────────────────────────────────────── */
.rv-nav-bar.is-solid{
  background:rgba(27,22,76,0.97);
  border-bottom-color:rgba(255,255,255,0.14);
  box-shadow:0 6px 32px rgba(14,10,52,0.28);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
}

/* ─── HERO ORB PARALLAX ──────────────────────────────────────────────────── */
.rv-hero-orb{
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  will-change:transform;
  z-index:0;
}
.rv-hero-orb-1{
  width:640px;height:640px;
  top:-220px;left:-220px;
  background:radial-gradient(circle,rgba(110,103,255,0.32) 0%,transparent 65%);
}
.rv-hero-orb-2{
  width:520px;height:520px;
  top:-120px;right:-180px;
  background:radial-gradient(circle,rgba(244,196,63,0.20) 0%,transparent 65%);
}
.rv-hero-orb-3{
  width:380px;height:380px;
  bottom:60px;right:22%;
  background:radial-gradient(circle,rgba(95,92,240,0.24) 0%,transparent 65%);
}
/* Ensure hero content sits above orbs */
.rv-hero .rv-hero-main{
  position:relative;
  z-index:1;
}

/* ─── DASHBOARD JS-READY ─────────────────────────────────────────────────── */
/* JS-ready: allow smooth JS-driven perspective updates */
.rv-dashboard.js-ready{
  transition:transform 70ms linear;
}

/* ─── FLOATING PARALLAX ──────────────────────────────────────────────────── */
.rv-parallax-float{
  will-change:transform;
  transition:transform 60ms linear;
}

/* ─── STATS STRIP ────────────────────────────────────────────────────────── */
.rv-stats-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  padding:52px 0 56px;
  border-bottom:1px solid var(--border);
  text-align:center;
}
.rv-stat-num{
  font-size:46px;
  font-weight:800;
  color:var(--purple-900);
  line-height:1;
  letter-spacing:-0.025em;
}
.rv-stat-label{
  font-size:12px;
  color:var(--text-muted);
  font-weight:600;
  margin-top:8px;
  line-height:1.4;
}
@media (max-width:760px){
  .rv-stats-strip{grid-template-columns:1fr 1fr;}
  .rv-stat-num{font-size:34px;}
}

/* ─── CHANNEL BADGES ─────────────────────────────────────────────────────── */
.rv-channels{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.rv-channel-badge{
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 14px;
  border-radius:999px;
  background:var(--card-bg);
  border:1px solid var(--border);
  font-size:12px;
  font-weight:600;
  color:var(--purple-800);
  white-space:nowrap;
}
.rv-channel-badge .dot{
  width:8px;height:8px;
  border-radius:999px;
  flex-shrink:0;
}

/* ─── ABOUT TIMELINE ─────────────────────────────────────────────────────── */
.rv-timeline-about{
  position:relative;
  padding-left:44px;
  margin-top:36px;
}
.rv-timeline-about::before{
  content:"";
  position:absolute;
  left:15px;top:8px;bottom:8px;
  width:2px;
  background:linear-gradient(180deg,var(--purple-600) 0%,var(--purple-200) 100%);
}
.rv-timeline-item{
  position:relative;
  margin-bottom:34px;
}
.rv-timeline-item::before{
  content:"";
  position:absolute;
  left:-36px;top:5px;
  width:14px;height:14px;
  border-radius:999px;
  background:var(--purple-600);
  border:3px solid var(--purple-200);
  box-shadow:0 0 0 4px rgba(95,92,240,0.12);
}
.rv-tl-date{
  font-size:11px;
  font-weight:700;
  color:var(--purple-600);
  margin-bottom:4px;
  letter-spacing:0.04em;
}
.rv-timeline-item h4{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:var(--purple-900);
}
.rv-timeline-item p{
  margin:6px 0 0;
  font-size:12px;
  line-height:1.7;
  color:var(--text-muted);
  max-width:480px;
}

/* ─── CHANNEL FEATURE GRID (about) ──────────────────────────────────────── */
.rv-channel-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}
@media (max-width:860px){
  .rv-channel-feature-grid{grid-template-columns:1fr;}
}

/* ─── MARQUEE ────────────────────────────────────────────────────────────── */
.rv-marquee{
  overflow:hidden;
  padding:20px 0;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  margin:0;
}
.rv-marquee-inner{
  display:flex;
  gap:0;
  width:max-content;
  animation:rvMarquee 32s linear infinite;
}
.rv-marquee-item{
  font-size:13px;
  font-weight:600;
  color:var(--text-muted-2);
  white-space:nowrap;
  padding:0 36px;
  display:flex;
  align-items:center;
  gap:12px;
}
.rv-marquee-item::before{
  content:"";
  width:6px;height:6px;
  border-radius:999px;
  background:var(--purple-500);
  opacity:0.5;
}
@keyframes rvMarquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* ─── BAR FILL ANIMATION ────────────────────────────────────────────────── */
@keyframes rvBarFill{
  from{width:0;}
  to{width:var(--fill-w,78%);}
}
.rv-bar-fill{
  height:100%;
  border-radius:999px;
  animation:rvBarFill 1.4s 0.6s ease forwards;
  width:0;
}

/* ─── MISSION HIGHLIGHT ──────────────────────────────────────────────────── */
.rv-mission-big{
  font-size:52px;
  line-height:1.06;
  font-weight:800;
  color:var(--purple-900);
  max-width:780px;
  margin:0 auto 22px;
  letter-spacing:-0.025em;
}
.rv-mission-big .hl{color:var(--purple-600);}
@media (max-width:760px){.rv-mission-big{font-size:34px;}}

/* ─── ABOUT PAGE HERO SMALLER ────────────────────────────────────────────── */
.rv-page-hero .rv-hero-main{padding-top:42px;}

/* ─── CONTACT IMPROVEMENTS ───────────────────────────────────────────────── */
.rv-contact-info-card{
  background:var(--card-bg-2);
  border:1px solid var(--border);
  border-radius:22px;
  padding:28px;
}
.rv-contact-info-card h3{
  margin:0 0 18px;
  font-size:16px;
  font-weight:700;
  color:var(--purple-900);
}
.rv-contact-info-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid var(--border);
}
.rv-contact-info-item:last-of-type{border-bottom:none;}
.rv-contact-info-item svg{flex-shrink:0;width:18px;height:18px;opacity:0.7;margin-top:1px;}
.rv-contact-info-item .rv-ci-label{font-size:11px;font-weight:700;color:var(--text-muted-2);margin-bottom:3px;}
.rv-contact-info-item .rv-ci-val{font-size:13px;font-weight:500;color:var(--purple-800);}

/* ─── CHANNEL CARDS ──────────────────────────────────────────────────────── */
.rv-channel-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:40px 32px 36px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  transition:box-shadow 220ms ease, transform 220ms ease;
}
.rv-channel-card:hover{
  box-shadow:0 12px 40px rgba(95,92,240,0.10);
  transform:translateY(-4px);
}
.rv-channel-icon{
  width:120px;
  height:120px;
  border-radius:28px;
  background:var(--icon-color, rgba(95,92,240,0.10));
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
}
.rv-channel-label{
  font-size:17px;
  font-weight:700;
  color:var(--purple-900);
  margin-bottom:10px;
  letter-spacing:-0.01em;
}
.rv-channel-desc{
  font-size:14px;
  color:var(--text-muted);
  line-height:1.6;
  margin:0;
}

/* ─── RESPONSIVE EXTRAS ───────────────────────────────────────────────────── */
@media (max-width:960px){
  .rv-channel-feature-grid{grid-template-columns:1fr;}
  .rv-mission-big{font-size:36px;}
}
@media (max-width:720px){
  .rv-channel-card{ padding:28px 20px; }
}

/* ── PRICING SECTION ─────────────────────────────────────────── */
.rv-pricing-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  max-width:800px;
  margin:48px auto 0;
}
.rv-pricing-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:44px 36px 36px;
  position:relative;
  text-align:center;
  transition:box-shadow 220ms ease, transform 220ms ease;
}
.rv-pricing-card:hover{
  box-shadow:0 12px 40px rgba(95,92,240,0.09);
  transform:translateY(-3px);
}
.rv-pricing-card.rv-pricing-featured{
  border:2px solid var(--purple-600);
  box-shadow:0 8px 32px rgba(95,92,240,0.13);
}
.rv-pricing-badge{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:var(--purple-600);
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding:5px 16px;
  border-radius:999px;
  white-space:nowrap;
  letter-spacing:0.05em;
  text-transform:uppercase;
}
.rv-pricing-name{
  font-size:18px;
  font-weight:700;
  color:var(--purple-900);
  margin:0 0 20px;
  letter-spacing:-0.5px;
}
.rv-pricing-old{
  font-size:20px;
  color:var(--text-muted-2);
  text-decoration:line-through;
  margin:0 0 4px;
}
.rv-pricing-price{
  font-size:52px;
  font-weight:700;
  color:var(--purple-700);
  letter-spacing:-2px;
  line-height:1;
  margin:0 0 4px;
}
.rv-pricing-period{
  font-size:13px;
  color:var(--text-muted);
  margin:0 0 28px;
}
.rv-pricing-cs-btn{
  display:block;
  width:100%;
  padding:14px;
  border-radius:12px;
  background:var(--card-bg);
  border:1.5px solid var(--border);
  font-size:14px;
  font-weight:700;
  color:var(--text-muted);
  cursor:default;
  letter-spacing:0.02em;
}
.rv-pricing-featured .rv-pricing-cs-btn{
  background:rgba(95,92,240,0.12);
  color:var(--purple-600);
  border-color:rgba(95,92,240,0.25);
}
.rv-pricing-features{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  text-align:left;
}
.rv-pricing-features li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  color:var(--purple-900);
  padding:9px 0;
  border-bottom:1px solid var(--border);
}
.rv-pricing-features li:last-child{ border-bottom:none; }
.rv-pf-check{
  width:18px;height:18px;
  border-radius:50%;
  background:var(--purple-200);
  flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.rv-pf-check svg{ width:10px;height:10px; }
@media(max-width:680px){
  .rv-pricing-grid{ grid-template-columns:1fr; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ELEVATION LAYER — unified responsive typography, mobile nav, shared utilities
   Appended last so it wins the cascade over the fixed-px base rules above.
   Breakpoint ladder: mobile ≤640 · tablet 641–1024 · desktop ≥1025
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Fluid type: fill mobile→desktop with clamp() (no fixed px display type) ── */
.rv-h1{ font-size:clamp(36px, 7.2vw, 65px); letter-spacing:clamp(-1.5px, -0.4vw, -3.5px); }
.rv-hero-p{ font-size:clamp(15px, 1.15vw, 17px); }
.rv-title{ font-size:clamp(28px, 4.4vw, 42px); letter-spacing:clamp(-0.6px, -0.2vw, -1.5px); }
.rv-subtitle{ font-size:clamp(15px, 1.15vw, 17px); }
.rv-what-title{ font-size:clamp(24px, 3.6vw, 34px); }
.rv-mission-big{ font-size:clamp(30px, 6.4vw, 52px); }
.rv-pricing-price{ font-size:clamp(40px, 6vw, 52px); }
.rv-stat-num{ font-size:clamp(32px, 5vw, 46px); }
.rv-channel-label{ font-size:clamp(16px, 1.4vw, 18px); }
.rv-feature h3{ font-size:clamp(19px, 1.7vw, 22px); }

/* ── Bump the smallest body copy to comfortable, consistent reading sizes ── */
.rv-feature p, .rv-mini-card p, .rv-testimonial p, .rv-step p,
.rv-timeline-item p, .rv-list-item p, .rv-accordion-content p,
.rv-channel-desc, .rv-foot-link, .rv-footer-cta .rv-cta-text{
  font-size:14px;
  line-height:1.65;
}
.rv-foot-link{ line-height:1.9; }

/* ── Accessibility floor: always-visible keyboard focus ── */
a:focus-visible, button:focus-visible, .rv-btn:focus-visible,
.rv-input:focus-visible, .rv-select:focus-visible, .rv-textarea:focus-visible,
.rv-accordion:focus-visible, .rv-nav-toggle:focus-visible{
  outline:3px solid #f4c43f;
  outline-offset:3px;
  border-radius:8px;
}

/* ── Mobile hamburger + slide-down menu (fills the System-A nav gap) ── */
.rv-nav-toggle{
  display:none;
  width:42px; height:42px;
  border-radius:12px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.22);
  cursor:pointer;
  padding:0;
  align-items:center;
  justify-content:center;
}
.rv-nav-toggle .rv-burger,
.rv-nav-toggle .rv-burger::before,
.rv-nav-toggle .rv-burger::after{
  content:"";
  display:block;
  width:20px; height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform 220ms ease, opacity 180ms ease;
}
.rv-nav-toggle .rv-burger{ position:relative; }
.rv-nav-toggle .rv-burger::before{ position:absolute; top:-6px; left:0; }
.rv-nav-toggle .rv-burger::after{ position:absolute; top:6px; left:0; }
.rv-nav-bar.is-open .rv-nav-toggle .rv-burger{ background:transparent; }
.rv-nav-bar.is-open .rv-nav-toggle .rv-burger::before{ transform:translateY(6px) rotate(45deg); }
.rv-nav-bar.is-open .rv-nav-toggle .rv-burger::after{ transform:translateY(-6px) rotate(-45deg); }

.rv-mobile-menu{
  display:none;
  flex-direction:column;
  gap:6px;
  padding:14px 0 20px;
  border-top:1px solid rgba(255,255,255,0.14);
  margin-top:8px;
}
.rv-nav-bar.is-open .rv-mobile-menu{ display:flex; }
.rv-mobile-menu a{
  color:#fff;
  font-size:16px;
  font-weight:600;
  padding:11px 4px;
  border-radius:10px;
}
.rv-mobile-menu a.is-active{ color:#fff; opacity:1; }
.rv-mobile-menu a:not(.is-active){ opacity:0.86; }
.rv-mobile-menu a:hover{ opacity:1; background:rgba(255,255,255,0.08); padding-left:12px; }
.rv-mobile-menu .rv-btn{ margin-top:8px; justify-content:center; }
.rv-nav-links a.is-active{ color:#fff; border-bottom:2px solid rgba(255,255,255,0.85); padding-bottom:3px; }

/* Solid nav for pages that do NOT open with a colored hero */
.rv-nav-bar.rv-nav-solid{
  background:rgba(27,22,76,0.97);
  border-bottom-color:rgba(255,255,255,0.14);
  box-shadow:0 6px 32px rgba(14,10,52,0.20);
}

@media (max-width:960px){
  .rv-nav-toggle{ display:inline-flex; }
  .rv-nav-actions .rv-nav-desktop-cta{ display:none; }
}

/* ── Shared content utilities (used by the migrated System-B pages) ── */
.rv-eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.09em;
  text-transform:uppercase;
  color:var(--purple-600);
  margin-bottom:12px;
}
.rv-grid{ display:grid; gap:24px; }
.rv-grid-2{ grid-template-columns:repeat(2,1fr); }
.rv-grid-3{ grid-template-columns:repeat(3,1fr); }
.rv-grid-4{ grid-template-columns:repeat(4,1fr); }
.rv-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:28px;
  box-shadow:0 10px 24px rgba(25,22,74,0.06);
  transition:transform 220ms ease, box-shadow 220ms ease;
}
.rv-card:hover{ transform:translateY(-4px); box-shadow:0 20px 46px rgba(25,22,74,0.12); }
.rv-card h3{ margin:0 0 8px; font-size:18px; font-weight:700; color:var(--purple-900); }
.rv-card p{ margin:0; font-size:14px; line-height:1.65; color:var(--text-muted); }
.rv-card-icon{
  width:48px; height:48px;
  border-radius:14px;
  background:rgba(95,92,240,0.12);
  border:1px solid rgba(95,92,240,0.18);
  display:grid; place-items:center;
  margin-bottom:16px;
  color:var(--purple-600);
  font-size:22px;
}
.rv-btn-lg{ padding:16px 28px; font-size:15px; }

/* Long-form / legal readability */
.rv-prose{ max-width:760px; margin:0 auto; color:var(--purple-800); }
.rv-prose h2{ font-size:clamp(22px,2.6vw,28px); font-weight:700; margin:36px 0 12px; color:var(--purple-900); }
.rv-prose h3{ font-size:18px; font-weight:700; margin:26px 0 10px; color:var(--purple-900); }
.rv-prose p, .rv-prose li{ font-size:15px; line-height:1.8; color:var(--text-muted); }
.rv-prose ul{ padding-left:20px; margin:12px 0; }
.rv-prose li{ margin:6px 0; }
.rv-prose a{ color:var(--purple-600); text-decoration:underline; text-underline-offset:3px; }

@media (max-width:1024px){
  .rv-grid-3, .rv-grid-4{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .rv-container{ padding:0 20px; }
  .rv-section{ padding:64px 0; }
  .rv-grid-2, .rv-grid-3, .rv-grid-4{ grid-template-columns:1fr; }
  .rv-hero{ padding:84px 0 64px; }
  .rv-hero-cta{ flex-direction:column; align-items:stretch; }
  .rv-hero-cta .rv-btn{ width:100%; }
  .rv-footer-cta .rv-cta-btns{ flex-direction:column; align-items:stretch; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   TASTE RESKIN — NEUTRAL EDITORIAL
   Redefines the design tokens to a zinc-neutral base + one restrained indigo
   accent, and overrides the hardcoded purple chrome. Satoshi typography, wide
   spacing, flat tactile components. Appended last → wins the cascade.
   ═══════════════════════════════════════════════════════════════════════════ */
:root{
  /* Re-point the existing tokens → neutral (auto-reskins everything var-driven) */
  --purple-950:#18181b;
  --purple-900:#18181b;   /* headings / primary ink */
  --purple-800:#27272a;
  --purple-700:#3f3f46;
  --purple-600:#4338ca;   /* THE single accent (flat indigo) */
  --purple-500:#4f46e5;
  --purple-200:#e0e7ff;
  --text-muted:#71717a;
  --text-muted-2:#a1a1aa;
  --card-bg:#ffffff;
  --card-bg-2:#fafafa;
  --border:#e4e4e7;
  --shadow:0 12px 30px rgba(24,24,27,0.05);
  /* New semantic tokens */
  --canvas:#fafafa;
  --surface:#ffffff;
  --ink:#18181b;
  --accent:#4338ca;
  --accent-tint:#eef2ff;
  --hair:#e4e4e7;
}

html,body{ background:var(--canvas); }
body{ font-family:'Satoshi', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color:var(--ink); }
h1,h2,h3,h4{ font-family:'Satoshi', system-ui, sans-serif; letter-spacing:-0.02em; }

/* ── Spacing rhythm (generous, fluid) ── */
.rv-container{ max-width:1200px; padding:0 clamp(1.25rem, 4vw, 2rem); }
.rv-section{ padding:clamp(4.5rem, 9vw, 7.5rem) 0; }

/* ── Type scale: track-tight, weight-driven ── */
.rv-h1{ color:var(--ink); font-weight:700; font-size:clamp(2.6rem, 6vw, 4.4rem); line-height:1.02; letter-spacing:-0.035em; }
.rv-hero-p{ color:var(--text-muted); font-weight:500; font-size:clamp(1.05rem, 1.35vw, 1.2rem); line-height:1.6; }
.rv-title{ color:var(--ink); font-weight:700; font-size:clamp(2rem, 3.4vw, 3rem); letter-spacing:-0.03em; }
.rv-subtitle{ color:var(--text-muted); font-size:clamp(1rem, 1.2vw, 1.1rem); }
.rv-what-title{ color:var(--text-muted-2); font-weight:600; }
.rv-eyebrow{ color:var(--accent); letter-spacing:0.12em; }

/* ── Hero → neutral canvas, left-aligned split ── */
.rv-hero, .rv-page-hero{ background:var(--canvas) !important; color:var(--ink); }
.rv-hero::before{ display:none !important; }
.rv-hero-orb{ display:none !important; }
.rv-hero-main{ color:var(--ink); }
.rv-page-hero{ padding:clamp(2.5rem,6vw,4rem) 0 clamp(2rem,4vw,3rem); border-bottom:1px solid var(--hair); }
.rv-pill{ background:var(--accent-tint); color:var(--accent); border:1px solid transparent; font-weight:600; }
.rv-pill .rv-new{ background:var(--accent); color:#fff; }

/* Homepage asymmetric split hero */
.rv-hero-grid{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:clamp(2rem, 5vw, 4rem); align-items:center; text-align:left; padding-top:clamp(2rem,5vw,3.5rem); }
.rv-hero-copy{ text-align:left; }
.rv-hero-copy .rv-h1{ margin:0 0 1.25rem; max-width:15ch; }
.rv-hero-copy .rv-hero-p{ margin:0 0 2rem; max-width:46ch; }
.rv-hero-copy .rv-hero-cta{ justify-content:flex-start; margin-top:0; }
.rv-hero-visual img{ width:100%; height:auto; display:block; border-radius:16px; border:1px solid var(--hair); box-shadow:0 40px 80px rgba(24,24,27,0.12); background:#fff; }
@media (max-width:900px){ .rv-hero-grid{ grid-template-columns:1fr; } }

/* ── Nav → clean light bar, ink text ── */
.rv-nav-bar{ background:rgba(250,250,250,0.72) !important; border-bottom:1px solid var(--hair) !important; box-shadow:none !important; }
.rv-nav-bar.is-scrolled, .rv-nav-bar.is-solid, .rv-nav-bar.rv-nav-solid{ background:rgba(250,250,250,0.9) !important; box-shadow:0 1px 0 var(--hair) !important; border-bottom-color:var(--hair) !important; }
.rv-logo{ color:var(--ink); }
.rv-logo-badge{ background:var(--ink) !important; }
.rv-logo-badge svg path{ fill:#fff !important; }
.rv-nav-links{ color:var(--text-muted); }
.rv-nav-links a{ color:var(--text-muted); }
.rv-nav-links a:hover{ color:var(--ink); }
.rv-nav-links a.is-active{ color:var(--ink); border-bottom:2px solid var(--accent); }
.rv-nav-toggle{ background:transparent; border:1px solid var(--hair); }
.rv-nav-toggle .rv-burger, .rv-nav-toggle .rv-burger::before, .rv-nav-toggle .rv-burger::after{ background:var(--ink); }
.rv-mobile-menu{ border-top-color:var(--hair); }
.rv-mobile-menu a{ color:var(--ink); }

/* ── Buttons → flat, tactile ── */
.rv-btn{ border-radius:10px; font-weight:600; box-shadow:none !important; transition:transform .12s ease, background .18s ease, border-color .18s ease; }
.rv-btn:active{ transform:translateY(1px); }
.rv-btn-purple{ background:var(--accent) !important; color:#fff !important; border:1px solid var(--accent) !important; }
.rv-btn-purple:hover{ background:#3730a3 !important; }
.rv-btn-primary{ background:var(--ink) !important; color:#fff !important; border:1px solid var(--ink) !important; }
.rv-btn-primary:hover{ background:#000 !important; }
.rv-btn-outline{ background:transparent !important; color:var(--ink) !important; border:1px solid var(--hair) !important; }
.rv-btn-outline:hover{ border-color:var(--ink) !important; }

/* ── Cards / surfaces → hairline, flat, soft hover ── */
.rv-card, .rv-mini-card, .rv-feature, .rv-channel-card, .rv-pricing-card, .rv-testimonial, .rv-contact-info-card, .rv-seamless-card, .rv-feature-visual, .rv-chart-card, .rv-video{
  background:var(--surface) !important; border:1px solid var(--hair) !important; border-radius:16px !important; box-shadow:none !important;
}
.rv-feature, .rv-seamless-card{ border-radius:20px !important; }
.rv-card:hover, .rv-mini-card:hover, .rv-channel-card:hover, .rv-pricing-card:hover, .rv-testimonial:hover, .rv-feature:hover{ border-color:var(--ink) !important; transform:translateY(-3px); box-shadow:0 14px 34px rgba(24,24,27,0.07) !important; }
.rv-card-icon, .rv-icon-sq, .rv-channel-icon{ background:var(--accent-tint) !important; border-color:transparent !important; color:var(--accent); }
.rv-icon-sq svg, .rv-card-icon svg{ color:var(--accent); }
.rv-avatar, .rv-avatar-square{ background:var(--ink) !important; }
.rv-pricing-featured{ border:1.5px solid var(--accent) !important; }
.rv-pricing-badge{ background:var(--accent) !important; }
.rv-pf-check{ background:var(--accent-tint) !important; }
.rv-pricing-price{ color:var(--ink); }
.rv-list-item.active{ background:var(--card-bg-2) !important; box-shadow:none !important; border:1px solid var(--hair); }

/* ── Marquee → hairline strip ── */
.rv-marquee{ border-top:1px solid var(--hair); border-bottom:1px solid var(--hair); }
.rv-marquee-item{ color:var(--text-muted-2); }
.rv-marquee-item::before{ background:var(--accent); opacity:0.4; }

/* ── Footer → editorial dark CTA band, flat footer ── */
.rv-footer-cta{ background:var(--ink) !important; border-radius:20px; }
.rv-footer-cta .rv-title{ color:#fff !important; }
.rv-footer-cta .rv-cta-text{ color:rgba(255,255,255,0.72); }
.rv-footer-cta .rv-btn-primary{ background:#fff !important; color:var(--ink) !important; border-color:#fff !important; }
.rv-footer-cta .rv-btn-outline{ color:#fff !important; border-color:rgba(255,255,255,0.4) !important; }
.rv-foot-title{ color:var(--ink); }
.rv-foot-link{ color:var(--text-muted); }
.rv-foot-link:hover{ color:var(--ink); }

/* ── Accordion / FAQ → flat ── */
.rv-accordion{ background:var(--surface) !important; border:1px solid var(--hair) !important; box-shadow:none !important; border-radius:12px; }
.rv-accordion.open{ box-shadow:none !important; border-color:var(--ink) !important; }

/* ── Motion easing (spring-ish) ── */
.rv-reveal, .rv-stagger > *, .rv-stagger-h > *{ transition-timing-function:cubic-bezier(.2,.7,.2,1); }