:root {
  --bg: #03070b;
  --bg-2: #071019;
  --panel: #0b1620;
  --panel-2: #101b24;
  --text: #f4fbff;
  --muted: #9cb6c2;
  --line: rgba(150, 225, 255, 0.18);
  --cyan: #22b7ff;
  --mint: #52ffc7;
  --amber: #ffcf5c;
  --red: #ff4256;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
}

:root[data-theme="light"] {
  --bg: #f4f8fb;
  --bg-2: #e8f1f5;
  --panel: #ffffff;
  --panel-2: #edf5f8;
  --text: #071019;
  --muted: #4f6572;
  --line: rgba(8, 52, 67, 0.16);
  --cyan: #057fc2;
  --mint: #00a982;
  --amber: #b36f00;
  --red: #c73448;
  --shadow: 0 24px 70px rgba(8, 52, 67, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body,
main,
.section-inner,
.legal-panel,
.contact-panel,
.contact-aside,
.support-status-panel,
.shop-purchase-panel {
  min-width: 0;
}

p,
li,
dd,
a,
span,
strong,
small,
summary {
  overflow-wrap: anywhere;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

code {
  padding: 0.15rem 0.35rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  color: var(--mint);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  background: var(--mint);
  color: #061014;
  border-radius: 6px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: 0.9rem clamp(1.25rem, 4vw, 3.5rem);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-open {
  background: rgba(3, 7, 11, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.brand span,
.footer-brand span {
  white-space: nowrap;
}

.brand img,
.footer-brand img {
  filter: drop-shadow(0 0 18px rgba(34, 183, 255, 0.42));
}

.brand-cluster {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  flex: 0 1 auto;
}

.parent-brand {
  min-height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.35rem 0.62rem 0.35rem 0.4rem;
  border: 1px solid transparent;
  border-radius: 7px;
  color: rgba(244, 251, 255, 0.82);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.parent-brand:hover,
.parent-brand:focus-visible {
  border-color: rgba(82, 255, 199, 0.38);
  background: rgba(82, 255, 199, 0.1);
  color: var(--text);
  outline: none;
}

.parent-brand img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
  filter: drop-shadow(0 0 18px rgba(82, 255, 199, 0.28));
}

.parent-brand span {
  white-space: nowrap;
}

.product-brand {
  min-height: 42px;
  padding: 0.35rem 0.62rem 0.35rem 0.4rem;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: background 160ms ease, border-color 160ms ease;
}

.product-brand:hover,
.product-brand:focus-visible {
  border-color: rgba(34, 183, 255, 0.32);
  background: rgba(34, 183, 255, 0.08);
  outline: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0.62rem 0.85rem;
  color: rgba(244, 251, 255, 0.78);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 750;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.nav-cta {
  border: 1px solid rgba(82, 255, 199, 0.45);
  background: rgba(82, 255, 199, 0.1);
  border-radius: 7px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.theme-toggle {
  flex: 0 0 auto;
  width: 44px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.62rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  font: 850 0.78rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.theme-toggle-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--gold-bright, #ffe7a0);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 231, 160, 0.36);
}

.theme-toggle-icon::before {
  content: "";
  position: absolute;
  display: none;
  width: 3px;
  height: 3px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.theme-toggle-icon::after {
  content: "";
  position: absolute;
  inset: -2px -2px -2px 44%;
  border-radius: 0 1rem 1rem 0;
  background: var(--bg);
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 7.5rem clamp(1rem, 4vw, 3.5rem) 4rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 26%;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(82, 255, 199, 0.22) 0 1px, transparent 1px 76px),
    linear-gradient(180deg, transparent, rgba(34, 183, 255, 0.1));
  opacity: 0.32;
}

.hero-media,
.hero-media img,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.48;
  filter: saturate(1.12) contrast(1.04);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 11, 0.95), rgba(3, 7, 11, 0.62) 42%, rgba(3, 7, 11, 0.88)),
    linear-gradient(180deg, rgba(3, 7, 11, 0.58), rgba(3, 7, 11, 0.24) 50%, var(--bg));
}

.hero-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(120, 234, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 234, 255, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 78%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.hero-inner > *,
.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--mint);
  font: 800 0.78rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(82, 255, 199, 0.9);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(3.35rem, 4.35vw, 4.35rem);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 0 36px rgba(34, 183, 255, 0.16);
}

h2 {
  font-size: 4.2rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: 1.55rem;
  line-height: 1.1;
}

.hero-lede,
.section-heading p,
.license-copy p,
.workflow p,
.page-hero p {
  max-width: 720px;
  color: rgba(244, 251, 255, 0.78);
  font-size: 1.22rem;
}

.hero-actions,
.hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.05rem;
  border-radius: 7px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 850;
  letter-spacing: 0;
  cursor: pointer;
}

.button-primary {
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  color: #021017;
  box-shadow: 0 16px 44px rgba(34, 183, 255, 0.24);
}

.button-secondary,
.button-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.button-full {
  width: 100%;
}

.hero-specs {
  margin-top: 2.4rem;
}

.hero-specs div {
  min-width: 130px;
  padding: 0.85rem 1rem;
  border-left: 2px solid var(--mint);
  background: rgba(3, 7, 11, 0.52);
}

.hero-specs dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-specs dd {
  margin: 0.3rem 0 0;
  font-weight: 900;
}

.command-stage {
  min-height: 520px;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(34, 183, 255, 0.36);
  background: linear-gradient(180deg, rgba(7, 16, 25, 0.94), rgba(3, 7, 11, 0.86));
  border-radius: 8px;
  box-shadow: var(--shadow), inset 0 0 80px rgba(34, 183, 255, 0.06);
}

.hero-product-shot {
  position: relative;
  width: 100%;
  max-width: 660px;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(34, 183, 255, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(34, 183, 255, 0.11), transparent 45%),
    #071019;
  box-shadow: var(--shadow), 0 0 70px rgba(34, 183, 255, 0.13);
}

.hero-product-shot img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
  filter: saturate(1.04) contrast(1.02);
}

.hero-product-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(82, 255, 199, 0.12);
  background:
    linear-gradient(180deg, rgba(3, 7, 11, 0.22), transparent 34%, rgba(3, 7, 11, 0.1)),
    linear-gradient(90deg, rgba(3, 7, 11, 0.12), transparent 45%);
  box-shadow: inset 0 0 62px rgba(0, 0, 0, 0.18);
}

.shot-caption {
  position: absolute;
  z-index: 2;
  left: 0.9rem;
  right: 0.9rem;
  top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.82rem;
  border: 1px solid rgba(82, 255, 199, 0.22);
  border-radius: 7px;
  background: rgba(3, 7, 11, 0.68);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.shot-caption span {
  color: var(--mint);
  font: 850 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shot-caption strong {
  font-size: 0.95rem;
}

.stage-topline {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.65rem 0.75rem 1rem;
  color: var(--muted);
  font: 800 0.78rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
}

.stage-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.8rem;
  min-height: 445px;
}

.stage-panel {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.panel-title {
  display: block;
  color: var(--cyan);
  font: 850 0.78rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}

.stage-panel strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.stage-panel small {
  display: block;
  margin-top: 0.5rem;
  color: var(--muted);
}

.stage-feed img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  opacity: 0.72;
  border-radius: 6px;
}

.stage-feed span {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  color: var(--mint);
  font: 800 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.08em;
}

.radar {
  position: absolute;
  inset: 4.6rem 2rem 2rem;
  border: 1px solid rgba(34, 183, 255, 0.42);
  border-radius: 50%;
}

.radar::before,
.radar::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(82, 255, 199, 0.22);
  border-radius: 50%;
}

.radar::after {
  inset: 36%;
}

.ping {
  position: absolute;
  width: 11px;
  height: 11px;
  background: var(--mint);
  box-shadow: 0 0 18px var(--mint);
}

.ping-a {
  left: 68%;
  top: 43%;
}

.ping-b {
  left: 32%;
  top: 70%;
  background: var(--amber);
  box-shadow: 0 0 18px var(--amber);
}

.stage-bars i {
  display: block;
  width: var(--w);
  height: 11px;
  margin: 1rem 0;
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  border-radius: 20px;
}

.band,
.section,
.final-cta,
.page-hero {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3.5rem);
}

.section-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.credibility {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #050b10;
}

.credibility-grid {
  display: grid;
  grid-template-columns: 1fr repeat(3, auto);
  align-items: center;
  gap: 1rem;
}

.credibility p {
  margin: 0;
  color: rgba(244, 251, 255, 0.72);
}

.credibility span {
  padding: 0.52rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--mint);
  font: 850 0.76rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: nowrap;
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-heading.compact {
  max-width: 820px;
}

.feature-grid,
.facts-grid,
.deck-grid,
.faq-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.fact-card,
.deck-card,
.pricing-card,
.support-grid article,
.contact-panel,
.contact-aside,
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
}

.feature-card,
.fact-card,
.deck-card,
.support-grid article,
.faq-grid details {
  padding: 1.25rem;
}

.feature-card span,
.deck-card span {
  color: var(--mint);
  font: 900 0.8rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.feature-card p,
.fact-card p,
.deck-card p,
.support-grid p,
.faq-grid p,
.legal-copy p,
.contact-aside p {
  color: var(--muted);
}

.facts-section {
  background:
    radial-gradient(circle at 86% 24%, rgba(255, 66, 86, 0.11), transparent 32%),
    linear-gradient(90deg, rgba(82, 255, 199, 0.07), transparent 42%),
    #04090e;
}

.fact-card h3 {
  color: var(--mint);
}

.dark-section {
  background:
    linear-gradient(rgba(120, 234, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 234, 255, 0.04) 1px, transparent 1px),
    var(--bg-2);
  background-size: 56px 56px;
}

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

.screenshot-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #071019;
}

.screenshot-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #020406;
}

.screenshot-card figcaption {
  padding: 1rem;
}

.screenshot-card strong {
  display: block;
  margin-bottom: 0.25rem;
}

.screenshot-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.screen-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #071019;
}

.screen-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.screen-grid figcaption {
  padding: 0.9rem 1rem;
  color: var(--muted);
  font-weight: 750;
}

.workflow-section {
  background:
    linear-gradient(135deg, rgba(34, 183, 255, 0.1), transparent 36%),
    linear-gradient(315deg, rgba(255, 207, 92, 0.08), transparent 42%),
    #05080c;
}

.workflow,
.license-layout,
.contact-layout,
.demo-reel-layout,
.demo-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: start;
}

.steps {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1rem;
  padding: 1rem;
  border-left: 2px solid var(--cyan);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 6px;
}

.steps span {
  grid-row: span 2;
  color: var(--mint);
  font: 900 1rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.steps strong {
  font-size: 1.05rem;
}

.steps small {
  color: var(--muted);
}

.deck-section {
  background: #03070b;
}

.deck-card {
  min-height: 210px;
}

.demo-reel-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 66, 86, 0.14), transparent 30%),
    linear-gradient(120deg, rgba(82, 255, 199, 0.08), transparent 42%),
    #04080d;
}

.demo-reel-layout,
.demo-page-layout {
  align-items: center;
}

.demo-page-layout {
  grid-template-columns: 1fr;
}

.demo-video-stack {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.6rem);
  width: min(920px, 100%);
  margin: 0 auto;
}

.demo-video-card {
  display: grid;
  gap: 0.85rem;
}

.demo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(34, 183, 255, 0.34);
  border-radius: 8px;
  background: #071019;
  box-shadow: var(--shadow), 0 0 70px rgba(34, 183, 255, 0.12);
}

.demo-frame img,
.demo-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
  opacity: 1;
}

.demo-video-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0 0.15rem 0.3rem;
}

.demo-video-meta span {
  color: var(--mint);
  font: 900 0.86rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
}

.demo-video-meta h2 {
  margin: 0 0 0.15rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.demo-video-meta p {
  max-width: 62rem;
  margin: 0;
  color: var(--muted);
}

.demo-copy {
  min-width: 0;
}

.check-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.25rem 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 0.65rem;
  color: rgba(244, 251, 255, 0.84);
}

.check-list li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 0.45rem;
  background: var(--mint);
}

.pricing-card {
  padding: 1.4rem;
}

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

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

