/* Rahvion enterprise technology/MSP/SaaS refresh. */
:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-2: #eef3f8;
  --border: #d9e2ec;
  --gold: #2563eb;
  --gold-hover: #0f766e;
  --gold-soft: rgba(37, 99, 235, .1);
  --text: #101828;
  --muted: #526070;
  --max: 1240px;
  --shadow: 0 18px 55px rgba(16, 24, 40, .08);
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

body:before,
.hero:before,
.hero:after,
.card:before,
.tool-panel:before,
.training-panel:before,
.share-card:before {
  display: none !important;
}

.container,
.nav__inner {
  width: min(var(--max), calc(100% - 56px));
}

.nav {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(16, 24, 40, .06);
  backdrop-filter: blur(18px);
}

.nav__inner {
  min-height: 74px;
}

.nav__logo {
  color: #111827;
  font-weight: 900;
  letter-spacing: .32em;
  text-shadow: none;
}

.nav__links {
  gap: 4px;
}

.nav__links a {
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #475467;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav__links a:hover,
.nav__links .active {
  background: #eef4ff;
  border-color: #c7d7fe;
  color: #1d4ed8;
}

.btn {
  min-height: 46px;
  border-radius: 7px;
  border: 1px solid #b8c6d8;
  background: #fff;
  color: #172033;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

.btn:hover {
  transform: none;
  border-color: #2563eb;
  background: #eef4ff;
  color: #1d4ed8;
}

.btn--primary {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

.btn--primary:hover {
  background: #1d4ed8;
  color: #fff;
}

.hero {
  min-height: auto;
  padding: 96px 0 76px;
  background: linear-gradient(180deg, #f7faff, #eef4ff);
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.hero--compact {
  background: linear-gradient(180deg, #f7faff, #fff);
  padding: 78px 0 58px;
}

.hero__inner {
  max-width: 820px;
}

.hero:not(.hero--compact) .hero__inner,
.hero p {
  margin-left: 0;
  margin-right: 0;
}

.eyebrow,
.section-label {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero h1,
h1 {
  color: #101828;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -.015em;
}

h2 {
  color: #101828;
  font-size: clamp(30px, 3.3vw, 50px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.01em;
}

h3 {
  color: #101828;
  font-size: 21px;
  font-weight: 850;
}

.hero p,
.section-head p {
  max-width: 760px;
  color: #526070;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.section {
  padding: 84px 0;
  background: var(--bg);
}

.section--alt {
  background: #fff;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .56fr);
  gap: 44px;
  align-items: start;
  margin-bottom: 34px;
}

.section-head .section-label {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 8px;
}

.section-head h2 {
  grid-column: 1;
  grid-row: 1 / span 2;
  max-width: 800px;
  margin-bottom: 0;
}

.section-head p {
  grid-column: 2;
  grid-row: 2;
  margin-bottom: 0;
}

.section-head--center {
  display: block;
}

.card,
.tool-panel,
.training-panel,
.step,
.download-row,
.share-card,
.notice,
.detail-main,
.detail-side {
  border: 1px solid var(--border);
  border-top: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.section--alt .card {
  background: #fff;
}

.card {
  padding: 26px;
}

.card p,
.card li,
td,
details p {
  color: #526070;
}

.badge {
  border: 1px solid #c7d7fe;
  background: #eef4ff;
  color: #1d4ed8;
  border-radius: 999px;
  letter-spacing: .04em;
}

.price {
  font-family: inherit;
  color: #101828;
  font-size: 46px;
  font-weight: 900;
}

.notice {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #064e3b;
}

.trust {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.trust__item {
  padding: 20px 18px;
  text-align: left;
  border-right: 1px solid var(--border);
  color: #344054;
}

.trust__item span {
  color: #0f766e;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-hero-enterprise {
  position: relative;
  overflow: hidden;
  padding: 86px 0 58px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 48%, #ecfdf5 100%);
  border-bottom: 1px solid var(--border);
}

.home-hero-enterprise:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block !important;
  background-image: linear-gradient(rgba(37, 99, 235, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .86fr);
  gap: 46px;
  align-items: center;
}

.home-hero-copy h1 {
  margin-bottom: 18px;
}

.home-hero-copy p {
  max-width: 730px;
  color: #475467;
  font-size: 20px;
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #c7d7fe;
  background: rgba(255, 255, 255, .7);
  color: #1d4ed8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.ops-console {
  background: #101828;
  color: #e5e7eb;
  border: 1px solid #1f2937;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(16, 24, 40, .25);
  overflow: hidden;
}

.ops-console__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #243044;
  background: #0b1220;
}

.ops-console__top span {
  color: #93c5fd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ops-light {
  display: inline-flex;
  gap: 6px;
}

.ops-light i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.ops-console__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.ops-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #26364f;
  background: #111c2f;
  border-radius: 8px;
}

.ops-row strong {
  color: #fff;
  font-size: 14px;
}

.ops-row span {
  color: #94a3b8;
  font-size: 13px;
}

.ops-row em {
  font-style: normal;
  color: #5eead4;
  font-size: 12px;
  font-weight: 900;
}

.ops-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ops-metric {
  padding: 14px;
  border-radius: 8px;
  background: #0b1220;
  border: 1px solid #26364f;
}

.ops-metric strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.ops-metric span {
  color: #94a3b8;
  font-size: 12px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.path-card {
  position: relative;
  padding: 28px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
}

.path-card h3 {
  font-size: 24px;
}

.path-card p,
.path-card ul {
  color: #526070;
}

.path-card ul {
  padding-left: 18px;
}

.software-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.software-list {
  display: grid;
  gap: 10px;
}

.software-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: #101828;
  font-weight: 850;
}

.software-list a span {
  color: #2563eb;
}

.revenue-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.revenue-stack article {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.revenue-stack strong {
  display: block;
  margin-bottom: 8px;
  color: #101828;
}

.revenue-stack span {
  color: #526070;
  font-size: 14px;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}

.process-rail article {
  padding: 24px;
  background: #fff;
}

.process-rail span {
  display: block;
  margin-bottom: 14px;
  color: #2563eb;
  font-weight: 900;
}

.partner-rail,
.partner-card {
  background: #fff !important;
  border-color: var(--border) !important;
  border-top-color: var(--border) !important;
  box-shadow: var(--shadow);
}

.partner-card p,
.partner-card li,
.partner-rail p {
  color: #526070 !important;
}

.partner-proof span {
  border-color: #c7d7fe !important;
  background: #eef4ff !important;
  color: #1d4ed8 !important;
}

.footer {
  background: #101828;
  border-top: 0;
}

.footer h4,
.footer__pitch,
.membership-cta h2 {
  color: #fff;
}

.footer p,
.footer a,
.footer-link,
.membership-cta p {
  color: #cbd5e1;
}

.footer a:hover,
.footer-link:hover {
  color: #93c5fd;
}

.membership-cta {
  background: #101828;
  border: 0;
  color: #fff;
}

.rahvion-chat__launch {
  background: #2563eb !important;
  color: #fff !important;
  border-color: #2563eb !important;
  border-radius: 8px !important;
}

.rahvion-chat__panel {
  background: #fff !important;
  border-color: var(--border) !important;
  border-radius: 10px !important;
}

.rahvion-chat__panel header,
.rahvion-chat__form {
  background: #f8fafc !important;
  color: #101828 !important;
  border-color: var(--border) !important;
}

.rahvion-chat__log {
  background: #fff !important;
}

.rahvion-chat__msg--agent {
  background: #eef4ff !important;
  color: #101828 !important;
  border-left-color: #2563eb !important;
}

.rahvion-chat__msg--visitor {
  background: #ecfdf5 !important;
  color: #101828 !important;
  border-left-color: #0f766e !important;
}

.rahvion-chat input,
.rahvion-chat textarea {
  background: #fff !important;
  color: #101828 !important;
  border-color: var(--border) !important;
}

@media (max-width: 980px) {
  .home-hero-grid,
  .software-band,
  .path-grid,
  .revenue-stack,
  .process-rail {
    grid-template-columns: 1fr;
  }

  .home-hero-enterprise {
    padding: 66px 0 48px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-head .section-label,
  .section-head h2,
  .section-head p {
    grid-column: auto;
    grid-row: auto;
  }

  .nav__mobile {
    background: #fff;
    border-color: var(--border);
  }

  .nav__mobile a {
    color: #344054;
    border-color: var(--border);
  }
}

@media (max-width: 640px) {
  .container,
  .nav__inner {
    width: min(100% - 32px, var(--max));
  }

  .home-hero-copy h1,
  .hero h1,
  h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .ops-console {
    display: none;
  }

  .trust__grid {
    grid-template-columns: 1fr;
  }

  .trust__item {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .section {
    padding: 62px 0;
  }

  .card,
  .path-card {
    padding: 22px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .actions .btn {
    width: 100%;
  }
}

/* Visual QA correction: keep the first viewport editorial, compact, and expensive. */
.home-hero-enterprise {
  min-height: calc(100vh - 82px);
  padding: 78px 0 54px;
}

.home-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(390px, .72fr);
  gap: 64px;
  align-items: center;
}

.home-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.15vw, 78px);
  line-height: 1.015;
  margin-bottom: 22px;
}

.home-hero-copy p {
  max-width: 720px;
  font-size: clamp(17px, 1.18vw, 20px);
  line-height: 1.72;
}

.home-hero-copy .actions {
  margin-top: 26px;
}

.hero-proof-row {
  margin-top: 22px;
}

.ops-console {
  position: relative;
  width: min(100%, 460px);
  justify-self: end;
  transform: translateY(18px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(10, 9, 8, .72);
}

.ops-console:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(216, 183, 106, .12);
  pointer-events: none;
}

.ops-console__top {
  padding: 18px 20px;
}

.ops-console__body {
  padding: 22px;
}

.ops-row {
  grid-template-columns: 92px 1fr;
  gap: 16px;
  padding: 16px 14px;
}

.ops-row em {
  display: none;
}

.ops-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.ops-row span {
  font-size: 13px;
  line-height: 1.6;
}

.ops-metrics {
  grid-template-columns: repeat(3, 1fr);
}

.ops-metric {
  padding: 16px 14px;
}

.ops-metric strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.nav__cta .btn {
  min-width: 172px;
}

.rahvion-chat {
  right: 22px !important;
  bottom: 20px !important;
}

.rahvion-chat__launch {
  min-height: 42px !important;
  padding: 10px 14px !important;
  background: rgba(9, 8, 7, .88) !important;
  color: var(--gold-hover) !important;
  border: 1px solid rgba(216, 183, 106, .5) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .36) !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

@media (min-width: 1500px) {
  .home-hero-grid {
    max-width: 1240px;
  }
}

@media (max-width: 980px) {
  .home-hero-enterprise {
    min-height: auto;
    padding: 72px 0 52px;
  }

  .ops-console {
    justify-self: stretch;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 640px) {
  .home-hero-copy h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .home-hero-copy p {
    font-size: 16px;
  }

  .hero-proof-row span {
    min-height: 30px;
  }

  .rahvion-chat__launch {
    width: auto !important;
    max-width: calc(100vw - 24px);
  }
}

/* Luxury technology house direction: refined, editorial, restrained. */
:root {
  --bg: #090807;
  --surface: #11100e;
  --surface-2: #191714;
  --border: rgba(214, 181, 105, .22);
  --gold: #d8b76a;
  --gold-hover: #f1d98c;
  --gold-soft: rgba(216, 183, 106, .11);
  --text: #f8f1e3;
  --muted: #c7bdab;
  --shadow: 0 30px 90px rgba(0, 0, 0, .42);
}

body {
  background: #090807;
  color: var(--text);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}

.nav {
  background: rgba(9, 8, 7, .86);
  border-bottom: 1px solid rgba(216, 183, 106, .24);
  box-shadow: none;
}

.nav__inner {
  min-height: 82px;
}

.nav__logo {
  color: var(--gold);
  letter-spacing: .48em;
  font-weight: 800;
}

.nav__links a {
  color: #e8dfcf;
  border-radius: 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav__links a:hover,
.nav__links .active {
  background: transparent;
  border-color: rgba(216, 183, 106, .42);
  color: var(--gold-hover);
}

.home-hero-enterprise {
  min-height: 720px;
  padding: 118px 0 80px;
  background:
    linear-gradient(90deg, rgba(9, 8, 7, .98) 0%, rgba(9, 8, 7, .92) 46%, rgba(9, 8, 7, .42) 100%),
    radial-gradient(circle at 82% 30%, rgba(216, 183, 106, .2), transparent 34%),
    linear-gradient(135deg, #090807 0%, #16120d 48%, #2b2215 100%);
  border-bottom: 1px solid rgba(216, 183, 106, .22);
}

.home-hero-enterprise:before {
  display: block !important;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(216, 183, 106, .12) 44% 45%, transparent 45% 100%),
    linear-gradient(rgba(216, 183, 106, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 183, 106, .035) 1px, transparent 1px);
  background-size: 100% 100%, 72px 72px, 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 92%);
}

.home-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
  gap: 72px;
}

.eyebrow,
.section-label {
  color: var(--gold);
  letter-spacing: .28em;
  font-size: 11px;
  font-weight: 800;
}

.home-hero-copy h1,
.hero h1,
h1,
h2 {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(52px, 7vw, 104px);
  line-height: .96;
}

.home-hero-copy p,
.hero p,
.section-head p,
.card p,
.card li,
.path-card p,
.path-card ul,
.revenue-stack span,
.partner-card p,
.partner-card li,
.partner-rail p {
  color: var(--muted) !important;
}

.home-hero-copy p {
  max-width: 720px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.72;
}

.btn {
  border-radius: 0;
  border-color: rgba(216, 183, 106, .52);
  background: transparent;
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.btn:hover {
  border-color: var(--gold-hover);
  background: rgba(216, 183, 106, .08);
  color: var(--gold-hover);
}

.btn--primary {
  background: linear-gradient(135deg, #f0d98d, #b68b34);
  border-color: #e7ca78;
  color: #120f0a;
}

.btn--primary:hover {
  background: linear-gradient(135deg, #ffe8a3, #c99b3e);
  color: #120f0a;
}

.hero-proof-row span,
.badge,
.partner-proof span {
  border-radius: 0 !important;
  border-color: rgba(216, 183, 106, .32) !important;
  background: rgba(216, 183, 106, .08) !important;
  color: var(--gold-hover) !important;
  letter-spacing: .12em;
}

.ops-console {
  border-radius: 0;
  background: rgba(10, 9, 8, .78);
  border: 1px solid rgba(216, 183, 106, .26);
  box-shadow: 0 34px 95px rgba(0, 0, 0, .55);
  backdrop-filter: blur(18px);
}

.ops-console__top,
.ops-metric {
  background: rgba(216, 183, 106, .06);
  border-color: rgba(216, 183, 106, .18);
}

.ops-console__top span,
.ops-row em {
  color: var(--gold-hover);
}

.ops-row {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(216, 183, 106, .17);
  border-radius: 0;
}

.ops-row strong,
.ops-metric strong {
  color: var(--text);
}

.ops-row span,
.ops-metric span {
  color: #c7bdab;
}

.section,
.section--alt {
  background: #090807;
}

.section {
  padding: 104px 0;
}

.section-head {
  border-top: 1px solid rgba(216, 183, 106, .18);
  padding-top: 28px;
}

.section-head h2 {
  font-size: clamp(34px, 4.4vw, 66px);
}

.trust {
  background: #0d0b09;
  border-color: rgba(216, 183, 106, .22);
}

.trust__item {
  color: #e8dfcf;
  border-color: rgba(216, 183, 106, .16);
}

.trust__item span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
}

.card,
.path-card,
.revenue-stack article,
.process-rail article,
.software-list a,
.partner-rail,
.partner-card,
.tool-panel,
.training-panel,
.step,
.download-row,
.share-card,
.notice,
.detail-main,
.detail-side {
  border-radius: 0;
  border: 1px solid rgba(216, 183, 106, .22) !important;
  border-top: 1px solid rgba(216, 183, 106, .5) !important;
  background: linear-gradient(180deg, #14110e, #0d0b09) !important;
  box-shadow: none;
}

.path-card h3,
.card h3,
.revenue-stack strong,
h3,
.software-list a {
  color: var(--text);
}

.software-list a span,
.process-rail span {
  color: var(--gold);
}

.process-rail {
  border-radius: 0;
  background: rgba(216, 183, 106, .2);
  border-color: rgba(216, 183, 106, .22);
}

.partner-logo-wrap {
  border-color: rgba(216, 183, 106, .18) !important;
  background: rgba(255, 255, 255, .035) !important;
}

.membership-cta,
.footer {
  background: #050403;
  border-color: rgba(216, 183, 106, .28);
}

.rahvion-chat__launch {
  background: linear-gradient(135deg, #f0d98d, #b68b34) !important;
  color: #120f0a !important;
  border-color: #e7ca78 !important;
  border-radius: 0 !important;
}

@media (max-width: 980px) {
  .home-hero-enterprise {
    min-height: auto;
    padding: 86px 0 64px;
  }

  .home-hero-grid {
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .home-hero-copy h1,
  .hero h1,
  h1 {
    font-size: 40px;
  }

  .section {
    padding: 72px 0;
  }
}

/* Final live visual correction: this block intentionally comes last. */
.home-hero-enterprise {
  min-height: calc(100vh - 82px) !important;
  padding: 76px 0 52px !important;
}

.home-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(390px, .72fr) !important;
  gap: 64px !important;
  align-items: center !important;
}

.home-hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(46px, 5.15vw, 78px) !important;
  line-height: 1.015 !important;
  margin-bottom: 22px !important;
}

.home-hero-copy p {
  max-width: 720px !important;
  font-size: clamp(17px, 1.18vw, 20px) !important;
  line-height: 1.72 !important;
}

.home-hero-copy .actions {
  margin-top: 26px !important;
}

.hero-proof-row {
  margin-top: 20px !important;
}

.ops-console {
  width: min(100%, 460px) !important;
  justify-self: end !important;
  transform: translateY(10px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)), rgba(10, 9, 8, .72) !important;
}

.ops-row {
  grid-template-columns: 92px 1fr !important;
  gap: 16px !important;
  padding: 16px 14px !important;
}

.ops-row em {
  display: none !important;
}

.ops-row strong,
.ops-metric strong {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
}

.rahvion-chat__launch {
  min-height: 42px !important;
  padding: 10px 14px !important;
  background: rgba(9, 8, 7, .88) !important;
  color: var(--gold-hover) !important;
  border: 1px solid rgba(216, 183, 106, .5) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .36) !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  .home-hero-enterprise {
    min-height: auto !important;
    padding: 72px 0 52px !important;
  }

  .home-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .ops-console {
    justify-self: stretch !important;
    width: 100% !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .home-hero-copy h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
  }

  .home-hero-copy p {
    font-size: 16px !important;
  }
}

/* Sculptural full-site system: original biomorphic technology direction. */
:root {
  --rv-bg: #050504;
  --rv-ink: #fff8ea;
  --rv-muted: #cfc3b2;
  --rv-line: rgba(232, 202, 132, .24);
  --rv-line-strong: rgba(232, 202, 132, .54);
  --rv-glass: rgba(16, 14, 12, .72);
  --rv-glass-2: rgba(255, 255, 255, .045);
  --rv-gold: #e6c979;
  --rv-gold-hot: #fff0b8;
  --rv-opal: #c4caff;
  --rv-aqua: #99efe3;
  --rv-rose: #d4a6ff;
}

html {
  background: var(--rv-bg) !important;
}

body {
  background:
    radial-gradient(circle at 78% 5%, rgba(196, 202, 255, .16), transparent 26%),
    radial-gradient(circle at 12% 18%, rgba(230, 201, 121, .15), transparent 31%),
    radial-gradient(circle at 72% 82%, rgba(153, 239, 227, .08), transparent 29%),
    linear-gradient(180deg, #050504 0%, #0c0a08 42%, #050504 100%) !important;
  color: var(--rv-ink) !important;
  overflow-x: hidden !important;
}

body::before {
  content: "" !important;
  display: block !important;
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(230, 201, 121, .09) 28.15%, transparent 28.6% 100%),
    linear-gradient(72deg, transparent 0 58%, rgba(196, 202, 255, .07) 58.2%, transparent 58.75% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 96px);
  mask-image: radial-gradient(circle at 50% 8%, #000 0 58%, transparent 84%);
  opacity: .72;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    conic-gradient(from 140deg at 78% 16%, transparent 0deg, rgba(230, 201, 121, .18) 46deg, transparent 92deg),
    conic-gradient(from 24deg at 18% 74%, transparent 0deg, rgba(153, 239, 227, .09) 38deg, transparent 82deg);
  filter: blur(26px);
  opacity: .58;
}

.nav {
  background: linear-gradient(180deg, rgba(5, 5, 4, .88), rgba(5, 5, 4, .64)) !important;
  border-bottom: 1px solid rgba(230, 201, 121, .24) !important;
  backdrop-filter: blur(24px) saturate(148%) !important;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .28) !important;
}

.nav__logo {
  color: var(--rv-gold-hot) !important;
  text-shadow: 0 0 24px rgba(230, 201, 121, .22) !important;
}

.nav__links a {
  border-radius: 999px !important;
  color: rgba(255, 248, 234, .78) !important;
}

.nav__links a:hover,
.nav__links .active {
  background: linear-gradient(135deg, rgba(230, 201, 121, .14), rgba(196, 202, 255, .07)) !important;
  border-color: rgba(230, 201, 121, .42) !important;
  color: var(--rv-ink) !important;
}

.home-hero-enterprise,
.hero {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 78% 36%, rgba(230, 201, 121, .19), transparent 25%),
    radial-gradient(circle at 86% 14%, rgba(196, 202, 255, .14), transparent 29%),
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 44%),
    #060605 !important;
}

.home-hero-enterprise::before,
.hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 8% -18% auto auto !important;
  width: min(720px, 58vw) !important;
  height: min(720px, 58vw) !important;
  border: 1px solid rgba(230, 201, 121, .22) !important;
  border-radius: 44% 56% 48% 52% / 38% 44% 56% 62% !important;
  background:
    radial-gradient(circle at 45% 38%, rgba(255, 240, 184, .24), transparent 14%),
    radial-gradient(circle at 68% 64%, rgba(153, 239, 227, .12), transparent 18%),
    repeating-conic-gradient(from 18deg, rgba(230, 201, 121, .18) 0 2deg, transparent 2deg 9deg);
  filter: blur(.2px);
  opacity: .72 !important;
  transform: rotate(-18deg) !important;
  pointer-events: none !important;
}

.home-hero-enterprise::after,
.hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto auto -18% -8% !important;
  width: min(540px, 52vw) !important;
  height: min(540px, 52vw) !important;
  border-radius: 64% 36% 58% 42% / 48% 44% 56% 52% !important;
  background:
    radial-gradient(circle, rgba(196, 202, 255, .12), transparent 54%),
    linear-gradient(145deg, rgba(230, 201, 121, .12), transparent 60%);
  border: 1px solid rgba(255, 255, 255, .09) !important;
  pointer-events: none !important;
}

.home-hero-grid,
.hero__inner,
.hero__layout,
.home-hero-copy,
.ops-console {
  position: relative !important;
  z-index: 1 !important;
}

.home-hero-copy h1,
.hero h1,
h1 {
  color: var(--rv-ink) !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(230, 201, 121, .12) !important;
}

.home-hero-copy p,
.hero p,
.section-head p,
.card p,
.path-card p,
.footer p {
  color: var(--rv-muted) !important;
}

.eyebrow,
.section-label,
.badge {
  color: var(--rv-gold-hot) !important;
  letter-spacing: .14em !important;
}

.btn {
  border-radius: 999px !important;
  border-color: rgba(230, 201, 121, .44) !important;
  background: rgba(255, 255, 255, .045) !important;
  color: var(--rv-ink) !important;
  backdrop-filter: blur(18px) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease !important;
}

.btn:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 240, 184, .74) !important;
  background: rgba(230, 201, 121, .12) !important;
}

.btn--primary,
.nav__cta .btn {
  background: linear-gradient(135deg, #fff0b8 0%, #e4c570 42%, #aa7b25 100%) !important;
  color: #090807 !important;
  border: 0 !important;
  box-shadow: 0 16px 50px rgba(230, 201, 121, .22), inset 0 1px 0 rgba(255, 255, 255, .55) !important;
}

.ops-console,
.card,
.path-card,
.revenue-stack article,
.process-rail article,
.software-list a,
.partner-rail,
.partner-card,
.tool-panel,
.training-panel,
.step,
.download-row,
.share-card,
.notice,
.detail-main,
.detail-side,
.form {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid var(--rv-line) !important;
  border-top-color: var(--rv-line-strong) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018) 52%, rgba(230, 201, 121, .045)),
    rgba(9, 8, 7, .72) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
}

.ops-console::after,
.card::after,
.path-card::after,
.partner-card::after,
.tool-panel::after,
.training-panel::after,
.notice::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(230, 201, 121, .12) 62.2%, transparent 63.1%),
    radial-gradient(circle at 88% 0%, rgba(196, 202, 255, .12), transparent 30%);
  opacity: .78;
}

.ops-console > *,
.card > *,
.path-card > *,
.partner-card > *,
.tool-panel > *,
.training-panel > *,
.notice > * {
  position: relative;
  z-index: 1;
}

.section,
.section--alt {
  position: relative !important;
  background: transparent !important;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .018), transparent 42%, rgba(230, 201, 121, .028));
  border-top: 1px solid rgba(230, 201, 121, .1);
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section-head {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.section-head h2 {
  text-wrap: balance;
}

.trust {
  background: rgba(5, 5, 4, .64) !important;
  border-color: rgba(230, 201, 121, .18) !important;
  backdrop-filter: blur(18px) !important;
}

.trust__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, .032), transparent) !important;
}

