/* VivaStage Bootstrap Studio build. Inter is bundled locally to keep layout metrics stable. */

/* Bootstrap Studio uses Bootstrap's Reboot defaults. These rules reproduce the
   small Tailwind base reset used by the original VivaStage preview without
   importing Tailwind's @layer/@supports output, which Bootstrap Studio rejects. */

*, *::before, *::after {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif,system-ui,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

ol, ul, menu {
  list-style: none;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

button, input, select, optgroup, textarea {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none!important;
}

:root {
  --ink: #111d2b;
  --muted: #657486;
  --line: #dfe5e9;
  --paper: #f6f8f8;
  --white: #fff;
  --night: #0b1621;
  --night-2: #102130;
  --teal: #2E9EFF;
  --teal-dark: #0C79D8;
  --mint: #68C4FF;
}

body {
  background: var(--white);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Inter Variable",Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: #ffffffed;
  border-bottom: 1px solid #111d2b17;
  align-items: center;
  gap: 44px;
  height: 72px;
  padding: 0 max(28px,50vw - 680px);
  display: flex;
  position: sticky;
  top: 0;
}

.brand {
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 750;
  display: flex;
}

.brand-mark {
  color: #fff;
  background: var(--teal-dark);
  border-radius: 8px;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 800;
  display: grid;
}

.main-nav {
  color: #3e4e5e;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  font-size: 14px;
  display: flex;
}

.main-nav a {
  padding: 6px 0;
  position: relative;
}

.main-nav a:hover {
  color: var(--teal-dark);
}

.site-header .main-nav a.nav-current, .site-header .main-nav a[aria-current="page"] {
  color: var(--teal-dark);
  font-weight: 750;
}

.site-header .main-nav a.nav-current:after, .site-header .main-nav a[aria-current="page"]:after {
  content: "";
  background: var(--teal);
  border-radius: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
}

.header-cta {
  background: var(--night);
  color: #fff;
  border-radius: 8px;
  padding: 11px 17px;
  font-size: 13px;
  font-weight: 650;
}

.header-tools {
  align-items: center;
  gap: 12px;
  display: flex;
}

.language-switcher {
  background: #f7f9f9;
  border: 1px solid #dce4e6;
  border-radius: 7px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.language-switcher a {
  color: #768592;
  letter-spacing: .06em;
  text-align: center;
  border-radius: 5px;
  min-width: 31px;
  padding: 6px 7px;
  font-size: 9px;
  font-weight: 800;
}

.language-switcher a:hover {
  color: var(--teal-dark);
}

.language-switcher a.active {
  color: #fff;
  background: var(--teal-dark);
}

.hero {
  background: linear-gradient(130deg,#fff 0% 52%,#f2f8f7 100%);
  grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr);
  align-items: center;
  gap: 72px;
  min-height: 720px;
  padding: 86px max(28px,50vw - 680px) 96px;
  display: grid;
  overflow: hidden;
}

.hero-copy {
  z-index: 2;
  position: relative;
}

.eyebrow {
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: .14em;
  white-space: nowrap;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 750;
  display: flex;
}

.eyebrow span {
  background: var(--teal);
  flex: 0 0 24px;
  width: 24px;
  height: 2px;
}

h1 {
  letter-spacing: -.055em;
  max-width: 650px;
  margin: 20px 0 24px;
  font-size: clamp(44px,5vw,68px);
  font-weight: 720;
  line-height: 1.02;
}

h1 em {
  color: var(--teal-dark);
  font-style: normal;
}

.hero h1 em, .sub-hero h1 em {
  display: block;
  margin-top: .12em;
}

.hero-lead {
  color: #526376;
  max-width: 650px;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.button {
  border-radius: 8px;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 680;
  transition: all .2s;
  display: inline-flex;
}

.button.primary {
  background: var(--teal-dark);
  color: #fff;
  box-shadow: 0 9px 24px #004A7F2B;
}

.button.primary:hover {
  background: #00406E;
  transform: translateY(-1px);
}

.button.secondary {
  color: #26384a;
  background: #fff;
  border: 1px solid #d7e0e3;
}

.button.secondary:hover {
  border-color: #aebdc3;
}

.hero-facts {
  color: #71808e;
  text-transform: uppercase;
  letter-spacing: .05em;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.hero-facts i {
  background: #aeb9c1;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.product-stage {
  padding: 46px 0 18px;
  position: relative;
}

.product-stage.with-hero-image {
  padding: 16px 0;
}

.product-stage.with-hero-image .stage-glow, .product-stage.with-hero-image .app-window, .product-stage.with-hero-image .mockup-note {
  display: none;
}

.hero-visual-image {
  width: 100%;
  max-width: 720px;
  height: auto;
  border: 1px solid #ffffff14;
  border-radius: 22px;
  display: block;
  position: relative;
  box-shadow: 0 34px 90px #0006,0 0 70px #2385CB1A;
}

.stage-glow {
  filter: blur(4px);
  background: radial-gradient(circle,#0062A838,#0062A800 68%);
  width: 540px;
  height: 540px;
  position: absolute;
  top: -45px;
  right: -70px;
}

.app-window {
  background: #0d1925;
  border: 1px solid #ffffff21;
  border-radius: 16px;
  width: 650px;
  max-width: 100%;
  min-height: 405px;
  position: relative;
  overflow: hidden;
  transform: perspective(1200px)rotateY(-4deg)rotateX(1deg);
  box-shadow: 0 34px 80px #12303838,0 5px 18px #1230381f;
}

.app-bar {
  color: #dce8ee;
  background: #132331;
  border-bottom: 1px solid #223545;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  display: flex;
}

.app-brand {
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.app-brand b {
  color: #fff;
  background: var(--teal-dark);
  border-radius: 5px;
  place-items: center;
  width: 21px;
  height: 21px;
  display: grid;
}

.window-dots {
  gap: 7px;
  display: flex;
}

.window-dots span {
  background: #5c6c78;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.app-content {
  grid-template-columns: 90px 1fr 165px;
  min-height: 357px;
  display: grid;
}

.app-sidebar {
  background: #101e2b;
  border-right: 1px solid #203240;
  flex-direction: column;
  gap: 14px;
  padding: 24px 14px;
  display: flex;
}

.side-line {
  background: #304351;
  border-radius: 9px;
  width: 100%;
  height: 6px;
}

.side-line.active {
  background: var(--teal);
}

.side-line.short {
  width: 70%;
}

.side-line.tiny {
  width: 48%;
}

.side-spacer {
  height: 90px;
}

.question-panel {
  background: linear-gradient(145deg,#122331,#0d1925);
  padding: 38px 30px;
}

.mini-label {
  letter-spacing: .17em;
  color: #7994A7;
  font-size: 8px;
  font-weight: 750;
}

.question-line {
  opacity: .83;
  background: #d8e3e7;
  border-radius: 12px;
  width: 69%;
  height: 10px;
  margin-top: 13px;
}

.question-line.wide {
  width: 92%;
  margin-top: 22px;
}

.answer-box {
  background: #0d1a25;
  border: 1px solid #2a3d4c;
  border-radius: 8px;
  flex-direction: column;
  gap: 12px;
  height: 112px;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.answer-box span {
  background: #415563;
  border-radius: 9px;
  width: 92%;
  height: 6px;
}

.answer-box span:nth-child(2) {
  width: 78%;
}

.answer-box span.short {
  width: 48%;
}

.control-row {
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  display: flex;
}

.round-control {
  width: 32px;
  height: 32px;
  color: var(--teal);
  background: #0062A82E;
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  display: grid;
}

.control-lines {
  flex-direction: column;
  flex: 1;
  gap: 6px;
  display: flex;
}

.control-lines span {
  background: #2e424f;
  border-radius: 5px;
  width: 62%;
  height: 5px;
}

.control-lines span:last-child {
  width: 34%;
}

.history-panel {
  background: #101f2c;
  border-left: 1px solid #203240;
  padding: 38px 18px;
}

.history-entry {
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  display: grid;
}

.history-entry b {
  color: var(--mint);
  font-size: 9px;
}

.history-entry span {
  background: #50616d;
  border-radius: 6px;
  height: 5px;
}

.history-entry.muted {
  opacity: .45;
}

.mockup-note {
  text-align: right;
  color: #71808c;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 16px 12px 0;
  font-size: 10px;
  position: relative;
}

.section-heading {
  grid-template-columns: 180px minmax(0,750px);
  align-items: start;
  column-gap: 50px;
  display: grid;
}

.section-heading.compact {
  grid-template-columns: 180px minmax(0,760px);
}

.section-index {
  color: var(--teal-dark);
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 10px;
  font-weight: 750;
}

.section-heading h2, .closing-section h2, .detail-copy h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(34px,4vw,52px);
  font-weight: 690;
  line-height: 1.1;
}

.section-heading > p {
  color: #647486;
  grid-column: 2;
  max-width: 690px;
  margin: 18px 0 0;
  line-height: 1.7;
}

.problem-section, .workflow-section, .audience-section, .editions-section {
  padding: 112px max(28px,50vw - 620px);
}

.problem-section {
  background: #fff;
}

.problem-grid {
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
  margin-top: 72px;
  display: grid;
}

.problem-copy p {
  color: #546577;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.8;
}

.comparison-card {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 12px;
  overflow: hidden;
}

.comparison-head, .comparison-row {
  grid-template-columns: 1fr 24px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  display: grid;
}

.comparison-head {
  background: var(--night);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 11px;
  font-weight: 700;
}

.comparison-head span:last-child {
  grid-column: 3;
}

.comparison-row {
  border-top: 1px solid var(--line);
  color: #657486;
  min-height: 58px;
  font-size: 13px;
}

.comparison-row span:last-child {
  color: var(--ink);
  font-weight: 630;
}

.comparison-row b {
  color: var(--teal-dark);
  font-weight: 500;
}

.workflow-section {
  background: var(--paper);
  border-block: 1px solid #e4e9ec;
}

.workflow-line {
  background: #dce4e7;
  border: 1px solid #dce4e7;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  margin-top: 64px;
  display: grid;
}

.workflow-line article {
  background: #fff;
  min-height: 220px;
  padding: 28px;
}

.workflow-line b {
  width: 28px;
  height: 28px;
  color: var(--teal-dark);
  background: #e5f6f4;
  border-radius: 50%;
  place-items: center;
  font-size: 11px;
  display: grid;
}

.workflow-line h3 {
  letter-spacing: -.02em;
  margin: 38px 0 11px;
  font-size: 18px;
}

.workflow-line p {
  color: #697987;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.features-section {
  color: #e7f0f3;
  background: var(--night);
  padding: 118px max(28px,50vw - 580px);
}

.light-heading h2 {
  color: #fff;
}

.light-heading > p {
  color: #94a6b2;
}

.features-section .section-index {
  color: var(--mint);
}

.feature-grid {
  background: #263845;
  border: 1px solid #263845;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  margin-top: 72px;
  display: grid;
}

.feature-card {
  background: var(--night-2);
  min-height: 250px;
  padding: 28px;
}

.feature-number {
  color: #6d818e;
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 700;
}

.feature-card h3 {
  color: #fff;
  margin: 50px 0 14px;
  font-size: 18px;
}

.feature-card p {
  color: #9caeb8;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.feature-note {
  color: #6f8490;
  max-width: none;
  margin: 28px 0 0;
  font-size: 11px;
  line-height: 1.7;
}

.audience-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-top: 64px;
  display: grid;
}

.audience-grid article {
  background: #f8faf9;
  border-top: 2px solid #d5e0e1;
  padding: 30px;
}

.audience-grid article > span {
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 750;
}

.audience-grid h3 {
  min-height: 52px;
  margin: 20px 0 13px;
  font-size: 19px;
  line-height: 1.35;
}

.audience-grid p {
  color: #677788;
  min-height: 92px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.7;
}

.audience-grid a {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
}

.detail-section {
  padding: 0 max(28px,50vw - 620px) 112px;
}

.detail-card {
  background: #e9f4f2;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr;
  min-height: 450px;
  display: grid;
  overflow: hidden;
}

.detail-copy {
  padding: 60px;
}

.detail-copy h2 {
  max-width: 520px;
  margin-top: 18px;
  font-size: 38px;
}

.detail-copy p {
  color: #52616C;
  max-width: 550px;
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.tag-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
  display: flex;
}

.tag-row span {
  color: #3F5666;
  border: 1px solid #bad5d1;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 650;
}

.deck-visual {
  background: linear-gradient(150deg,#10202d,#07121a);
  grid-template-columns: repeat(3,1fr);
  align-content: center;
  gap: 14px;
  padding: 56px;
  display: grid;
}

.deck-key {
  aspect-ratio: 1;
  background: #142b39;
  border: 1px solid #2d4653;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  display: flex;
  box-shadow: inset 0 0 0 1px #ffffff06;
}

.deck-key span {
  color: var(--mint);
  font-size: 11px;
}

.deck-key small {
  color: #d7e6ea;
  font-size: 9px;
  font-weight: 650;
}

.key-1, .key-4 {
  background: linear-gradient(145deg,#0E3958,#14353e);
}

.editions-section {
  background: #f7f9f9;
}

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

.edition-card {
  background: #fff;
  border: 1px solid #dce4e6;
  border-radius: 12px;
  min-height: 410px;
  padding: 31px;
  position: relative;
}

.edition-card.featured {
  border-color: #80AECF;
  box-shadow: 0 16px 40px #11344D14;
}

.edition-badge {
  background: var(--teal-dark);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 4px;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 24px;
}

.edition-kicker {
  color: #7a8995;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
}

.edition-card h3 {
  margin: 17px 0 14px;
  font-size: 23px;
  font-weight: 500;
}

.edition-card h3 b {
  font-weight: 750;
}

.edition-card p {
  color: #667687;
  min-height: 72px;
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.65;
}

.edition-card ul {
  border-block: 1px solid #edf0f1;
  margin: 0;
  padding: 20px 0;
  list-style: none;
}

.edition-card li {
  color: #415263;
  padding: 6px 0;
  font-size: 12px;
}

.edition-card li:before {
  content: "✓";
  color: var(--teal-dark);
  margin-right: 8px;
  font-weight: 800;
}

.price-placeholder {
  color: #8a969e;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 650;
}

.closing-section {
  text-align: center;
  background: #fff;
  padding: 120px 28px;
}

.closing-section .section-index {
  padding: 0;
  display: block;
}

.closing-section h2 {
  max-width: 820px;
  margin: 24px auto 0;
}

.closing-section p {
  color: #6e7d8a;
  margin: 22px 0 0;
}

.hero-actions.centered {
  justify-content: center;
}

footer {
  color: #b1c0c9;
  background: #0a151f;
  padding: 64px max(28px,50vw - 620px) 28px;
}

.footer-brand {
  align-items: center;
  gap: 12px;
  display: flex;
}

.footer-brand div {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.footer-brand b {
  color: #fff;
}

.footer-brand small {
  color: #6f8491;
  font-size: 10px;
}

.footer-links {
  grid-template-columns: repeat(3,1fr);
  gap: 60px;
  max-width: 570px;
  margin: 50px 0 55px auto;
  display: grid;
}

.footer-links div {
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  display: flex;
}

.footer-links b {
  color: #e7eef2;
  margin-bottom: 6px;
  font-size: 11px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links span {
  color: #697d89;
}

.footer-status {
  display: none;
}

.mode-nav {
  color: #657486;
  background: #f7f9f9;
  border-bottom: 1px solid #e5e9eb;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 44px;
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 650;
  display: flex;
}

.mode-nav a:hover {
  color: var(--teal-dark);
}

.sub-hero {
  background: radial-gradient(circle at 82% 44%,#0062A826,#0000 27%),linear-gradient(135deg,#fff 0% 62%,#f0f8f6 100%);
  align-items: center;
  min-height: 570px;
  padding: 96px max(28px,50vw - 620px);
  display: flex;
  overflow: hidden;
}

.sub-hero-copy {
  max-width: 890px;
}

.sub-hero h1 {
  max-width: 860px;
}

.sub-hero .hero-lead {
  max-width: 780px;
}

.page-section {
  padding: 110px max(28px,50vw - 620px);
}

.intro-split {
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: 100px;
  display: grid;
}

.intro-split h2 {
  letter-spacing: -.04em;
  max-width: 520px;
  margin: 16px 0 0;
  font-size: clamp(36px,4vw,52px);
  line-height: 1.08;
}

.large-copy p {
  color: #566779;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.85;
}

.mode-grid-section {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 0;
  display: grid;
}

.mode-card {
  border-radius: 14px;
  min-height: 520px;
  padding: 48px;
}

.mode-card > span {
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 750;
}

.mode-card h2 {
  letter-spacing: -.04em;
  margin: 42px 0 20px;
  font-size: 40px;
}

.mode-card p {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.8;
}

.mode-card ul {
  opacity: .94;
  border-block: 1px solid;
  margin: 30px 0 50px;
  padding: 25px 0;
  list-style: none;
}

.mode-card li {
  padding: 7px 0;
  font-size: 12px;
}

.mode-card li:before {
  content: "✓";
  margin-right: 9px;
  font-weight: 800;
}

.mode-card a {
  font-size: 12px;
  font-weight: 750;
}

.dark-card {
  color: #dce7ec;
  background: var(--night);
}

.dark-card > span, .dark-card a, .dark-card li:before {
  color: var(--mint);
}

.dark-card p {
  color: #99aab4;
}

.dark-card ul {
  border-color: #263946;
}

.mint-card {
  color: #dce7ec;
  background: var(--night);
}

.mint-card > span, .mint-card a, .mint-card li:before {
  color: var(--mint);
}

.mint-card p {
  color: #99aab4;
}

.mint-card ul {
  border-color: #263946;
}

.system-section {
  background: #f7f9f9;
  border-block: 1px solid #e4e9eb;
}

.system-grid {
  background: #dde4e6;
  border: 1px solid #dde4e6;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  margin-top: 64px;
  display: grid;
}

.system-grid article {
  background: #fff;
  min-height: 210px;
  padding: 28px;
}

.system-grid b {
  font-size: 15px;
}

.system-grid p {
  color: #667888;
  margin: 48px 0 0;
  font-size: 12px;
  line-height: 1.7;
}

.page-cta {
  text-align: center;
  background: #fff;
  padding: 115px 28px;
}

.page-cta h2 {
  letter-spacing: -.04em;
  max-width: 850px;
  margin: 22px auto 0;
  font-size: clamp(36px,4vw,52px);
  line-height: 1.08;
}

.page-cta p {
  color: #687987;
}

.page-cta .section-index {
  padding: 0;
  display: block;
}

.step-grid {
  background: #dde4e6;
  border: 1px solid #dde4e6;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  margin-top: 70px;
  display: grid;
}

.step-grid article {
  background: #fff;
  min-height: 260px;
  padding: 30px;
}

.step-grid b {
  width: 34px;
  height: 34px;
  color: var(--teal-dark);
  background: #e2f4f2;
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  display: grid;
}

.step-grid h3 {
  margin: 48px 0 13px;
  font-size: 18px;
}

.step-grid p {
  color: #677887;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.dark-page-section {
  color: #e7eff2;
  background: var(--night);
}

.dark-page-section .section-index {
  color: var(--mint);
}

.dark-page-section .section-heading > p {
  color: #91a4af;
}

.feature-detail-grid {
  background: #263845;
  border: 1px solid #263845;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
  margin-top: 70px;
  display: grid;
}

.feature-detail-grid article {
  background: var(--night-2);
  min-height: 270px;
  padding: 36px;
}

.feature-detail-grid span {
  color: var(--mint);
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 750;
}

.feature-detail-grid h3 {
  color: #fff;
  margin: 52px 0 13px;
  font-size: 20px;
}

.feature-detail-grid p {
  color: #9babb5;
  max-width: 470px;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

.card-flow-section {
  padding-top: 20px;
}

.card-flow {
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: center;
  display: grid;
}

.card-flow > b {
  text-align: center;
  color: var(--teal-dark);
  font-weight: 500;
}

.card-flow article {
  background: #fff;
  border: 1px solid #dce4e6;
  min-height: 260px;
  padding: 28px;
}

.card-flow span {
  color: var(--teal-dark);
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 750;
}

.card-flow h3 {
  margin: 54px 0 14px;
  font-size: 18px;
}

.card-flow p {
  color: #697a88;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.soft-page-section {
  background: #f4f8f7;
  border-block: 1px solid #e0e9e7;
}

.feature-catalog {
  gap: 0;
  display: grid;
}

.feature-catalog > article {
  border-top: 1px solid #dfe5e8;
  grid-template-columns: 120px 1fr;
  gap: 40px;
  padding: 46px 0;
  display: grid;
}

.feature-catalog > article:last-child {
  border-bottom: 1px solid #dfe5e8;
}

.feature-catalog h2 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 32px;
}

.feature-catalog p {
  color: #678;
  max-width: 700px;
  margin: 12px 0;
  line-height: 1.7;
}

.feature-catalog .tag-row {
  margin-top: 22px;
}

.feature-catalog .tag-row span {
  background: #f5f8f8;
  border-color: #d7e2e1;
}

.language-row {
  background: #263845;
  border: 1px solid #263845;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  margin-top: 68px;
  display: grid;
}

.language-row span {
  background: var(--night-2);
  min-height: 120px;
  color: var(--mint);
  align-items: center;
  gap: 18px;
  padding: 30px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.language-row b {
  color: #e5edef;
  font-size: 16px;
}

.resource-catalog {
  max-width: 1160px;
  margin: 0 auto;
}

.download-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  display: grid;
}

.download-grid > article {
  background: #f8faf9;
  border: 1px solid #dfe5e8;
  border-top: 2px solid #cbdcda;
  border-radius: 10px;
  min-height: 250px;
  padding: 30px;
}

.download-grid .feature-number {
  display: block;
}

.download-grid h2 {
  letter-spacing: -.025em;
  margin: 24px 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.download-grid p {
  color: #607284;
  max-width: 560px;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.download-grid .tag-row {
  margin-top: 22px;
}

.download-grid .tag-row span {
  background: #fff;
  border-color: #d7e2e1;
}

.pricing-section {
  background: #f7f9f9;
  border-block: 1px solid #e4e9eb;
  padding-top: 86px;
}

.pricing-toolbar {
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 42px;
  display: grid;
}

.pricing-toolbar .section-index {
  padding: 0;
  display: block;
}

.pricing-toolbar h2 {
  letter-spacing: -.04em;
  margin: 10px 0 0;
  font-size: clamp(32px,3.3vw,46px);
  font-weight: 690;
  line-height: 1.08;
}

.term-switch {
  background: #e9efef;
  border: 1px solid #d8e2e1;
  border-radius: 12px;
  gap: 4px;
  padding: 5px;
  display: flex;
}

.term-switch button {
  color: #51636f;
  border-radius: 8px;
  min-width: 112px;
  padding: 11px 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: .18s ease;
}

.term-switch button:hover {
  color: var(--teal-dark);
  background: #ffffffa8;
}

.term-switch button.is-active {
  color: #fff;
  background: var(--teal-dark);
  box-shadow: 0 5px 14px #0B365424;
}

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

.pricing-card {
  background: #fff;
  border: 1px solid #d7e1e3;
  border-radius: 14px;
  grid-template-rows: 28px 78px 108px 116px minmax(235px,1fr) 50px;
  min-width: 0;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: visible;
}

.pricing-card.featured {
  border-color: #70A3C8;
  box-shadow: 0 18px 46px #11344D17;
}

.pricing-card .edition-badge {
  top: -13px;
  right: 22px;
  left: auto;
}

.plan-kicker {
  color: #72828e;
  text-transform: uppercase;
  letter-spacing: .09em;
  align-self: start;
  font-size: 9px;
  font-weight: 800;
}

.plan-title {
  letter-spacing: -.035em;
  align-self: start;
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
}

.plan-title span {
  color: #75838d;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 560;
  display: block;
}

.plan-title strong {
  color: #152735;
  font-weight: 760;
  display: block;
}

.pricing-card.featured .plan-title strong {
  color: #0D3F62;
}

.plan-summary {
  color: #657686;
  align-self: start;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
}

.plan-price {
  border-block: 1px solid #e5eaec;
  align-self: stretch;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.plan-price strong {
  color: #142C3D;
  letter-spacing: -.03em;
  font-size: 29px;
  font-weight: 780;
  line-height: 1.05;
}

.plan-price .price-term {
  color: #657783;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 650;
}

.plan-price .monthly-equivalent {
  color: #8a969e;
  margin-top: 3px;
  font-size: 9px;
}

.plan-highlights {
  align-self: stretch;
  margin: 0;
  padding: 24px 0 18px;
  list-style: none;
}

.plan-highlights li {
  color: #405260;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 8px;
  padding: 7px 0;
  font-size: 11.5px;
  line-height: 1.45;
  display: grid;
}

.plan-highlights li:before {
  content: "✓";
  color: #0A456F;
  background: #dff3ef;
  border-radius: 50%;
  place-items: center;
  width: 21px;
  height: 21px;
  font-size: 11px;
  font-weight: 850;
  display: grid;
}

.plan-action {
  border: 1px solid #cad7d9;
  border-radius: 8px;
  align-self: end;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 14px;
  color: #29414d;
  font-size: 11px;
  font-weight: 750;
  display: flex;
  align-items: center;
}

.plan-action:hover {
  border-color: #82A4BC;
  color: var(--teal-dark);
  background: #f7fbfa;
}

.pricing-card.featured .plan-action {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
}

.pricing-card.featured .plan-action:hover {
  background: #00406E;
}

.pricing-test-note {
  color: #526876;
  background: #edf6f4;
  border: 1px solid #d6e9e5;
  border-radius: 9px;
  margin: 18px 0 0;
  padding: 13px 16px;
  font-size: 11px;
  line-height: 1.55;
}

.pricing-test-note strong {
  color: #0C4065;
}

.bundle-benefit.dynamic-saving {
  background: transparent;
  color: #0B446C;
  margin: 8px 0 0;
  padding: 0;
  font-size: 9px;
  font-weight: 750;
}

.bundle-benefit.saving-placeholder {
  visibility: hidden;
}

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

.edition-comparison-grid > article {
  background: #fff;
  border: 1px solid #dce4e6;
  border-radius: 12px;
  min-height: 410px;
  padding: 31px;
  position: relative;
}

.edition-comparison-grid > article.featured {
  border-color: #80AECF;
  box-shadow: 0 16px 40px #11344D14;
}

.edition-comparison-grid .feature-number {
  display: block;
  margin-bottom: 20px;
}

.edition-comparison-grid h2 {
  letter-spacing: -.035em;
  margin: 0 0 14px;
  font-size: 26px;
}

.edition-comparison-grid p {
  color: #667687;
  min-height: 90px;
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.65;
}

.edition-comparison-grid .tag-row {
  border-block: 1px solid #edf0f1;
  align-content: flex-start;
  min-height: 118px;
  margin: 0;
  padding: 20px 0;
}

.edition-comparison-grid .tag-row span {
  background: #f5f8f8;
  border-color: #d7e2e1;
}

.edition-price-grid {
  border-top: 1px solid #edf0f1;
  margin-top: 20px;
  padding-top: 16px;
  display: grid;
  gap: 8px;
}

.edition-price-grid div {
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  display: flex;
}

.edition-price-grid span {
  color: #7a8995;
  font-size: 11px;
}

.edition-price-grid strong {
  color: #172E3F;
  font-size: 16px;
  font-weight: 750;
}

.bundle-benefit {
  background: #e9f6f3;
  color: #0F4266;
  border-radius: 6px;
  margin-top: 14px;
  padding: 9px 11px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.comparison-section {
  background: #f7f9f9;
}

.comparison-table-wrap {
  border: 1px solid #dce4e6;
  border-radius: 12px;
  margin-top: 54px;
  overflow: auto;
  background: #fff;
}

.edition-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.edition-matrix th:first-child {
  width: 40%;
}

.edition-matrix th:not(:first-child) {
  width: 20%;
}

.edition-matrix th, .edition-matrix td {
  border-bottom: 1px solid #e7ecee;
  padding: 17px 18px;
}

.edition-matrix th + th, .edition-matrix td + td {
  border-left: 1px solid #e7ecee;
}

.edition-matrix thead th {
  background: #10222d;
  color: #dce8eb;
  text-align: center;
  font-size: 11px;
  font-weight: 750;
}

.edition-matrix thead th:first-child {
  text-align: left;
}

.edition-matrix thead .complete-col {
  background: #0E3A5A;
  color: #fff;
}

.edition-matrix thead th span {
  color: #8fa2ad;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 8px;
  font-weight: 700;
  display: block;
}

.edition-matrix thead th strong {
  color: #fff;
  font-size: 11px;
  font-weight: 760;
  display: block;
}

.edition-matrix tbody th {
  color: #405463;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.edition-matrix tbody td {
  text-align: center;
}

.edition-matrix tbody td:last-child {
  background: #f7fbfa;
}

.edition-matrix .matrix-group th {
  background: #eef4f3;
  color: #4A5D6B;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 11px 18px;
  font-size: 9px;
  font-weight: 800;
}

.matrix-state {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
}

.matrix-state.yes {
  background: #dff3ef;
  color: #0B3F64;
}

.matrix-state.no {
  background: #f0f2f3;
  color: #89959d;
}

.matrix-note {
  color: #75848e;
  max-width: 900px;
  margin: 18px 0 0;
  font-size: 11px;
  line-height: 1.7;
}

.home-pricing-grid {
  margin-top: 64px;
}

.home-pricing-grid .pricing-card {
  grid-template-rows: 28px 78px 92px 96px minmax(176px,1fr) 50px;
}

.edition-matrix thead th:first-child {
  text-align: center;
  font-size: 13px;
  font-weight: 780;
}

.edition-matrix thead th strong {
  font-size: 14px;
  line-height: 1.25;
}

.edition-matrix thead th span {
  font-size: 9px;
}

.license-term-section {
  padding-top: 80px;
}

.term-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin-top: 48px;
  display: grid;
}

.term-grid div {
  background: #fff;
  border: 1px solid #dce4e6;
  border-radius: 10px;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.term-grid strong {
  color: #152E3F;
  font-size: 28px;
}

.term-grid span {
  color: #75848e;
  margin-top: 6px;
  font-size: 11px;
}

.term-grid .test-term {
  background: #f5faf9;
  border-color: #BACDDB;
}

.term-grid .test-term strong {
  font-size: 15px;
  letter-spacing: .06em;
}

.faq-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  display: grid;
}

.faq-grid > article {
  background: #f8faf9;
  border: 1px solid #dfe5e8;
  border-top: 2px solid #cbdcda;
  border-radius: 10px;
  min-height: 250px;
  padding: 30px;
}

.faq-grid .feature-number {
  display: block;
}

.faq-grid h2 {
  letter-spacing: -.025em;
  margin: 24px 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.faq-grid p {
  color: #607284;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.faq-grid .tag-row {
  margin-top: 22px;
}

.faq-grid .tag-row span {
  background: #fff;
  border-color: #d7e2e1;
}

@media (max-width:980px) {
  .main-nav {
    display: none;
  }
}

@media (max-width:980px) {
  .site-header {
    gap: 16px;
  }
}

@media (max-width:980px) {
  .header-cta {
    margin-left: auto;
  }
}

@media (max-width:980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding-top: 70px;
  }
}

@media (max-width:980px) {
  .hero-copy {
    max-width: 760px;
  }
}

@media (max-width:980px) {
  .product-stage {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width:980px) {
  .app-window {
    width: 100%;
    transform: none;
  }
}

@media (max-width:980px) {
  .section-heading, .section-heading.compact {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width:980px) {
  .section-heading > p {
    grid-column: 1;
  }
}

@media (max-width:980px) {
  .problem-grid {
    gap: 50px;
  }
}

@media (max-width:980px) {
  .workflow-line, .feature-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

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

@media (max-width:980px) {
  .audience-grid p, .edition-card p {
    min-height: 0;
  }
}

@media (max-width:980px) {
  .detail-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width:980px) {
  .intro-split {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width:980px) {
  .mode-grid-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width:980px) {
  .system-grid, .step-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:980px) {
  .edition-comparison-grid, .faq-grid, .download-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:980px) {
  .pricing-toolbar {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width:980px) {
  .term-switch {
    width: max-content;
    max-width: 100%;
  }
}

@media (max-width:980px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:980px) {
  .pricing-card {
    grid-template-rows: auto;
    padding: 28px;
  }
}

@media (max-width:980px) {
  .pricing-card > * {
    min-height: 0;
  }
}

@media (max-width:980px) {
  .plan-kicker {
    margin-bottom: 14px;
  }
}

@media (max-width:980px) {
  .plan-title {
    margin-bottom: 16px;
  }
}

@media (max-width:980px) {
  .plan-summary {
    margin-bottom: 22px;
  }
}

@media (max-width:980px) {
  .plan-price {
    min-height: 108px;
  }
}

@media (max-width:980px) {
  .plan-action {
    margin-top: 4px;
  }
}

@media (max-width:980px) {
  .edition-comparison-grid > article, .faq-grid > article, .download-grid > article {
    min-height: 0;
  }
}

@media (max-width:980px) {
  .edition-comparison-grid p {
    min-height: 0;
  }
}

@media (max-width:980px) {
  .edition-comparison-grid .tag-row {
    min-height: 0;
  }
}

@media (max-width:980px) {
  .term-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:980px) {
  .card-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width:980px) {
  .card-flow > b {
    transform: rotate(90deg);
  }
}

@media (max-width:680px) {
  .site-header {
    height: 64px;
    padding-inline: 18px;
  }
}

@media (max-width:680px) {
  .header-tools {
    margin-left: auto;
  }
}

@media (max-width:680px) {
  .header-cta {
    display: none;
  }
}

@media (max-width:680px) {
  .language-switcher a {
    min-width: 28px;
    padding-inline: 5px;
  }
}

@media (max-width:680px) {
  .hero {
    padding: 54px 20px 70px;
  }
}

@media (max-width:680px) {
  h1 {
    font-size: 43px;
  }
}

@media (max-width:680px) {
  .hero-lead {
    font-size: 16px;
  }
}

@media (max-width:680px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width:680px) {
  .button {
    justify-content: center;
  }
}

@media (max-width:680px) {
  .hero-facts {
    gap: 8px;
  }
}

@media (max-width:680px) {
  .app-content {
    grid-template-columns: 55px 1fr;
  }
}

@media (max-width:680px) {
  .history-panel {
    display: none;
  }
}

@media (max-width:680px) {
  .app-sidebar {
    padding-inline: 10px;
  }
}

@media (max-width:680px) {
  .question-panel {
    padding: 28px 20px;
  }
}

@media (max-width:680px) {
  .problem-section, .workflow-section, .audience-section, .editions-section, .features-section {
    padding: 80px 20px;
  }
}

@media (max-width:680px) {
  .section-heading h2, .closing-section h2 {
    font-size: 35px;
  }
}

@media (max-width:680px) {
  .problem-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
}

@media (max-width:680px) {
  .comparison-head, .comparison-row {
    grid-template-columns: 1fr 18px 1.2fr;
    padding-inline: 14px;
  }
}

@media (max-width:680px) {
  .workflow-line, .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .workflow-line article {
    min-height: 180px;
  }
}

@media (max-width:680px) {
  .detail-section {
    padding: 0 20px 80px;
  }
}

@media (max-width:680px) {
  .detail-copy {
    padding: 40px 28px;
  }
}

@media (max-width:680px) {
  .detail-copy h2 {
    font-size: 33px;
  }
}

@media (max-width:680px) {
  .deck-visual {
    gap: 9px;
    padding: 30px;
  }
}

@media (max-width:680px) {
  .closing-section {
    padding: 84px 20px;
  }
}

@media (max-width:680px) {
  footer {
    padding: 50px 20px 24px;
  }
}

@media (max-width:680px) {
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin: 45px 0;
  }
}

@media (max-width:680px) {
  .mode-nav {
    white-space: nowrap;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
  }
}

@media (max-width:680px) {
  .sub-hero {
    min-height: auto;
    padding: 72px 20px 78px;
  }
}

@media (max-width:680px) {
  .sub-hero h1 {
    font-size: 43px;
  }
}

@media (max-width:680px) {
  .page-section {
    padding: 78px 20px;
  }
}

@media (max-width:680px) {
  .mode-grid-section {
    padding-top: 0;
  }
}

@media (max-width:680px) {
  .mode-card {
    min-height: auto;
    padding: 36px 28px;
  }
}

@media (max-width:680px) {
  .mode-card h2 {
    font-size: 34px;
  }
}

@media (max-width:680px) {
  .system-grid, .step-grid, .feature-detail-grid, .language-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .term-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .term-switch {
    width: 100%;
  }
}

@media (max-width:680px) {
  .term-switch button {
    flex: 1;
    min-width: 0;
    padding-inline: 8px;
    font-size: 11px;
  }
}

@media (max-width:680px) {
  .pricing-card {
    padding: 25px 22px;
  }
}

@media (max-width:680px) {
  .feature-catalog > article {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    padding: 34px 0;
  }
}

@media (max-width:680px) {
  .feature-catalog h2 {
    font-size: 27px;
  }
}

@media (max-width:680px) {
  .page-cta {
    padding: 84px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    transition: none!important;
  }
}

/* --------------------------------------------------------------------------
   VivaStage UI5 theme system
   Dark is the primary presentation. Light remains available through the
   header toggle. All geometry stays identical across themes.
   -------------------------------------------------------------------------- */

.theme-toggle {
  color: #8a99a4;
  background: #f7f9f9;
  border: 1px solid #dce4e6;
  border-radius: 8px;
  place-items: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  transition: color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease;
  display: grid;
}

.theme-toggle:hover {
  color: var(--teal-dark);
  border-color: #9BB9CF;
  transform: translateY(-1px);
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

html:not([data-theme="light"]) {
  color-scheme: dark;
  --ink: #eef4f6;
  --muted: #96a5af;
  --line: #30343d;
  --paper: #17191f;
  --white: #101216;
  --night: #090b0f;
  --night-2: #151820;
  --teal: #68C4FF;
  --teal-dark: #2E9EFF;
  --mint: #68C4FF;
  background: #101216;
}

html:not([data-theme="light"]) body {
  color: #eef4f6;
  background: #101216;
}

html:not([data-theme="light"]) .site-header {
  background: #101216ed;
  border-bottom-color: #ffffff14;
  box-shadow: 0 10px 35px #0003;
}

html:not([data-theme="light"]) .brand {
  color: #f5f8f9;
}

html:not([data-theme="light"]) .brand-mark {
  background: #0A5489;
  color: #fff;
}

html:not([data-theme="light"]) .main-nav {
  color: #9aa8b2;
}

html:not([data-theme="light"]) .main-nav a:hover {
  color: #dffaf7;
}

html:not([data-theme="light"]) .site-header .main-nav a.nav-current, html:not([data-theme="light"]) .site-header .main-nav a[aria-current="page"] {
  color: #fff;
}

html:not([data-theme="light"]) .site-header .main-nav a.nav-current:after, html:not([data-theme="light"]) .site-header .main-nav a[aria-current="page"]:after {
  background: #52A3DD;
  bottom: -8px;
  height: 2px;
  box-shadow: 0 0 12px #378CC880;
}

html:not([data-theme="light"]) .language-switcher {
  background: #191c22;
  border-color: #30343d;
}

html:not([data-theme="light"]) .language-switcher a {
  color: #7f8d97;
}

html:not([data-theme="light"]) .language-switcher a:hover {
  color: #eaf7f5;
}

html:not([data-theme="light"]) .language-switcher a.active {
  color: #070D12;
  background: #54A0D7;
}

html:not([data-theme="light"]) .header-cta {
  color: #070D12;
  background: #eef6f5;
}

html:not([data-theme="light"]) .header-cta:hover {
  background: #fff;
}

html:not([data-theme="light"]) .theme-toggle {
  color: #d7e4e7;
  background: #191c22;
  border-color: #30343d;
}

html:not([data-theme="light"]) .theme-toggle:hover {
  color: #fff;
  background: #23262e;
  border-color: #4a505c;
}

html:not([data-theme="light"]) .hero {
  background: radial-gradient(circle at 76% 42%,#1F58811F,#0000 30%),linear-gradient(135deg,#101216 0% 58%,#141b1d 100%);
}

html:not([data-theme="light"]) h1, html:not([data-theme="light"]) .section-heading h2, html:not([data-theme="light"]) .closing-section h2, html:not([data-theme="light"]) .detail-copy h2, html:not([data-theme="light"]) .page-cta h2, html:not([data-theme="light"]) .pricing-toolbar h2 {
  color: #f7fafb;
}

html:not([data-theme="light"]) h1 em, html:not([data-theme="light"]) .eyebrow, html:not([data-theme="light"]) .section-index {
  color: #62AADD;
}

html:not([data-theme="light"]) .hero-lead, html:not([data-theme="light"]) .section-heading > p, html:not([data-theme="light"]) .closing-section p, html:not([data-theme="light"]) .page-cta p {
  color: #99a8b2;
}

html:not([data-theme="light"]) .hero-facts {
  color: #7e8d97;
}

html:not([data-theme="light"]) .button.secondary {
  color: #dbe6e8;
  background: #1a1d23;
  border-color: #383c45;
}

html:not([data-theme="light"]) .button.secondary:hover {
  color: #fff;
  background: #20242b;
  border-color: #515762;
}

html:not([data-theme="light"]) .problem-section, html:not([data-theme="light"]) .workflow-section, html:not([data-theme="light"]) .audience-section, html:not([data-theme="light"]) .editions-section, html:not([data-theme="light"]) .closing-section, html:not([data-theme="light"]) .page-section, html:not([data-theme="light"]) .page-cta {
  background: #121419;
}

html:not([data-theme="light"]) .workflow-section, html:not([data-theme="light"]) .audience-section, html:not([data-theme="light"]) .soft-page-section, html:not([data-theme="light"]) .system-section {
  background: #17191f;
  border-color: #2b2f37;
}

html:not([data-theme="light"]) .sub-hero {
  background: radial-gradient(circle at 83% 38%,#186DA925,#0000 30%),linear-gradient(135deg,#101216 0% 64%,#151d1f 100%);
}

html:not([data-theme="light"]) .mode-nav {
  color: #91a0aa;
  background: #15171c;
  border-color: #2a2e35;
}

html:not([data-theme="light"]) .mode-nav a:hover {
  color: #63AADD;
}

html:not([data-theme="light"]) .comparison-card, html:not([data-theme="light"]) .edition-card, html:not([data-theme="light"]) .mode-card, html:not([data-theme="light"]) .card-flow article, html:not([data-theme="light"]) .download-grid > article, html:not([data-theme="light"]) .faq-grid > article, html:not([data-theme="light"]) .term-grid div {
  background: #1d2026;
  border-color: #343842;
}

html:not([data-theme="light"]) .comparison-row {
  border-color: #30343c;
  color: #93a2ad;
}

html:not([data-theme="light"]) .comparison-row span:last-child {
  color: #e9eff1;
}

html:not([data-theme="light"]) .workflow-line {
  background: #343842;
  border-color: #343842;
}

html:not([data-theme="light"]) .workflow-line article {
  color: #eef4f6;
  background: #1d2026;
}

html:not([data-theme="light"]) .workflow-line h3 {
  color: #f4f8f9;
}

html:not([data-theme="light"]) .workflow-line p {
  color: #aebac2;
}

html:not([data-theme="light"]) .workflow-line b {
  color: #8BC2E9;
  background: #152B3A;
}

html:not([data-theme="light"]) .audience-grid article {
  background: #1d2026;
  border-top-color: #4C5962;
}

html:not([data-theme="light"]) .audience-grid h3 {
  color: #f2f6f7;
}

html:not([data-theme="light"]) .audience-grid p {
  color: #aebac2;
}

html:not([data-theme="light"]) .audience-grid a {
  color: #72B2E0;
}

html:not([data-theme="light"]) .detail-card {
  background: #1d2026;
  border: 1px solid #343842;
}

html:not([data-theme="light"]) .detail-copy h2 {
  color: #f5f8f9;
}

html:not([data-theme="light"]) .detail-copy p {
  color: #aebac2;
}

html:not([data-theme="light"]) .edition-card p, html:not([data-theme="light"]) .edition-card li, html:not([data-theme="light"]) .large-copy p, html:not([data-theme="light"]) .card-flow p, html:not([data-theme="light"]) .feature-catalog p, html:not([data-theme="light"]) .download-grid p, html:not([data-theme="light"]) .faq-grid p {
  color: #9aa9b3;
}

html:not([data-theme="light"]) .edition-card ul, html:not([data-theme="light"]) .card-flow article, html:not([data-theme="light"]) .feature-catalog > article {
  border-color: #30343c;
}

html:not([data-theme="light"]) .edition-card h3, html:not([data-theme="light"]) .card-flow h3, html:not([data-theme="light"]) .download-grid h2, html:not([data-theme="light"]) .faq-grid h2, html:not([data-theme="light"]) .feature-catalog h2 {
  color: #f0f5f6;
}

html:not([data-theme="light"]) .edition-card.featured {
  border-color: #5BA3D6;
  box-shadow: 0 20px 50px #0005;
}

html:not([data-theme="light"]) .tag-row span, html:not([data-theme="light"]) .feature-catalog .tag-row span, html:not([data-theme="light"]) .download-grid .tag-row span, html:not([data-theme="light"]) .faq-grid .tag-row span {
  color: #B9CFDE;
  background: #1B2328;
  border-color: #314A5B;
}

html:not([data-theme="light"]) .system-grid, html:not([data-theme="light"]) .step-grid, html:not([data-theme="light"]) .feature-detail-grid, html:not([data-theme="light"]) .language-row {
  background: #323640;
  border-color: #323640;
}

html:not([data-theme="light"]) .system-grid article, html:not([data-theme="light"]) .step-grid article {
  background: #1d2026;
}

html:not([data-theme="light"]) .system-grid b, html:not([data-theme="light"]) .step-grid h3 {
  color: #f2f6f7;
}

html:not([data-theme="light"]) .system-grid p, html:not([data-theme="light"]) .step-grid p {
  color: #95a4ae;
}

/* Pricing cards: deliberately close to the approved dark visual draft. */

html:not([data-theme="light"]) .pricing-section {
  background: #17181e;
  border-color: #2c3038;
}

html:not([data-theme="light"]) .pricing-toolbar {
  margin-bottom: 46px;
}

html:not([data-theme="light"]) .term-switch {
  background: #101216;
  border-color: #343841;
  box-shadow: inset 0 0 0 1px #0002;
}

html:not([data-theme="light"]) .term-switch button {
  color: #98a6b0;
}

html:not([data-theme="light"]) .term-switch button:hover {
  color: #fff;
  background: #23262d;
}

html:not([data-theme="light"]) .term-switch button.is-active {
  color: #070D12;
  background: #69ADDE;
  box-shadow: 0 7px 18px #0005;
}

html:not([data-theme="light"]) .pricing-grid {
  gap: 20px;
}

html:not([data-theme="light"]) .pricing-card {
  background: #212329;
  border-color: #393c46;
  box-shadow: 0 20px 42px #0002;
}

html:not([data-theme="light"]) .pricing-card.featured {
  background: #23262d;
  border-color: #77c8f5;
  box-shadow: 0 22px 52px #0006,0 0 0 1px #77c8f52e;
}

html:not([data-theme="light"]) .pricing-card .edition-badge {
  color: #d8f4ff;
  background: #164b69;
}

html:not([data-theme="light"]) .plan-kicker {
  color: #7995A9;
}

html:not([data-theme="light"]) .plan-title span {
  color: #aab5bc;
}

html:not([data-theme="light"]) .plan-title strong, html:not([data-theme="light"]) .pricing-card.featured .plan-title strong {
  color: #fff;
}

html:not([data-theme="light"]) .plan-summary {
  color: #a6b1ba;
}

html:not([data-theme="light"]) .plan-price {
  border-color: #3a3d45;
}

html:not([data-theme="light"]) .plan-price strong {
  color: #fff;
}

html:not([data-theme="light"]) .plan-price .price-term {
  color: #c0c9cf;
}

html:not([data-theme="light"]) .plan-price .monthly-equivalent {
  color: #7e8c96;
}

html:not([data-theme="light"]) .bundle-benefit.dynamic-saving {
  color: #77B3DD;
}

html:not([data-theme="light"]) .plan-highlights li {
  color: #e0e7e9;
}

html:not([data-theme="light"]) .plan-highlights li:before {
  color: #8FC8F0;
  background: #112B3E;
}

html:not([data-theme="light"]) .plan-action {
  color: #f0f4f5;
  background: #292c33;
  border-color: #41454f;
}

html:not([data-theme="light"]) .plan-action:hover {
  color: #fff;
  background: #30343c;
  border-color: #5b626d;
}

html:not([data-theme="light"]) .pricing-card.featured .plan-action {
  color: #0b1214;
  background: #f2f7f8;
  border-color: #f2f7f8;
}

html:not([data-theme="light"]) .pricing-card.featured .plan-action:hover {
  background: #fff;
  border-color: #fff;
}

html:not([data-theme="light"]) .pricing-test-note {
  color: #a9bbb9;
  background: #171F25;
  border-color: #2B3D4A;
}

html:not([data-theme="light"]) .pricing-test-note strong {
  color: #82B9E0;
}

/* Comparison matrix: true table geometry keeps every line continuous. */

html:not([data-theme="light"]) .comparison-section {
  background: #17181e;
}

html:not([data-theme="light"]) .comparison-table-wrap {
  background: #1c1e24;
  border-color: #343740;
  box-shadow: 0 24px 52px #0003;
}

html:not([data-theme="light"]) .edition-matrix th, html:not([data-theme="light"]) .edition-matrix td {
  border-color: #343740;
}

html:not([data-theme="light"]) .edition-matrix thead th {
  color: #dce5e7;
  background: #080a0d;
}

html:not([data-theme="light"]) .edition-matrix thead .complete-col {
  background: #123a45;
}

html:not([data-theme="light"]) .edition-matrix thead th span {
  color: #71818b;
}

html:not([data-theme="light"]) .edition-matrix tbody th {
  color: #e1e8ea;
  background: #1c1e24;
}

html:not([data-theme="light"]) .edition-matrix tbody td {
  background: #1c1e24;
}

html:not([data-theme="light"]) .edition-matrix tbody td:last-child {
  background: #1d2329;
}

html:not([data-theme="light"]) .edition-matrix .matrix-group th {
  color: #7E8D97;
  background: #14161b;
}

html:not([data-theme="light"]) .matrix-state.yes {
  color: #9BCFF4;
  background: #122C3E;
}

html:not([data-theme="light"]) .matrix-state.no {
  color: #88939c;
  background: #292c33;
}

html:not([data-theme="light"]) .matrix-note {
  color: #8998a2;
}

html:not([data-theme="light"]) .term-grid strong {
  color: #f2f7f8;
}

html:not([data-theme="light"]) .term-grid span {
  color: #92a0aa;
}

html:not([data-theme="light"]) .term-grid .test-term {
  background: #171F25;
  border-color: #314553;
}

html:not([data-theme="light"]) footer {
  background: #080a0d;
  border-top: 1px solid #ffffff0d;
}

/* UI6: explicit separators keep comparison grids visually linear even when
   fractional grid tracks land between device pixels. */

.workflow-line, .system-grid, .step-grid, .feature-grid {
  gap: 0;
}

.workflow-line article + article, .system-grid article + article, .step-grid article + article {
  border-left: 1px solid #dce4e7;
}

.feature-card {
  border-left: 1px solid #263845;
}

.feature-card:nth-child(3n + 1) {
  border-left: 0;
}

.feature-card:nth-child(n + 4) {
  border-top: 1px solid #263845;
}

html:not([data-theme="light"]) .workflow-line article + article, html:not([data-theme="light"]) .system-grid article + article, html:not([data-theme="light"]) .step-grid article + article {
  border-left-color: #383c45;
}

html:not([data-theme="light"]) .system-grid, html:not([data-theme="light"]) .step-grid {
  background: #383c45;
  border-color: #383c45;
}

html:not([data-theme="light"]) .feature-card {
  border-color: #35404a;
}

@media (max-width:980px) {
  .workflow-line article:nth-child(odd), .system-grid article:nth-child(odd), .step-grid article:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width:980px) {
  .workflow-line article:nth-child(n + 3), .system-grid article:nth-child(n + 3), .step-grid article:nth-child(n + 3) {
    border-top: 1px solid #dce4e7;
  }
}

@media (max-width:980px) {
  .feature-card {
    border-left: 0;
    border-top: 0;
  }
}

@media (max-width:980px) {
  .feature-card:nth-child(even) {
    border-left: 1px solid #263845;
  }
}

@media (max-width:980px) {
  .feature-card:nth-child(n + 3) {
    border-top: 1px solid #263845;
  }
}

@media (max-width:980px) {
  html:not([data-theme="light"]) .workflow-line article:nth-child(n + 3), html:not([data-theme="light"]) .system-grid article:nth-child(n + 3), html:not([data-theme="light"]) .step-grid article:nth-child(n + 3) {
    border-top-color: #383c45;
  }
}

@media (max-width:980px) {
  html:not([data-theme="light"]) .feature-card:nth-child(even), html:not([data-theme="light"]) .feature-card:nth-child(n + 3) {
    border-color: #35404a;
  }
}

@media (max-width:680px) {
  .theme-toggle {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }
}

@media (max-width:680px) {
  .workflow-line article + article, .system-grid article + article, .step-grid article + article, .feature-card + article {
    border-left: 0;
    border-top: 1px solid #dce4e7;
  }
}

@media (max-width:680px) {
  html:not([data-theme="light"]) .workflow-line article + article, html:not([data-theme="light"]) .system-grid article + article, html:not([data-theme="light"]) .step-grid article + article, html:not([data-theme="light"]) .feature-card + article {
    border-top-color: #383c45;
  }
}

@media (max-width:680px) {
  .home-pricing-grid {
    margin-top: 44px;
  }
}

/* UI7: real VivaStage hardware imagery and transparent commerce prototype. */

.advantage-layout {
  grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr);
  align-items: start;
  gap: 72px;
  margin-top: 68px;
  display: grid;
}

.advantage-copy h3 {
  color: var(--ink);
  letter-spacing: -.035em;
  max-width: 610px;
  margin: 0 0 23px;
  font-size: 30px;
  line-height: 1.18;
}

.advantage-copy > p {
  color: var(--muted);
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
}

.advantage-list {
  border-top: 1px solid var(--line);
  margin: 30px 0 0;
  padding: 12px 0 0;
  list-style: none;
}

.advantage-list li {
  grid-template-columns: 175px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
}

.advantage-list b {
  color: var(--ink);
  font-size: 12px;
}

.advantage-list span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.exam-cycle {
  color: #dfe9eb;
  background: #0b0e12;
  border: 1px solid #353a43;
  border-radius: 15px;
  padding: 10px 24px;
  box-shadow: 0 24px 60px #0003;
}

.exam-cycle > div {
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  border-bottom: 1px solid #2e333b;
  display: grid;
}

.exam-cycle > div:last-child {
  border-bottom: 0;
}

.exam-cycle > div > b {
  color: #71B1DF;
  letter-spacing: .09em;
  font-size: 10px;
}

.exam-cycle > div > span {
  display: grid;
  gap: 5px;
}

.exam-cycle strong {
  color: #f6f9fa;
  font-size: 13px;
}

.exam-cycle small {
  color: #8797a1;
  font-size: 10px;
  line-height: 1.5;
}

.exam-cycle .cycle-repeat {
  background: linear-gradient(90deg,#172C3BA8,#0000);
  margin: 0 -14px;
  padding: 0 14px;
  border-radius: 9px;
}

.exam-cycle .cycle-repeat > b {
  font-size: 19px;
}

.product-proof-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  margin-top: 64px;
  display: grid;
}

.product-proof {
  background: #11151b;
  border: 1px solid #343a44;
  border-radius: 14px;
  min-width: 0;
  min-height: 370px;
  padding: 22px;
  overflow: hidden;
  box-shadow: 0 20px 55px #0002;
}

.product-proof header {
  min-height: 70px;
  border-bottom: 1px solid #303640;
  padding-bottom: 17px;
  display: grid;
  gap: 8px;
}

.product-proof header span {
  color: #69ACDC;
  letter-spacing: .1em;
  font-size: 8px;
  font-weight: 800;
}

.product-proof header b {
  color: #f4f8f9;
  font-size: 15px;
  line-height: 1.35;
}

.examiner-scene {
  grid-template-columns: 105px 1fr;
  gap: 13px;
  margin-top: 20px;
  display: grid;
}

.examiner-avatar {
  background: radial-gradient(circle at 50% 42%,#29434a,#121a20 70%);
  border: 1px solid #36515a;
  border-radius: 10px;
  align-items: center;
  justify-items: center;
  min-height: 205px;
  padding: 14px 8px;
  display: grid;
}

.examiner-avatar > span {
  color: #7e989e;
  letter-spacing: .09em;
  font-size: 7px;
  font-weight: 750;
}

.examiner-avatar > b {
  color: #B6D8F1;
  background: #17384F;
  border: 1px solid #2F5875;
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  font-size: 24px;
  display: grid;
}

.examiner-avatar > small {
  color: #72AED9;
  font-size: 8px;
}

.question-demo {
  background: #191e25;
  border: 1px solid #353c47;
  border-radius: 10px;
  min-width: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.question-demo > small {
  color: #71828c;
  letter-spacing: .08em;
  font-size: 7px;
  font-weight: 750;
}

.question-demo > strong {
  color: #eef4f5;
  margin-top: 23px;
  font-size: 13px;
  line-height: 1.55;
}

.voice-wave {
  align-items: end;
  gap: 4px;
  height: 34px;
  margin-top: auto;
  display: flex;
}

.voice-wave i {
  background: #509CD2;
  border-radius: 3px;
  width: 4px;
  height: 12px;
}

.voice-wave i:nth-child(2) {
  height: 25px;
}

.voice-wave i:nth-child(3) {
  height: 18px;
}

.voice-wave i:nth-child(4) {
  height: 30px;
}

.voice-wave i:nth-child(5) {
  height: 16px;
}

.progress-stats {
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
  margin-top: 20px;
  display: grid;
}

.progress-stats > div {
  background: #191e24;
  border: 1px solid #313844;
  border-radius: 8px;
  min-width: 0;
  padding: 11px 8px;
}

.progress-stats small {
  color: #72838d;
  font-size: 6px;
  font-weight: 800;
  display: block;
}

.progress-stats strong {
  color: #f4f8f9;
  margin-top: 7px;
  font-size: 16px;
  display: block;
}

.topic-progress {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.topic-progress > div {
  grid-template-columns: 92px 1fr 32px;
  align-items: center;
  gap: 8px;
  display: grid;
}

.topic-progress span, .topic-progress b {
  color: #9baab3;
  font-size: 8px;
  font-weight: 650;
}

.topic-progress b {
  text-align: right;
}

.topic-progress i {
  background: #2b3038;
  border-radius: 4px;
  height: 5px;
  position: relative;
  overflow: hidden;
}

.topic-progress i:after {
  content: "";
  background: linear-gradient(90deg,#287EBB,#73B3E0);
  border-radius: inherit;
  width: var(--progress);
  position: absolute;
  inset: 0 auto 0 0;
}

.learning-curve {
  border-left: 1px solid #3a414b;
  border-bottom: 1px solid #3a414b;
  align-items: end;
  gap: 9px;
  height: 78px;
  margin: 22px 5px 0;
  padding: 0 9px 8px;
  display: flex;
  position: relative;
}

.learning-curve i {
  background: #3B8CC5;
  border-radius: 3px 3px 0 0;
  flex: 1;
  height: 20%;
}

.learning-curve i:nth-child(2) {
  height: 32%;
}

.learning-curve i:nth-child(3) {
  height: 48%;
}

.learning-curve i:nth-child(4) {
  height: 62%;
}

.learning-curve i:nth-child(5) {
  height: 82%;
  background: #75B5E2;
}

.learning-curve span {
  color: #73838d;
  position: absolute;
  left: 0;
  bottom: -23px;
  font-size: 7px;
}

.monitor-proof {
  position: relative;
}

.window-demo {
  border: 1px solid #3b424d;
  border-radius: 9px;
  min-height: 92px;
  padding: 15px;
  position: absolute;
  left: 22px;
  right: 52px;
  display: grid;
  gap: 7px;
  box-shadow: 0 15px 35px #0007;
}

.window-demo small {
  color: #6EAEDB;
  letter-spacing: .08em;
  font-size: 7px;
  font-weight: 800;
}

.window-demo b {
  color: #f0f5f6;
  font-size: 12px;
}

.window-demo span {
  color: #8998a1;
  font-size: 8px;
}

.exam-window {
  background: #171c22;
  top: 112px;
}

.card-window {
  background: #1d2628;
  top: 195px;
  left: 58px;
  right: 22px;
  border-color: #3F5667;
}

.monitor-proof > p {
  color: #8d9ca5;
  margin: 214px 0 0;
  font-size: 9px;
  line-height: 1.6;
}

.proof-note {
  color: var(--muted);
  margin: 16px 0 0;
  font-size: 9px;
  line-height: 1.6;
}

.workflow-five {
  grid-template-columns: repeat(5,minmax(0,1fr));
}

.workflow-five article {
  min-height: 250px;
  padding: 25px 23px;
}

.workflow-five h3 {
  margin-top: 34px;
}

.real-product-stage {
  min-width: 0;
  position: relative;
  padding: 12px 0 44px;
}

.hero-photo-main {
  margin: 0;
  border: 1px solid #ffffff1f;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 32px 90px #0008,0 0 60px #2283C81F;
  position: relative;
}

.hero-photo-main img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

.hero-photo-main:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,#0000 58%,#070C10CF 100%);
  pointer-events: none;
}

.hero-photo-main figcaption {
  z-index: 1;
  color: #f4fbfa;
  letter-spacing: .04em;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  font-size: 11px;
  font-weight: 700;
}

.hero-photo-inset {
  width: 42%;
  margin: 0;
  border: 6px solid #15191e;
  border-radius: 17px;
  overflow: hidden;
  position: absolute;
  right: -24px;
  bottom: 0;
  box-shadow: 0 20px 55px #0008;
  transform: rotate(2deg);
}

.hero-photo-inset img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}

.hero-hardware-note {
  color: #82919a;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 16px 0 0;
  font-size: 9px;
  font-weight: 700;
}

.hardware-showcase {
  background: #10151a;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  display: grid;
}

.hardware-tile {
  min-width: 0;
  margin: 0;
  background: #0d1116;
  position: relative;
  overflow: hidden;
}

.hardware-tile img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease,filter .35s ease;
}

.hardware-tile:first-child img {
  object-position: center 28%;
}

.hardware-tile:last-child img {
  object-position: center 36%;
}

.hardware-tile:hover img {
  transform: scale(1.018);
  filter: brightness(1.04);
}

.hardware-tile figcaption {
  color: #eef7f6;
  background: linear-gradient(180deg,#0000,#070b0de8);
  padding: 85px 26px 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.hardware-tile figcaption strong {
  font-size: 15px;
  display: block;
}

.hardware-tile figcaption span {
  color: #a8b9bd;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.5;
  display: block;
}

.hardware-disclaimer {
  color: #85949d;
  margin: 18px 0 0;
  font-size: 10px;
  line-height: 1.6;
}

.pricing-card.is-selected {
  border-color: #57A1D6!important;
  box-shadow: 0 0 0 2px #57A1D638,0 22px 52px #0005!important;
}

.pricing-section .pricing-card {
  cursor: default;
}

.commerce-page {
  background: #111318;
  min-height: 100vh;
}

.commerce-page .sub-hero {
  min-height: 390px;
}

.commerce-page .sub-hero h1 {
  font-size: clamp(42px,5vw,64px);
}

.commerce-shell {
  padding: 76px max(28px,50vw - 620px) 110px;
  background: #17191f;
}

.auth-layout {
  grid-template-columns: minmax(300px,.78fr) minmax(420px,1.22fr);
  align-items: start;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

.selection-summary, .auth-card, .checkout-panel, .order-summary {
  background: #212329;
  border: 1px solid #383c45;
  border-radius: 16px;
  box-shadow: 0 22px 60px #0003;
}

.selection-summary {
  padding: 30px;
  position: sticky;
  top: 98px;
}

.selection-summary .section-index {
  padding: 0;
}

.selection-summary h2 {
  color: #fff;
  letter-spacing: -.035em;
  margin: 18px 0 4px;
  font-size: 27px;
}

.selection-summary > p {
  color: #9ba9b2;
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 1.65;
}

.order-lines {
  border-block: 1px solid #393d46;
  margin: 0 0 22px;
  padding: 14px 0;
}

.order-line {
  color: #9caab3;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 0;
  font-size: 11px;
  display: flex;
}

.order-line strong {
  color: #eff5f6;
  text-align: right;
  font-weight: 720;
}

.order-total {
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}

.order-total span {
  color: #94a3ad;
  font-size: 11px;
}

.order-total strong {
  color: #fff;
  letter-spacing: -.035em;
  font-size: 30px;
}

.order-monthly {
  color: #7c8b95;
  margin: 7px 0 0;
  text-align: right;
  font-size: 9px;
}

.summary-back {
  color: #6EB0DF;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.auth-card {
  padding: 34px;
}

.auth-card > h2 {
  color: #fff;
  letter-spacing: -.035em;
  margin: 14px 0 0;
  font-size: 31px;
}

.auth-tabs {
  background: #15171c;
  border: 1px solid #343842;
  border-radius: 10px;
  gap: 4px;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.auth-tabs button {
  color: #8f9da7;
  border-radius: 7px;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
}

.auth-tabs button.is-active {
  color: #070D12;
  background: #69ADDE;
}

.google-auth {
  color: #eff5f6;
  background: #292c33;
  border: 1px solid #454a55;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
  display: flex;
}

.google-auth:hover {
  background: #30343c;
  border-color: #5c6470;
}

.google-mark {
  color: #4285f4;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 23px;
  height: 23px;
  font-size: 12px;
  font-weight: 850;
  display: grid;
}

.auth-divider {
  color: #697780;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: flex;
}

.auth-divider:before, .auth-divider:after {
  content: "";
  height: 1px;
  background: #393d46;
  flex: 1;
}

.auth-form {
  gap: 16px;
  display: grid;
}

.auth-form label {
  color: #c8d2d6;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  gap: 8px;
}

.auth-form input {
  color: #f5f8f9;
  background: #17191f;
  border: 1px solid #3b404a;
  border-radius: 8px;
  min-height: 46px;
  padding: 0 13px;
  font: inherit;
  font-size: 13px;
}

.auth-form input:focus {
  outline: 2px solid #519DD3;
  outline-offset: 1px;
  border-color: #519DD3;
}

.auth-submit, .checkout-submit {
  color: #070D12;
  background: #f1f7f7;
  border: 1px solid #f1f7f7;
  border-radius: 9px;
  min-height: 49px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 780;
}

.auth-submit:hover, .checkout-submit:hover {
  background: #fff;
}

.auth-legal {
  color: #75838c;
  margin: 18px 0 0;
  font-size: 9px;
  line-height: 1.65;
}

.integration-note {
  color: #B9CFDE;
  background: #171F25;
  border: 1px solid #314553;
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px 14px;
  font-size: 10px;
  line-height: 1.55;
}

.checkout-layout {
  grid-template-columns: minmax(0,1fr) 340px;
  align-items: start;
  gap: 24px;
  display: grid;
}

.checkout-panel {
  padding: 34px;
  min-width: 0;
}

.checkout-panel-head {
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  display: flex;
}

.checkout-panel-head h2 {
  color: #fff;
  letter-spacing: -.035em;
  margin: 8px 0 0;
  font-size: 32px;
}

.checkout-term-switch {
  margin: 0;
}

.checkout-plan-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  display: grid;
}

.checkout-plan {
  color: #dfe7e9;
  background: #1a1c22;
  border: 1px solid #363a43;
  border-radius: 12px;
  text-align: left;
  min-width: 0;
  min-height: 218px;
  padding: 22px;
  cursor: pointer;
  position: relative;
  transition: .18s ease;
}

.checkout-plan:hover {
  background: #20232a;
  border-color: #555c68;
  transform: translateY(-2px);
}

.checkout-plan.is-selected {
  background: #20272b;
  border-color: #69ADDE;
  box-shadow: 0 0 0 1px #69ADDE5C;
}

.checkout-plan .plan-radio {
  border: 1px solid #5d6671;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 18px;
}

.checkout-plan.is-selected .plan-radio {
  border: 5px solid #69ADDE;
}

.checkout-plan small {
  color: #758B9A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.checkout-plan b {
  color: #fff;
  min-height: 45px;
  margin: 13px 28px 0 0;
  font-size: 17px;
  line-height: 1.25;
  display: block;
}

.checkout-plan strong {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 25px;
  font-size: 23px;
  display: block;
}

.checkout-plan span:last-child {
  color: #8c9aa4;
  margin-top: 7px;
  font-size: 9px;
  line-height: 1.5;
  display: block;
}

.order-summary {
  padding: 28px;
  position: sticky;
  top: 98px;
}

.account-chip {
  color: #a9b7bf;
  background: #181a20;
  border: 1px solid #353942;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 9px;
  line-height: 1.5;
}

.payment-placeholder {
  border-top: 1px solid #393d46;
  margin-top: 22px;
  padding-top: 20px;
}

.payment-placeholder h3 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 13px;
}

.payment-placeholder p {
  color: #87959e;
  margin: 0 0 16px;
  font-size: 9px;
  line-height: 1.55;
}

.secure-row {
  color: #7FA3BD;
  align-items: center;
  gap: 7px;
  margin: 13px 0 0;
  font-size: 9px;
  display: flex;
}

.commerce-comparison {
  margin-top: 24px;
}

.commerce-comparison table {
  min-width: 700px;
}

.commerce-comparison .comparison-table-wrap {
  margin-top: 0;
}

html[data-theme="light"] .commerce-page {
  background: #f3f6f6;
}

html[data-theme="light"] .commerce-shell {
  background: #f3f6f6;
}

html[data-theme="light"] .selection-summary, html[data-theme="light"] .auth-card, html[data-theme="light"] .checkout-panel, html[data-theme="light"] .order-summary {
  background: #fff;
  border-color: #dce4e6;
  box-shadow: 0 20px 50px #172D3D14;
}

html[data-theme="light"] .selection-summary h2, html[data-theme="light"] .auth-card > h2, html[data-theme="light"] .order-line strong, html[data-theme="light"] .order-total strong, html[data-theme="light"] .checkout-panel-head h2, html[data-theme="light"] .payment-placeholder h3 {
  color: #152735;
}

html[data-theme="light"] .order-lines, html[data-theme="light"] .payment-placeholder {
  border-color: #e1e7e9;
}

html[data-theme="light"] .auth-tabs {
  background: #eef3f2;
  border-color: #dce5e4;
}

html[data-theme="light"] .google-auth {
  color: #263943;
  background: #fff;
  border-color: #d2dcde;
}

html[data-theme="light"] .auth-divider:before, html[data-theme="light"] .auth-divider:after {
  background: #dfe5e7;
}

html[data-theme="light"] .auth-form label {
  color: #405260;
}

html[data-theme="light"] .auth-form input {
  color: #152735;
  background: #fff;
  border-color: #d4dee0;
}

html[data-theme="light"] .auth-submit, html[data-theme="light"] .checkout-submit {
  color: #fff;
  background: #084B7B;
  border-color: #084B7B;
}

html[data-theme="light"] .account-chip {
  color: #596a75;
  background: #f6f8f8;
  border-color: #dfe5e7;
}

html[data-theme="light"] .checkout-plan {
  color: #51636f;
  background: #f8faf9;
  border-color: #dce4e6;
}

html[data-theme="light"] .checkout-plan:hover {
  background: #f2f7f6;
}

html[data-theme="light"] .checkout-plan.is-selected {
  background: #eef9f7;
  border-color: #3584BC;
}

html[data-theme="light"] .checkout-plan b, html[data-theme="light"] .checkout-plan strong {
  color: #152E3F;
}

@media (max-width:1100px) {
  .advantage-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width:1100px) {
  .product-proof-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:1100px) {
  .product-proof:last-child {
    grid-column: 1/-1;
  }
}

@media (max-width:1100px) {
  .workflow-five {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (max-width:1100px) {
  .workflow-five article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #dce4e7;
  }
}

@media (max-width:1100px) {
  .workflow-five article:nth-child(5) {
    border-top: 1px solid #dce4e7;
  }
}

@media (max-width:1100px) {
  html:not([data-theme="light"]) .workflow-five article:nth-child(4), html:not([data-theme="light"]) .workflow-five article:nth-child(5) {
    border-top-color: #383c45;
  }
}

@media (max-width:1100px) {
  .hero-photo-main img {
    height: 420px;
  }
}

@media (max-width:1100px) {
  .hero-photo-inset {
    right: 10px;
  }
}

@media (max-width:1100px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1100px) {
  .order-summary {
    position: static;
  }
}

@media (max-width:1100px) {
  .checkout-plan-grid {
    grid-template-columns: repeat(3,minmax(190px,1fr));
    overflow: auto;
    padding-bottom: 6px;
  }
}

@media (max-width:820px) {
  .product-proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:820px) {
  .product-proof:last-child {
    grid-column: auto;
  }
}

@media (max-width:820px) {
  .workflow-five {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width:820px) {
  .workflow-five article:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width:820px) {
  .workflow-five article:nth-child(n + 3) {
    border-top: 1px solid #dce4e7;
  }
}

@media (max-width:820px) {
  html:not([data-theme="light"]) .workflow-five article:nth-child(n + 3) {
    border-top-color: #383c45;
  }
}

@media (max-width:820px) {
  .auth-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width:820px) {
  .selection-summary {
    position: static;
  }
}

@media (max-width:820px) {
  .hardware-showcase {
    grid-template-columns: 1fr;
  }
}

@media (max-width:820px) {
  .hardware-tile img {
    height: 390px;
  }
}

@media (max-width:820px) {
  .checkout-panel-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width:680px) {
  .advantage-copy h3 {
    font-size: 25px;
  }
}

@media (max-width:680px) {
  .advantage-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width:680px) {
  .exam-cycle {
    padding-inline: 18px;
  }
}

@media (max-width:680px) {
  .examiner-scene {
    grid-template-columns: 92px 1fr;
  }
}

@media (max-width:680px) {
  .progress-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:680px) {
  .workflow-five {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .workflow-five article + article {
    border-left: 0;
    border-top: 1px solid #dce4e7;
  }
}

@media (max-width:680px) {
  html:not([data-theme="light"]) .workflow-five article + article {
    border-top-color: #383c45;
  }
}

@media (max-width:680px) {
  .real-product-stage {
    padding-bottom: 22px;
  }
}

@media (max-width:680px) {
  .hero-photo-main img {
    height: 340px;
  }
}

@media (max-width:680px) {
  .hero-photo-inset {
    width: 48%;
    border-width: 4px;
    right: 5px;
  }
}

@media (max-width:680px) {
  .hero-photo-main figcaption {
    left: 16px;
    bottom: 15px;
  }
}

@media (max-width:680px) {
  .commerce-shell {
    padding: 54px 18px 76px;
  }
}

@media (max-width:680px) {
  .auth-card, .selection-summary, .checkout-panel, .order-summary {
    padding: 23px 20px;
  }
}

@media (max-width:680px) {
  .checkout-plan-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }
}

@media (max-width:680px) {
  .checkout-plan {
    min-height: 0;
  }
}

/* UI8: final VivaStage training scene and legal staging pages. */

.hero-situation-frame {
  margin: 0;
  border: 1px solid #ffffff1f;
  border-radius: 22px;
  background: #0a0d11;
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 90px #0008,0 0 60px #2283C81F;
}

.hero-situation-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1672/941;
  object-fit: contain;
  display: block;
}

.hero-situation-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,#0000 68%,#070C10BD 100%);
  pointer-events: none;
}

.hero-situation-frame figcaption {
  z-index: 1;
  color: #f4fbfa;
  letter-spacing: .04em;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  font-size: 11px;
  font-weight: 700;
}

.scene-detail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hardware-tile .scene-deck {
  object-position: center;
}

.hardware-tile .scene-prompter {
  object-position: center;
}

/* Documentation uses the same left-to-right catalogue rhythm as Functions. */

.documentation-catalog {
  max-width: none;
  margin: 0;
}

.legal-page {
  background: var(--white);
}

.legal-hero {
  background: radial-gradient(circle at 84% 32%,#0062A820,#0000 30%),linear-gradient(135deg,var(--white) 0% 62%,var(--paper) 100%);
  border-bottom: 1px solid var(--line);
  padding: 84px max(28px,50vw - 620px) 66px;
}

.legal-hero-copy {
  max-width: 1040px;
}

.legal-hero h1 {
  max-width: 980px;
  margin: 24px 0 18px;
  font-size: clamp(42px,5vw,68px);
}

.legal-hero p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.legal-tools {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  display: flex;
}

.legal-tools a, .legal-tools button {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 42px;
  padding: 0 15px;
  align-items: center;
  cursor: pointer;
  font-size: 11px;
  font-weight: 730;
  display: inline-flex;
}

.legal-tools a:hover, .legal-tools button:hover {
  color: var(--teal-dark);
  border-color: var(--teal);
}

.legal-draft-banner {
  color: #f2e7c8;
  background: #2c2517;
  border-block: 1px solid #7f6d3a;
  grid-template-columns: 210px minmax(0,850px);
  gap: 34px;
  padding: 22px max(28px,50vw - 620px);
  font-size: 12px;
  line-height: 1.7;
  display: grid;
}

.legal-draft-banner strong {
  color: #ffd977;
  letter-spacing: .1em;
  font-size: 10px;
}

.legal-draft-banner code {
  color: #fff0bd;
  background: #ffffff10;
  border: 1px solid #ffffff1c;
  border-radius: 4px;
  padding: 1px 5px;
}

.legal-layout {
  grid-template-columns: 250px minmax(0,850px);
  align-items: start;
  gap: 70px;
  padding: 72px max(28px,50vw - 620px) 110px;
  display: grid;
}

.legal-layout-single {
  grid-template-columns: minmax(0,850px);
}

.legal-toc {
  border-left: 2px solid var(--line);
  max-height: calc(100vh - 128px);
  overflow: auto;
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
}

.legal-toc b {
  color: var(--ink);
  padding: 0 0 14px 18px;
  font-size: 11px;
}

.legal-toc a {
  color: var(--muted);
  border-left: 2px solid transparent;
  margin-left: -2px;
  padding: 7px 12px 7px 18px;
  font-size: 10px;
  line-height: 1.45;
}

.legal-toc a:hover {
  color: var(--teal-dark);
  border-left-color: var(--teal);
}

.legal-toc .legal-toc-section {
  color: var(--ink);
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 16px;
  font-weight: 760;
}

.legal-toc .legal-toc-intro {
  color: var(--teal-dark);
  font-weight: 730;
}

.legal-toc .legal-toc-item {
  padding-left: 26px;
}

.legal-content {
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.82;
}

.legal-preamble-label {
  color: var(--teal-dark);
  letter-spacing: .13em;
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 780;
}

.legal-content > h2:first-child, .legal-content > section:first-child > h2:first-child {
  margin-top: 0;
}

.legal-content h1 {
  max-width: none;
  margin: 0 0 30px;
  font-size: 42px;
  line-height: 1.08;
}

.legal-content h2 {
  scroll-margin-top: 102px;
  border-top: 1px solid var(--line);
  margin: 64px 0 20px;
  padding-top: 42px;
  font-size: 27px;
  font-weight: 720;
  line-height: 1.25;
}

.legal-content h3 {
  scroll-margin-top: 102px;
  margin: 36px 0 14px;
  font-size: 19px;
  font-weight: 710;
  line-height: 1.35;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul, .legal-content ol {
  margin: 10px 0 24px;
  padding-left: 24px;
}

.legal-content ul {
  list-style: disc;
}

.legal-content ol {
  list-style: decimal;
}

.legal-content li {
  padding: 3px 0 3px 5px;
}

.legal-content strong {
  font-weight: 760;
}

.legal-content code {
  color: var(--teal-dark);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 2px 6px;
  font-size: .92em;
}

.legal-content a {
  color: var(--teal-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.legal-source-warning {
  color: #e9e4d5;
  background: #262319;
  border-left: 4px solid #c3a653;
  margin: 0 0 34px;
  padding: 22px 24px;
}

.legal-source-warning p:last-child {
  margin-bottom: 0;
}

.legal-placeholder {
  color: #ffe79b;
  background: #3b321c;
  border: 1px solid #756336;
  border-radius: 5px;
  padding: 2px 5px;
  font-weight: 720;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.legal-table-wrap {
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 28px 0;
  overflow: auto;
}

.legal-table-wrap table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.legal-table-wrap th, .legal-table-wrap td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 13px 15px;
  vertical-align: top;
}

.legal-table-wrap th {
  color: #fff;
  background: var(--night);
  font-size: 11px;
}

.legal-table-wrap tr:last-child td {
  border-bottom: 0;
}

.legal-translation-pending {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 42px;
}

.legal-translation-pending > span {
  color: var(--teal-dark);
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 780;
}

.legal-translation-pending h2 {
  border: 0;
  margin: 18px 0 14px;
  padding: 0;
  font-size: 31px;
}

.legal-translation-pending p {
  color: var(--muted);
  max-width: 700px;
}

.legal-translation-pending a {
  margin-top: 10px;
  display: inline-block;
}

.footer-links {
  grid-template-columns: .85fr .85fr 1.3fr;
  max-width: 860px;
}

.footer-links a {
  color: #a9bac4;
}

.footer-links a:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}

html[data-theme="light"] .legal-source-warning {
  color: #564a28;
  background: #fbf5e2;
  border-left-color: #c5a13b;
}

html[data-theme="light"] .legal-placeholder {
  color: #5c4711;
  background: #fff2b8;
  border-color: #d5b94f;
}

html[data-theme="light"] .legal-draft-banner {
  color: #57491f;
  background: #fff4ce;
  border-color: #cfb553;
}

html[data-theme="light"] .legal-draft-banner strong {
  color: #6b5212;
}

html[data-theme="light"] .legal-draft-banner code {
  color: #57491f;
  background: #fff;
  border-color: #d7c274;
}

@media (max-width:980px) {
  .legal-draft-banner {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width:980px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width:980px) {
  .legal-toc {
    position: static;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width:980px) {
  .legal-toc b {
    grid-column: 1/-1;
  }
}

@media (max-width:680px) {
  .hero-situation-frame {
    border-radius: 14px;
  }
}

@media (max-width:680px) {
  .hero-situation-frame figcaption {
    left: 14px;
    right: 14px;
    bottom: 12px;
    font-size: 9px;
  }
}

@media (max-width:680px) {
  .legal-hero {
    padding: 58px 18px 44px;
  }
}

@media (max-width:680px) {
  .legal-hero h1 {
    font-size: 38px;
  }
}

@media (max-width:680px) {
  .legal-draft-banner {
    padding: 18px;
  }
}

@media (max-width:680px) {
  .legal-layout {
    padding: 46px 18px 72px;
  }
}

@media (max-width:680px) {
  .legal-toc {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .legal-translation-pending {
    padding: 25px 21px;
  }
}

@media (max-width:680px) {
  .legal-content {
    font-size: 13px;
  }
}

@media (max-width:680px) {
  .legal-content h2 {
    margin-top: 50px;
    font-size: 24px;
  }
}

@media (max-width:680px) {
  .legal-content h3 {
    font-size: 18px;
  }
}

@media (max-width:680px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
}

html:not([data-theme="light"]) h1 em {
  color: #68C4FF;
}

html:not([data-theme="light"]) .eyebrow {
  color: #68C4FF;
}

html:not([data-theme="light"]) .section-index {
  color: #68C4FF;
}

