.solution-page {
  --onyx-page-section-space: clamp(76px, 9vw, 138px);
  background: var(--ez-theme-bg-main);
}


.onyx-main {
  overflow: hidden;
}

.onyx-page-section {
  position: relative;
  padding: var(--onyx-page-section-space) 0;
  background: var(--ez-theme-bg-main);
  color: var(--ez-theme-text-main);
}

.onyx-page-section--soft {
  background: var(--ez-theme-bg-soft);
  color: var(--ez-theme-text-main);
}

.onyx-page-section--dark {
  background: var(--ez-theme-bg-dark);
  color: var(--ez-theme-text-inverse);
}

.onyx-page-section--dark h2,
.onyx-page-section--dark h3,
.onyx-page-section--dark strong {
  color: var(--ez-theme-text-inverse);
}

.onyx-page-section--dark p {
  color: rgba(var(--ez-pal-neutral-light-rgb), 0.84);
}

.onyx-page-section--dark .eyebrow {
  color: var(--ez-theme-accent-secondary);
}

.solution-page--onyx .button--orange,
.solution-page--onyx .button--orange:hover,
.solution-page--onyx .button--orange:focus-visible {
  color: var(--ez-theme-text-inverse);
}

.onyx-heading {
  max-width: 860px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.onyx-heading h2 {
  max-width: 850px;
}

.onyx-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.onyx-kicker {
  color: var(--ez-theme-accent-secondary);
  font-weight: 800;
}

.onyx-hero {
  padding: clamp(64px, 8vw, 112px) 0 clamp(68px, 8vw, 118px);
}

.onyx-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.onyx-hero__copy h1 {
  max-width: 860px;
  margin-bottom: 24px;
}

.onyx-hero__lead {
  max-width: 640px;
  margin-bottom: 10px;
  color: var(--ez-theme-text-main);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.22;
}

.onyx-hero__copy > p:not(.eyebrow):not(.onyx-hero__lead):not(.onyx-hero__micro) {
  max-width: 670px;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.onyx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.onyx-hero__micro {
  max-width: 650px;
  margin: 16px 0 0;
  font-size: 0.76rem;
  font-weight: 700;
}

.onyx-hero__media {
  position: relative;
  min-height: 620px;
}

.onyx-hero__picture {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 52px);
  box-shadow: var(--ez-theme-shadow);
}

.onyx-hero__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onyx-hero__picture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(17, 22, 62, 0.08), rgba(84, 83, 237, 0.2));
  pointer-events: none;
}

.onyx-hero__product-card {
  position: absolute;
  right: clamp(-18px, -2vw, -8px);
  bottom: clamp(-28px, -3vw, -14px);
  width: min(390px, 78%);
  border: 1px solid rgba(var(--ez-pal-neutral-light-rgb), 0.52);
  border-radius: 28px;
  background: rgba(var(--ez-pal-neutral-light-rgb), 0.94);
  padding: 18px;
  box-shadow: 0 28px 70px rgba(var(--ez-pal-neutral-dark-rgb), 0.22);
}

.onyx-hero__product-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--ez-theme-accent-primary);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.onyx-hero__product-card strong {
  display: block;
  color: var(--ez-theme-text-main);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.05;
}

.onyx-hero__product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.onyx-hero__product-actions span {
  border-radius: 999px;
  background: rgba(var(--ez-pal-primary-rgb), 0.08);
  color: var(--ez-theme-text-main);
  padding: 7px 9px;
  font-size: 0.68rem;
  font-weight: 800;
}

.onyx-live-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1.28fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.onyx-live-copy {
  max-width: 600px;
}

.onyx-live-copy > p:not(.eyebrow) {
  font-size: 1.04rem;
}

.onyx-profile-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
}