.trust__item span {
  color: var(--rv-gold-hot) !important;
}

.hero-proof-row span,
.partner-proof span,
.ops-metric,
.ops-row,
.badge {
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(230, 201, 121, .11), rgba(196, 202, 255, .055)) !important;
  border-color: rgba(230, 201, 121, .28) !important;
}

.ops-row {
  border-radius: 16px !important;
}

.ops-row strong,
.ops-metric strong,
.card h3,
.path-card h3,
h2,
h3 {
  color: var(--rv-ink) !important;
}

.software-band,
.partner-spotlight,
.proof-grid,
.compare,
.grid {
  align-items: stretch !important;
}

.membership-cta,
.footer {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 72% 10%, rgba(230, 201, 121, .13), transparent 29%),
    #050504 !important;
  border-color: rgba(230, 201, 121, .24) !important;
}

.rahvion-chat__launch {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fff0b8, #e2c069 48%, #9b6d1f) !important;
  color: #070605 !important;
}

@media (max-width: 980px) {
  .home-hero-enterprise::before,
  .hero::before {
    inset: 10% -34% auto auto !important;
    width: 82vw !important;
    height: 82vw !important;
    opacity: .44 !important;
  }

  .nav__links {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .home-hero-enterprise {
    padding: 56px 0 42px !important;
  }

  .home-hero-copy h1,
  .hero h1,
  h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .home-hero-copy p,
  .hero p {
    font-size: 15.5px !important;
    line-height: 1.62 !important;
  }

  .home-hero-copy .actions,
  .actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .ops-console,
  .card,
  .path-card,
  .partner-card,
  .partner-rail,
  .notice {
    border-radius: 14px !important;
  }
}

/* True tech-company pass: active 3D homepage and less template-like gold. */
:root {
  --rv-cyan: #8ff7ff;
  --rv-violet: #b9a7ff;
  --rv-platinum: #f4f0e8;
  --rv-carbon: #030407;
  --rv-panel: rgba(8, 10, 15, .66);
  --rv-panel-line: rgba(143, 247, 255, .22);
}

body {
  background:
    radial-gradient(circle at 70% 10%, rgba(143, 247, 255, .12), transparent 30%),
    radial-gradient(circle at 24% 34%, rgba(185, 167, 255, .10), transparent 27%),
    radial-gradient(circle at 82% 88%, rgba(230, 201, 121, .07), transparent 31%),
    linear-gradient(180deg, #030407 0%, #08090c 48%, #030407 100%) !important;
}

.nav {
  background: rgba(3, 4, 7, .78) !important;
  border-bottom-color: rgba(143, 247, 255, .14) !important;
}

.nav__logo {
  color: var(--rv-platinum) !important;
  letter-spacing: 7px !important;
}

.nav__links a:hover,
.nav__links .active {
  border-color: rgba(143, 247, 255, .34) !important;
  background: rgba(143, 247, 255, .06) !important;
}

.rv-atelier-hero {
  min-height: calc(100vh - 76px) !important;
  padding: 82px 0 58px !important;
  background: #030407 !important;
  isolation: isolate;
}

.rv-atelier-hero::before,
.rv-atelier-hero::after {
  display: none !important;
}

.rv-atelier-hero .home-hero__canvas {
  background:
    radial-gradient(circle at 72% 32%, rgba(143, 247, 255, .16), transparent 30%),
    radial-gradient(circle at 42% 72%, rgba(185, 167, 255, .10), transparent 34%),
    linear-gradient(180deg, #060810, #030407) !important;
  opacity: .98;
}

.rv-atelier-hero .home-hero__veil {
  background:
    linear-gradient(90deg, rgba(3, 4, 7, .98) 0%, rgba(3, 4, 7, .86) 42%, rgba(3, 4, 7, .36) 74%, rgba(3, 4, 7, .12) 100%),
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .06), transparent 28%) !important;
}

.rv-atelier-hero .home-hero__content {
  grid-template-columns: minmax(0, .94fr) minmax(360px, .48fr) !important;
  align-items: center !important;
  min-height: 680px;
}

.rv-atelier-hero .home-hero__copy {
  max-width: 930px !important;
}

.rv-atelier-hero h1 {
  max-width: 980px !important;
  font-family: "Aptos Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(54px, 6.35vw, 106px) !important;
  line-height: .92 !important;
  font-weight: 760 !important;
  letter-spacing: -.025em !important;
  color: #f8f5ef !important;
  text-shadow: 0 0 48px rgba(143, 247, 255, .12) !important;
}

.rv-atelier-hero .home-hero__copy p {
  max-width: 760px !important;
  color: rgba(244, 240, 232, .78) !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.62 !important;
}

.rv-atelier-hero .eyebrow,
.rv-atelier-hero .home-hero__pills span,
.section-label,
.badge {
  color: var(--rv-cyan) !important;
}

.rv-atelier-hero .home-hero__signals {
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(143, 247, 255, .18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .018)),
    rgba(4, 6, 10, .58);
  backdrop-filter: blur(22px) saturate(145%);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .42);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.rv-atelier-hero .signal-strip li {
  border-bottom-color: rgba(143, 247, 255, .16) !important;
}

