/*
 * OneZero Frontier 2026
 * Outcome-first homepage, expansion pages, and interactive product surfaces.
 */

.oz-v3-home {
  --oz-v3-ink: #071017;
  --oz-v3-panel: #0c1821;
  --oz-v3-panel-soft: #13232d;
  --oz-v3-paper: #fbfaf4;
  --oz-v3-mist: #dbe8f1;
  --oz-v3-teal: #31d8b6;
  --oz-v3-amber: #f5b44d;
  --oz-v3-coral: #ff6b4a;
  --oz-v3-line: rgba(219, 232, 241, 0.16);
  --oz-v3-muted: rgba(219, 232, 241, 0.72);
  width: min(1500px, calc(100% - 2rem));
  margin-inline: auto;
  color: var(--oz-v3-mist);
}

.oz-v3-home *,
.oz-v3-home *::before,
.oz-v3-home *::after {
  box-sizing: border-box;
}

.oz-v3-home h1,
.oz-v3-home h2,
.oz-v3-home h3,
.oz-v3-home p,
.oz-v3-home ul,
.oz-v3-home ol,
.oz-v3-home dl,
.oz-v3-home figure,
.oz-v3-home fieldset {
  margin-top: 0;
}

.oz-v3-home h2 {
  max-width: 13ch;
  margin-bottom: 0;
  color: var(--oz-v3-paper);
  font-size: clamp(2.7rem, 5.5vw, 6.3rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.oz-v3-home h3 {
  color: var(--oz-v3-paper);
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.oz-v3-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.15rem;
  color: var(--oz-v3-teal);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.oz-v3-kicker span {
  color: var(--oz-v3-paper);
}

.oz-v3-kicker i {
  display: inline-block;
  width: 1.6rem;
  height: 1px;
  background: var(--oz-v3-coral);
}

.oz-v3-button {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.9rem 1.15rem;
  border: 1px solid rgba(219, 232, 241, 0.24);
  background: rgba(7, 16, 23, 0.72);
  color: var(--oz-v3-paper);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.oz-v3-button:hover,
.oz-v3-button:focus-visible {
  border-color: var(--oz-v3-teal);
  background: rgba(49, 216, 182, 0.1);
  color: var(--oz-v3-paper);
  transform: translateY(-2px);
}

.oz-v3-button--primary {
  border-color: var(--oz-v3-teal);
  background: var(--oz-v3-teal);
  color: var(--oz-v3-ink);
}

.oz-v3-button--primary:hover,
.oz-v3-button--primary:focus-visible {
  border-color: #66f1d5;
  background: #66f1d5;
  color: var(--oz-v3-ink);
}

.oz-nav {
  gap: 0.7rem 0.9rem;
  font-size: 0.86rem;
}

.oz-nav .oz-nav-utility {
  padding: 0.42rem 0.58rem;
  border: 1px solid rgba(245, 180, 77, 0.28);
  color: var(--wp--preset--color--amber);
}

.oz-nav .oz-nav-utility:hover,
.oz-nav .oz-nav-utility:focus-visible {
  border-color: rgba(245, 180, 77, 0.7);
  background: rgba(245, 180, 77, 0.08);
  color: var(--wp--preset--color--white);
}

.oz-v3-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(29rem, 0.92fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
  min-height: min(850px, calc(100vh - 6.5rem));
  padding: clamp(3.2rem, 8vh, 7rem) 0 clamp(4rem, 9vh, 8rem);
}

.oz-v3-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0 calc(50% - 50vw);
  background:
    radial-gradient(circle at 73% 42%, rgba(49, 216, 182, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 68%, rgba(255, 107, 74, 0.1), transparent 22rem),
    linear-gradient(115deg, rgba(49, 216, 182, 0.055) 0 1px, transparent 1px 100%);
  background-size: auto, auto, 28px 28px;
  content: "";
  pointer-events: none;
}

.oz-v3-hero::after {
  position: absolute;
  z-index: -1;
  right: -2rem;
  bottom: 2rem;
  left: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 216, 182, 0.8), transparent);
  content: "";
  opacity: 0.55;
}

.oz-v3-hero__copy {
  position: relative;
  z-index: 2;
}

.oz-v3-hero h1 {
  max-width: 8.7ch;
  margin-bottom: 1.6rem;
  color: var(--oz-v3-paper);
  font-size: clamp(4rem, 7.1vw, 8.7rem);
  letter-spacing: -0.078em;
  line-height: 0.84;
}

.oz-v3-hero h1 em {
  color: var(--oz-v3-teal);
  font-style: normal;
}

.oz-v3-hero h1 em:last-child {
  color: var(--oz-v3-amber);
}

.oz-v3-lede {
  max-width: 46rem;
  margin-bottom: 1.8rem;
  color: rgba(251, 250, 244, 0.9);
  font-size: clamp(1.18rem, 1.75vw, 1.55rem);
  font-weight: 650;
  line-height: 1.47;
}

.oz-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
}

.oz-v3-investment {
  display: grid;
  gap: 0.2rem;
  max-width: 43rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-left: 0.85rem;
  border-left: 2px solid var(--oz-v3-coral);
  color: var(--oz-v3-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.oz-v3-investment strong {
  color: var(--oz-v3-paper);
  font-size: 0.85rem;
}

.oz-v3-hero__theatre {
  position: relative;
  min-width: 0;
  perspective: 1100px;
}

.oz-v3-orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 52%;
  width: min(39vw, 35rem);
  aspect-ratio: 1;
  border: 1px solid rgba(49, 216, 182, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(49, 216, 182, 0.025),
    0 0 0 6rem rgba(245, 180, 77, 0.018),
    inset 0 0 6rem rgba(49, 216, 182, 0.06);
  transform: translate(-50%, -50%);
}

.oz-v3-orbit::before,
.oz-v3-orbit::after {
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(245, 180, 77, 0.3);
  border-radius: 50%;
  content: "";
}

.oz-v3-orbit::after {
  inset: 31%;
  border-style: solid;
  border-color: rgba(255, 107, 74, 0.28);
}

.oz-v3-orbit i {
  position: absolute;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--oz-v3-teal);
  box-shadow: 0 0 1.2rem rgba(49, 216, 182, 0.9);
}

.oz-v3-orbit i:nth-child(1) { top: 10%; left: 44%; }
.oz-v3-orbit i:nth-child(2) { right: 8%; bottom: 28%; background: var(--oz-v3-amber); box-shadow: 0 0 1.2rem rgba(245, 180, 77, 0.9); }
.oz-v3-orbit i:nth-child(3) { bottom: 2%; left: 28%; background: var(--oz-v3-coral); box-shadow: 0 0 1.2rem rgba(255, 107, 74, 0.9); }

.oz-v3-orbit b {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(251, 250, 244, 0.08);
  font-size: 10rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.oz-v3-console {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(219, 232, 241, 0.22);
  background: linear-gradient(155deg, rgba(19, 35, 45, 0.94), rgba(7, 16, 23, 0.92));
  box-shadow: 0 2.5rem 8rem rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  transform: rotateY(-2.5deg) rotateX(1deg);
  transform-origin: center;
}

.oz-v3-console::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(49, 216, 182, 0.05) 1px, transparent 1px);
  background-size: 21px 21px;
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.oz-v3-console > * {
  position: relative;
  z-index: 1;
}

.oz-v3-console__topline {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 3.1rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--oz-v3-line);
  color: rgba(219, 232, 241, 0.7);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.oz-v3-console__topline span {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.oz-v3-console__topline span i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--oz-v3-teal);
  box-shadow: 0 0 0.8rem rgba(49, 216, 182, 0.9);
}

.oz-v3-console__topline em {
  color: var(--oz-v3-amber);
  font-style: normal;
}

.oz-v3-console__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--oz-v3-line);
}