.onyx-profile-tabs button {
  min-height: 42px;
  border: 1px solid var(--ez-theme-border);
  border-radius: 999px;
  background: var(--ez-theme-bg-main);
  color: var(--ez-theme-text-main);
  padding: 8px 13px;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.onyx-profile-tabs button[aria-selected="true"] {
  border-color: var(--ez-theme-accent-primary);
  background: var(--ez-theme-accent-primary);
  color: var(--ez-theme-text-inverse);
}

.onyx-live-note {
  display: block;
  margin-top: 18px;
  color: var(--ez-theme-text-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.onyx-live-stage {
  position: relative;
  min-height: 710px;
}

.onyx-live-device {
  position: relative;
  width: min(390px, 100%);
  height: 700px;
  margin-inline: auto;
  overflow: hidden;
  border: 9px solid var(--ez-theme-bg-dark);
  border-radius: 46px;
  background: var(--ez-theme-bg-main);
  box-shadow: 0 34px 88px rgba(var(--ez-pal-neutral-dark-rgb), 0.3);
}

.onyx-live-device__hardware {
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  background: rgba(var(--ez-pal-neutral-light-rgb), 0.97);
  color: var(--ez-theme-text-main);
  font-size: 0.64rem;
  font-weight: 800;
}

.onyx-live-device__hardware::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 82px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--ez-theme-bg-dark);
}

.onyx-live-facade {
  position: absolute;
  z-index: 5;
  inset: 42px 0 0;
  display: grid;
  place-items: end center;
  overflow: hidden;
  border: 0;
  background: var(--ez-theme-bg-dark);
  padding: 0;
  cursor: pointer;
}

.onyx-live-facade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 420ms ease;
}

.onyx-live-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 22, 62, 0.08) 34%, rgba(17, 22, 62, 0.92) 100%);
}

.onyx-live-facade:hover img,
.onyx-live-facade:focus-visible img {
  transform: scale(1.025);
}

.onyx-live-facade__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 28px 24px 34px;
  text-align: left;
}

.onyx-live-facade__content small,
.onyx-live-facade__content strong,
.onyx-live-facade__content span {
  display: block;
  color: var(--ez-theme-text-inverse);
}

.onyx-live-facade__content small {
  margin-bottom: 7px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.onyx-live-facade__content strong {
  font-size: 1.55rem;
  line-height: 1.05;
}

.onyx-live-facade__content span {
  margin-top: 12px;
  color: rgba(var(--ez-pal-neutral-light-rgb), 0.8);
  font-size: 0.78rem;
  font-weight: 700;
}

.onyx-live-frame,
.onyx-live-loading {
  position: absolute;
  inset: 42px 0 0;
}

.onyx-live-frame {
  width: 100%;
  height: calc(100% - 42px);
  border: 0;
  background: var(--ez-theme-bg-main);
}

.onyx-live-loading {
  z-index: 4;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--ez-theme-bg-soft), var(--ez-theme-bg-main));
  color: var(--ez-theme-accent-primary);
  font-size: 0.78rem;
  font-weight: 800;
}

.onyx-live-loading[hidden],
.onyx-live-facade[hidden] {
  display: none;
}

.onyx-live-close {
  position: absolute;
  z-index: 12;
  top: 5px;
  right: 8px;
  display: none;
  min-width: 34px;
  min-height: 32px;
  border: 1px solid rgba(var(--ez-pal-neutral-dark-rgb), 0.12);
  border-radius: 999px;
  background: var(--ez-theme-bg-main);
  color: var(--ez-theme-text-main);
  padding: 8px 13px;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(var(--ez-pal-neutral-dark-rgb), 0.16);
}

.onyx-live-device.is-active .onyx-live-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.onyx-live-device.is-active .onyx-live-device__hardware {
  padding-right: 78px;
}

.onyx-live-external {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ez-theme-accent-primary);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.onyx-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.onyx-story-copy h2 {
  max-width: 760px;
}

.onyx-story-copy > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 1.03rem;
}