.rv-atelier-hero .signal-strip strong {
  color: var(--rv-platinum) !important;
}

.rv-atelier-hero .signal-strip span {
  color: rgba(244, 240, 232, .68) !important;
}

.rv-atelier-hero .home-hero__pills span {
  border-color: rgba(143, 247, 255, .28) !important;
  background: rgba(143, 247, 255, .055) !important;
}

.btn--primary,
.nav__cta .btn {
  background: linear-gradient(135deg, #f8f5ef 0%, #9af7ff 52%, #8a77ff 100%) !important;
  color: #030407 !important;
  box-shadow: 0 18px 60px rgba(143, 247, 255, .18), inset 0 1px 0 rgba(255, 255, 255, .68) !important;
}

.btn {
  border-color: rgba(143, 247, 255, .26) !important;
  background: rgba(8, 10, 15, .44) !important;
}

.btn:hover {
  border-color: rgba(143, 247, 255, .58) !important;
  background: rgba(143, 247, 255, .085) !important;
}

.card,
.path-card,
.revenue-stack article,
.process-rail article,
.software-list a,
.partner-rail,
.partner-card,
.tool-panel,
.training-panel,
.step,
.download-row,
.share-card,
.notice,
.detail-main,
.detail-side,
.form {
  border-color: rgba(143, 247, 255, .14) !important;
  border-top-color: rgba(244, 240, 232, .22) !important;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015) 58%, rgba(143, 247, 255, .032)),
    rgba(7, 9, 13, .72) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34) !important;
}

