/* 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: 10px;
  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-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;
}

.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: 820px;
  margin: 28px 0 0 auto;
  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: #182C3B;
  background: #e2f3f0;
}

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

.mint-card p {
  color: #51626F;
}

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

.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;
}

.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"]) .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 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;
}

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

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;
}