.onyx-story-closing {
  display: inline-block;
  margin-top: 14px;
  color: var(--ez-theme-text-main);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.onyx-story-media {
  overflow: hidden;
  border-radius: var(--ez-radius-lg);
  box-shadow: var(--ez-theme-shadow);
}

.onyx-story-media picture,
.onyx-story-media img {
  width: 100%;
}

.onyx-story-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.onyx-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.onyx-bento article {
  position: relative;
  grid-column: span 4;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid var(--ez-theme-border);
  border-radius: var(--ez-radius-md);
  background: var(--ez-theme-bg-main);
  padding: 26px;
  box-shadow: 0 16px 44px rgba(var(--ez-pal-neutral-dark-rgb), 0.05);
}

.onyx-bento article:nth-child(1),
.onyx-bento article:nth-child(5) {
  grid-column: span 5;
}

.onyx-bento article:nth-child(2),
.onyx-bento article:nth-child(6) {
  grid-column: span 7;
}

.onyx-bento article:nth-child(3),
.onyx-bento article:nth-child(4) {
  grid-column: span 6;
}

.onyx-bento article::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(var(--ez-pal-primary-rgb), 0.08);
}

.onyx-bento__index {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  border-radius: 50%;
  background: var(--ez-theme-bg-dark);
  color: var(--ez-theme-text-inverse);
  font-size: 0.68rem;
  font-weight: 800;
}

.onyx-bento h3 {
  max-width: 380px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.onyx-bento p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin-bottom: 18px;
}

.onyx-bento small {
  position: relative;
  z-index: 1;
  color: var(--ez-theme-accent-primary);
  font-size: 0.68rem;
  font-weight: 800;
}

.onyx-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.onyx-menu-live {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.onyx-menu-live__intro {
  width: min(540px, 100%);
  border-left: 5px solid var(--ez-theme-accent-secondary);
  padding: 4px 0 4px 16px;
}

.onyx-menu-live__intro span,
.onyx-menu-live__intro strong,
.onyx-menu-live__intro small {
  display: block;
}

.onyx-menu-live__intro span {
  color: var(--ez-theme-accent-secondary);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.onyx-menu-live__intro strong {
  margin-top: 4px;
  color: var(--ez-theme-text-main);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.onyx-menu-live__intro small {
  margin-top: 7px;
  color: var(--ez-theme-text-muted);
  line-height: 1.45;
}

.onyx-live-device--menu {
  width: min(420px, 100%);
  height: 660px;
}

.onyx-language-demo {
  display: grid;
  gap: 18px;
  border: 1px solid var(--ez-theme-border);
  border-radius: 30px;
  background: var(--ez-theme-bg-main);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--ez-theme-shadow);
}

.onyx-language-demo__screen {
  display: grid;
  gap: 16px;
  border-radius: 24px;
  background: var(--ez-theme-bg-soft);
  padding: 24px;
}

.onyx-language-demo__screen strong {
  font-size: clamp(1.4rem, 3vw, 2.3rem);
}

.onyx-language-demo__screen span {
  color: var(--ez-theme-text-muted);
}

.onyx-language-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.onyx-language-pills span {
  border: 1px solid var(--ez-theme-border);
  border-radius: 999px;
  background: var(--ez-theme-bg-main);
  padding: 8px 11px;
  color: var(--ez-theme-text-main);
  font-size: 0.7rem;
  font-weight: 800;
}

.onyx-language-pills span:nth-child(2) {
  border-color: var(--ez-theme-accent-primary);
  background: var(--ez-theme-accent-primary);
  color: var(--ez-theme-text-inverse);
}

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

.onyx-reservation-card {
  border: 1px solid var(--ez-theme-border);
  border-radius: 28px;
  background: var(--ez-theme-bg-main);
  padding: clamp(24px, 4vw, 40px);
}

.onyx-reservation-card--advanced {
  border-color: rgba(var(--ez-pal-primary-rgb), 0.36);
  background: linear-gradient(145deg, rgba(var(--ez-pal-primary-rgb), 0.06), var(--ez-theme-bg-main));
}

.onyx-reservation-card h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
}

.onyx-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  counter-reset: onyx-flow-step;
}

.onyx-flow span {
  position: relative;
  display: grid;
  min-height: 108px;
  place-items: center;
  border: 1px solid var(--ez-theme-border);
  border-radius: 20px;
  background: var(--ez-theme-bg-soft);
  padding: 34px 14px 14px;
  color: var(--ez-theme-text-main);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 30px rgba(var(--ez-pal-neutral-dark-rgb), 0.05);
  counter-increment: onyx-flow-step;
}