.card::after,
.path-card::after,
.partner-card::after,
.tool-panel::after,
.training-panel::after,
.notice::after {
  background:
    linear-gradient(118deg, transparent 0 66%, rgba(143, 247, 255, .08) 66.2%, transparent 67%),
    radial-gradient(circle at 92% 0%, rgba(185, 167, 255, .11), transparent 28%) !important;
}

.hero-proof-row span,
.partner-proof span,
.ops-metric,
.ops-row,
.badge {
  background: linear-gradient(135deg, rgba(143, 247, 255, .07), rgba(185, 167, 255, .045)) !important;
  border-color: rgba(143, 247, 255, .18) !important;
}

.trust {
  background: rgba(3, 4, 7, .72) !important;
  border-color: rgba(143, 247, 255, .12) !important;
}

.trust__item span {
  color: var(--rv-cyan) !important;
}

.section::before {
  border-top-color: rgba(143, 247, 255, .08) !important;
  background: linear-gradient(180deg, rgba(143, 247, 255, .018), transparent 48%, rgba(185, 167, 255, .016)) !important;
}

.membership-cta,
.footer {
  background:
    radial-gradient(circle at 72% 10%, rgba(143, 247, 255, .10), transparent 29%),
    #030407 !important;
  border-color: rgba(143, 247, 255, .14) !important;
}