.oz-v3-console__tabs button {
  min-height: 3rem;
  padding: 0.65rem 0.35rem;
  border: 0;
  border-right: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.55);
  color: rgba(219, 232, 241, 0.63);
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  cursor: pointer;
}

.oz-v3-console__tabs button:last-child {
  border-right: 0;
}

.oz-v3-console__tabs button[aria-pressed="true"] {
  background: rgba(49, 216, 182, 0.12);
  box-shadow: inset 0 -2px var(--oz-v3-teal);
  color: var(--oz-v3-paper);
}

.oz-v3-console__headline {
  min-height: 16.2rem;
  padding: clamp(1.35rem, 3vw, 2.4rem);
}

.oz-v3-console__headline span,
.oz-v3-console__result span,
.oz-v3-flowboard__outcome span {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--oz-v3-teal);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oz-v3-console__headline strong {
  display: block;
  max-width: 12ch;
  color: var(--oz-v3-paper);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.oz-v3-console__headline p {
  max-width: 35rem;
  margin: 1rem 0 0;
  color: var(--oz-v3-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.oz-v3-console__route {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.55rem;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.54);
}

.oz-v3-console__route div {
  min-width: 0;
}

.oz-v3-console__route small {
  display: block;
  color: var(--oz-v3-teal);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oz-v3-console__route strong {
  display: block;
  overflow: hidden;
  color: var(--oz-v3-paper);
  font-size: 0.73rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oz-v3-console__route > i {
  color: var(--oz-v3-coral);
  font-style: normal;
}

.oz-v3-console__result {
  padding: 1.15rem 1rem 1.35rem;
}

.oz-v3-console__result span {
  margin-bottom: 0.3rem;
  color: var(--oz-v3-amber);
}

.oz-v3-console__result strong {
  color: var(--oz-v3-paper);
  font-size: 0.9rem;
  line-height: 1.4;
}

.oz-v3-promise {
  display: flex;
  gap: 1.25rem 3rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 calc(50% - 50vw);
  padding: 1rem max(1.25rem, calc((100vw - 1500px) / 2));
  border-top: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.55);
}

.oz-v3-promise p {
  margin-bottom: 0;
  color: var(--oz-v3-paper);
  font-size: 0.87rem;
}

.oz-v3-promise p strong {
  color: var(--oz-v3-amber);
}

.oz-v3-promise ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.6rem;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 0;
  color: var(--oz-v3-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  list-style: none;
}

.oz-v3-promise li::before {
  margin-right: 0.45rem;
  color: var(--oz-v3-teal);
  content: "◆";
  font-size: 0.48rem;
}

.oz-v3-signal-notes,
.oz-v3-planner,
.oz-v3-pillars,
.oz-v3-workflow-demo,
.oz-v3-proof,
.oz-v3-client-centre,
.oz-v3-investment,
.oz-v3-trust,
.oz-v3-location,
.oz-v3-final {
  margin-top: clamp(6rem, 12vw, 12rem);
}

.oz-v3-section-intro {
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
}

.oz-v3-section-intro > p:not(.oz-v3-kicker) {
  max-width: 52rem;
  margin-top: 1.4rem;
  margin-bottom: 0;
  color: var(--oz-v3-muted);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.oz-v3-section-intro--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: 2rem clamp(2rem, 7vw, 8rem);
  align-items: end;
}

.oz-v3-section-intro--split > p:not(.oz-v3-kicker) {
  margin-top: 0;
}

.oz-v3-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
}

.oz-v3-stat-grid article {
  min-width: 0;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-right: 1px solid var(--oz-v3-line);
}

.oz-v3-stat-grid article:last-child {
  border-right: 0;
}

.oz-v3-stat-grid strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--oz-v3-teal);
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.oz-v3-stat-grid article:nth-child(2) strong { color: var(--oz-v3-amber); }
.oz-v3-stat-grid article:nth-child(3) strong { color: var(--oz-v3-coral); }

.oz-v3-stat-grid p {
  min-height: 5.2rem;
  margin-bottom: 1rem;
  color: var(--oz-v3-mist);
  font-size: 0.9rem;
  line-height: 1.55;
}

.oz-v3-stat-grid a {
  color: var(--oz-v3-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration-color: rgba(49, 216, 182, 0.45);
  text-underline-offset: 0.23rem;
}

.oz-v3-planner {
  position: relative;
  margin-inline: calc(50% - 50vw);
  padding: clamp(4rem, 8vw, 8rem) max(1rem, calc((100vw - 1500px) / 2));
  border-top: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
  background:
    linear-gradient(90deg, rgba(49, 216, 182, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(49, 216, 182, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 75% 45%, rgba(49, 216, 182, 0.13), transparent 24rem),
    #09131a;
  background-size: 32px 32px, 32px 32px, auto, auto;
}

.oz-v3-planner__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(23rem, 0.62fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.oz-v3-planner fieldset {
  margin-bottom: 2rem;
  padding: 0;
  border: 0;
}

.oz-v3-planner legend {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  margin-bottom: 0.8rem;
  color: var(--oz-v3-paper);
  font-size: 0.92rem;
  font-weight: 850;
}

.oz-v3-planner legend span {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(49, 216, 182, 0.48);
  border-radius: 50%;
  color: var(--oz-v3-teal);
  font-size: 0.58rem;
  place-items: center;
}

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

.oz-v3-choice-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oz-v3-choice-grid button,
.oz-v3-workflow-demo__buttons button {
  min-height: 3.4rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(219, 232, 241, 0.17);
  background: rgba(7, 16, 23, 0.7);
  color: rgba(219, 232, 241, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.oz-v3-choice-grid button:hover,
.oz-v3-choice-grid button:focus-visible,
.oz-v3-workflow-demo__buttons button:hover,
.oz-v3-workflow-demo__buttons button:focus-visible {
  border-color: rgba(49, 216, 182, 0.7);
  color: var(--oz-v3-paper);
}

.oz-v3-choice-grid button[aria-pressed="true"],
.oz-v3-workflow-demo__buttons button[aria-pressed="true"] {
  border-color: var(--oz-v3-teal);
  background: rgba(49, 216, 182, 0.12);
  box-shadow: inset 3px 0 var(--oz-v3-teal);
  color: var(--oz-v3-paper);
}

.oz-v3-plan {
  position: sticky;
  top: 6.5rem;
  overflow: hidden;
  border: 1px solid rgba(49, 216, 182, 0.36);
  background: rgba(7, 16, 23, 0.9);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.34);
}

.oz-v3-plan__header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--oz-v3-line);
  color: var(--oz-v3-paper);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.oz-v3-plan__header em {
  color: var(--oz-v3-muted);
  font-style: normal;
  font-weight: 650;
}

.oz-v3-plan > :not(.oz-v3-plan__header) {
  margin-right: clamp(1.2rem, 3vw, 2rem);
  margin-left: clamp(1.2rem, 3vw, 2rem);
}

.oz-v3-plan__eyebrow {
  margin-top: 1.5rem;
  margin-bottom: 0.55rem;
  color: var(--oz-v3-amber);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.oz-v3-plan h3 {
  max-width: 12ch;
  margin-bottom: 0.85rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.oz-v3-plan h3 + p {
  color: var(--oz-v3-muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

.oz-v3-plan dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  border-top: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
}

.oz-v3-plan dl div {
  padding: 0.9rem 0;
}

.oz-v3-plan dl div + div {
  padding-left: 1rem;
  border-left: 1px solid var(--oz-v3-line);
}

.oz-v3-plan dt {
  color: var(--oz-v3-muted);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oz-v3-plan dd {
  margin: 0.2rem 0 0;
  color: var(--oz-v3-paper);
  font-size: 0.8rem;
  font-weight: 850;
}

.oz-v3-plan ul {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  padding: 0;
  color: var(--oz-v3-mist);
  font-size: 0.76rem;
  line-height: 1.45;
  list-style: none;
}

.oz-v3-plan li::before {
  margin-right: 0.5rem;
  color: var(--oz-v3-teal);
  content: "✓";
  font-weight: 900;
}

.oz-v3-plan .oz-v3-button {
  margin-bottom: 1.6rem;
}

.oz-v3-pillar-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--oz-v3-line);
  border-left: 1px solid var(--oz-v3-line);
}

.oz-v3-pillar-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 24rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  overflow: hidden;
  border-right: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.48);
  color: var(--oz-v3-mist);
  text-decoration: none;
  transition: background-color 170ms ease, transform 170ms ease;
}

.oz-v3-pillar-grid a:nth-child(4),
.oz-v3-pillar-grid a:nth-child(5) {
  grid-column: span 3;
  min-height: 21rem;
}

.oz-v3-pillar-grid a::before {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(49, 216, 182, 0.21);
  border-radius: 50%;
  content: "";
  transition: transform 280ms ease, border-color 280ms ease;
}

.oz-v3-pillar-grid a:nth-child(2)::before,
.oz-v3-pillar-grid a:nth-child(5)::before { border-color: rgba(245, 180, 77, 0.24); }
.oz-v3-pillar-grid a:nth-child(3)::before { border-color: rgba(255, 107, 74, 0.24); }

.oz-v3-pillar-grid a:hover,
.oz-v3-pillar-grid a:focus-visible {
  background: rgba(49, 216, 182, 0.075);
  color: var(--oz-v3-mist);
  transform: translateY(-3px);
}

.oz-v3-pillar-grid a:hover::before,
.oz-v3-pillar-grid a:focus-visible::before {
  border-color: var(--oz-v3-teal);
  transform: scale(1.35);
}

.oz-v3-pillar-grid a > span {
  margin-bottom: auto;
  color: var(--oz-v3-teal);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oz-v3-pillar-grid h3 {
  max-width: 10ch;
  margin: 3rem 0 1rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.oz-v3-pillar-grid p {
  max-width: 32rem;
  margin-bottom: 1.25rem;
  color: var(--oz-v3-muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

.oz-v3-pillar-grid a > strong {
  margin-top: auto;
  color: var(--oz-v3-paper);
  font-size: 0.78rem;
}

.oz-v3-pillar-grid a > strong i {
  margin-left: 0.35rem;
  color: var(--oz-v3-coral);
  font-style: normal;
}

.oz-v3-workflow-demo {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.oz-v3-workflow-demo__copy {
  position: sticky;
  top: 7rem;
}

.oz-v3-workflow-demo h2 {
  max-width: 9ch;
  margin-bottom: 1.2rem;
}

.oz-v3-workflow-demo__copy > p:not(.oz-v3-kicker) {
  color: var(--oz-v3-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.oz-v3-workflow-demo__buttons {
  display: grid;
  gap: 0.5rem;
  margin: 1.7rem 0;
}

.oz-v3-workflow-demo__copy > a {
  color: var(--oz-v3-paper);
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration-color: var(--oz-v3-teal);
  text-underline-offset: 0.25rem;
}

.oz-v3-flowboard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(219, 232, 241, 0.2);
  background:
    linear-gradient(90deg, rgba(49, 216, 182, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(49, 216, 182, 0.04) 1px, transparent 1px),
    rgba(7, 16, 23, 0.76);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.28);
}

.oz-v3-flowboard__bar {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--oz-v3-line);
  color: var(--oz-v3-paper);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oz-v3-flowboard__bar em {
  color: var(--oz-v3-teal);
  font-style: normal;
}

.oz-v3-flowboard ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.oz-v3-flowboard li {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(8rem, 0.45fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 7.5rem;
  padding: 1.2rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--oz-v3-line);
  opacity: 0.56;
  transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.oz-v3-flowboard li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--oz-v3-teal);
  content: "";
  opacity: 0;
}

.oz-v3-flowboard li.is-active {
  background: linear-gradient(90deg, rgba(49, 216, 182, 0.12), transparent 72%);
  opacity: 1;
  transform: translateX(0.35rem);
}

.oz-v3-flowboard li.is-active::before {
  opacity: 1;
}

.oz-v3-flowboard li span {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(49, 216, 182, 0.4);
  border-radius: 50%;
  color: var(--oz-v3-teal);
  font-size: 0.58rem;
  font-weight: 900;
  place-items: center;
}

.oz-v3-flowboard li strong {
  color: var(--oz-v3-paper);
  font-size: 1rem;
}

.oz-v3-flowboard li p {
  margin-bottom: 0;
  color: var(--oz-v3-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.oz-v3-flowboard__outcome {
  padding: 1.5rem clamp(1rem, 3vw, 2rem);
  background: rgba(245, 180, 77, 0.07);
}

.oz-v3-flowboard__outcome span {
  margin-bottom: 0.35rem;
  color: var(--oz-v3-amber);
}

.oz-v3-flowboard__outcome strong {
  color: var(--oz-v3-paper);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.35;
}

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

.oz-v3-proof-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.62);
}

.oz-v3-proof-card--product {
  grid-column: 1 / -1;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: none;
}

.oz-v3-proof-card__visual {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  background: var(--oz-v3-panel);
}

.oz-v3-proof-card__visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(251, 250, 244, 0.05);
  background: linear-gradient(180deg, transparent 55%, rgba(7, 16, 23, 0.38));
  content: "";
  pointer-events: none;
}

.oz-v3-proof-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.oz-v3-proof-card:hover img {
  transform: scale(1.025);
}

.oz-v3-proof-card__body {
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.oz-v3-status {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  margin-bottom: 1.2rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(49, 216, 182, 0.38);
  color: var(--oz-v3-teal);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oz-v3-status--build {
  border-color: rgba(245, 180, 77, 0.45);
  color: var(--oz-v3-amber);
}

.oz-v3-status--lab {
  border-color: rgba(255, 107, 74, 0.4);
  color: var(--oz-v3-coral);
}

.oz-v3-proof-card h3 {
  max-width: 13ch;
  margin-bottom: 0.9rem;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
}

.oz-v3-proof-card p {
  color: var(--oz-v3-muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

.oz-v3-proof-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1rem;
  padding: 0;
  color: var(--oz-v3-mist);
  font-size: 0.72rem;
  line-height: 1.45;
  list-style: none;
}

.oz-v3-proof-card li::before {
  margin-right: 0.4rem;
  color: var(--oz-v3-teal);
  content: "✓";
}

.oz-v3-proof-card a {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--oz-v3-paper);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration-color: var(--oz-v3-teal);
  text-underline-offset: 0.24rem;
}

.oz-v3-client-centre {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 5rem);
  border: 1px solid rgba(245, 180, 77, 0.24);
  background:
    radial-gradient(circle at 82% 30%, rgba(245, 180, 77, 0.11), transparent 24rem),
    linear-gradient(145deg, rgba(19, 35, 45, 0.9), rgba(7, 16, 23, 0.86));
}

.oz-v3-client-centre h2 {
  max-width: 10ch;
  margin-bottom: 1.25rem;
}

.oz-v3-client-centre__copy > p:not(.oz-v3-kicker) {
  color: var(--oz-v3-muted);
  line-height: 1.55;
}

.oz-v3-client-centre__copy ul {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.6rem;
  padding: 0;
  color: var(--oz-v3-mist);
  font-size: 0.8rem;
  list-style: none;
}

.oz-v3-client-centre__copy li::before {
  margin-right: 0.55rem;
  color: var(--oz-v3-amber);
  content: "◆";
  font-size: 0.5rem;
}

.oz-v3-client-window {
  overflow: hidden;
  border: 1px solid rgba(219, 232, 241, 0.2);
  background: #0b151c;
  box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.4);
  transform: rotate(1.1deg);
}

.oz-v3-client-window__top {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--oz-v3-line);
  color: var(--oz-v3-paper);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.oz-v3-client-window__top div {
  display: flex;
  gap: 0.35rem;
}

.oz-v3-client-window__top i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--oz-v3-teal);
}

.oz-v3-client-window__top i:nth-child(2) { background: var(--oz-v3-amber); }
.oz-v3-client-window__top i:nth-child(3) { background: var(--oz-v3-coral); }

.oz-v3-client-window__grid {
  display: grid;
  grid-template-columns: minmax(8rem, 0.34fr) minmax(0, 1fr);
  min-height: 27rem;
}

.oz-v3-client-window__sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1.2rem 0.8rem;
  border-right: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.55);
}

.oz-v3-client-window__sidebar strong {
  margin-bottom: 1rem;
  color: var(--oz-v3-paper);
  font-size: 0.7rem;
}

.oz-v3-client-window__sidebar span {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0.6rem;
  color: var(--oz-v3-muted);
  font-size: 0.61rem;
  font-weight: 750;
}

.oz-v3-client-window__sidebar span.is-active {
  background: rgba(49, 216, 182, 0.1);
  box-shadow: inset 2px 0 var(--oz-v3-teal);
  color: var(--oz-v3-paper);
}

.oz-v3-client-window__sidebar b {
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--oz-v3-coral);
  color: var(--oz-v3-paper);
  font-size: 0.48rem;
  place-items: center;
}

.oz-v3-client-window__main {
  padding: clamp(1.2rem, 3vw, 2.2rem);
}

.oz-v3-client-window__main > p {
  margin-bottom: 0.35rem;
  color: var(--oz-v3-muted);
  font-size: 0.72rem;
}

.oz-v3-client-window__main h3 {
  max-width: 9ch;
  margin-bottom: 1.5rem;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.oz-v3-progress {
  height: 0.45rem;
  overflow: hidden;
  background: rgba(219, 232, 241, 0.1);
}

.oz-v3-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--oz-v3-teal), var(--oz-v3-amber));
}

.oz-v3-client-window__main > small {
  display: block;
  margin-top: 0.55rem;
  color: var(--oz-v3-muted);
  font-size: 0.58rem;
}

.oz-v3-client-tasks {
  display: grid;
  gap: 0.55rem;
  margin-top: 2rem;
}

.oz-v3-client-tasks span {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.7rem;
  border: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.5);
}

.oz-v3-client-tasks i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--oz-v3-teal);
}