.pricing-grid {
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

.featured-plan {
  border-color: rgba(82, 255, 199, 0.45);
  background:
    linear-gradient(180deg, rgba(82, 255, 199, 0.1), rgba(255, 255, 255, 0.025));
}

.pricing-kicker {
  display: block;
  color: var(--mint);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.pricing-card h3 {
  margin: 0.45rem 0 0.25rem;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: 1;
}

.pricing-card h4 {
  margin: 1.15rem 0 0.55rem;
  color: var(--mint);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-card ul {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 1.35rem 0;
  list-style: none;
}

.pricing-card li {
  display: flex;
  gap: 0.65rem;
  color: rgba(244, 251, 255, 0.84);
}

.pricing-card li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 0.45rem;
  background: var(--mint);
}

.restricted-list li::before {
  background: var(--amber);
}

.pricing-card .button + .button {
  margin-top: 0.7rem;
}

.release-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
}

.release-card h2 {
  font-size: 1.7rem;
}

.release-card p,
.release-card small {
  color: var(--muted);
}

.release-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.release-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.8rem;
  padding: 0.8rem;
  border-left: 2px solid var(--mint);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 6px;
}

.release-list span {
  grid-row: span 2;
  color: var(--mint);
  font: 900 0.9rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.faq-section {
  background: #050a0f;
}

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

.faq-grid summary {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 850;
}

.faq-grid p {
  margin: 0.8rem 0 0;
}

.final-cta {
  text-align: center;
  background:
    linear-gradient(90deg, rgba(34, 183, 255, 0.18), transparent 42%, rgba(82, 255, 199, 0.12)),
    #071019;
}

.final-cta .section-inner {
  max-width: 900px;
}

.page-hero {
  padding-top: 9rem;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 66, 86, 0.18), transparent 31%),
    linear-gradient(90deg, rgba(34, 183, 255, 0.14), transparent 45%),
    linear-gradient(180deg, #06111a, #03070b);
}

.page-hero h1 {
  max-width: 1120px;
  white-space: normal;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.compact-hero {
  padding-bottom: 4rem;
}

.shop-hero {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8.5rem clamp(1rem, 4vw, 3.5rem) 5rem;
}

.shop-hero-media,
.shop-hero-media img {
  position: absolute;
  inset: 0;
}

.shop-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: saturate(1.15) contrast(1.1);
}

.shop-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 11, 0.96), rgba(3, 7, 11, 0.68) 52%, rgba(3, 7, 11, 0.86)),
    linear-gradient(180deg, rgba(3, 7, 11, 0.42), var(--bg));
}