.onyx-flow span::before {
  content: counter(onyx-flow-step, decimal-leading-zero);
  position: absolute;
  top: 11px;
  left: 12px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(var(--ez-pal-primary-rgb), 0.1);
  color: var(--ez-theme-accent-primary);
  font-size: 0.58rem;
  font-weight: 900;
}

.onyx-flow span:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  display: grid;
  width: 16px;
  height: 28px;
  place-items: center;
  transform: translateY(-50%);
  color: var(--ez-theme-accent-secondary);
  font-size: 1.35rem;
  font-weight: 900;
}

.onyx-flow--advanced span::before {
  background: rgba(var(--ez-pal-secondary-rgb), 0.12);
  color: var(--ez-theme-accent-secondary);
}

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

.onyx-delivery-card {
  min-height: 230px;
  border: 1px solid rgba(var(--ez-pal-neutral-light-rgb), 0.13);
  border-radius: 24px;
  background: rgba(var(--ez-pal-neutral-light-rgb), 0.05);
  padding: 28px;
}

.onyx-delivery-card h3 {
  font-size: 1.55rem;
}

.onyx-delivery-card--featured {
  border-color: var(--ez-theme-accent-secondary);
  background: rgba(var(--ez-pal-secondary-rgb), 0.11);
}

.onyx-delivery-route {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(var(--ez-pal-neutral-light-rgb), 0.13);
}

.onyx-delivery-route span {
  border: 1px solid rgba(var(--ez-pal-neutral-light-rgb), 0.16);
  border-radius: 999px;
  background: rgba(var(--ez-pal-neutral-light-rgb), 0.07);
  padding: 7px 10px;
  color: var(--ez-theme-text-inverse);
  font-size: 0.64rem;
  font-weight: 800;
}

.onyx-delivery-route b {
  color: var(--ez-theme-accent-secondary);
  font-size: 0.9rem;
}

.onyx-delivery-card--featured .onyx-delivery-route span {
  border-color: rgba(var(--ez-pal-secondary-rgb), 0.34);
  background: rgba(var(--ez-pal-secondary-rgb), 0.1);
}

.onyx-delivery-claim {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid rgba(var(--ez-pal-neutral-dark-rgb), 0.08);
  border-left: 8px solid var(--ez-theme-accent-secondary);
  border-radius: 26px;
  background: var(--ez-theme-bg-main);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 24px 64px rgba(var(--ez-pal-neutral-dark-rgb), 0.18);
}

.onyx-delivery-claim::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -78px;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(var(--ez-pal-secondary-rgb), 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.onyx-delivery-claim h3,
.onyx-delivery-claim p {
  color: var(--ez-theme-text-main);
}

.onyx-delivery-claim h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.045em;
}

.onyx-delivery-claim p {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-weight: 800;
}

.onyx-delivery-claim small {
  position: relative;
  z-index: 1;
  color: var(--ez-theme-text-muted);
  line-height: 1.55;
}

.onyx-analytics-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 34px;
  border-radius: 24px;
  background: var(--ez-theme-bg-soft);
  padding: 18px;
}

.onyx-analytics-flow span {
  position: relative;
  border: 1px solid var(--ez-theme-border);
  border-radius: 999px;
  background: var(--ez-theme-bg-main);
  padding: 10px 14px;
  color: var(--ez-theme-text-main);
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(var(--ez-pal-neutral-dark-rgb), 0.05);
}

.onyx-analytics-flow span:nth-of-type(2) {
  border-color: var(--ez-theme-accent-primary);
  background: var(--ez-theme-accent-primary);
  color: var(--ez-theme-text-inverse);
}

.onyx-analytics-flow b {
  color: var(--ez-theme-accent-secondary);
  font-size: 1.05rem;
}