.oz-v3-client-tasks span:nth-child(2) i { background: var(--oz-v3-amber); }
.oz-v3-client-tasks span:nth-child(3) i { background: rgba(219, 232, 241, 0.3); }

.oz-v3-client-tasks strong,
.oz-v3-client-tasks em {
  font-size: 0.58rem;
}

.oz-v3-client-tasks strong { color: var(--oz-v3-paper); }
.oz-v3-client-tasks em { color: var(--oz-v3-muted); font-style: normal; }

.oz-v3-investment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--oz-v3-line);
  border-left: 1px solid var(--oz-v3-line);
}

.oz-v3-investment-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 28rem;
  padding: clamp(1.25rem, 2.6vw, 2.2rem);
  border-right: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.52);
}

.oz-v3-investment-grid article.is-featured {
  background: linear-gradient(180deg, rgba(49, 216, 182, 0.12), rgba(7, 16, 23, 0.62));
  box-shadow: inset 0 3px var(--oz-v3-teal);
}

.oz-v3-investment-grid article > span {
  min-height: 2rem;
  color: var(--oz-v3-teal);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oz-v3-investment-grid h3 {
  min-height: 4.4rem;
  margin-bottom: 1.2rem;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
}

.oz-v3-investment-grid article > strong {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--oz-v3-amber);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: -0.03em;
}