.shop-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.shop-hero-copy h1 {
  max-width: 900px;
  white-space: normal;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

.shop-hero-copy p {
  max-width: 780px;
  color: rgba(244, 251, 255, 0.8);
  font-size: 1.25rem;
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.shop-purchase-panel {
  padding: 1.2rem;
  border: 1px solid rgba(82, 255, 199, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(82, 255, 199, 0.11), transparent 42%),
    rgba(3, 7, 11, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.shop-purchase-panel > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--mint);
  font: 850 0.76rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-purchase-panel dl {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.shop-purchase-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid rgba(150, 225, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
}

.shop-purchase-panel dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.shop-purchase-panel dd {
  margin: 0;
  font-weight: 950;
  text-align: right;
}

.shop-alert {
  background:
    linear-gradient(90deg, rgba(255, 66, 86, 0.13), transparent 45%, rgba(82, 255, 199, 0.08)),
    #050a0f;
}

.shop-alert p {
  max-width: 1050px;
  margin: 0;
  color: rgba(244, 251, 255, 0.78);
  font-weight: 760;
}

.shop-section {
  background:
    linear-gradient(rgba(120, 234, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 234, 255, 0.035) 1px, transparent 1px),
    #03070b;
  background-size: 58px 58px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.shop-card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-width: 0;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.026)),
    rgba(7, 16, 25, 0.86);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.shop-card-featured {
  border-color: rgba(82, 255, 199, 0.48);
  background:
    linear-gradient(180deg, rgba(82, 255, 199, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(7, 16, 25, 0.92);
}

.shop-card-head span,
.shop-best small,
.shop-list-wrap h4 {
  color: var(--mint);
  font: 850 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.shop-card-head h3 {
  margin: 0.75rem 0 0.4rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.shop-card-head strong {
  display: block;
  color: var(--text);
  font-size: clamp(2.15rem, 3vw, 3.4rem);
  line-height: 1;
}

.shop-fit,
.shop-best p,
.shop-card li {
  color: rgba(244, 251, 255, 0.78);
}

.shop-best {
  padding: 0.9rem;
  border-left: 2px solid var(--cyan);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 6px;
}

.shop-best p {
  margin: 0.45rem 0 0;
}

.shop-list-wrap {
  display: grid;
  gap: 0.65rem;
}

.shop-list-wrap ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-card li {
  display: flex;
  gap: 0.62rem;
  font-size: 0.95rem;
}

.shop-card li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.46rem;
  background: var(--mint);
}

.shop-limits li::before {
  background: var(--amber);
}

.shop-card .button {
  margin-top: auto;
}

.shop-guidance {
  background:
    radial-gradient(circle at 12% 20%, rgba(34, 183, 255, 0.12), transparent 31%),
    linear-gradient(135deg, rgba(255, 207, 92, 0.08), transparent 42%),
    #05090e;
}

.shop-guidance-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.shop-guidance-layout p,
.checkout-copy p {
  color: rgba(244, 251, 255, 0.76);
  font-size: 1.12rem;
}

.decision-strip,
.checkout-steps {
  display: grid;
  gap: 0.8rem;
}

.decision-strip article,
.checkout-steps article {
  padding: 1rem;
  border: 1px solid rgba(150, 225, 255, 0.17);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(82, 255, 199, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.decision-strip span,
.checkout-steps span {
  color: var(--mint);
  font: 900 0.84rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.decision-strip h3 {
  margin: 0.55rem 0 0.35rem;
}

.decision-strip p,
.checkout-steps small {
  color: var(--muted);
}

.checkout-section {
  background:
    linear-gradient(90deg, rgba(34, 183, 255, 0.1), transparent 48%, rgba(82, 255, 199, 0.08)),
    #071019;
}

.checkout-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.8rem;
}

.checkout-steps span {
  grid-row: span 2;
}

.support-hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(82, 255, 199, 0.14), transparent 30%),
    linear-gradient(90deg, rgba(34, 183, 255, 0.14), transparent 46%),
    linear-gradient(180deg, #07121b, #03070b);
}

.support-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.support-status-panel {
  padding: 1.2rem;
  border: 1px solid rgba(82, 255, 199, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(34, 183, 255, 0.11), transparent 42%),
    rgba(3, 7, 11, 0.72);
  box-shadow: var(--shadow);
}

.support-status-panel > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--mint);
  font: 850 0.76rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support-status-panel dl {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.support-status-panel div {
  display: grid;
  gap: 0.3rem;
  padding: 0.85rem;
  border: 1px solid rgba(150, 225, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
}

.support-status-panel dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.support-status-panel dd {
  margin: 0;
  font-weight: 900;
}

.support-status-panel a {
  color: var(--mint);
  text-decoration: none;
}

.support-notice {
  background:
    linear-gradient(90deg, rgba(82, 255, 199, 0.1), transparent 46%, rgba(255, 66, 86, 0.08)),
    #050a0f;
}

.support-notice p {
  max-width: 1050px;
  margin: 0;
  color: rgba(244, 251, 255, 0.78);
  font-weight: 760;
}

.support-hub,
.support-troubleshooting {
  background:
    linear-gradient(rgba(120, 234, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 234, 255, 0.035) 1px, transparent 1px),
    #03070b;
  background-size: 58px 58px;
}

.support-tile-grid,
.support-check-grid,
.trouble-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.support-tile-grid article,
.support-check-grid article,
.trouble-grid article,
.support-license-list article,
.faq-category {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.026));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
}

.support-tile-grid article,
.support-check-grid article,
.trouble-grid article {
  padding: 1.2rem;
}

.support-tile-grid span {
  color: var(--mint);
  font: 900 0.82rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.support-tile-grid h3,
.support-check-grid h3,
.trouble-grid h3 {
  margin: 0.75rem 0 0.5rem;
}

.support-tile-grid p,
.support-check-grid p,
.trouble-grid p,
.support-license-list p {
  color: var(--muted);
}

.support-tile-grid a {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--mint);
  font-weight: 850;
  text-decoration: none;
}

.support-info-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(34, 183, 255, 0.12), transparent 31%),
    linear-gradient(135deg, rgba(82, 255, 199, 0.06), transparent 42%),
    #05090e;
}

.support-split {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(420px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.support-split p {
  color: rgba(244, 251, 255, 0.76);
  font-size: 1.08rem;
}

.support-license-list {
  display: grid;
  gap: 0.8rem;
}

.support-license-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 1rem;
  padding: 1rem;
  border-left: 2px solid var(--mint);
}

.support-license-list strong {
  font-size: 1.08rem;
}

.support-license-list span {
  color: var(--mint);
  font-weight: 950;
  text-align: right;
}

.support-license-list p {
  grid-column: 1 / -1;
  margin: 0;
}

.support-playbook {
  background:
    linear-gradient(120deg, rgba(255, 207, 92, 0.08), transparent 42%),
    #04080d;
}

.support-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-steps li {
  display: grid;
  gap: 0.45rem;
  min-height: 180px;
  padding: 1rem;
  border: 1px solid rgba(150, 225, 255, 0.17);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(82, 255, 199, 0.08), rgba(255, 255, 255, 0.03));
}

.support-steps span {
  color: var(--mint);
  font: 900 0.86rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.support-steps strong {
  font-size: 1.12rem;
}

.support-steps small {
  color: var(--muted);
  font-size: 0.96rem;
}

.support-faq {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 66, 86, 0.13), transparent 28%),
    #050a0f;
}

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

.faq-category {
  padding: 1.1rem;
}

.faq-category h3 {
  margin-bottom: 1rem;
  color: var(--mint);
  font-size: 1.25rem;
}

.faq-stack {
  display: grid;
  gap: 0.7rem;
}

.faq-stack details {
  padding: 1rem;
  border: 1px solid rgba(150, 225, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
}

.faq-stack summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-stack p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.support-final p {
  max-width: 720px;
  margin: 0 auto 1.4rem;
  color: rgba(244, 251, 255, 0.76);
}

.contact-panel,
.contact-aside {
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.contact-panel {
  position: relative;
  border-color: rgba(82, 255, 199, 0.24);
  background:
    linear-gradient(135deg, rgba(34, 183, 255, 0.09), transparent 36%),
    linear-gradient(315deg, rgba(82, 255, 199, 0.06), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(120, 234, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 234, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
}

.contact-panel > * {
  position: relative;
}

form {
  display: grid;
  gap: 1.15rem;
}

label {
  color: rgba(244, 251, 255, 0.76);
  font: 850 0.86rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(150, 225, 255, 0.24);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  color: var(--text);
  min-height: 60px;
  padding: 1.08rem 1.12rem;
  font: inherit;
  font-size: 1.08rem;
  font-weight: 760;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82, 255, 199, 0.58);
  box-shadow:
    0 0 0 3px rgba(82, 255, 199, 0.11),
    inset 0 0 0 1px rgba(82, 255, 199, 0.1);
}

select,
button,
input[type="submit"] {
  cursor: pointer;
}

.select-shell {
  position: relative;
}

.select-shell::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 0.72rem;
  height: 0.72rem;
  pointer-events: none;
  border-right: 3px solid var(--mint);
  border-bottom: 3px solid var(--mint);
  transform: translateY(-68%) rotate(45deg);
  filter: drop-shadow(0 0 12px rgba(82, 255, 199, 0.8));
}

select {
  min-height: 72px;
  padding: 1.18rem 3.3rem 1.18rem 1.15rem;
  border-color: rgba(82, 255, 199, 0.34);
  background:
    linear-gradient(135deg, rgba(82, 255, 199, 0.13), rgba(34, 183, 255, 0.08)),
    rgba(3, 7, 11, 0.72);
  font-size: 1.16rem;
  font-weight: 950;
  appearance: none;
}

textarea,
input[type="text"],
input[type="email"] {
  cursor: text;
}

textarea {
  resize: vertical;
}

.form-submit {
  min-height: 74px;
  margin-top: 0.55rem;
  font-size: 1.28rem;
  padding: 1.2rem 1.4rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow:
    0 22px 64px rgba(34, 183, 255, 0.28),
    0 0 0 1px rgba(82, 255, 199, 0.2) inset;
}

.form-submit:hover {
  transform: translateY(-1px);
  box-shadow:
    0 26px 72px rgba(34, 183, 255, 0.34),
    0 0 0 1px rgba(82, 255, 199, 0.28) inset;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.form-error,
.form-warning {
  padding: 0.9rem 1rem;
  border-radius: 7px;
}

.form-error {
  border: 1px solid rgba(255, 66, 86, 0.45);
  color: #ffdce1;
  background: rgba(255, 66, 86, 0.12);
}

.form-warning {
  border: 1px solid rgba(255, 207, 92, 0.42);
  color: #fff1c8;
  background: rgba(255, 207, 92, 0.12);
}

.success-box {
  display: grid;
  gap: 1rem;
}

.contact-aside img {
  margin-bottom: 1rem;
  border-radius: 18px;
}

.legal-copy .section-inner {
  max-width: 860px;
}

.legal-panel {
  position: relative;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(34, 183, 255, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(255, 66, 86, 0.08), transparent 44%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.legal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(120, 234, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 234, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.28;
}

.legal-panel > * {
  position: relative;
}

.legal-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.legal-kicker span {
  padding: 0.45rem 0.62rem;
  border: 1px solid rgba(82, 255, 199, 0.26);
  border-radius: 6px;
  color: var(--mint);
  background: rgba(82, 255, 199, 0.08);
  font: 850 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.legal-copy h2 {
  margin-top: 2rem;
  font-size: 1.35rem;
}

.site-footer {
  padding: 3rem clamp(1rem, 4vw, 3.5rem);
  background:
    linear-gradient(90deg, rgba(34, 183, 255, 0.09), transparent 48%, rgba(82, 255, 199, 0.06)),
    #020406;
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-inner p {
  max-width: 560px;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 0.8rem 1.2rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
}

.footer-legal {
  width: min(1200px, 100%);
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(150, 225, 255, 0.12);
}

.footer-legal p {
  margin: 0;
  color: rgba(156, 182, 194, 0.65);
  font-size: 0.9rem;
}

:root[data-theme="light"] body {
  background:
    linear-gradient(90deg, rgba(244, 248, 251, 0.9), rgba(244, 248, 251, 0.5) 48%, rgba(244, 248, 251, 0.82)),
    linear-gradient(180deg, rgba(244, 248, 251, 0.34), rgba(244, 248, 251, 0.18) 46%, rgba(244, 248, 251, 0.9)),
    url("../img/app-screenshots/hero-dashboard-wallpaper.jpg"),
    radial-gradient(circle at 14% 8%, rgba(5, 127, 194, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 20%, rgba(199, 52, 72, 0.11), transparent 28rem),
    linear-gradient(rgba(8, 52, 67, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 52, 67, 0.04) 1px, transparent 1px),
    var(--bg);
  background-position: center center, center center, center top, center center, center center, center top, center top, center center;
  background-size: auto, auto, cover, auto, auto, 64px 64px, 64px 64px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed, fixed;
}

:root[data-theme="light"] .site-header.is-scrolled,
:root[data-theme="light"] .site-header.nav-open {
  background: rgba(244, 248, 251, 0.88);
  border-bottom-color: rgba(8, 52, 67, 0.14);
  box-shadow: 0 18px 44px rgba(8, 52, 67, 0.08);
}

:root[data-theme="light"] .brand img,
:root[data-theme="light"] .footer-brand img {
  filter: drop-shadow(0 0 14px rgba(5, 127, 194, 0.28));
}

:root[data-theme="light"] .parent-brand {
  color: rgba(7, 16, 25, 0.78);
}

:root[data-theme="light"] .parent-brand:hover,
:root[data-theme="light"] .parent-brand:focus-visible {
  border-color: rgba(0, 169, 130, 0.38);
  background: rgba(0, 169, 130, 0.11);
  color: var(--text);
}

:root[data-theme="light"] .parent-brand img {
  filter: drop-shadow(0 0 16px rgba(0, 169, 130, 0.2));
}

:root[data-theme="light"] .product-brand:hover,
:root[data-theme="light"] .product-brand:focus-visible {
  border-color: rgba(5, 127, 194, 0.24);
  background: rgba(5, 127, 194, 0.08);
}

:root[data-theme="light"] .site-nav a {
  color: rgba(7, 16, 25, 0.7);
}

:root[data-theme="light"] .site-nav a:hover,
:root[data-theme="light"] .site-nav a[aria-current="page"] {
  color: var(--text);
}

:root[data-theme="light"] .nav-cta,
:root[data-theme="light"] .theme-toggle,
:root[data-theme="light"] .nav-toggle {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(0, 169, 130, 0.28);
  box-shadow: 0 12px 30px rgba(8, 52, 67, 0.08);
}

:root[data-theme="light"] .theme-toggle-icon::after {
  display: none;
}

:root[data-theme="light"] .theme-toggle-icon {
  width: 0.72rem;
  height: 0.72rem;
  border-color: #071019;
  background: #071019;
  box-shadow: none;
}

:root[data-theme="light"] .theme-toggle-icon::before {
  display: block;
  box-shadow:
    0 -9px 0 #071019,
    0 9px 0 #071019,
    9px 0 0 #071019,
    -9px 0 0 #071019,
    6px -6px 0 #071019,
    -6px -6px 0 #071019,
    6px 6px 0 #071019,
    -6px 6px 0 #071019;
}

:root[data-theme="light"] .hero-media img,
:root[data-theme="light"] .shop-hero-media img {
  opacity: 0.065;
  filter: saturate(0.72) contrast(1.04) blur(1.5px);
}

:root[data-theme="light"] .hero-media::after {
  background:
    radial-gradient(circle at 78% 34%, rgba(5, 127, 194, 0.12), transparent 28rem),
    linear-gradient(90deg, rgba(244, 248, 251, 0.99), rgba(244, 248, 251, 0.88) 46%, rgba(244, 248, 251, 0.96)),
    linear-gradient(180deg, rgba(244, 248, 251, 0.58), rgba(244, 248, 251, 0.34) 48%, var(--bg));
}

:root[data-theme="light"] .shop-hero-media::after {
  background:
    linear-gradient(90deg, rgba(244, 248, 251, 0.99), rgba(244, 248, 251, 0.86) 54%, rgba(244, 248, 251, 0.96)),
    linear-gradient(180deg, rgba(244, 248, 251, 0.36), var(--bg));
}

:root[data-theme="light"] .hero::before,
:root[data-theme="light"] .hero-grid {
  opacity: 0.42;
}

:root[data-theme="light"] h1,
:root[data-theme="light"] h2,
:root[data-theme="light"] h3 {
  text-shadow: none;
}

:root[data-theme="light"] .hero-lede,
:root[data-theme="light"] .section-heading p,
:root[data-theme="light"] .license-copy p,
:root[data-theme="light"] .workflow p,
:root[data-theme="light"] .page-hero p,
:root[data-theme="light"] .shop-hero-copy p,
:root[data-theme="light"] .shop-alert p,
:root[data-theme="light"] .shop-guidance-layout p,
:root[data-theme="light"] .checkout-copy p,
:root[data-theme="light"] .support-notice p,
:root[data-theme="light"] .support-split p,
:root[data-theme="light"] .support-final p {
  color: rgba(7, 16, 25, 0.72);
}

:root[data-theme="light"] .button-secondary,
:root[data-theme="light"] .button-ghost,
:root[data-theme="light"] .hero-specs div,
:root[data-theme="light"] .stage-panel,
:root[data-theme="light"] .feature-card,
:root[data-theme="light"] .fact-card,
:root[data-theme="light"] .deck-card,
:root[data-theme="light"] .pricing-card,
:root[data-theme="light"] .release-card,
:root[data-theme="light"] .support-grid article,
:root[data-theme="light"] .faq-grid details,
:root[data-theme="light"] .support-tile-grid article,
:root[data-theme="light"] .support-check-grid article,
:root[data-theme="light"] .trouble-grid article,
:root[data-theme="light"] .support-license-list article,
:root[data-theme="light"] .faq-category,
:root[data-theme="light"] .faq-stack details,
:root[data-theme="light"] .legal-panel,
:root[data-theme="light"] .contact-panel,
:root[data-theme="light"] .contact-aside,
:root[data-theme="light"] .shop-card,
:root[data-theme="light"] .decision-strip article,
:root[data-theme="light"] .checkout-steps article,
:root[data-theme="light"] .support-steps li {
  background:
    linear-gradient(135deg, rgba(5, 127, 194, 0.055), transparent 40%),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

:root[data-theme="light"] .featured-plan,
:root[data-theme="light"] .shop-card-featured {
  background:
    linear-gradient(180deg, rgba(0, 169, 130, 0.12), rgba(255, 255, 255, 0.84)),
    rgba(255, 255, 255, 0.88);
}

:root[data-theme="light"] .command-stage,
:root[data-theme="light"] .hero-product-shot,
:root[data-theme="light"] .demo-frame,
:root[data-theme="light"] .screenshot-card,
:root[data-theme="light"] .screen-grid figure {
  background:
    linear-gradient(135deg, rgba(5, 127, 194, 0.1), transparent 45%),
    #ffffff;
  box-shadow: var(--shadow), 0 0 70px rgba(5, 127, 194, 0.08);
}

:root[data-theme="light"] .hero-product-shot img,
:root[data-theme="light"] .demo-frame img,
:root[data-theme="light"] .demo-frame video {
  opacity: 1;
  filter: saturate(1.12) contrast(1.08);
}

:root[data-theme="light"] .hero-product-shot::after {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(5, 127, 194, 0.08);
}

:root[data-theme="light"] .shot-caption,
:root[data-theme="light"] .shop-purchase-panel,
:root[data-theme="light"] .support-status-panel {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(0, 169, 130, 0.24);
  box-shadow: 0 18px 48px rgba(8, 52, 67, 0.12);
}

:root[data-theme="light"] .hero-product-shot .shot-caption {
  right: auto;
  bottom: 0.9rem;
  top: auto;
  width: min(430px, calc(100% - 1.8rem));
  padding: 0.72rem 0.82rem;
  background: rgba(255, 255, 255, 0.88);
}

:root[data-theme="light"] .hero-product-shot .shot-caption span {
  color: #008d73;
  font-size: 0.68rem;
}

:root[data-theme="light"] .hero-product-shot .shot-caption strong {
  color: var(--text);
  font-size: 1rem;
}

:root[data-theme="light"] .credibility,
:root[data-theme="light"] .facts-section,
:root[data-theme="light"] .dark-section,
:root[data-theme="light"] .workflow-section,
:root[data-theme="light"] .deck-section,
:root[data-theme="light"] .demo-reel-section,
:root[data-theme="light"] .faq-section,
:root[data-theme="light"] .final-cta,
:root[data-theme="light"] .page-hero,
:root[data-theme="light"] .shop-alert,
:root[data-theme="light"] .shop-section,
:root[data-theme="light"] .shop-guidance,
:root[data-theme="light"] .checkout-section,
:root[data-theme="light"] .support-hero,
:root[data-theme="light"] .support-notice,
:root[data-theme="light"] .support-hub,
:root[data-theme="light"] .support-troubleshooting,
:root[data-theme="light"] .support-info-section,
:root[data-theme="light"] .support-playbook,
:root[data-theme="light"] .support-faq,
:root[data-theme="light"] .site-footer {
  background:
    radial-gradient(circle at 82% 18%, rgba(199, 52, 72, 0.08), transparent 28rem),
    radial-gradient(circle at 14% 30%, rgba(5, 127, 194, 0.11), transparent 30rem),
    linear-gradient(rgba(8, 52, 67, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 52, 67, 0.035) 1px, transparent 1px),
    var(--bg-2);
  background-size: auto, auto, 58px 58px, 58px 58px, auto;
}

:root[data-theme="light"] .credibility,
:root[data-theme="light"] .site-footer {
  border-color: rgba(8, 52, 67, 0.14);
}

:root[data-theme="light"] .feature-card p,
:root[data-theme="light"] .fact-card p,
:root[data-theme="light"] .deck-card p,
:root[data-theme="light"] .credibility p,
:root[data-theme="light"] .support-grid p,
:root[data-theme="light"] .faq-grid p,
:root[data-theme="light"] .legal-copy p,
:root[data-theme="light"] .contact-aside p,
:root[data-theme="light"] .release-card p,
:root[data-theme="light"] .release-card small,
:root[data-theme="light"] .shop-fit,
:root[data-theme="light"] .shop-best p,
:root[data-theme="light"] .shop-card li,
:root[data-theme="light"] .decision-strip p,
:root[data-theme="light"] .checkout-steps small,
:root[data-theme="light"] .support-tile-grid p,
:root[data-theme="light"] .support-check-grid p,
:root[data-theme="light"] .trouble-grid p,
:root[data-theme="light"] .support-license-list p,
:root[data-theme="light"] .support-steps small,
:root[data-theme="light"] .faq-stack p,
:root[data-theme="light"] .footer-inner p,
:root[data-theme="light"] .footer-links a,
:root[data-theme="light"] .footer-legal p,
:root[data-theme="light"] .screenshot-card span,
:root[data-theme="light"] .screen-grid figcaption,
:root[data-theme="light"] .stage-panel small,
:root[data-theme="light"] .steps small {
  color: var(--muted);
}

:root[data-theme="light"] .check-list li,
:root[data-theme="light"] .pricing-card li {
  color: rgba(7, 16, 25, 0.78);
}

:root[data-theme="light"] label {
  color: rgba(7, 16, 25, 0.7);
}

:root[data-theme="light"] input,
:root[data-theme="light"] select,
:root[data-theme="light"] textarea {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 245, 248, 0.9));
  color: var(--text);
  border-color: rgba(8, 52, 67, 0.18);
}

:root[data-theme="light"] select {
  background:
    linear-gradient(135deg, rgba(0, 169, 130, 0.12), rgba(5, 127, 194, 0.08)),
    rgba(255, 255, 255, 0.92);
}

:root[data-theme="light"] code {
  background: rgba(5, 127, 194, 0.08);
}

@media (max-width: 1500px) {
  .site-nav a {
    padding-inline: 0.72rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-product-shot {
    justify-self: start;
    max-width: 760px;
  }

  h1 {
    font-size: clamp(3.4rem, 8vw, 4.9rem);
  }
}

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

  .brand-cluster {
    flex: 1 1 auto;
  }

  .parent-brand,
  .product-brand {
    padding-right: 0.5rem;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 1px);
    right: clamp(1rem, 4vw, 3.5rem);
    left: clamp(1rem, 4vw, 3.5rem);
    display: none;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(3, 7, 11, 0.96);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    width: 100%;
  }

  .workflow,
  .license-layout,
  .contact-layout,
  .demo-reel-layout,
  .demo-page-layout,
  .shop-hero-inner,
  .shop-guidance-layout,
  .checkout-layout,
  .support-hero-inner,
  .support-split {
    grid-template-columns: 1fr;
  }

  .command-stage {
    min-height: 460px;
  }

  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .hero-lede,
  .section-heading p,
  .license-copy p,
  .workflow p,
  .page-hero p {
    font-size: 1.12rem;
  }

  .feature-grid,
  .facts-grid,
  .deck-grid,
  .screenshot-grid,
  .screen-grid,
  .support-grid,
  .pricing-grid,
  .shop-grid,
  .support-tile-grid,
  .support-check-grid,
  .trouble-grid,
  .support-steps,
  .faq-category-grid,
  .release-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-purchase-panel,
  .support-status-panel {
    max-width: 720px;
  }

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

  .credibility span {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    gap: 0.55rem;
  }

  .parent-brand {
    padding: 0.25rem;
    border-color: rgba(82, 255, 199, 0.2);
    background: rgba(82, 255, 199, 0.055);
  }

  .parent-brand span {
    display: none;
  }

  .parent-brand img,
  .brand img {
    width: 32px;
    height: 32px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .hero {
    min-height: auto;
    padding-top: 7rem;
  }

  .shop-hero {
    min-height: auto;
    padding-top: 7rem;
  }

  h1 {
    font-size: 3.25rem;
    line-height: 0.94;
    white-space: normal;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.28rem;
  }

  .pricing-card h3 {
    font-size: 3.25rem;
  }

  .hero-actions,
  .hero-actions .button,
  .final-cta .button {
    width: 100%;
  }

  .stage-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(130px, auto));
    min-height: 0;
  }

  .shot-caption {
    left: 0.6rem;
    right: 0.6rem;
    top: 0.6rem;
    align-items: flex-start;
    display: grid;
    gap: 0.35rem;
  }

  .stage-topline {
    display: grid;
  }

  .feature-grid,
  .facts-grid,
  .deck-grid,
  .screenshot-grid,
  .screen-grid,
  .faq-grid,
  .support-grid,
  .pricing-grid,
  .shop-grid,
  .support-tile-grid,
  .support-check-grid,
  .trouble-grid,
  .support-steps,
  .faq-category-grid,
  .release-grid {
    grid-template-columns: 1fr;
  }

  .shop-hero-copy h1 {
    font-size: 3rem;
  }

  .shop-hero-actions,
  .shop-hero-actions .button,
  .support-actions,
  .support-actions .button {
    width: 100%;
  }

  .shop-purchase-panel div {
    display: grid;
    gap: 0.35rem;
  }

  .shop-purchase-panel dd {
    text-align: left;
  }

  .support-license-list article {
    grid-template-columns: 1fr;
  }

  .support-license-list span {
    text-align: left;
  }

  .footer-inner {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  :root[data-theme="light"] .site-nav {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(8, 52, 67, 0.14);
    box-shadow: 0 22px 54px rgba(8, 52, 67, 0.16);
  }

  :root[data-theme="light"] .site-nav a {
    color: rgba(7, 16, 25, 0.82);
  }

  :root[data-theme="light"] .site-nav a:hover,
  :root[data-theme="light"] .site-nav a[aria-current="page"] {
    color: var(--text);
    background: rgba(5, 127, 194, 0.07);
  }

  :root[data-theme="light"] .site-header.nav-open {
    background: rgba(244, 248, 251, 0.94);
  }
}

:root[data-theme="light"] body {
  background:
    radial-gradient(circle at 12% 8%, rgba(5, 127, 194, 0.18), transparent 26rem),
    radial-gradient(circle at 86% 10%, rgba(0, 169, 130, 0.12), transparent 24rem),
    radial-gradient(circle at 58% 42%, rgba(199, 52, 72, 0.07), transparent 30rem),
    repeating-linear-gradient(0deg, rgba(8, 52, 67, 0.045) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(90deg, rgba(8, 52, 67, 0.04) 0 1px, transparent 1px 72px),
    linear-gradient(125deg, rgba(255, 255, 255, 0.78), rgba(232, 241, 245, 0.9) 48%, rgba(244, 248, 251, 0.96));
}

:root[data-theme="light"] body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, transparent 0 4rem, rgba(5, 127, 194, 0.08) 4.05rem 4.12rem, transparent 4.18rem 7rem, rgba(5, 127, 194, 0.055) 7.08rem 7.14rem, transparent 7.2rem),
    radial-gradient(circle at 18% 72%, transparent 0 3rem, rgba(0, 169, 130, 0.07) 3.05rem 3.12rem, transparent 3.18rem 6rem),
    linear-gradient(115deg, transparent 0 42%, rgba(5, 127, 194, 0.07) 42.1% 42.25%, transparent 42.35%),
    linear-gradient(18deg, transparent 0 58%, rgba(199, 52, 72, 0.055) 58.1% 58.25%, transparent 58.35%),
    repeating-radial-gradient(circle at 50% 50%, rgba(8, 52, 67, 0.035) 0 1px, transparent 1px 18px);
  opacity: 0.9;
}

:root[data-theme="light"] .section,
:root[data-theme="light"] .band,
:root[data-theme="light"] .final-cta,
:root[data-theme="light"] .page-hero,
:root[data-theme="light"] .shop-hero,
:root[data-theme="light"] .support-hero,
:root[data-theme="light"] .site-footer {
  background:
    radial-gradient(circle at 82% 16%, rgba(5, 127, 194, 0.09), transparent 26rem),
    radial-gradient(circle at 12% 28%, rgba(0, 169, 130, 0.075), transparent 22rem),
    linear-gradient(135deg, transparent 0 46%, rgba(8, 52, 67, 0.055) 46.1% 46.25%, transparent 46.35%),
    repeating-linear-gradient(0deg, rgba(8, 52, 67, 0.04) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, rgba(8, 52, 67, 0.035) 0 1px, transparent 1px 58px),
    rgba(244, 248, 251, 0.72);
}

:root[data-theme="light"] .hero,
:root[data-theme="light"] .shop-hero {
  background: transparent;
}

:root[data-theme="light"] .hero-media img,
:root[data-theme="light"] .shop-hero-media img {
  opacity: 0.045;
  filter: saturate(0.7) contrast(1.02) blur(2px);
}

:root[data-theme="light"] .hero-product-shot {
  border-color: rgba(5, 127, 194, 0.3);
  background: #ffffff;
}

:root[data-theme="light"] .hero-product-shot img {
  opacity: 1;
  filter: saturate(1.16) contrast(1.1);
}

:root[data-theme="light"] .hero-product-shot::after {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(5, 127, 194, 0.09);
}

:root[data-theme="light"] .hero-product-shot .shot-caption {
  top: auto;
  right: auto;
  bottom: 0.85rem;
  width: min(390px, calc(100% - 1.7rem));
  padding: 0.68rem 0.78rem;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 169, 130, 0.26);
}

:root[data-theme="light"] body,
:root[data-theme="light"] h1,
:root[data-theme="light"] h2,
:root[data-theme="light"] h3,
:root[data-theme="light"] p,
:root[data-theme="light"] li,
:root[data-theme="light"] dd,
:root[data-theme="light"] summary,
:root[data-theme="light"] figcaption,
:root[data-theme="light"] label,
:root[data-theme="light"] .credibility p,
:root[data-theme="light"] .shop-alert p,
:root[data-theme="light"] .support-notice p,
:root[data-theme="light"] .footer-legal p {
  color: #071019;
}

:root[data-theme="light"] small,
:root[data-theme="light"] .muted,
:root[data-theme="light"] .hero-lede,
:root[data-theme="light"] .section-heading p,
:root[data-theme="light"] .feature-card p,
:root[data-theme="light"] .fact-card p,
:root[data-theme="light"] .deck-card p,
:root[data-theme="light"] .screenshot-card span,
:root[data-theme="light"] .screen-grid figcaption,
:root[data-theme="light"] .support-grid p,
:root[data-theme="light"] .faq-grid p,
:root[data-theme="light"] .faq-stack p,
:root[data-theme="light"] .legal-copy p,
:root[data-theme="light"] .contact-aside p,
:root[data-theme="light"] .footer-inner p,
:root[data-theme="light"] .footer-links a,
:root[data-theme="light"] .release-card p,
:root[data-theme="light"] .release-card small,
:root[data-theme="light"] .support-steps small,
:root[data-theme="light"] .steps small {
  color: #4f6572;
}

:root[data-theme="light"] .eyebrow,
:root[data-theme="light"] .pricing-kicker,
:root[data-theme="light"] .feature-card span,
:root[data-theme="light"] .deck-card span,
:root[data-theme="light"] .shot-caption span,
:root[data-theme="light"] .shop-card-head span,
:root[data-theme="light"] .shop-best small,
:root[data-theme="light"] .shop-list-wrap h4,
:root[data-theme="light"] .support-tile-grid span,
:root[data-theme="light"] .support-license-list span,
:root[data-theme="light"] .support-status-panel a,
:root[data-theme="light"] .legal-kicker span,
:root[data-theme="light"] .credibility span {
  color: #008d73;
}

:root[data-theme="light"] .button-primary,
:root[data-theme="light"] .form-submit {
  color: #041014;
}

:root[data-theme="light"] .button-secondary,
:root[data-theme="light"] .button-ghost,
:root[data-theme="light"] .nav-cta,
:root[data-theme="light"] .theme-toggle {
  color: #071019;
}

.site-nav a {
  position: relative;
  border-radius: 7px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #f4fbff;
  background:
    linear-gradient(135deg, rgba(82, 255, 199, 0.18), rgba(34, 183, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(82, 255, 199, 0.22);
}

.site-nav a:focus-visible,
.theme-toggle:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(82, 255, 199, 0.62);
  outline-offset: 3px;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.site-nav .nav-cta[aria-current="page"] {
  color: #041014;
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  border-color: transparent;
  box-shadow: 0 16px 38px rgba(34, 183, 255, 0.26);
}

:root[data-theme="light"] .site-nav a:hover,
:root[data-theme="light"] .site-nav a:focus-visible,
:root[data-theme="light"] .site-nav a[aria-current="page"] {
  color: #061014;
  background:
    linear-gradient(135deg, rgba(0, 169, 130, 0.18), rgba(5, 127, 194, 0.13)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 14px 34px rgba(8, 52, 67, 0.14),
    inset 0 0 0 1px rgba(0, 169, 130, 0.28);
}

:root[data-theme="light"] .site-nav .nav-cta:hover,
:root[data-theme="light"] .site-nav .nav-cta:focus-visible,
:root[data-theme="light"] .site-nav .nav-cta[aria-current="page"] {
  color: #041014;
  background: linear-gradient(135deg, #29a7dc, #39e6bb);
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(5, 127, 194, 0.18);
}

@media (max-width: 980px) {
  .site-nav.is-open {
    gap: 0.45rem;
  }

  .site-nav.is-open a {
    min-height: 52px;
    justify-content: flex-start;
    padding: 0.9rem 1rem 0.9rem 1.15rem;
    border: 1px solid rgba(150, 225, 255, 0.12);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(244, 251, 255, 0.88);
  }

  .site-nav.is-open a::before {
    content: "";
    position: absolute;
    left: 0.55rem;
    top: 50%;
    width: 3px;
    height: 42%;
    border-radius: 999px;
    background: transparent;
    transform: translateY(-50%);
  }

  .site-nav.is-open a:hover,
  .site-nav.is-open a:focus-visible,
  .site-nav.is-open a[aria-current="page"] {
    color: #f4fbff;
    background:
      linear-gradient(90deg, rgba(82, 255, 199, 0.18), rgba(34, 183, 255, 0.1)),
      rgba(255, 255, 255, 0.095);
    border-color: rgba(82, 255, 199, 0.32);
    transform: translateX(3px);
  }

  .site-nav.is-open a:hover::before,
  .site-nav.is-open a:focus-visible::before,
  .site-nav.is-open a[aria-current="page"]::before {
    background: var(--mint);
    box-shadow: 0 0 14px rgba(82, 255, 199, 0.72);
  }

  .site-nav.is-open .nav-cta {
    border-color: rgba(82, 255, 199, 0.38);
    background: rgba(82, 255, 199, 0.11);
  }

  .site-nav.is-open .nav-cta:hover,
  .site-nav.is-open .nav-cta:focus-visible {
    color: #041014;
    background: linear-gradient(135deg, var(--cyan), var(--mint));
  }

  :root[data-theme="light"] .site-nav.is-open a {
    color: #071019;
    border-color: rgba(8, 52, 67, 0.12);
    background: rgba(255, 255, 255, 0.74);
  }

  :root[data-theme="light"] .site-nav.is-open a:hover,
  :root[data-theme="light"] .site-nav.is-open a:focus-visible,
  :root[data-theme="light"] .site-nav.is-open a[aria-current="page"] {
    color: #041014;
    background:
      linear-gradient(90deg, rgba(0, 169, 130, 0.2), rgba(5, 127, 194, 0.12)),
      rgba(255, 255, 255, 0.96);
    border-color: rgba(0, 169, 130, 0.34);
    box-shadow:
      0 12px 28px rgba(8, 52, 67, 0.12),
      inset 0 0 0 1px rgba(0, 169, 130, 0.18);
  }

  :root[data-theme="light"] .site-nav.is-open a:hover::before,
  :root[data-theme="light"] .site-nav.is-open a:focus-visible::before,
  :root[data-theme="light"] .site-nav.is-open a[aria-current="page"]::before {
    background: #008d73;
    box-shadow: 0 0 12px rgba(0, 169, 130, 0.44);
  }

  :root[data-theme="light"] .site-nav.is-open .nav-cta {
    border-color: rgba(0, 169, 130, 0.3);
    background: rgba(0, 169, 130, 0.12);
  }

  :root[data-theme="light"] .site-nav.is-open .nav-cta:hover,
  :root[data-theme="light"] .site-nav.is-open .nav-cta:focus-visible {
    color: #041014;
    background: linear-gradient(135deg, #29a7dc, #39e6bb);
  }
}

.site-nav a.is-active,
.site-nav a[aria-current="page"] {
  color: #f4fbff;
  background:
    linear-gradient(135deg, rgba(82, 255, 199, 0.2), rgba(34, 183, 255, 0.13)),
    rgba(82, 255, 199, 0.1);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(82, 255, 199, 0.34);
}

.site-nav a.is-active::before,
.site-nav a[aria-current="page"]::before {
  background: var(--mint);
  box-shadow: 0 0 14px rgba(82, 255, 199, 0.72);
}

.site-nav .nav-cta {
  color: #180900;
  border-color: rgba(255, 160, 46, 0.7);
  background:
    linear-gradient(135deg, #ffb347, #ff7a1a),
    #ff9428;
  box-shadow:
    0 16px 38px rgba(255, 122, 26, 0.26),
    inset 0 0 0 1px rgba(255, 230, 180, 0.28);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.site-nav .nav-cta[aria-current="page"] {
  color: #100500;
  border-color: rgba(255, 192, 82, 0.86);
  background:
    linear-gradient(135deg, #ffd36e, #ff8f1f),
    #ff9d2f;
  box-shadow:
    0 18px 44px rgba(255, 122, 26, 0.36),
    inset 0 0 0 1px rgba(255, 242, 205, 0.34);
}

:root[data-theme="light"] .site-nav a.is-active,
:root[data-theme="light"] .site-nav a[aria-current="page"] {
  color: #061014;
  background:
    linear-gradient(135deg, rgba(0, 169, 130, 0.22), rgba(5, 127, 194, 0.14)),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 14px 34px rgba(8, 52, 67, 0.14),
    inset 0 0 0 1px rgba(0, 169, 130, 0.38);
}

:root[data-theme="light"] .site-nav .nav-cta {
  color: #ffffff;
  border-color: rgba(221, 34, 62, 0.74);
  background:
    linear-gradient(135deg, #ff4d67, #d81736),
    #e31f3d;
  box-shadow:
    0 16px 38px rgba(216, 23, 54, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

:root[data-theme="light"] .site-nav .nav-cta:hover,
:root[data-theme="light"] .site-nav .nav-cta:focus-visible,
:root[data-theme="light"] .site-nav .nav-cta[aria-current="page"] {
  color: #ffffff;
  border-color: rgba(189, 14, 44, 0.86);
  background:
    linear-gradient(135deg, #ff6b7f, #c90d2e),
    #d81736;
  box-shadow:
    0 18px 44px rgba(216, 23, 54, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

@media (max-width: 980px) {
  .site-nav.is-open a.is-active,
  .site-nav.is-open a[aria-current="page"] {
    color: #f4fbff;
    background:
      linear-gradient(90deg, rgba(82, 255, 199, 0.22), rgba(34, 183, 255, 0.12)),
      rgba(82, 255, 199, 0.11);
    border-color: rgba(82, 255, 199, 0.42);
  }

  .site-nav.is-open .nav-cta {
    color: #180900;
    border-color: rgba(255, 160, 46, 0.7);
    background:
      linear-gradient(135deg, #ffb347, #ff7a1a),
      #ff9428;
  }

  .site-nav.is-open .nav-cta:hover,
  .site-nav.is-open .nav-cta:focus-visible {
    color: #100500;
    background:
      linear-gradient(135deg, #ffd36e, #ff8f1f),
      #ff9d2f;
  }

  :root[data-theme="light"] .site-nav.is-open a.is-active,
  :root[data-theme="light"] .site-nav.is-open a[aria-current="page"] {
    color: #041014;
    background:
      linear-gradient(90deg, rgba(0, 169, 130, 0.24), rgba(5, 127, 194, 0.14)),
      rgba(255, 255, 255, 0.98);
    border-color: rgba(0, 169, 130, 0.44);
  }

  :root[data-theme="light"] .site-nav.is-open .nav-cta {
    color: #ffffff;
    border-color: rgba(221, 34, 62, 0.74);
    background:
      linear-gradient(135deg, #ff4d67, #d81736),
      #e31f3d;
  }

  :root[data-theme="light"] .site-nav.is-open .nav-cta:hover,
  :root[data-theme="light"] .site-nav.is-open .nav-cta:focus-visible {
    color: #ffffff;
    background:
      linear-gradient(135deg, #ff6b7f, #c90d2e),
      #d81736;
  }
}

/* Dual Tone Lab brand themes and production-safe media frames */
:root[data-theme-style="dualtone"] {
  --bg: #050505;
  --bg-2: #0b0a08;
  --ink: #fff8de;
  --white: #f7f4ea;
  --panel: rgba(20, 18, 14, 0.84);
  --panel-2: rgba(27, 23, 16, 0.78);
  --text: #f7f4ea;
  --muted: #b9b2a3;
  --dim: #7f796d;
  --line: rgba(232, 203, 129, 0.24);
  --gold: #d8a84e;
  --gold-bright: #ffe7a0;
  --silver: #e8e8df;
  --cyan: #d8a84e;
  --mint: #ffe7a0;
  --amber: #e8e8df;
  --red: #ff4256;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  color-scheme: dark;
}

:root[data-theme-style="dualtone"][data-theme="light"] {
  --bg: #f7f4ea;
  --bg-2: #eee7d4;
  --panel: rgba(255, 252, 242, 0.9);
  --panel-2: rgba(237, 230, 210, 0.78);
  --text: #18150f;
  --muted: #6e675a;
  --line: rgba(154, 111, 39, 0.28);
  --cyan: #9a6f27;
  --mint: #d8a84e;
  --amber: #594019;
  --red: #b82f42;
  --shadow: 0 24px 70px rgba(81, 61, 27, 0.16);
  color-scheme: light;
}

:root[data-theme-style="nexus"][data-theme="dark"] {
  --bg: #03070b;
  --bg-2: #071019;
  --panel: #0b1620;
  --panel-2: #101b24;
  --text: #f4fbff;
  --muted: #9cb6c2;
  --line: rgba(150, 225, 255, 0.18);
  --cyan: #22b7ff;
  --mint: #52ffc7;
  --amber: #ffcf5c;
  --red: #ff4256;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
}

:root[data-theme-style="dualtone"] body {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(232, 203, 129, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 203, 129, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 50% 12%, rgba(220, 169, 77, 0.24), transparent 30rem),
    radial-gradient(circle at 78% 64%, rgba(255, 255, 255, 0.09), transparent 24rem),
    linear-gradient(145deg, #050505 0%, #0b0a08 48%, #000000 100%);
  background-position: center top, center top, center top, center top, center center, center center, center center;
  background-size: 56px 56px, 56px 56px, 224px 224px, 224px 224px, auto, auto, auto;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed;
}

:root[data-theme-style="dualtone"][data-theme="dark"] body {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.54) 48%, rgba(5, 5, 5, 0.84)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.26), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.78)),
    url("../img/app-screenshots/hero-dashboard-wallpaper.jpg"),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 12%, rgba(220, 169, 77, 0.22), transparent 30rem),
    radial-gradient(circle at 78% 64%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(145deg, #050505 0%, #0b0a08 48%, #000000 100%);
  background-position: center center, center center, center center, center top, center top, center center, center center, center center;
  background-size: auto, auto, cover, 56px 56px, 56px 56px, auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed, fixed;
}

:root[data-theme-style="dualtone"][data-theme="dark"] body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 16%, transparent 0 5rem, rgba(232, 203, 129, 0.08) 5.08rem 5.16rem, transparent 5.24rem 9rem, rgba(232, 203, 129, 0.045) 9.08rem 9.16rem, transparent 9.24rem),
    linear-gradient(115deg, transparent 0 42%, rgba(216, 168, 78, 0.075) 42.1% 42.25%, transparent 42.35%),
    linear-gradient(18deg, transparent 0 58%, rgba(255, 255, 255, 0.06) 58.1% 58.25%, transparent 58.35%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-position: center center, center center, center center, center top, center top;
  background-size: auto, auto, auto, 56px 56px, 56px 56px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat;
  mask-image: linear-gradient(to bottom, black 0%, black 82%, transparent 100%);
}

:root[data-theme-style="dualtone"][data-theme="dark"] body::after {
  content: "";
  position: fixed;
  inset: auto -10vw -26vh -10vw;
  z-index: -1;
  height: 46vh;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(139, 91, 24, 0.26), rgba(255, 239, 173, 0.16), rgba(93, 93, 84, 0.2));
  filter: blur(24px);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .parent-brand,
:root[data-theme-style="dualtone"][data-theme="dark"] .product-brand,
:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav,
:root[data-theme-style="dualtone"][data-theme="dark"] .theme-toggle,
:root[data-theme-style="dualtone"][data-theme="dark"] .nav-toggle {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(20, 18, 14, 0.82), rgba(3, 3, 3, 0.68));
  box-shadow: 0 1px 0 rgba(255, 239, 173, 0.15) inset, var(--shadow);
  backdrop-filter: blur(22px) saturate(1.1);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .parent-brand,
:root[data-theme-style="dualtone"][data-theme="dark"] .product-brand {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav {
  gap: 4px;
  padding: 5px;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav a {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .theme-toggle {
  width: 52px;
  min-height: 52px;
  padding: 0;
  border-radius: 12px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .theme-toggle-icon {
  border-color: var(--gold-bright, #ffe7a0);
  box-shadow: 0 0 18px rgba(255, 231, 160, 0.36);
}

:root[data-theme-style="dualtone"][data-theme="light"] .theme-toggle-icon {
  border-color: #071019;
  background: #071019;
  box-shadow: none;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .nav-toggle {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  color: var(--text);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .nav-toggle span {
  background: currentColor;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .eyebrow {
  color: var(--mint);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.12em;
  text-shadow: 0 0 28px rgba(255, 231, 160, 0.18);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .eyebrow::before {
  width: 0.6rem;
  height: 0.6rem;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(255, 231, 160, 0.08), 0 0 26px rgba(255, 231, 160, 0.3);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .hero-copy h1 {
  font-size: clamp(3.5rem, 7vw, 5.9rem);
  line-height: 0.9;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .hero-lede {
  max-width: 650px;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.62;
}

:root[data-theme-style="dualtone"][data-theme="light"] body {
  background:
    linear-gradient(90deg, rgba(251, 248, 238, 0.9), rgba(251, 248, 238, 0.5) 48%, rgba(251, 248, 238, 0.84)),
    linear-gradient(180deg, rgba(251, 248, 238, 0.36), rgba(251, 248, 238, 0.2) 48%, rgba(251, 248, 238, 0.92)),
    url("../img/app-screenshots/hero-dashboard-wallpaper.jpg"),
    linear-gradient(rgba(154, 111, 39, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 111, 39, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(154, 111, 39, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 111, 39, 0.2) 1px, transparent 1px),
    radial-gradient(circle at 48% 10%, rgba(216, 168, 78, 0.26), transparent 30rem),
    radial-gradient(circle at 76% 62%, rgba(255, 255, 255, 0.5), transparent 24rem),
    linear-gradient(145deg, #fbf8ee 0%, #eee7d4 52%, #f8f5ea 100%);
  background-position: center center, center center, center top, center top, center top, center top, center top, center center, center center, center center;
  background-size: auto, auto, cover, 56px 56px, 56px 56px, 224px 224px, 224px 224px, auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed, fixed, fixed, fixed;
}

:root[data-theme-style="dualtone"][data-theme="light"] body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, transparent 0 4rem, rgba(154, 111, 39, 0.08) 4.05rem 4.12rem, transparent 4.18rem 7rem, rgba(154, 111, 39, 0.055) 7.08rem 7.14rem, transparent 7.2rem),
    radial-gradient(circle at 18% 72%, transparent 0 3rem, rgba(216, 168, 78, 0.08) 3.05rem 3.12rem, transparent 3.18rem 6rem),
    linear-gradient(115deg, transparent 0 42%, rgba(154, 111, 39, 0.075) 42.1% 42.25%, transparent 42.35%),
    linear-gradient(18deg, transparent 0 58%, rgba(255, 255, 255, 0.34) 58.1% 58.25%, transparent 58.35%),
    repeating-radial-gradient(circle at 50% 50%, rgba(154, 111, 39, 0.035) 0 1px, transparent 1px 18px);
  opacity: 0.92;
}

:root[data-theme-style="nexus"][data-theme="dark"] body {
  background:
    radial-gradient(circle at 14% 8%, rgba(34, 183, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 20%, rgba(255, 66, 86, 0.11), transparent 28rem),
    linear-gradient(rgba(120, 234, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 234, 255, 0.04) 1px, transparent 1px),
    var(--bg);
  background-size: auto, auto, 64px 64px, 64px 64px, auto;
}

:root[data-theme-style="dualtone"] .site-header.is-scrolled,
:root[data-theme-style="dualtone"] .site-header.nav-open {
  background: rgba(5, 5, 5, 0.56);
  border-bottom-color: rgba(232, 203, 129, 0.22);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .site-header.is-scrolled:not(.nav-open) {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

:root[data-theme-style="dualtone"][data-theme="light"] .site-header.is-scrolled,
:root[data-theme-style="dualtone"][data-theme="light"] .site-header.nav-open {
  background: rgba(247, 244, 234, 0.9);
  border-bottom-color: rgba(154, 111, 39, 0.2);
  box-shadow: 0 18px 44px rgba(81, 61, 27, 0.1);
}

:root[data-theme-style="dualtone"] .brand img,
:root[data-theme-style="dualtone"] .footer-brand img,
:root[data-theme-style="dualtone"] .parent-brand img {
  filter: drop-shadow(0 0 18px rgba(232, 203, 129, 0.28));
}

:root[data-theme-style="dualtone"] .parent-brand:hover,
:root[data-theme-style="dualtone"] .parent-brand:focus-visible,
:root[data-theme-style="dualtone"] .product-brand:hover,
:root[data-theme-style="dualtone"] .product-brand:focus-visible {
  border-color: rgba(232, 203, 129, 0.36);
  background: rgba(232, 203, 129, 0.1);
}

:root[data-theme-style="dualtone"][data-theme="light"] .parent-brand,
:root[data-theme-style="dualtone"][data-theme="light"] .site-nav a {
  color: rgba(24, 21, 15, 0.74);
}

:root[data-theme-style="dualtone"] .button-primary {
  position: relative;
  overflow: hidden;
  color: #160d02;
  border-color: rgba(255, 231, 160, 0.5);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 246, 216, 0.58), transparent 34%),
    linear-gradient(112deg, #744817 0%, #9d651f 16%, #c88c34 31%, #e7bd63 46%, #fff0b9 58%, #e8d8a6 72%, #b7ac86 86%, #7c765f 100%);
  background-size: 180% 180%, 100% 100%;
  background-position: 18% 0, center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42), 0 0 34px rgba(216, 168, 78, 0.24);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
  isolation: isolate;
  transition: background-position 220ms ease, filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

:root[data-theme-style="dualtone"] .button-primary::before {
  position: absolute;
  inset: 1px;
  border-radius: 6px;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 48%, rgba(0, 0, 0, 0.1)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  pointer-events: none;
  opacity: 0.44;
  mix-blend-mode: soft-light;
}

:root[data-theme-style="dualtone"] .button-primary::after {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -58%;
  width: 52%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  filter: blur(18px);
  transform: rotate(18deg);
  transition: left 260ms ease, opacity 180ms ease;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.78;
}

:root[data-theme-style="dualtone"] .button-primary:hover::after {
  left: 112%;
}

:root[data-theme-style="dualtone"][data-theme="light"] .button-primary {
  color: #160d02;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 246, 216, 0.54), transparent 34%),
    linear-gradient(112deg, #7b4c17 0%, #a96d22 17%, #cf963a 34%, #eecb78 51%, #fff1bd 63%, #dfd2a2 78%, #9a947e 100%);
  background-size: 180% 180%, 100% 100%;
  background-position: 18% 0, center;
  box-shadow: 0 16px 36px rgba(81, 61, 27, 0.18);
}

:root[data-theme-style="dualtone"] .button-primary:hover,
:root[data-theme-style="dualtone"] .button-primary:focus-visible {
  background-position: 82% 100%, center;
  filter: saturate(1.04) contrast(1.02);
}

:root[data-theme-style="dualtone"] .button-secondary,
:root[data-theme-style="dualtone"] .button-ghost,
:root[data-theme-style="dualtone"] .theme-toggle,
:root[data-theme-style="dualtone"] .nav-toggle,
:root[data-theme-style="dualtone"] .hero-specs div,
:root[data-theme-style="dualtone"] .stage-panel,
:root[data-theme-style="dualtone"] .feature-card,
:root[data-theme-style="dualtone"] .fact-card,
:root[data-theme-style="dualtone"] .deck-card,
:root[data-theme-style="dualtone"] .pricing-card,
:root[data-theme-style="dualtone"] .release-card,
:root[data-theme-style="dualtone"] .support-grid article,
:root[data-theme-style="dualtone"] .faq-grid details,
:root[data-theme-style="dualtone"] .support-tile-grid article,
:root[data-theme-style="dualtone"] .support-check-grid article,
:root[data-theme-style="dualtone"] .trouble-grid article,
:root[data-theme-style="dualtone"] .support-license-list article,
:root[data-theme-style="dualtone"] .faq-category,
:root[data-theme-style="dualtone"] .faq-stack details,
:root[data-theme-style="dualtone"] .legal-panel,
:root[data-theme-style="dualtone"] .contact-panel,
:root[data-theme-style="dualtone"] .contact-aside,
:root[data-theme-style="dualtone"] .shop-card,
:root[data-theme-style="dualtone"] .decision-strip article,
:root[data-theme-style="dualtone"] .checkout-steps article,
:root[data-theme-style="dualtone"] .support-steps li {
  border-color: var(--line);
  background:
    linear-gradient(145deg, rgba(20, 18, 14, 0.82), rgba(3, 3, 3, 0.68));
  box-shadow: 0 1px 0 rgba(255, 239, 173, 0.15) inset, var(--shadow);
  backdrop-filter: blur(22px) saturate(1.1);
}

:root[data-theme-style="dualtone"] .theme-toggle {
  width: 52px;
  padding: 0;
}

:root[data-theme-style="dualtone"][data-theme="light"] .button-secondary,
:root[data-theme-style="dualtone"][data-theme="light"] .button-ghost,
:root[data-theme-style="dualtone"][data-theme="light"] .theme-toggle,
:root[data-theme-style="dualtone"][data-theme="light"] .nav-toggle,
:root[data-theme-style="dualtone"][data-theme="light"] .hero-specs div,
:root[data-theme-style="dualtone"][data-theme="light"] .stage-panel,
:root[data-theme-style="dualtone"][data-theme="light"] .feature-card,
:root[data-theme-style="dualtone"][data-theme="light"] .fact-card,
:root[data-theme-style="dualtone"][data-theme="light"] .deck-card,
:root[data-theme-style="dualtone"][data-theme="light"] .pricing-card,
:root[data-theme-style="dualtone"][data-theme="light"] .release-card,
:root[data-theme-style="dualtone"][data-theme="light"] .support-grid article,
:root[data-theme-style="dualtone"][data-theme="light"] .faq-grid details,
:root[data-theme-style="dualtone"][data-theme="light"] .support-tile-grid article,
:root[data-theme-style="dualtone"][data-theme="light"] .support-check-grid article,
:root[data-theme-style="dualtone"][data-theme="light"] .trouble-grid article,
:root[data-theme-style="dualtone"][data-theme="light"] .support-license-list article,
:root[data-theme-style="dualtone"][data-theme="light"] .faq-category,
:root[data-theme-style="dualtone"][data-theme="light"] .faq-stack details,
:root[data-theme-style="dualtone"][data-theme="light"] .legal-panel,
:root[data-theme-style="dualtone"][data-theme="light"] .contact-panel,
:root[data-theme-style="dualtone"][data-theme="light"] .contact-aside,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-card,
:root[data-theme-style="dualtone"][data-theme="light"] .decision-strip article,
:root[data-theme-style="dualtone"][data-theme="light"] .checkout-steps article,
:root[data-theme-style="dualtone"][data-theme="light"] .support-steps li {
  background:
    linear-gradient(145deg, rgba(255, 252, 242, 0.9), rgba(231, 225, 207, 0.74));
}

.hero-product-shot,
.demo-frame,
.screenshot-card,
.screen-grid figure {
  position: relative;
  min-width: 0;
  padding: clamp(0.45rem, 1vw, 0.7rem);
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(16, 27, 36, 0.86), rgba(3, 7, 11, 0.72));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.hero-product-shot {
  max-width: min(100%, 760px);
}

:root[data-theme-style="dualtone"] .hero-product-shot,
:root[data-theme-style="dualtone"] .demo-frame,
:root[data-theme-style="dualtone"] .screenshot-card,
:root[data-theme-style="dualtone"] .screen-grid figure {
  background:
    linear-gradient(145deg, rgba(20, 18, 14, 0.82), rgba(3, 3, 3, 0.68));
  box-shadow:
    0 1px 0 rgba(255, 239, 173, 0.15) inset,
    var(--shadow),
    0 0 34px rgba(216, 168, 78, 0.11);
  backdrop-filter: blur(22px) saturate(1.1);
}

:root[data-theme="light"] .hero-product-shot,
:root[data-theme="light"] .demo-frame,
:root[data-theme="light"] .screenshot-card,
:root[data-theme="light"] .screen-grid figure {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(237, 245, 248, 0.78));
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero-product-shot,
:root[data-theme-style="dualtone"][data-theme="light"] .demo-frame,
:root[data-theme-style="dualtone"][data-theme="light"] .screenshot-card,
:root[data-theme-style="dualtone"][data-theme="light"] .screen-grid figure {
  background:
    linear-gradient(145deg, rgba(255, 252, 242, 0.92), rgba(231, 225, 207, 0.78));
}

.hero-product-shot img,
.demo-frame img,
.demo-frame video,
.screenshot-card img,
.screen-grid img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  background: #020406;
  object-fit: contain;
  opacity: 1;
}

.screenshot-card img {
  aspect-ratio: 16 / 10;
}

.screen-grid img,
.hero-product-shot img,
.demo-frame img,
.demo-frame video {
  aspect-ratio: 16 / 9;
}

.screenshot-card figcaption,
.screen-grid figcaption,
.demo-video-meta {
  min-width: 0;
}

.demo-frame-label {
  position: absolute;
  right: clamp(0.75rem, 2vw, 1.1rem);
  bottom: clamp(0.75rem, 2vw, 1.1rem);
  left: clamp(0.75rem, 2vw, 1.1rem);
  z-index: 3;
  display: grid;
  gap: 0.28rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(82, 255, 199, 0.24);
  border-radius: 8px;
  background: rgba(3, 7, 11, 0.72);
  color: #f4fbff;
  backdrop-filter: blur(14px);
}

.demo-frame-label span {
  color: var(--mint);
  font: 850 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-frame-label strong {
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  line-height: 1.25;
}

:root[data-theme-style="dualtone"] .demo-frame-label {
  border-color: rgba(232, 203, 129, 0.26);
  background: rgba(5, 5, 5, 0.74);
}

:root[data-theme="light"] .demo-frame-label {
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(0, 169, 130, 0.24);
}

:root[data-theme-style="dualtone"][data-theme="light"] .demo-frame-label {
  background: rgba(255, 252, 242, 0.88);
  border-color: rgba(154, 111, 39, 0.26);
}

:root[data-theme-style="dualtone"] .hero-media img,
:root[data-theme-style="dualtone"] .shop-hero-media img {
  opacity: 0;
}

:root[data-theme-style="dualtone"] .hero-media::after {
  background: transparent;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .hero,
:root[data-theme-style="dualtone"][data-theme="dark"] .shop-hero {
  background: transparent;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .hero::before {
  inset: 0;
  height: auto;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 28%, rgba(216, 168, 78, 0.14), transparent 22rem),
    linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.48) 92%, var(--bg) 100%);
  background-size: 56px 56px, 56px 56px, auto, auto;
  opacity: 1;
  mask-image: none;
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero-media img,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-hero-media img {
  opacity: 0.09;
  filter: saturate(0.78) contrast(1.02) blur(0.8px);
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero-media::after {
  background:
    radial-gradient(circle at 76% 32%, rgba(216, 168, 78, 0.18), transparent 28rem),
    linear-gradient(90deg, rgba(247, 244, 234, 0.99), rgba(247, 244, 234, 0.88) 48%, rgba(247, 244, 234, 0.96)),
    linear-gradient(180deg, rgba(247, 244, 234, 0.58), rgba(247, 244, 234, 0.34) 48%, var(--bg));
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-hero {
  background: transparent;
}

:root[data-theme-style="dualtone"] .section,
:root[data-theme-style="dualtone"] .band,
:root[data-theme-style="dualtone"] .final-cta,
:root[data-theme-style="dualtone"] .page-hero,
:root[data-theme-style="dualtone"] .shop-hero,
:root[data-theme-style="dualtone"] .support-hero,
:root[data-theme-style="dualtone"] .site-footer {
  background:
    radial-gradient(circle at 50% 12%, rgba(220, 169, 77, 0.18), transparent 30rem),
    radial-gradient(circle at 78% 64%, rgba(255, 255, 255, 0.07), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(216, 168, 78, 0.13), transparent 28rem),
    radial-gradient(circle at 14% 30%, rgba(255, 255, 255, 0.06), transparent 30rem),
    linear-gradient(rgba(232, 203, 129, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 203, 129, 0.04) 1px, transparent 1px),
    var(--bg-2);
  background-size: auto, auto, auto, auto, 56px 56px, 56px 56px, auto;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, scroll;
}

:root[data-theme-style="dualtone"][data-theme="light"] .section,
:root[data-theme-style="dualtone"][data-theme="light"] .band,
:root[data-theme-style="dualtone"][data-theme="light"] .final-cta,
:root[data-theme-style="dualtone"][data-theme="light"] .page-hero,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-hero,
:root[data-theme-style="dualtone"][data-theme="light"] .support-hero,
:root[data-theme-style="dualtone"][data-theme="light"] .site-footer {
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 168, 78, 0.14), transparent 28rem),
    radial-gradient(circle at 14% 30%, rgba(255, 255, 255, 0.48), transparent 30rem),
    linear-gradient(rgba(154, 111, 39, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 111, 39, 0.07) 1px, transparent 1px),
    var(--bg-2);
  background-size: auto, auto, 58px 58px, 58px 58px, auto;
}

:root[data-theme-style="dualtone"] .site-nav a:hover,
:root[data-theme-style="dualtone"] .site-nav a:focus-visible,
:root[data-theme-style="dualtone"] .site-nav a.is-active,
:root[data-theme-style="dualtone"] .site-nav a[aria-current="page"] {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(232, 203, 129, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(232, 203, 129, 0.1);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(232, 203, 129, 0.34);
}

:root[data-theme-style="dualtone"][data-theme="light"] .site-nav a:hover,
:root[data-theme-style="dualtone"][data-theme="light"] .site-nav a:focus-visible,
:root[data-theme-style="dualtone"][data-theme="light"] .site-nav a.is-active,
:root[data-theme-style="dualtone"][data-theme="light"] .site-nav a[aria-current="page"] {
  color: #18150f;
  background:
    linear-gradient(135deg, rgba(216, 168, 78, 0.24), rgba(255, 255, 255, 0.52)),
    rgba(255, 252, 242, 0.98);
  box-shadow:
    0 14px 34px rgba(81, 61, 27, 0.13),
    inset 0 0 0 1px rgba(154, 111, 39, 0.38);
}

:root[data-theme-style="dualtone"] .site-nav .nav-cta {
  color: #180900;
  border-color: rgba(255, 231, 160, 0.58);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 246, 216, 0.58), transparent 34%),
    linear-gradient(112deg, #744817 0%, #9d651f 16%, #c88c34 31%, #e7bd63 46%, #fff0b9 58%, #e8d8a6 72%, #b7ac86 86%, #7c765f 100%);
  background-size: 180% 180%, 100% 100%;
  background-position: 18% 0, center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42), 0 0 34px rgba(216, 168, 78, 0.24);
  transition: background-position 220ms ease, filter 180ms ease, box-shadow 180ms ease;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav .nav-cta,
:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav .nav-cta:hover,
:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav .nav-cta:focus-visible,
:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav .nav-cta[aria-current="page"] {
  color: #100900;
  border-color: rgba(255, 231, 160, 0.66);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 246, 216, 0.58), transparent 34%),
    linear-gradient(112deg, #744817 0%, #9d651f 16%, #c88c34 31%, #e7bd63 46%, #fff0b9 58%, #e8d8a6 72%, #b7ac86 86%, #7c765f 100%);
  background-size: 180% 180%, 100% 100%;
  background-position: 18% 0, center;
  font-weight: 950;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(216, 168, 78, 0.26),
    inset 0 0 0 1px rgba(255, 246, 216, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav .nav-cta:hover,
:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav .nav-cta:focus-visible,
:root[data-theme-style="dualtone"][data-theme="dark"] .site-nav .nav-cta[aria-current="page"] {
  background-position: 82% 100%, center;
  filter: saturate(1.04) contrast(1.02);
}

:root[data-theme-style="dualtone"][data-theme="light"] .site-nav .nav-cta {
  color: #160d02;
  border-color: rgba(154, 111, 39, 0.62);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 246, 216, 0.52), transparent 34%),
    linear-gradient(112deg, #7b4c17 0%, #a96d22 17%, #cf963a 34%, #eecb78 51%, #fff1bd 63%, #dfd2a2 78%, #9a947e 100%);
  background-size: 180% 180%, 100% 100%;
  background-position: 18% 0, center;
  box-shadow:
    0 18px 44px rgba(81, 61, 27, 0.18),
    0 0 30px rgba(216, 168, 78, 0.16),
    inset 0 0 0 1px rgba(255, 246, 216, 0.32);
  font-weight: 950;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.44);
}

:root[data-theme-style="dualtone"][data-theme="light"] .site-nav .nav-cta:hover,
:root[data-theme-style="dualtone"][data-theme="light"] .site-nav .nav-cta:focus-visible,
:root[data-theme-style="dualtone"][data-theme="light"] .site-nav .nav-cta[aria-current="page"] {
  color: #120800;
  border-color: rgba(154, 111, 39, 0.72);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 246, 216, 0.52), transparent 34%),
    linear-gradient(112deg, #7b4c17 0%, #a96d22 17%, #cf963a 34%, #eecb78 51%, #fff1bd 63%, #dfd2a2 78%, #9a947e 100%);
  background-size: 180% 180%, 100% 100%;
  background-position: 82% 100%, center;
  box-shadow:
    0 18px 44px rgba(81, 61, 27, 0.22),
    0 0 30px rgba(216, 168, 78, 0.2),
    inset 0 0 0 1px rgba(255, 246, 216, 0.36);
  filter: saturate(1.04) contrast(1.02);
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero-copy h1,
:root[data-theme-style="dualtone"][data-theme="light"] .page-hero h1,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-hero-copy h1,
:root[data-theme-style="dualtone"][data-theme="light"] .section-heading h2,
:root[data-theme-style="dualtone"][data-theme="light"] .checkout-copy h2,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-guidance-layout h2,
:root[data-theme-style="dualtone"][data-theme="light"] .support-hero h1 {
  color: transparent;
  background:
    linear-gradient(112deg, #17140e 0%, #4f3514 28%, #9a6f27 48%, #d8a84e 66%, #fff1bd 82%, #6d695e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

:root[data-theme-style="dualtone"][data-theme="light"] .shop-card-head h3,
:root[data-theme-style="dualtone"][data-theme="light"] .feature-card h3,
:root[data-theme-style="dualtone"][data-theme="light"] .fact-card h3,
:root[data-theme-style="dualtone"][data-theme="light"] .deck-card h3,
:root[data-theme-style="dualtone"][data-theme="light"] .support-grid h3,
:root[data-theme-style="dualtone"][data-theme="light"] .support-tile-grid h3,
:root[data-theme-style="dualtone"][data-theme="light"] .release-card h3 {
  color: #1f1a10;
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero {
  background:
    linear-gradient(90deg, rgba(247, 244, 234, 0.72), rgba(247, 244, 234, 0.48) 44%, rgba(247, 244, 234, 0.78)),
    linear-gradient(180deg, rgba(247, 244, 234, 0.52), rgba(247, 244, 234, 0.24) 54%, rgba(247, 244, 234, 0.9)),
    radial-gradient(circle at 76% 30%, rgba(216, 168, 78, 0.22), transparent 30rem),
    radial-gradient(circle at 18% 36%, rgba(154, 111, 39, 0.16), transparent 26rem),
    url("../img/app-screenshots/hero-dashboard-wallpaper.jpg"),
    linear-gradient(rgba(154, 111, 39, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 111, 39, 0.1) 1px, transparent 1px),
    linear-gradient(145deg, #fbf8ee 0%, #eee7d4 52%, #f8f5ea 100%);
  background-position: center center, center center, center center, center center, center top, center top, center top, center center;
  background-size: auto, auto, auto, auto, cover, 58px 58px, 58px 58px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed, scroll;
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero::before {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 82% 24%, transparent 0 5rem, rgba(154, 111, 39, 0.11) 5.08rem 5.16rem, transparent 5.24rem 9rem, rgba(216, 168, 78, 0.07) 9.08rem 9.16rem, transparent 9.24rem),
    linear-gradient(115deg, transparent 0 42%, rgba(154, 111, 39, 0.09) 42.1% 42.25%, transparent 42.35%),
    linear-gradient(18deg, transparent 0 58%, rgba(255, 255, 255, 0.58) 58.1% 58.25%, transparent 58.35%),
    repeating-linear-gradient(0deg, rgba(154, 111, 39, 0.075) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, rgba(154, 111, 39, 0.06) 0 1px, transparent 1px 58px);
  opacity: 0.82;
  mask-image: none;
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero-media img {
  opacity: 0.18;
  filter: saturate(0.88) contrast(1.04) blur(0.4px);
}

:root[data-theme-style="dualtone"][data-theme="light"] .hero-media::after {
  background:
    radial-gradient(circle at 76% 32%, rgba(216, 168, 78, 0.16), transparent 28rem),
    linear-gradient(90deg, rgba(247, 244, 234, 0.86), rgba(247, 244, 234, 0.64) 48%, rgba(247, 244, 234, 0.86)),
    linear-gradient(180deg, rgba(247, 244, 234, 0.3), rgba(247, 244, 234, 0.14) 48%, var(--bg));
}

:root[data-theme-style="dualtone"][data-theme="dark"] .shop-hero {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.58) 46%, rgba(5, 5, 5, 0.86)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.22), rgba(5, 5, 5, 0.18) 50%, rgba(5, 5, 5, 0.82)),
    url("../img/app-screenshots/hero-dashboard-wallpaper.jpg"),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 42% 10%, rgba(220, 169, 77, 0.22), transparent 30rem),
    linear-gradient(145deg, #050505 0%, #0b0a08 48%, #000000 100%);
  background-position: center center, center center, center center, center top, center top, center center, center center;
  background-size: auto, auto, cover, 56px 56px, 56px 56px, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, scroll;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .shop-hero-media img {
  opacity: 0.18;
  filter: saturate(0.92) contrast(1.06) blur(0.3px);
}

:root[data-theme-style="dualtone"][data-theme="dark"] .shop-hero-media::after {
  background:
    radial-gradient(circle at 70% 28%, rgba(216, 168, 78, 0.12), transparent 26rem),
    linear-gradient(90deg, rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0.52) 52%, rgba(5, 5, 5, 0.82)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.16) 48%, var(--bg));
}

:root[data-theme-style="dualtone"][data-theme="light"] .shop-hero {
  background:
    linear-gradient(90deg, rgba(247, 244, 234, 0.72), rgba(247, 244, 234, 0.48) 44%, rgba(247, 244, 234, 0.78)),
    linear-gradient(180deg, rgba(247, 244, 234, 0.52), rgba(247, 244, 234, 0.24) 54%, rgba(247, 244, 234, 0.9)),
    radial-gradient(circle at 76% 30%, rgba(216, 168, 78, 0.22), transparent 30rem),
    radial-gradient(circle at 18% 36%, rgba(154, 111, 39, 0.16), transparent 26rem),
    url("../img/app-screenshots/hero-dashboard-wallpaper.jpg"),
    linear-gradient(rgba(154, 111, 39, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 111, 39, 0.1) 1px, transparent 1px),
    linear-gradient(145deg, #fbf8ee 0%, #eee7d4 52%, #f8f5ea 100%);
  background-position: center center, center center, center center, center center, center top, center top, center top, center center;
  background-size: auto, auto, auto, auto, cover, 58px 58px, 58px 58px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed, scroll;
}

:root[data-theme-style="dualtone"][data-theme="light"] .shop-hero-media img {
  opacity: 0.18;
  filter: saturate(0.88) contrast(1.04) blur(0.4px);
}

:root[data-theme-style="dualtone"][data-theme="light"] .shop-hero-media::after {
  background:
    radial-gradient(circle at 76% 32%, rgba(216, 168, 78, 0.16), transparent 28rem),
    linear-gradient(90deg, rgba(247, 244, 234, 0.86), rgba(247, 244, 234, 0.64) 48%, rgba(247, 244, 234, 0.86)),
    linear-gradient(180deg, rgba(247, 244, 234, 0.3), rgba(247, 244, 234, 0.14) 48%, var(--bg));
}

:root[data-theme-style="dualtone"] .shop-card .button-primary,
:root[data-theme-style="dualtone"] .pricing-card .button-primary,
:root[data-theme-style="dualtone"] .shop-hero-actions .button-primary {
  color: #160d02;
  border-color: rgba(255, 231, 160, 0.5);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 246, 216, 0.56), transparent 34%),
    linear-gradient(112deg, #744817 0%, #9d651f 16%, #c88c34 31%, #e7bd63 46%, #fff0b9 58%, #e8d8a6 72%, #b7ac86 86%, #7c765f 100%);
  background-size: 180% 180%, 100% 100%;
  background-position: 18% 0, center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 34px rgba(216, 168, 78, 0.22);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
}

:root[data-theme-style="dualtone"] .shop-card .button-primary:hover,
:root[data-theme-style="dualtone"] .shop-card .button-primary:focus-visible,
:root[data-theme-style="dualtone"] .pricing-card .button-primary:hover,
:root[data-theme-style="dualtone"] .pricing-card .button-primary:focus-visible,
:root[data-theme-style="dualtone"] .shop-hero-actions .button-primary:hover,
:root[data-theme-style="dualtone"] .shop-hero-actions .button-primary:focus-visible {
  background-position: 82% 100%, center;
  filter: saturate(1.04) contrast(1.02);
}

:root[data-theme-style="dualtone"][data-theme="light"] .eyebrow,
:root[data-theme-style="dualtone"][data-theme="light"] .pricing-kicker,
:root[data-theme-style="dualtone"][data-theme="light"] .feature-card span,
:root[data-theme-style="dualtone"][data-theme="light"] .deck-card span,
:root[data-theme-style="dualtone"][data-theme="light"] .shot-caption span,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-card-head span,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-best small,
:root[data-theme-style="dualtone"][data-theme="light"] .shop-list-wrap h4,
:root[data-theme-style="dualtone"][data-theme="light"] .support-tile-grid span,
:root[data-theme-style="dualtone"][data-theme="light"] .support-license-list span,
:root[data-theme-style="dualtone"][data-theme="light"] .support-status-panel a,
:root[data-theme-style="dualtone"][data-theme="light"] .legal-kicker span,
:root[data-theme-style="dualtone"][data-theme="light"] .credibility span {
  color: #7a4e18;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .parent-brand span,
:root[data-theme-style="dualtone"][data-theme="dark"] .product-brand span,
:root[data-theme-style="dualtone"][data-theme="dark"] h1,
:root[data-theme-style="dualtone"][data-theme="dark"] h2,
:root[data-theme-style="dualtone"][data-theme="dark"] h3,
:root[data-theme-style="dualtone"][data-theme="dark"] .footer-brand span {
  background: linear-gradient(105deg, #b97822 0%, #ffe7a0 25%, #ffffff 52%, #d9dbd1 74%, #7b817a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

:root[data-theme-style="dualtone"][data-theme="dark"] .hero-lede,
:root[data-theme-style="dualtone"][data-theme="dark"] .section-heading p,
:root[data-theme-style="dualtone"][data-theme="dark"] .license-copy p,
:root[data-theme-style="dualtone"][data-theme="dark"] .workflow p,
:root[data-theme-style="dualtone"][data-theme="dark"] .page-hero p,
:root[data-theme-style="dualtone"][data-theme="dark"] .shop-hero-copy p,
:root[data-theme-style="dualtone"][data-theme="dark"] .shop-alert p,
:root[data-theme-style="dualtone"][data-theme="dark"] .support-notice p {
  color: var(--muted);
}

h1,
h2,
h3,
.page-hero h1,
.shop-hero-copy h1 {
  max-width: 100%;
  overflow-wrap: break-word;
}

.page-hero h1,
.shop-hero-copy h1 {
  font-size: clamp(3rem, 7vw, 6.25rem);
  line-height: 0.98;
}

@media (max-width: 980px) {
  .site-nav.is-open {
    background: rgba(3, 7, 11, 0.96);
  }

  :root[data-theme-style="dualtone"] .site-nav.is-open {
    background: rgba(5, 5, 5, 0.96);
  }

  :root[data-theme-style="dualtone"][data-theme="light"] .site-nav.is-open {
    background: rgba(247, 244, 234, 0.97);
    border-color: rgba(154, 111, 39, 0.22);
    box-shadow: 0 22px 54px rgba(81, 61, 27, 0.14);
  }

  :root[data-theme-style="dualtone"] .site-nav.is-open a {
    color: rgba(247, 244, 234, 0.9);
    border-color: rgba(232, 203, 129, 0.16);
    background: rgba(232, 203, 129, 0.055);
  }

  :root[data-theme-style="dualtone"][data-theme="light"] .site-nav.is-open a {
    color: #18150f;
    border-color: rgba(154, 111, 39, 0.16);
    background: rgba(255, 252, 242, 0.82);
  }

  .theme-toggle {
    width: 52px;
    padding-inline: 0;
  }
}

@media (max-width: 680px) {
  .product-brand span {
    display: none;
  }

  .product-brand {
    min-width: 42px;
    justify-content: center;
    padding: 0.25rem;
  }

  .brand-cluster {
    flex: 0 1 auto;
  }

  .hero-product-shot,
  .demo-frame,
  .screenshot-card,
  .screen-grid figure {
    border-radius: 11px;
    padding: 0.42rem;
  }

  .screenshot-card figcaption,
  .screen-grid figcaption {
    padding: 0.85rem;
  }

  .demo-frame-label {
    position: static;
    margin-top: 0.5rem;
  }

  .page-hero h1,
  .shop-hero-copy h1 {
    font-size: clamp(2.5rem, 15vw, 3.5rem);
  }
}

@media (max-width: 980px) {
  :root[data-theme-style="dualtone"] .site-nav.is-open .nav-cta,
  :root[data-theme-style="dualtone"] .site-nav.is-open .nav-cta:hover,
  :root[data-theme-style="dualtone"] .site-nav.is-open .nav-cta:focus-visible,
  :root[data-theme-style="dualtone"] .site-nav.is-open .nav-cta[aria-current="page"] {
    color: #100900;
    border-color: rgba(255, 231, 160, 0.66);
    background:
      radial-gradient(circle at 20% 0%, rgba(255, 246, 216, 0.58), transparent 34%),
      linear-gradient(112deg, #744817 0%, #9d651f 16%, #c88c34 31%, #e7bd63 46%, #fff0b9 58%, #e8d8a6 72%, #b7ac86 86%, #7c765f 100%);
    background-size: 180% 180%, 100% 100%;
    background-position: 18% 0, center;
    font-weight: 950;
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.28),
      0 0 34px rgba(216, 168, 78, 0.2),
      inset 0 0 0 1px rgba(255, 246, 216, 0.3);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
  }

  :root[data-theme-style="dualtone"] .site-nav.is-open .nav-cta:hover,
  :root[data-theme-style="dualtone"] .site-nav.is-open .nav-cta:focus-visible,
  :root[data-theme-style="dualtone"] .site-nav.is-open .nav-cta[aria-current="page"] {
    background-position: 82% 100%, center;
    filter: saturate(1.04) contrast(1.02);
  }
}