.onyx-journey-grid,
.onyx-launch-grid,
.onyx-growth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.onyx-journey-grid article,
.onyx-growth-grid article {
  border: 1px solid var(--ez-theme-border);
  border-radius: 24px;
  background: var(--ez-theme-bg-main);
  padding: clamp(24px, 4vw, 36px);
}

.onyx-journey-grid article:nth-child(2) {
  background: var(--ez-theme-bg-dark);
}

.onyx-journey-grid article:nth-child(2) h3 {
  color: var(--ez-theme-text-inverse);
}

.onyx-journey-grid article:nth-child(2) p {
  color: rgba(var(--ez-pal-neutral-light-rgb), 0.7);
}

.onyx-launch-grid article {
  border-radius: 28px;
  background: var(--ez-theme-bg-main);
  padding: 30px;
  box-shadow: 0 14px 44px rgba(var(--ez-pal-neutral-dark-rgb), 0.06);
}

.onyx-launch-grid article:nth-child(2) {
  border: 2px solid var(--ez-theme-accent-primary);
}

.onyx-launch-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--ez-theme-text-main);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.onyx-launch-note {
  max-width: 850px;
  margin: 22px 0 0;
  font-size: 0.76rem;
}

.onyx-growth-grid article {
  position: relative;
  min-height: 210px;
}

.onyx-growth-grid article::before {
  content: attr(data-step);
  display: block;
  margin-bottom: 34px;
  color: var(--ez-theme-accent-primary);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.onyx-growth-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--ez-theme-accent-secondary);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1;
}

.onyx-pricing-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 28px;
  border: 1px solid var(--ez-theme-border);
  border-radius: 999px;
  background: var(--ez-theme-bg-main);
  padding: 5px;
}

.onyx-pricing-toggle button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ez-theme-text-main);
  padding: 8px 14px;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.onyx-pricing-toggle button[aria-pressed="true"] {
  background: var(--ez-theme-bg-dark);
  color: var(--ez-theme-text-inverse);
}

.onyx-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.onyx-plan-card {
  position: relative;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  border: 1px solid var(--ez-theme-border);
  border-radius: 28px;
  background: var(--ez-theme-bg-main);
  padding: clamp(24px, 3.2vw, 38px);
}

.onyx-plan-card--recommended {
  border: 2px solid var(--ez-theme-accent-primary);
  box-shadow: 0 28px 70px rgba(var(--ez-pal-primary-rgb), 0.16);
  transform: translateY(-12px);
}

.onyx-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: var(--ez-theme-accent-secondary);
  color: var(--ez-theme-bg-dark);
  padding: 7px 10px;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.onyx-plan-card h3 {
  margin-bottom: 18px;
  font-size: 1.6rem;
}

.onyx-plan-price {
  display: flex;
  min-height: 78px;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 20px;
}

.onyx-plan-price strong {
  color: var(--ez-theme-text-main);
  font-size: clamp(2.6rem, 4.7vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.onyx-plan-price span {
  color: var(--ez-theme-text-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.onyx-plan-positioning {
  min-height: 74px;
}

.onyx-plan-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 30px;
  padding: 0;
  list-style: none;
}

.onyx-plan-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ez-theme-text-main);
  font-size: 0.82rem;
  font-weight: 700;
}

.onyx-plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ez-theme-accent-primary);
  font-weight: 800;
}

.onyx-plan-card .button {
  width: 100%;
  margin-top: auto;
}

.onyx-pricing-notes {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.onyx-pricing-notes p {
  margin: 0;
  font-size: 0.75rem;
}

.onyx-comparison {
  margin-top: 36px;
  border: 1px solid var(--ez-theme-border);
  border-radius: 24px;
  background: var(--ez-theme-bg-main);
}

.onyx-comparison summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--ez-theme-text-main);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.onyx-comparison summary::-webkit-details-marker {
  display: none;
}

.onyx-comparison summary::after {
  content: "+";
  color: var(--ez-theme-accent-primary);
  font-size: 1.5rem;
}

.onyx-comparison[open] summary::after {
  content: "−";
}

.onyx-comparison__scroll {
  overflow-x: auto;
  border-top: 1px solid var(--ez-theme-border);
}