.oz-v3-investment-grid p {
  color: var(--oz-v3-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.oz-v3-investment-grid a {
  margin-top: auto;
  color: var(--oz-v3-paper);
  font-size: 0.74rem;
  font-weight: 850;
  text-decoration-color: var(--oz-v3-teal);
  text-underline-offset: 0.24rem;
}

.oz-v3-investment__note {
  max-width: 58rem;
  margin-top: 1rem;
  color: rgba(219, 232, 241, 0.52);
  font-size: 0.67rem;
  line-height: 1.5;
}

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

.oz-v3-trust-grid a {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 16rem;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  border: 1px solid var(--oz-v3-line);
  background: rgba(7, 16, 23, 0.55);
  color: var(--oz-v3-paper);
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.oz-v3-trust-grid a:hover,
.oz-v3-trust-grid a:focus-visible {
  border-color: var(--oz-v3-teal);
  background: rgba(49, 216, 182, 0.065);
  transform: translateY(-3px);
}

.oz-v3-trust-grid a > span {
  grid-column: 1 / -1;
  color: var(--oz-v3-teal);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oz-v3-trust-grid a > strong {
  align-self: end;
  max-width: 24rem;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.35;
}

.oz-v3-trust-grid a > i {
  align-self: end;
  color: var(--oz-v3-coral);
  font-size: 1.2rem;
  font-style: normal;
}

.oz-v3-location {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  padding-top: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid var(--oz-v3-line);
}

.oz-v3-location h2 {
  max-width: 11ch;
  margin-bottom: 1.3rem;
}

.oz-v3-location > div:first-child > p:not(.oz-v3-kicker) {
  color: var(--oz-v3-muted);
  line-height: 1.55;
}

.oz-v3-location__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--oz-v3-line);
  border-left: 1px solid var(--oz-v3-line);
}

.oz-v3-location__links a {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--oz-v3-line);
  border-bottom: 1px solid var(--oz-v3-line);
  color: var(--oz-v3-paper);
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.oz-v3-location__links a::after {
  margin-left: auto;
  color: var(--oz-v3-teal);
  content: "↗";
}

.oz-v3-location__links a:hover,
.oz-v3-location__links a:focus-visible {
  background: rgba(49, 216, 182, 0.09);
  color: var(--oz-v3-paper);
}

.oz-v3-final {
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  padding: clamp(5rem, 11vw, 11rem) max(1rem, calc((100vw - 1500px) / 2));
  overflow: hidden;
  border-top: 1px solid var(--oz-v3-line);
  background:
    linear-gradient(90deg, rgba(7, 16, 23, 0.98) 0%, rgba(7, 16, 23, 0.88) 52%, rgba(7, 16, 23, 0.48) 100%),
    url('/wp-content/uploads/2026/07/onezero-signal-hero.jpg') center / cover no-repeat;
}

.oz-v3-final h2 {
  max-width: 11ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 7vw, 7.5rem);
}

.oz-v3-final > p:not(.oz-v3-kicker) {
  max-width: 49rem;
  margin-bottom: 1.8rem;
  color: rgba(251, 250, 244, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.55;
}

.oz-v3-final__signal {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5%;
  width: min(37vw, 34rem);
  aspect-ratio: 1;
  border: 1px solid rgba(49, 216, 182, 0.38);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4rem rgba(49, 216, 182, 0.035), 0 0 7rem rgba(49, 216, 182, 0.08);
  transform: translateY(-50%);
}

.oz-v3-final__signal::before,
.oz-v3-final__signal::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.oz-v3-final__signal::before {
  inset: 18%;
  border: 1px dashed rgba(245, 180, 77, 0.42);
}

.oz-v3-final__signal::after {
  inset: 37%;
  border: 1px solid rgba(255, 107, 74, 0.5);
}

.oz-v3-final__signal i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 216, 182, 0.6), transparent);
  transform: translate(-50%, -50%) rotate(calc(var(--oz-v3-i, 0) * 45deg));
}