@media (max-width: 980px) {
  .rv-atelier-hero .home-hero__content {
    grid-template-columns: 1fr !important;
    min-height: auto;
  }

  .rv-atelier-hero .home-hero__signals {
    max-width: 760px;
    align-self: auto;
  }
}

@media (max-width: 640px) {
  .rv-atelier-hero {
    padding: 48px 0 34px !important;
  }

  .rv-atelier-hero .home-hero__content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rv-atelier-hero h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 11vw, 50px) !important;
    line-height: .98 !important;
  }

  .rv-atelier-hero .home-hero__copy p {
    max-width: 100% !important;
    font-size: 15.5px !important;
  }

  .rv-atelier-hero .home-hero__signals {
    display: none !important;
  }
}

/* CTA correction: keep primary actions visibly clickable after all cascade layers. */
.btn.btn--primary,
.nav__cta .btn,
.cookie-actions .btn.btn--primary,
.rahvion-chat__launch {
  background: linear-gradient(135deg, #f8f5ef 0%, #9af7ff 48%, #8a77ff 100%) !important;
  color: #030407 !important;
  border-color: transparent !important;
  box-shadow: 0 18px 60px rgba(143, 247, 255, .22), inset 0 1px 0 rgba(255, 255, 255, .72) !important;
}

.btn.btn--primary:hover,
.nav__cta .btn:hover,
.cookie-actions .btn.btn--primary:hover {
  background: linear-gradient(135deg, #ffffff 0%, #b9fbff 48%, #a99cff 100%) !important;
  color: #030407 !important;
}

@media (max-width: 640px) {
  .cookie-banner {
    bottom: 58px !important;
  }

  .cookie-actions .btn {
    min-height: 42px !important;
  }
}

.rv-operating-system {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(143, 247, 255, .10), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(185, 167, 255, .08), transparent 32%),
    rgba(3, 4, 7, .92);
  border-top: 1px solid rgba(143, 247, 255, .12);
  border-bottom: 1px solid rgba(143, 247, 255, .10);
}

.rv-operating-system::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(143, 247, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(143, 247, 255, .035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0 54%, transparent 82%);
  opacity: .58;
}

.rv-operating-system .container {
  position: relative;
  z-index: 1;
}

.rv-os-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 28px;
}