.onyx-comparison table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.onyx-comparison th,
.onyx-comparison td {
  border-bottom: 1px solid var(--ez-theme-border);
  padding: 13px 16px;
  text-align: center;
  font-size: 0.76rem;
}

.onyx-comparison th:first-child,
.onyx-comparison td:first-child {
  width: 40%;
  text-align: left;
  font-weight: 700;
}

.onyx-comparison thead th {
  position: sticky;
  top: 0;
  background: var(--ez-theme-bg-main);
  color: var(--ez-theme-text-main);
  font-weight: 800;
}

.onyx-comparison tbody tr[data-group] td {
  background: var(--ez-theme-bg-soft);
  color: var(--ez-theme-accent-primary);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.onyx-comparison__footnotes {
  display: grid;
  gap: 7px;
  padding: 18px 22px 22px;
}

.onyx-comparison__footnotes p {
  margin: 0;
  font-size: 0.68rem;
}

.onyx-lifetime-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1.2fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.onyx-bills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 26px;
}

.onyx-bills span {
  border: 1px solid rgba(var(--ez-pal-neutral-light-rgb), 0.15);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(var(--ez-pal-neutral-light-rgb), 0.78);
  font-size: 0.7rem;
  font-weight: 800;
}

.onyx-lifetime-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.onyx-lifetime-card {
  border: 1px solid rgba(var(--ez-pal-neutral-light-rgb), 0.13);
  border-radius: 28px;
  background: rgba(var(--ez-pal-neutral-light-rgb), 0.06);
  padding: clamp(24px, 4vw, 36px);
}