.oz-v3-final__signal i:nth-child(1) { --oz-v3-i: 0; }
.oz-v3-final__signal i:nth-child(2) { --oz-v3-i: 1; }
.oz-v3-final__signal i:nth-child(3) { --oz-v3-i: 2; }
.oz-v3-final__signal i:nth-child(4) { --oz-v3-i: 3; }

.oz-v3-final__signal b {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(251, 250, 244, 0.12);
  font-size: 9rem;
  transform: translate(-50%, -50%);
}

/* Expansion-page sales system */
.oz-frontier-page {
  --oz-page-accent: #31d8b6;
}

.oz-frontier-page .oz-frontier-intro {
  max-width: 56rem;
  color: rgba(251, 250, 244, 0.9);
  font-size: clamp(1.22rem, 2vw, 1.62rem);
  font-weight: 620;
  line-height: 1.48;
}

.oz-frontier-plain {
  margin: 2.5rem 0;
  padding: clamp(1.4rem, 4vw, 2.8rem);
  border-left: 3px solid var(--oz-page-accent);
  background: rgba(49, 216, 182, 0.06);
}

.oz-frontier-plain strong {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--wp--preset--color--white);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.oz-frontier-plain p:last-child { margin-bottom: 0; }

.oz-frontier-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0 3rem;
}

.oz-frontier-card-grid > * {
  min-height: 100%;
  padding: clamp(1.15rem, 3vw, 2rem);
  border: 1px solid rgba(219, 232, 241, 0.16);
  border-top: 2px solid var(--oz-page-accent);
  background: rgba(7, 16, 23, 0.55);
}

.oz-frontier-card-grid h3 {
  margin-top: 0;
  color: var(--wp--preset--color--white);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.oz-frontier-card-grid p,
.oz-frontier-card-grid li {
  color: rgba(219, 232, 241, 0.78);
  font-size: 0.86rem;
  line-height: 1.55;
}

.oz-frontier-card-grid a {
  color: var(--wp--preset--color--white);
  font-weight: 800;
  text-decoration-color: var(--oz-page-accent);
  text-underline-offset: 0.25rem;
}

.oz-frontier-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.2rem;
  margin: 1.5rem 0 3rem;
  padding: 0;
  list-style: none;
}

.oz-frontier-list li {
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(219, 232, 241, 0.13);
  background: rgba(7, 16, 23, 0.48);
  color: rgba(251, 250, 244, 0.88);
  line-height: 1.45;
}

.oz-frontier-list li::before {
  margin-right: 0.55rem;
  color: var(--oz-page-accent);
  content: "◆";
  font-size: 0.52rem;
}

.oz-frontier-process {
  margin: 1.5rem 0 3rem;
  padding: 0;
  counter-reset: oz-frontier-step;
  list-style: none;
}

.oz-frontier-process li {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(219, 232, 241, 0.15);
  color: rgba(219, 232, 241, 0.82);
  counter-increment: oz-frontier-step;
}

.oz-frontier-process li::before {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid color-mix(in srgb, var(--oz-page-accent) 52%, transparent);
  border-radius: 50%;
  color: var(--oz-page-accent);
  content: counter(oz-frontier-step, decimal-leading-zero);
  font-size: 0.61rem;
  font-weight: 900;
  place-items: center;
}

.oz-frontier-process li strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--wp--preset--color--white);
  font-size: 1.08rem;
}

.oz-frontier-faq {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.oz-frontier-faq details {
  border: 1px solid rgba(219, 232, 241, 0.14);
  background: rgba(7, 16, 23, 0.48);
}

.oz-frontier-faq summary {
  padding: 1rem 1.1rem;
  color: var(--wp--preset--color--white);
  font-weight: 800;
  cursor: pointer;
}

.oz-frontier-faq details[open] summary {
  border-bottom: 1px solid rgba(219, 232, 241, 0.12);
  color: var(--oz-page-accent);
}

.oz-frontier-faq details p {
  max-width: 66ch;
  margin: 0;
  padding: 1rem 1.1rem 1.2rem;
  color: rgba(219, 232, 241, 0.78);
  line-height: 1.58;
}

.oz-frontier-cta {
  position: relative;
  margin-top: 4rem;
  padding: clamp(1.6rem, 5vw, 3.5rem);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--oz-page-accent) 42%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--oz-page-accent) 12%, transparent), rgba(7, 16, 23, 0.82));
}

