:root {
  --rv-black: #020407;
  --rv-ink: #f4f7fb;
  --rv-muted: #a9b8c8;
  --rv-cyan: #44f4ed;
  --rv-cyan-soft: #75e8ff;
  --rv-violet: #a463ff;
  --rv-magenta: #f23bd4;
  --rv-red: #ff3f55;
  --rv-green: #36f4a1;
  --rv-line: rgba(68, 244, 237, 0.22);
  --rv-panel: rgba(5, 12, 20, 0.88);
  --rv-max: 1240px;
}

.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;
}

body.revva-page,
body.revva-page * {
  letter-spacing: 0;
}

body.revva-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--rv-ink);
  background: var(--rv-black);
  font-family: "Space Grotesk", sans-serif;
}

body.revva-page::before {
  z-index: -2;
  opacity: 0.36;
  background-image: linear-gradient(rgba(68, 244, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 244, 237, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
}

.revva-page a {
  color: inherit;
  text-decoration: none;
}

.revva-page img {
  display: block;
  max-width: 100%;
}

.rv-container {
  width: min(calc(100% - 48px), var(--rv-max));
  margin-inline: auto;
}

.rv-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(68, 244, 237, 0.16);
  background: rgba(2, 4, 7, 0.78);
  backdrop-filter: blur(18px);
}

.rv-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rv-cyan), var(--rv-magenta));
}

.rv-nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.rv-company-mark {
  flex: 0 0 auto;
  width: 210px;
}

.rv-company-mark img {
  width: 100%;
  filter: drop-shadow(0 0 14px rgba(68, 244, 237, 0.22));
}

.rv-primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
}

.rv-primary-nav > a:not(.rv-nav-cta) {
  position: relative;
  color: #c0ccda;
}

.rv-primary-nav > a:not(.rv-nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--rv-cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.rv-primary-nav > a:hover,
.rv-primary-nav > a:focus-visible {
  color: #ffffff;
}

.rv-primary-nav > a:hover::after,
.rv-primary-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.rv-nav-cta,
.rv-button {
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.rv-nav-cta {
  padding: 13px 19px;
  color: #00110f;
  background: var(--rv-cyan);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.rv-nav-cta:hover,
.rv-nav-cta:focus-visible,
.rv-button:hover,
.rv-button:focus-visible {
  transform: translateY(-2px);
}

.rv-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--rv-line);
  border-radius: 4px;
  background: rgba(5, 15, 23, 0.95);
}

.rv-menu-button > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--rv-cyan);
  transition: transform 180ms ease, opacity 180ms ease;
}

.rv-hero {
  position: relative;
  min-height: 960px;
  padding-top: 78px;
  overflow: hidden;
  isolation: isolate;
  background-color: #020407;
  background-image: linear-gradient(90deg, rgba(2, 4, 7, 0.98) 0%, rgba(2, 4, 7, 0.88) 43%, rgba(2, 4, 7, 0.38) 72%, rgba(2, 4, 7, 0.78) 100%),
    url("assets/shots/revva-live-now.png");
  background-repeat: no-repeat;
  background-position: center, right -180px top -260px;
  background-size: cover, 640px auto;
}

.rv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(68, 244, 237, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 244, 237, 0.07) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent 15%, #000 80%);
}

.rv-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 220px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #020407 82%);
}

.rv-circuit-field {
  position: absolute;
  inset: 80px 0 0;
  z-index: -1;
  opacity: 0.75;
  background-image: linear-gradient(90deg, transparent 7%, rgba(68, 244, 237, 0.38) 7.1%, transparent 7.25%),
    linear-gradient(90deg, transparent 91%, rgba(242, 59, 212, 0.34) 91.1%, transparent 91.25%),
    linear-gradient(180deg, transparent 22%, rgba(68, 244, 237, 0.22) 22.1%, transparent 22.25%),
    linear-gradient(180deg, transparent 74%, rgba(255, 63, 85, 0.2) 74.1%, transparent 74.25%);
}

.rv-hero-beam {
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 260px;
  background: linear-gradient(180deg, transparent, var(--rv-cyan), transparent);
  animation: rv-trace 4s linear infinite;
}