.onyx-lifetime-card strong {
  display: block;
  margin-top: 18px;
  color: var(--ez-theme-text-inverse);
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.onyx-lifetime-claim {
  margin-top: 20px;
  color: var(--ez-theme-text-inverse);
  font-size: 1rem;
  font-weight: 800;
}

.onyx-lifetime-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.onyx-lifetime-actions a:not(.button) {
  align-self: center;
  color: rgba(var(--ez-pal-neutral-light-rgb), 0.8);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.onyx-proof-card {
  overflow: hidden;
  border: 1px solid var(--ez-theme-border);
  border-radius: 24px;
  background: var(--ez-theme-bg-main);
}

.onyx-proof-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.onyx-proof-card__body {
  padding: 20px;
}

.onyx-proof-card__body strong {
  display: block;
  color: var(--ez-theme-text-main);
  font-size: 1.2rem;
}

.onyx-proof-card__body span {
  color: var(--ez-theme-text-muted);
  font-size: 0.76rem;
}

.onyx-proof-back {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.onyx-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.onyx-faq-heading {
  position: sticky;
  top: 110px;
}

.onyx-faq-list {
  border-top: 1px solid var(--ez-theme-border);
}

.onyx-faq-list details {
  border-bottom: 1px solid var(--ez-theme-border);
}

.onyx-faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 18px 0;
  color: var(--ez-theme-text-main);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.onyx-faq-list summary::-webkit-details-marker {
  display: none;
}

.onyx-faq-list summary::after {
  content: "+";
  color: var(--ez-theme-accent-primary);
  font-size: 1.5rem;
}

.onyx-faq-list details[open] summary::after {
  content: "−";
}

.onyx-faq-list details p {
  max-width: 780px;
  padding: 0 0 24px;
}

.onyx-closing {
  padding: clamp(90px, 12vw, 170px) 0;
  text-align: center;
}

.onyx-closing h2 {
  max-width: 950px;
  margin-inline: auto;
}

.onyx-closing-lines {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 920px;
  margin: 26px auto;
}

.onyx-closing-lines span {
  border-radius: 999px;
  background: var(--ez-theme-bg-soft);
  padding: 9px 13px;
  color: var(--ez-theme-text-main);
  font-size: 0.78rem;
  font-weight: 800;
}

.onyx-closing > .shell > p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
}

.solution-sticky-cta {
  position: fixed;
  z-index: 1150;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: none;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(var(--ez-pal-neutral-dark-rgb), 0.12);
  border-radius: 18px;
  background: rgba(var(--ez-pal-neutral-light-rgb), 0.96);
  padding: 8px 8px 8px 14px;
  box-shadow: 0 18px 55px rgba(var(--ez-pal-neutral-dark-rgb), 0.2);
}

.solution-sticky-cta strong,
.solution-sticky-cta small {
  display: block;
}

.solution-sticky-cta strong {
  color: var(--ez-theme-text-main);
  font-size: 0.78rem;
}

.solution-sticky-cta small {
  color: var(--ez-theme-text-muted);
  font-size: 0.62rem;
}

.solution-sticky-cta .button {
  min-height: 42px;
  padding: 9px 12px;
  font-size: 0.68rem;
}

.solution-footer .footer-brand p {
  max-width: 280px;
  margin: 16px 0 0;
  line-height: 1.55;
}

@media (max-width: 1120px) {
  .onyx-hero__grid,
  .onyx-live-layout,
  .onyx-story-grid,
  .onyx-split,
  .onyx-lifetime-layout {
    grid-template-columns: 1fr;
  }

  .onyx-hero__media {
    min-height: 560px;
  }

  .onyx-hero__picture {
    position: relative;
    min-height: 560px;
  }

  .onyx-live-copy,
  .onyx-story-copy {
    max-width: 800px;
  }

  .onyx-live-stage {
    min-height: 680px;
  }

  .onyx-bento article,
  .onyx-bento article:nth-child(n) {
    grid-column: span 6;
  }

  .onyx-plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .onyx-plan-card--recommended {
    transform: none;
  }

  .onyx-plan-card:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .onyx-delivery-grid,
  .onyx-journey-grid,
  .onyx-launch-grid,
  .onyx-growth-grid,
  .onyx-proof-grid {
    grid-template-columns: 1fr;
  }

  .onyx-delivery-claim,
  .onyx-faq-layout {
    grid-template-columns: 1fr;
  }

  .onyx-faq-heading {
    position: static;
  }

  .onyx-plan-grid {
    grid-template-columns: 1fr;
  }

  .onyx-plan-card:last-child {
    grid-column: auto;
  }

  .onyx-lifetime-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .solution-page {
    --onyx-page-section-space: 70px;
  }

  .onyx-hero {
    padding-top: 44px;
  }

  .onyx-hero__media,
  .onyx-hero__picture {
    min-height: 430px;
  }

  .onyx-hero__product-card {
    right: 10px;
    bottom: -18px;
    width: calc(100% - 20px);
  }

  .onyx-live-stage {
    min-height: 620px;
  }

  .onyx-live-device {
    width: min(350px, calc(100vw - 56px));
    height: 610px;
    border-width: 7px;
    border-radius: 38px;
  }

  .onyx-live-device--menu {
    width: min(370px, calc(100vw - 56px));
    height: 610px;
  }

  .onyx-bento {
    grid-template-columns: 1fr;
  }

  .onyx-bento article,
  .onyx-bento article:nth-child(n) {
    grid-column: auto;
    min-height: 220px;
  }

  .onyx-reservation-grid {
    grid-template-columns: 1fr;
  }

  .onyx-flow {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .onyx-flow span:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -31px;
    width: 28px;
    height: 28px;
    transform: translateX(50%);
  }

  .onyx-pricing-toggle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .onyx-pricing-toggle button {
    padding-inline: 8px;
  }

  .onyx-plan-card {
    min-height: auto;
  }

  .onyx-plan-positioning {
    min-height: 0;
  }

  .solution-sticky-cta.is-visible {
    display: grid;
  }

  .solution-footer {
    padding-bottom: 90px;
  }
}

@media (max-width: 480px) {
  .onyx-flow {
    grid-template-columns: 1fr;
  }

  .onyx-live-device,
  .onyx-live-device--menu {
    width: calc(100vw - 44px);
  }

  .onyx-hero__product-actions span:nth-child(n+4) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .onyx-live-facade img {
    transition: none;
  }
}