.oz-frontier-cta h2 {
  max-width: 14ch;
  margin-top: 0;
}

.oz-frontier-cta p {
  max-width: 62ch;
  color: rgba(219, 232, 241, 0.82);
  line-height: 1.58;
}

.oz-frontier-cta a {
  display: inline-flex;
  margin-top: 0.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--oz-page-accent);
  background: var(--oz-page-accent);
  color: #071017;
  font-weight: 850;
  text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  .oz-v3-orbit { animation: oz-v3-orbit-float 7s ease-in-out infinite; }
  .oz-v3-orbit::before { animation: oz-v3-spin 24s linear infinite; }
  .oz-v3-orbit i:nth-child(1) { animation: oz-v3-pulse 2.7s ease-in-out infinite; }
  .oz-v3-orbit i:nth-child(2) { animation: oz-v3-pulse 2.7s 0.6s ease-in-out infinite; }
  .oz-v3-orbit i:nth-child(3) { animation: oz-v3-pulse 2.7s 1.2s ease-in-out infinite; }
  .oz-v3-final__signal::before { animation: oz-v3-spin 35s linear infinite reverse; }
}

@keyframes oz-v3-orbit-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(-0.35rem); }
  50% { transform: translate(-50%, -50%) translateY(0.65rem); }
}

@keyframes oz-v3-spin {
  to { transform: rotate(360deg); }
}

@keyframes oz-v3-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.78); }
  50% { opacity: 1; transform: scale(1.18); }
}

@media (max-width: 1180px) {
  .oz-v3-hero {
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.78fr);
    min-height: auto;
  }

  .oz-v3-hero h1 { font-size: clamp(4rem, 8vw, 6.7rem); }
  .oz-v3-console__headline { min-height: 14rem; }
  .oz-v3-console__headline strong { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }

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

  .oz-v3-investment-grid article { min-height: 23rem; }
}