.rv-hero-beam::after {
  content: "";
  position: absolute;
  bottom: 54px;
  left: -5px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--rv-cyan);
  border-radius: 50%;
  background: #020407;
  box-shadow: 0 0 18px var(--rv-cyan);
}

.rv-hero-beam-one {
  top: 120px;
  right: 12%;
}

.rv-hero-beam-two {
  top: 360px;
  right: 46%;
  animation-delay: -2s;
}

.rv-hero-layout {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 40px;
  padding-top: 64px;
  padding-bottom: 42px;
}

.rv-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.rv-beta-flag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 63, 85, 0.65);
  border-radius: 4px;
  color: #ffd5db;
  background: rgba(31, 6, 12, 0.72);
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rv-beta-flag span,
.rv-status-light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rv-red);
  box-shadow: 0 0 14px var(--rv-red);
  animation: rv-status 1.8s ease-in-out infinite;
}

.rv-kicker {
  margin: 0 0 14px;
  color: var(--rv-cyan);
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rv-hero h1,
.rv-section h2,
.rv-product h2,
.rv-beta h2 {
  margin: 0;
  color: var(--rv-ink);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 0.98;
}

.rv-hero h1 {
  max-width: 760px;
  font-size: 5rem;
}

.rv-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 7%, #b8c4cf 43%, #ffffff 58%, #748493 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 2px 0 #17232d) drop-shadow(0 0 18px rgba(68, 244, 237, 0.25));
}

.rv-hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #becbd8;
  font-size: 1.08rem;
  line-height: 1.72;
}

.rv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.rv-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.88rem;
}

.rv-button-primary {
  color: #00110f;
  background: linear-gradient(100deg, var(--rv-cyan), #4ebdff 70%, #bc70ff);
  box-shadow: 0 0 0 1px rgba(68, 244, 237, 0.25), 0 0 30px rgba(68, 244, 237, 0.22);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rv-button-primary:hover,
.rv-button-primary:focus-visible {
  box-shadow: 0 0 0 1px rgba(68, 244, 237, 0.48), 0 0 44px rgba(164, 99, 255, 0.35);
}

.rv-button-secondary {
  color: #e8f7ff;
  border-color: rgba(117, 232, 255, 0.38);
  background: rgba(5, 15, 24, 0.75);
}

.rv-beta-disclaimer {
  max-width: 640px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 32px;
  padding: 15px 0 15px 17px;
  border-left: 3px solid var(--rv-red);
  color: #9fb0c0;
  font-size: 0.84rem;
  line-height: 1.5;
}

.rv-beta-disclaimer strong {
  color: #ffd7dc;
}

.rv-hero-product {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rv-phone {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(117, 232, 255, 0.82);
  border-radius: 32px;
  background: #02060a;
  box-shadow: 0 0 0 7px #07101a, 0 0 0 8px rgba(68, 244, 237, 0.28), 0 0 55px rgba(68, 244, 237, 0.28), 18px 24px 80px rgba(0, 0, 0, 0.68);
}

.rv-phone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.09), transparent 21%, transparent 73%, rgba(68, 244, 237, 0.06));
}

.rv-phone-speaker {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 3;
  width: 78px;
  height: 7px;
  border-radius: 6px;
  background: #151f2b;
  transform: translateX(-50%);
}

.rv-phone-hero {
  width: 360px;
  height: 770px;
  transform: rotate(2deg) translateY(24px);
  animation: rv-phone-float 6s ease-in-out infinite;
}

.rv-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.rv-data-chip {
  position: absolute;
  z-index: 4;
  min-width: 154px;
  padding: 11px 13px;
  border: 1px solid rgba(68, 244, 237, 0.32);
  border-radius: 4px;
  background: rgba(3, 10, 16, 0.9);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.5);
}

.rv-data-chip::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--rv-cyan), transparent);
}

.rv-data-chip span,
.rv-data-chip strong {
  display: block;
}