.rv-os-head h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(34px, 4.6vw, 72px);
  line-height: .98;
  letter-spacing: -.02em;
}

.rv-os-head p {
  margin: 0;
  color: rgba(244, 240, 232, .7);
  font-size: 17px;
  line-height: 1.65;
}

.rv-os-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.rv-os-card {
  position: relative;
  min-height: 310px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(143, 247, 255, .16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015) 60%),
    rgba(8, 10, 15, .76);
  color: var(--rv-platinum);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.rv-os-card::after {
  content: "";
  position: absolute;
  inset: auto -35% -42% -35%;
  height: 180px;
  background: radial-gradient(circle, rgba(143, 247, 255, .16), transparent 70%);
  opacity: .75;
}

.rv-os-card:hover,
.rv-os-card.active {
  transform: translateY(-5px);
  border-color: rgba(143, 247, 255, .44);
  background:
    linear-gradient(145deg, rgba(143, 247, 255, .09), rgba(255, 255, 255, .02) 64%),
    rgba(8, 10, 15, .88);
}

.rv-os-card span,
.rv-os-card strong,
.rv-os-card p,
.rv-os-card em {
  position: relative;
  z-index: 1;
}

.rv-os-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--rv-cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rv-os-card strong {
  display: block;
  max-width: 240px;
  color: var(--rv-platinum);
  font-size: 25px;
  line-height: 1.05;
}