@media (max-width: 960px) {
  .oz-v3-home { width: min(100% - 1.5rem, 1500px); }

  .oz-v3-hero,
  .oz-v3-planner__layout,
  .oz-v3-workflow-demo,
  .oz-v3-client-centre,
  .oz-v3-location {
    grid-template-columns: minmax(0, 1fr);
  }

  .oz-v3-hero {
    gap: 3.5rem;
    padding-top: 4rem;
  }

  .oz-v3-hero h1 { max-width: 9.3ch; }
  .oz-v3-hero__theatre { width: min(100%, 42rem); margin-inline: auto; }
  .oz-v3-orbit { width: min(75vw, 32rem); }
  .oz-v3-promise { align-items: flex-start; flex-direction: column; }
  .oz-v3-promise ul { justify-content: flex-start; }
  .oz-v3-section-intro--split { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-plan,
  .oz-v3-workflow-demo__copy { position: static; }
  .oz-v3-pillar-grid a { grid-column: span 3; }
  .oz-v3-pillar-grid a:nth-child(5) { grid-column: 1 / -1; }
  .oz-v3-proof-card--product { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-client-centre { padding: clamp(1.5rem, 5vw, 3rem); }
  .oz-v3-client-window { transform: none; }
  .oz-v3-location { align-items: start; }
  .oz-frontier-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .oz-v3-home h2 { font-size: clamp(2.5rem, 11vw, 4.4rem); }
  .oz-v3-hero h1 { font-size: clamp(3.45rem, 15vw, 5.5rem); }

  .oz-v3-actions,
  .oz-v3-button {
    width: 100%;
  }

  .oz-v3-kicker { align-items: flex-start; flex-direction: column; }
  .oz-v3-kicker i { display: none; }
  .oz-v3-console { transform: none; }
  .oz-v3-console__tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oz-v3-console__tabs button:nth-child(2) { border-right: 0; }
  .oz-v3-console__tabs button:nth-child(-n + 2) { border-bottom: 1px solid var(--oz-v3-line); }
  .oz-v3-console__headline { min-height: 15rem; }
  .oz-v3-console__route { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-console__route > i { transform: rotate(90deg); }
  .oz-v3-stat-grid { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-stat-grid article { border-right: 0; border-bottom: 1px solid var(--oz-v3-line); }
  .oz-v3-stat-grid article:last-child { border-bottom: 0; }
  .oz-v3-stat-grid p { min-height: 0; }
  .oz-v3-choice-grid,
  .oz-v3-choice-grid--three { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-plan dl { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-plan dl div + div { padding-left: 0; border-top: 1px solid var(--oz-v3-line); border-left: 0; }
  .oz-v3-pillar-grid { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-pillar-grid a,
  .oz-v3-pillar-grid a:nth-child(4),
  .oz-v3-pillar-grid a:nth-child(5) { grid-column: auto; min-height: 19rem; }
  .oz-v3-flowboard li { grid-template-columns: 2.7rem 1fr; }
  .oz-v3-flowboard li p { grid-column: 2; }
  .oz-v3-proof-grid { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-proof-card--product { grid-column: auto; }
  .oz-v3-proof-card__visual { min-height: 15rem; }
  .oz-v3-proof-card ul { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-client-window__grid { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-client-window__sidebar { display: none; }
  .oz-v3-investment-grid,
  .oz-v3-trust-grid,
  .oz-v3-location__links { grid-template-columns: minmax(0, 1fr); }
  .oz-v3-investment-grid article { min-height: 21rem; }
  .oz-v3-final__signal { right: -35%; width: 88vw; opacity: 0.52; }
  .oz-frontier-card-grid,
  .oz-frontier-list { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 430px) {
  .oz-v3-home { width: min(100% - 1rem, 1500px); }
  .oz-v3-hero { padding-top: 2.75rem; }
  .oz-v3-hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .oz-v3-lede { font-size: 1.05rem; }
  .oz-v3-console__headline { padding: 1.15rem; }
  .oz-v3-console__headline strong { font-size: 1.85rem; }
  .oz-v3-planner { padding-right: 0.75rem; padding-left: 0.75rem; }
  .oz-v3-client-centre { padding: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .oz-v3-home *,
  .oz-v3-home *::before,
  .oz-v3-home *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.001ms !important;
  }
}

/* Studio Lab: safe, synthetic, browser-only demonstrations. */
.oz-studio-lab .oz-lab-grid {
  align-items: start;
  margin-top: clamp(2rem, 4vw, 4rem);
}

.oz-studio-lab .oz-lab-demo {
  min-height: 0;
  padding: 0;
  overflow: clip;
  border-color: rgba(49, 216, 182, 0.2);
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 183, 77, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(49, 216, 182, 0.08), transparent 42%),
    #09141c;
  box-shadow: 0 1.25rem 3.5rem rgba(1, 7, 12, 0.22);
}

.oz-studio-lab .oz-lab-demo > summary {
  display: grid;
  gap: 0.55rem;
  min-height: 11rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  cursor: pointer;
  list-style: none;
}

.oz-studio-lab .oz-lab-demo > summary::-webkit-details-marker { display: none; }

.oz-studio-lab .oz-lab-demo > summary::after {
  align-self: end;
  color: var(--oz-v3-teal, #31d8b6);
  content: "Open interactive sample  +";
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oz-studio-lab .oz-lab-demo[open] > summary::after { content: "Close interactive sample  -"; }

.oz-studio-lab .oz-lab-demo > summary strong {
  max-width: 18ch;
  color: #fffdf6;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1;
}

.oz-studio-lab .oz-lab-demo > summary > span:last-child {
  max-width: 42rem;
  color: rgba(235, 242, 246, 0.7);
  line-height: 1.55;
}

.oz-studio-lab .oz-lab-demo > [data-oz-lab-input],
.oz-studio-lab .oz-lab-demo > [data-oz-lab-output],
.oz-studio-lab .oz-lab-demo > [data-oz-lab-limit] {
  margin: 0;
  padding: 1rem clamp(1.25rem, 3vw, 2rem);
  border-top: 1px solid rgba(219, 232, 241, 0.1);
  color: rgba(235, 242, 246, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.oz-studio-lab .oz-lab-demo > [data-oz-lab-input] { background: rgba(255, 255, 255, 0.025); }
.oz-studio-lab .oz-lab-demo > [data-oz-lab-output] { background: rgba(49, 216, 182, 0.035); }
.oz-studio-lab .oz-lab-demo > [data-oz-lab-limit] { color: rgba(235, 242, 246, 0.6); }

.oz-lab-live {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-top: 1px solid rgba(49, 216, 182, 0.28);
  background: rgba(2, 8, 12, 0.42);
}

.oz-lab-live__label {
  color: var(--oz-v3-amber, #ffb74d);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.oz-lab-live__form--numbers { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.oz-lab-live__form label {
  display: grid;
  gap: 0.4rem;
  color: rgba(235, 242, 246, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

.oz-lab-live select,
.oz-lab-live input[type="number"] {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(219, 232, 241, 0.2);
  border-radius: 0;
  padding: 0.65rem 0.75rem;
  color: #fffdf6;
  background: #071017;
  font: inherit;
}

.oz-lab-live select option { color: #071017; background: #fffdf6; }

.oz-lab-live button {
  min-height: 3rem;
  border: 1px solid rgba(49, 216, 182, 0.42);
  border-radius: 0;
  padding: 0.7rem 0.9rem;
  color: #071017;
  background: var(--oz-v3-teal, #31d8b6);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
}

.oz-lab-live button:hover { filter: brightness(1.08); }
.oz-lab-live button:disabled { cursor: not-allowed; filter: grayscale(0.6); opacity: 0.62; }

.oz-lab-live button:focus-visible,
.oz-lab-live select:focus-visible,
.oz-lab-live input:focus-visible,
.oz-studio-lab .oz-lab-demo > summary:focus-visible {
  outline: 3px solid var(--oz-v3-amber, #ffb74d);
  outline-offset: 3px;
}

.oz-lab-live__form > button { align-self: end; grid-column: 1 / -1; }

.oz-lab-live__result {
  min-height: 5rem;
  padding: 1rem;
  border: 1px solid rgba(49, 216, 182, 0.24);
  color: rgba(235, 242, 246, 0.8);
  background: rgba(49, 216, 182, 0.07);
  line-height: 1.55;
}

.oz-lab-live__result strong,
.oz-lab-live__result p,
.oz-lab-live__result cite { display: block; margin: 0; }
.oz-lab-live__result strong { margin-bottom: 0.5rem; color: #fffdf6; }
.oz-lab-live__result cite { margin-top: 0.75rem; color: var(--oz-v3-teal, #31d8b6); }

.oz-lab-leads { display: grid; gap: 0.6rem; }

.oz-lab-leads button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.22rem 1rem;
  text-align: left;
  color: #fffdf6;
  background: rgba(255, 255, 255, 0.035);
}

.oz-lab-leads button strong { color: #fffdf6; }
.oz-lab-leads button span { grid-column: 1; color: rgba(235, 242, 246, 0.62); font-weight: 600; }
.oz-lab-leads button em { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--oz-v3-teal, #31d8b6); font-style: normal; }
.oz-lab-leads button[aria-pressed="true"] { border-color: var(--oz-v3-amber, #ffb74d); background: rgba(255, 183, 77, 0.08); }

.oz-lab-checks {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  border: 0;
  padding: 0;
}
.oz-lab-checks legend { margin-bottom: 0.7rem; color: #fffdf6; font-weight: 850; }
.oz-lab-checks label { display: flex; gap: 0.65rem; align-items: flex-start; color: rgba(235, 242, 246, 0.78); line-height: 1.45; }
.oz-lab-checks input { width: 1.1rem; height: 1.1rem; margin-top: 0.1rem; accent-color: var(--oz-v3-teal, #31d8b6); }

.oz-lab-portal { border: 1px solid rgba(219, 232, 241, 0.16); background: #071017; }
.oz-lab-portal__tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid rgba(219, 232, 241, 0.16); }
.oz-lab-portal__tabs button { border-width: 0 1px 0 0; color: rgba(235, 242, 246, 0.68); background: transparent; }
.oz-lab-portal__tabs button:last-child { border-right: 0; }
.oz-lab-portal__tabs button[aria-pressed="true"] { color: #071017; background: var(--oz-v3-amber, #ffb74d); }
.oz-lab-portal section { min-height: 10rem; padding: 1.25rem; }
.oz-lab-portal section strong { display: block; color: #fffdf6; font-size: 1.25rem; }
.oz-lab-portal section p { color: rgba(235, 242, 246, 0.68); line-height: 1.55; }
.oz-lab-portal progress { width: 100%; height: 0.7rem; accent-color: var(--oz-v3-teal, #31d8b6); }

@media (max-width: 700px) {
  .oz-studio-lab .oz-lab-grid,
  .oz-lab-live__form,
  .oz-lab-live__form--numbers { grid-template-columns: minmax(0, 1fr); }
  .oz-lab-leads button { grid-template-columns: minmax(0, 1fr); }
  .oz-lab-leads button em { grid-column: 1; grid-row: auto; }
  .oz-lab-portal__tabs { grid-template-columns: minmax(0, 1fr); }
  .oz-lab-portal__tabs button { border-width: 0 0 1px; }
}

/* Client Centre: interactive, non-production product preview. */
.oz-client-preview {
  width: min(100%, 1260px);
  margin: clamp(3rem, 8vw, 7rem) auto;
  overflow: clip;
  border: 1px solid rgba(49, 216, 182, 0.24);
  color: #fffdf6;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 183, 77, 0.14), transparent 34%),
    #071017;
  box-shadow: 0 2.5rem 7rem rgba(1, 7, 12, 0.28);
}

.oz-client-preview__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  gap: 2rem;
  align-items: end;
  padding: clamp(1.5rem, 4vw, 3.2rem);
  border-bottom: 1px solid rgba(219, 232, 241, 0.12);
}

.oz-client-preview__head h2 {
  max-width: 18ch;
  margin: 0.55rem 0 0;
  color: #fffdf6;
  font-size: clamp(2.2rem, 5vw, 4.9rem);
  line-height: 0.95;
}

.oz-client-preview__head p { margin: 0; color: rgba(235, 242, 246, 0.66); line-height: 1.6; }

.oz-client-preview__app {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  min-height: 34rem;
}

.oz-client-preview__app > aside {
  padding: 1.5rem 1rem;
  border-right: 1px solid rgba(219, 232, 241, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.oz-client-preview__app > aside > strong,
.oz-client-preview__app > aside > span { display: block; padding-inline: 0.55rem; }
.oz-client-preview__app > aside > strong { color: #fffdf6; }
.oz-client-preview__app > aside > span { margin-top: 0.25rem; color: rgba(235, 242, 246, 0.52); font-size: 0.78rem; }
.oz-client-preview__app nav { display: grid; gap: 0.35rem; margin-top: 2rem; }

.oz-client-preview__app nav button {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.9rem;
  border: 1px solid transparent;
  padding: 0.7rem 0.75rem;
  color: rgba(235, 242, 246, 0.66);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  text-align: left;
}

.oz-client-preview__app nav button[aria-pressed="true"] { border-color: rgba(49, 216, 182, 0.25); color: #071017; background: var(--oz-v3-teal, #31d8b6); }
.oz-client-preview__app nav button em { min-width: 1.35rem; border-radius: 99px; text-align: center; font-style: normal; background: var(--oz-v3-amber, #ffb74d); color: #071017; }
.oz-client-preview__app nav button:focus-visible,
.oz-client-order button:focus-visible,
.oz-client-order a:focus-visible { outline: 3px solid var(--oz-v3-amber, #ffb74d); outline-offset: 3px; }

.oz-client-preview__main { padding: clamp(1.5rem, 4vw, 3rem); }
.oz-client-preview__main section > h3 { max-width: 20ch; margin: 0.45rem 0 0.75rem; color: #fffdf6; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; }
.oz-client-preview__main section > p { max-width: 52rem; color: rgba(235, 242, 246, 0.66); line-height: 1.6; }
.oz-client-preview__eyebrow { color: var(--oz-v3-teal, #31d8b6); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.oz-client-preview__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  border: 1px solid rgba(219, 232, 241, 0.12);
}
.oz-client-preview__metrics div { display: grid; gap: 0.45rem; min-height: 8.4rem; padding: 1.1rem; border-right: 1px solid rgba(219, 232, 241, 0.12); }
.oz-client-preview__metrics div:last-child { border-right: 0; }
.oz-client-preview__metrics span,
.oz-client-preview__metrics small { color: rgba(235, 242, 246, 0.52); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.oz-client-preview__metrics strong { color: #fffdf6; font-size: clamp(1.45rem, 3vw, 2.4rem); }

.oz-client-preview__timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 1rem;
}
.oz-client-preview__timeline i { padding: 0.65rem; border-top: 3px solid rgba(219, 232, 241, 0.15); color: rgba(235, 242, 246, 0.45); font-size: 0.72rem; font-style: normal; font-weight: 800; }
.oz-client-preview__timeline .is-done { border-color: var(--oz-v3-teal, #31d8b6); color: var(--oz-v3-teal, #31d8b6); }
.oz-client-preview__timeline .is-now { border-color: var(--oz-v3-amber, #ffb74d); color: var(--oz-v3-amber, #ffb74d); }

.oz-client-preview__rows { display: grid; margin-top: 1.5rem; border: 1px solid rgba(219, 232, 241, 0.12); }
.oz-client-preview__rows div { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr) auto; gap: 1rem; padding: 1rem; border-bottom: 1px solid rgba(219, 232, 241, 0.12); }
.oz-client-preview__rows div:last-child { border-bottom: 0; }
.oz-client-preview__rows strong { color: #fffdf6; }
.oz-client-preview__rows span { color: rgba(235, 242, 246, 0.62); }
.oz-client-preview__rows em { color: var(--oz-v3-amber, #ffb74d); font-size: 0.78rem; font-style: normal; font-weight: 850; }

.oz-client-order {
  display: grid;
  grid-template-columns: minmax(15rem, 0.75fr) minmax(22rem, 1.15fr) minmax(15rem, 0.8fr);
  gap: 1.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid rgba(219, 232, 241, 0.12);
  background: rgba(255, 255, 255, 0.025);
}
.oz-client-order h3 { margin: 0.5rem 0; color: #fffdf6; font-size: 1.7rem; }
.oz-client-order p { margin: 0; color: rgba(235, 242, 246, 0.6); line-height: 1.5; }
.oz-client-order__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; }
.oz-client-order__choices button { border: 1px solid rgba(219, 232, 241, 0.18); padding: 0.7rem; color: rgba(235, 242, 246, 0.72); background: transparent; cursor: pointer; font: inherit; font-size: 0.78rem; font-weight: 850; }
.oz-client-order__choices button[aria-pressed="true"] { border-color: var(--oz-v3-teal, #31d8b6); color: #071017; background: var(--oz-v3-teal, #31d8b6); }
.oz-client-order__summary { display: grid; gap: 0.55rem; align-content: start; padding: 1rem; border: 1px solid rgba(49, 216, 182, 0.2); background: rgba(49, 216, 182, 0.06); }
.oz-client-order__summary > span { color: rgba(235, 242, 246, 0.5); font-size: 0.7rem; font-weight: 850; text-transform: uppercase; }
.oz-client-order__summary > strong { color: #fffdf6; }
.oz-client-order__summary a { margin-top: 0.4rem; color: var(--oz-v3-teal, #31d8b6); font-weight: 900; }

@media (max-width: 960px) {
  .oz-client-preview__head,
  .oz-client-order { grid-template-columns: minmax(0, 1fr); }
  .oz-client-preview__app { grid-template-columns: minmax(0, 1fr); }
  .oz-client-preview__app > aside { border-right: 0; border-bottom: 1px solid rgba(219, 232, 241, 0.12); }
  .oz-client-preview__app nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .oz-client-preview__app nav,
  .oz-client-preview__metrics,
  .oz-client-preview__timeline,
  .oz-client-order__choices { grid-template-columns: minmax(0, 1fr); }
  .oz-client-preview__metrics div { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(219, 232, 241, 0.12); }
  .oz-client-preview__metrics div:last-child { border-bottom: 0; }
  .oz-client-preview__rows div { grid-template-columns: minmax(0, 1fr); }
}

.oz-v3-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.ozxp-motion-reduced .oz-v3-home *,
.ozxp-motion-reduced .oz-v3-home *::before,
.ozxp-motion-reduced .oz-v3-home *::after {
  scroll-behavior: auto !important;
  animation: none !important;
  transition-duration: 0.001ms !important;
}