.rv-data-chip span {
  color: #7d91a5;
  font-family: "Oxanium", sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.rv-data-chip strong {
  margin-top: 4px;
  color: var(--rv-cyan);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
}

.rv-data-chip-one {
  top: 136px;
  left: -20px;
}

.rv-data-chip-one::before,
.rv-data-chip-three::before {
  right: -43px;
}

.rv-data-chip-two {
  top: 300px;
  right: -10px;
}

.rv-data-chip-two::before {
  left: -43px;
  transform: rotate(180deg);
}

.rv-data-chip-three {
  bottom: 112px;
  left: -12px;
}

.rv-logo-crop {
  position: absolute;
  right: -32px;
  bottom: -34px;
  z-index: 5;
  width: 260px;
  height: 180px;
  overflow: hidden;
  pointer-events: none;
}

.rv-logo-crop img {
  position: absolute;
  top: -86px;
  left: 12px;
  width: 230px;
  max-width: none;
  filter: drop-shadow(0 0 18px rgba(68, 244, 237, 0.44));
}

.rv-signal-strip {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(68, 244, 237, 0.25);
  border-bottom: 1px solid rgba(68, 244, 237, 0.12);
  background: rgba(3, 8, 13, 0.72);
}

.rv-signal-strip > div {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-right: 1px solid rgba(68, 244, 237, 0.12);
}

.rv-signal-strip > div:last-child {
  border-right: 0;
}

.rv-signal-strip span {
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
}

.rv-signal-strip strong {
  color: #dfeaf2;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
}

.rv-section,
.rv-product {
  position: relative;
  padding: 120px 0;
}

.rv-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.rv-section-heading h2,
.rv-safety h2,
.rv-beta h2 {
  max-width: 760px;
  font-size: 3.65rem;
}

.rv-section-heading > p,
.rv-section-heading-product > p {
  margin: 0;
  color: var(--rv-muted);
  line-height: 1.7;
}

.rv-capabilities {
  background-color: #03070c;
  background-image: linear-gradient(90deg, transparent 0%, rgba(68, 244, 237, 0.025) 50%, transparent 100%);
}

.rv-capabilities::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(68, 244, 237, 0.35), transparent);
}

.rv-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rv-line);
  border-left: 1px solid var(--rv-line);
}

.rv-capability {
  min-height: 286px;
  padding: 30px;
  border-right: 1px solid var(--rv-line);
  border-bottom: 1px solid var(--rv-line);
  background: rgba(4, 11, 18, 0.72);
  transition: background-color 180ms ease, transform 180ms ease;
}

.rv-capability:hover {
  z-index: 2;
  background: rgba(7, 20, 31, 0.96);
  transform: translateY(-3px);
}

.rv-capability-featured {
  grid-column: span 2;
  background-image: linear-gradient(110deg, rgba(68, 244, 237, 0.08), rgba(164, 99, 255, 0.08));
}

.rv-capability-index {
  display: block;
  margin-bottom: 56px;
  color: var(--rv-cyan);
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
}

.rv-capability h3 {
  margin: 0 0 12px;
  color: #f6f9fc;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.65rem;
}

.rv-capability p {
  max-width: 620px;
  margin: 0;
  color: #93a5b6;
  line-height: 1.62;
}

.rv-capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.rv-capability-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(68, 244, 237, 0.24);
  border-radius: 3px;
  color: #c8e8eb;
  font-family: "Oxanium", sans-serif;
  font-size: 0.68rem;
}

.rv-product {
  overflow: hidden;
  background-color: #020407;
  background-image: linear-gradient(rgba(164, 99, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 99, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
}

.rv-section-heading-product {
  margin-bottom: 110px;
}

.rv-feature-row {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 110px;
  padding: 70px 6%;
  border-top: 1px solid rgba(68, 244, 237, 0.16);
}

.rv-feature-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(68, 244, 237, 0.45));
}

.rv-feature-row:last-child {
  border-bottom: 1px solid rgba(68, 244, 237, 0.16);
}

.rv-feature-row-reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
}

.rv-feature-row-reverse .rv-product-visual {
  grid-column: 2;
  grid-row: 1;
}

.rv-feature-row-reverse .rv-feature-copy {
  grid-column: 1;
  grid-row: 1;
}