.rv-os-card p {
  margin: 18px 0 26px;
  color: rgba(244, 240, 232, .68);
  font-size: 14.5px;
  line-height: 1.55;
}

.rv-os-card em {
  position: absolute;
  left: 22px;
  bottom: 22px;
  font-style: normal;
  color: var(--rv-cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .rv-os-head,
  .rv-os-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rv-os-head {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .rv-operating-system {
    padding: 68px 0;
  }

  .rv-os-head,
  .rv-os-grid {
    grid-template-columns: 1fr;
  }

  .rv-os-card {
    min-height: 240px;
  }
}

/* Final consistency layer for non-home public pages. */
.hero.hero--compact h1,
.hero__layout h1 {
  font-family: "Aptos Display", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-weight: 760 !important;
  letter-spacing: -.02em !important;
  line-height: .98 !important;
  color: var(--rv-platinum) !important;
}

.hero .eyebrow,
.hero .section-label,
.hero.hero--compact .eyebrow {
  color: var(--rv-cyan) !important;
}

.hero.hero--compact {
  background:
    radial-gradient(circle at 82% 18%, rgba(143, 247, 255, .10), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(185, 167, 255, .07), transparent 31%),
    linear-gradient(180deg, #05070c, #030407) !important;
  border-bottom-color: rgba(143, 247, 255, .12) !important;
}

.cookie-banner {
  border-color: rgba(143, 247, 255, .22) !important;
  background: rgba(3, 4, 7, .88) !important;
}

@media (max-width: 640px) {
  .hero.hero--compact h1,
  .hero__layout h1 {
    font-size: clamp(38px, 10.6vw, 50px) !important;
    line-height: 1 !important;
    overflow-wrap: normal !important;
  }

  .rahvion-chat {
    left: auto !important;
    right: 10px !important;
    bottom: 8px !important;
  }

  .rahvion-chat__launch {
    width: auto !important;
    max-width: min(282px, calc(100vw - 20px)) !important;
    min-height: 42px !important;
    padding: 9px 14px !important;
    font-size: 10px !important;
  }
}