.rv-product-visual {
  position: relative;
  z-index: 2;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rv-product-visual::before,
.rv-product-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.rv-product-visual::before {
  inset: 16% -24% 9%;
  border: 1px solid rgba(68, 244, 237, 0.18);
  transform: skewY(-7deg);
}

.rv-product-visual::after {
  right: -24px;
  bottom: 36px;
  width: 110px;
  height: 9px;
  background: repeating-linear-gradient(135deg, var(--rv-red) 0 9px, transparent 9px 17px);
}

.rv-phone-showcase {
  width: 310px;
  height: 662px;
  border-radius: 27px;
}

.rv-product-visual figcaption {
  margin-top: 24px;
  color: #6f8397;
  font-family: "Oxanium", sans-serif;
  font-size: 0.69rem;
  text-transform: uppercase;
}

.rv-feature-copy {
  position: relative;
  max-width: 590px;
}

.rv-feature-number {
  position: absolute;
  top: -92px;
  left: -8px;
  color: rgba(68, 244, 237, 0.08);
  font-family: "Oxanium", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.rv-feature-copy h3 {
  position: relative;
  margin: 0;
  color: #f5f8fb;
  font-family: "Rajdhani", sans-serif;
  font-size: 3.1rem;
  line-height: 1.02;
}

.rv-feature-copy > p:not(.rv-kicker) {
  margin: 24px 0 0;
  color: var(--rv-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.rv-feature-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.rv-feature-list li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid rgba(68, 244, 237, 0.13);
  color: #d2dde7;
  line-height: 1.45;
}

.rv-feature-list li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 2px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--rv-cyan);
  border-left: 2px solid var(--rv-cyan);
  transform: rotate(-45deg);
}

.rv-safety {
  overflow: hidden;
  background-color: #07080c;
  background-image: linear-gradient(120deg, rgba(255, 63, 85, 0.065), transparent 32%),
    linear-gradient(300deg, rgba(164, 99, 255, 0.07), transparent 40%);
}

.rv-safety::before {
  content: "SAFETY LAYER";
  position: absolute;
  top: 20px;
  right: -18px;
  color: rgba(255, 255, 255, 0.022);
  font-family: "Oxanium", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  white-space: nowrap;
}

.rv-safety-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 110px;
  align-items: center;
}

.rv-safety-copy > p:not(.rv-kicker) {
  margin: 28px 0 0;
  color: var(--rv-muted);
  line-height: 1.75;
}

.rv-safety-sequence {
  border-top: 1px solid rgba(68, 244, 237, 0.24);
}

.rv-safety-sequence > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(180px, 0.8fr);
  align-items: center;
  gap: 18px;
  min-height: 94px;
  border-bottom: 1px solid rgba(68, 244, 237, 0.16);
}

.rv-safety-sequence span {
  color: var(--rv-red);
  font-family: "Oxanium", sans-serif;
  font-size: 0.74rem;
}

.rv-safety-sequence strong {
  color: #eef4f8;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.25rem;
}

.rv-safety-sequence small {
  color: #7e91a3;
  font-size: 0.78rem;
  line-height: 1.4;
}

.rv-beta {
  background-color: #020407;
  background-image: linear-gradient(rgba(68, 244, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 244, 237, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
}

.rv-beta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  gap: 100px;
  align-items: center;
}

.rv-beta-pitch > p:not(.rv-kicker) {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--rv-muted);
  line-height: 1.75;
}

.rv-beta-brief {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(68, 244, 237, 0.26);
  border-radius: 6px;
  background: rgba(4, 13, 21, 0.92);
  box-shadow: 18px 18px 0 rgba(164, 99, 255, 0.055);
}

.rv-beta-brief::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 38px;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, var(--rv-red), var(--rv-magenta));
}

.rv-beta-brief-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(68, 244, 237, 0.16);
  color: #f0f6fa;
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.rv-beta-brief dl {
  margin: 0;
}

.rv-beta-brief dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(68, 244, 237, 0.1);
}

.rv-beta-brief dt {
  color: #7890a4;
  font-size: 0.75rem;
}

.rv-beta-brief dd {
  margin: 0;
  color: #d8e3ec;
  font-size: 0.84rem;
  line-height: 1.45;
}

.rv-beta-brief > p {
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--rv-red);
  color: #cba7ad;
  font-size: 0.76rem;
  line-height: 1.55;
}

.rv-footer {
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid rgba(68, 244, 237, 0.16);
  background: #010204;
}

.rv-footer-layout {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 32px;
}

.rv-footer-brand {
  width: 180px;
}

.rv-footer-brand img {
  width: 100%;
}

.rv-footer p {
  margin: 0;
  color: #718396;
  font-size: 0.8rem;
}

.rv-footer-links {
  display: flex;
  gap: 22px;
  color: #99aabd;
  font-size: 0.8rem;
}

.rv-footer-links a:hover,
.rv-footer-links a:focus-visible {
  color: var(--rv-cyan);
}

.revva-page .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.revva-page .reveal.on {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rv-phone-float {
  0%,
  100% {
    transform: rotate(2deg) translateY(24px);
  }
  50% {
    transform: rotate(1deg) translateY(10px);
  }
}

@keyframes rv-trace {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  20%,
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(520px);
    opacity: 0;
  }
}

@keyframes rv-status {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .rv-primary-nav {
    gap: 18px;
  }

  .rv-hero {
    min-height: 900px;
  }

  .rv-hero-layout {
    grid-template-columns: minmax(0, 1fr) 390px;
  }

  .rv-hero h1 {
    font-size: 4.1rem;
  }

  .rv-phone-hero {
    width: 320px;
    height: 684px;
  }

  .rv-data-chip-two {
    right: -18px;
  }

  .rv-data-chip-one,
  .rv-data-chip-three {
    left: -28px;
  }

  .rv-section-heading h2,
  .rv-safety h2,
  .rv-beta h2 {
    font-size: 3rem;
  }

  .rv-feature-row,
  .rv-feature-row-reverse {
    gap: 66px;
    padding-inline: 3%;
  }

  .rv-safety-layout,
  .rv-beta-layout {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .rv-container {
    width: min(calc(100% - 32px), var(--rv-max));
  }

  .rv-nav-shell {
    min-height: 68px;
  }

  .rv-company-mark {
    width: 170px;
  }

  .rv-menu-button {
    display: block;
    position: relative;
    z-index: 3;
  }

  .rv-menu-button[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .rv-menu-button[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .rv-menu-button[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .rv-primary-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    border-bottom: 1px solid var(--rv-line);
    background: rgba(2, 5, 9, 0.98);
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.58);
  }

  .rv-primary-nav.is-open {
    display: flex;
  }

  .rv-primary-nav > a:not(.rv-nav-cta) {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(68, 244, 237, 0.1);
  }

  .rv-nav-cta {
    margin-top: 12px;
  }

  .rv-hero {
    min-height: auto;
    padding-top: 68px;
    background-image: linear-gradient(180deg, rgba(2, 4, 7, 0.97) 0%, rgba(2, 4, 7, 0.94) 52%, rgba(2, 4, 7, 0.78) 100%),
      url("assets/shots/revva-live-now.png");
    background-position: center, right -220px top 620px;
    background-size: cover, 540px auto;
  }

  .rv-hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 70px;
    padding-bottom: 78px;
  }

  .rv-hero-copy {
    max-width: 690px;
  }

  .rv-hero-product {
    min-height: 700px;
  }

  .rv-phone-hero {
    width: 310px;
    height: 662px;
  }

  .rv-logo-crop {
    right: calc(50% - 270px);
  }

  .rv-data-chip-one {
    left: calc(50% - 280px);
  }

  .rv-data-chip-two {
    right: calc(50% - 280px);
  }

  .rv-data-chip-three {
    left: calc(50% - 274px);
  }

  .rv-signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rv-signal-strip > div:nth-child(2) {
    border-right: 0;
  }

  .rv-signal-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(68, 244, 237, 0.12);
  }

  .rv-section,
  .rv-product {
    padding: 90px 0;
  }

  .rv-section-heading,
  .rv-safety-layout,
  .rv-beta-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rv-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rv-section-heading-product {
    margin-bottom: 70px;
  }

  .rv-feature-row,
  .rv-feature-row-reverse {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 48px;
    min-height: 720px;
    padding: 60px 0;
  }

  .rv-feature-row-reverse .rv-product-visual {
    grid-column: 2;
  }

  .rv-feature-row-reverse .rv-feature-copy {
    grid-column: 1;
  }

  .rv-phone-showcase {
    width: 270px;
    height: 577px;
  }

  .rv-feature-copy h3 {
    font-size: 2.45rem;
  }

  .rv-safety-sequence {
    margin-top: 20px;
  }

  .rv-footer-layout {
    grid-template-columns: 170px 1fr;
  }

  .rv-footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .rv-container {
    width: min(calc(100% - 24px), var(--rv-max));
  }

  .rv-company-mark {
    width: 148px;
  }

  .rv-hero-layout {
    padding-top: 52px;
  }

  .rv-beta-flag {
    margin-bottom: 18px;
    font-size: 0.7rem;
  }

  .rv-hero h1 {
    font-size: 3.25rem;
    line-height: 1;
  }

  .rv-hero-lead {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .rv-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rv-button {
    width: 100%;
  }

  .rv-beta-disclaimer {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .rv-hero-product {
    min-height: 650px;
    margin-inline: -12px;
  }

  .rv-phone-hero {
    width: 276px;
    height: 590px;
  }

  .rv-data-chip {
    min-width: 124px;
    padding: 8px 10px;
  }

  .rv-data-chip strong {
    font-size: 0.9rem;
  }

  .rv-data-chip-one {
    top: 100px;
    left: 2px;
  }

  .rv-data-chip-two {
    top: 270px;
    right: 2px;
  }

  .rv-data-chip-three {
    bottom: 88px;
    left: 2px;
  }

  .rv-data-chip::before {
    display: none;
  }

  .rv-logo-crop {
    right: -24px;
    bottom: -54px;
    width: 190px;
    height: 145px;
  }

  .rv-logo-crop img {
    top: -64px;
    width: 176px;
  }

  .rv-signal-strip > div {
    min-height: 76px;
    gap: 9px;
    padding: 13px 10px;
  }

  .rv-signal-strip strong {
    font-size: 0.86rem;
  }

  .rv-section,
  .rv-product {
    padding: 72px 0;
  }

  .rv-section-heading {
    margin-bottom: 38px;
  }

  .rv-section-heading h2,
  .rv-safety h2,
  .rv-beta h2 {
    font-size: 2.55rem;
  }

  .rv-capability-grid {
    grid-template-columns: 1fr;
  }

  .rv-capability-featured {
    grid-column: auto;
  }

  .rv-capability {
    min-height: 0;
    padding: 24px;
  }

  .rv-capability-index {
    margin-bottom: 34px;
  }

  .rv-section-heading-product {
    margin-bottom: 52px;
  }

  .rv-feature-row,
  .rv-feature-row-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 58px;
    padding: 64px 0;
  }

  .rv-feature-row-reverse .rv-product-visual,
  .rv-feature-row-reverse .rv-feature-copy {
    grid-column: 1;
  }

  .rv-feature-row-reverse .rv-product-visual {
    grid-row: 1;
  }

  .rv-feature-row-reverse .rv-feature-copy {
    grid-row: 2;
  }

  .rv-phone-showcase {
    width: 250px;
    height: 534px;
  }

  .rv-feature-copy {
    padding-inline: 4px;
  }

  .rv-feature-copy h3 {
    font-size: 2.35rem;
  }

  .rv-feature-number {
    top: -52px;
    font-size: 5.5rem;
  }

  .rv-product-visual::before {
    inset-inline: -8%;
  }

  .rv-safety::before {
    font-size: 5rem;
  }

  .rv-safety-sequence > div {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 15px 0;
  }

  .rv-safety-sequence small {
    grid-column: 2;
  }

  .rv-beta-brief {
    padding: 22px 18px;
  }

  .rv-beta-brief dl > div {
    grid-template-columns: 92px 1fr;
    gap: 10px;
  }

  .rv-footer-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rv-footer-brand {
    width: 170px;
  }

  .rv-footer-links {
    grid-column: auto;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .revva-page *,
  .revva-page *::before,
  .revva-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
