/*
 * Azora marketing v3
 * Precision-industrial visual layer for the complete public marketing site.
 * Depends on tokens.css + components.css. Selectors are scoped to the
 * marketing-v3 body class so archived versions remain visually untouched.
 */

:root {
  --v3-night: #0b1020;
  --v3-night-raised: #12182a;
  --v3-night-line: rgba(197, 211, 255, 0.14);
  --v3-porcelain: #f7f8f5;
  --v3-optic-blue: #7aa7ff;
  --v3-optic-teal: #63e6be;
  --v3-optic-violet: #b29cff;
  --v3-warm: #f4eee4;
  --v3-copy-max: 68ch;
}

body.marketing-v3 {
  background: var(--v3-porcelain);
  color: var(--ink-900);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.marketing-v3 .container {
  max-width: 1240px;
}

.v3-announcement {
  position: relative;
  z-index: 110;
  background: #0b1020;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #d8e2ff;
  font-size: 13px;
}

.v3-announcement__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.v3-announcement a {
  color: #ffffff;
  font-weight: 650;
  text-decoration: none;
}

.v3-announcement a:hover {
  color: var(--v3-optic-teal);
}

.v3-announcement__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v3-optic-teal);
  box-shadow: 0 0 0 5px rgba(99, 230, 190, 0.1);
  flex: none;
}

.marketing-v3 .nav {
  top: 0;
  background: rgba(247, 248, 245, 0.9);
  border-bottom-color: rgba(15, 20, 25, 0.08);
}

.marketing-v3 .nav__inner {
  min-height: 70px;
}

.marketing-v3 .nav__links a {
  color: #313948;
}

.marketing-v3 .nav__links a::after {
  background: linear-gradient(90deg, var(--brand-600), var(--acc-teal));
}

.marketing-v3 .nav__cta .btn--primary {
  box-shadow: none;
}

.marketing-v3 :is(.nav__demo-link, .nav__signin-link) {
  display: none;
}

.v3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--brand-700);
  font: 700 12px/1.4 var(--font-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v3-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-600), var(--acc-teal));
  border-radius: 99px;
}

.v3-kicker--light {
  color: #b9c8f4;
}

.v3-kicker--light::before {
  background: linear-gradient(90deg, var(--v3-optic-teal), var(--v3-optic-blue));
}

.v3-display {
  margin: 0;
  max-width: 18ch;
  font: 750 clamp(44px, 4.8vw, 64px)/0.99 var(--font-display);
  letter-spacing: -0.048em;
}

.v3-heading {
  margin: 0;
  font: 720 clamp(36px, 4.6vw, 64px)/1.02 var(--font-display);
  letter-spacing: -0.042em;
  color: var(--ink-900);
}

.v3-heading--light {
  color: #f6f8ff;
}

.v3-heading--compact {
  max-width: 16ch;
}

.v3-lede {
  max-width: var(--v3-copy-max);
  margin: 20px 0 0;
  color: var(--ink-700);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.v3-lede--light {
  color: #bbc6df;
}

.v3-section {
  position: relative;
  padding-block: clamp(82px, 10vw, 142px);
  overflow: hidden;
}

.v3-section--white {
  background: #ffffff;
}

.v3-section--porcelain {
  background: var(--v3-porcelain);
}

.v3-section--night {
  color: #eef2ff;
  background:
    radial-gradient(60% 80% at 12% 0%, rgba(32, 148, 120, 0.18), transparent 66%),
    radial-gradient(45% 60% at 92% 18%, rgba(70, 116, 210, 0.2), transparent 72%),
    var(--v3-night);
}

.v3-section--warm {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.82), transparent 36%),
    var(--v3-warm);
}

.v3-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(46px, 7vw, 82px);
}

.v3-section__head .v3-lede {
  margin: 0;
}

/* Hero */
.v3-hero {
  position: relative;
  min-height: 700px;
  padding-block: clamp(52px, 5.8vw, 78px) 48px;
  color: #f7f9ff;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 60% 70% at 82% 38%, rgba(54, 120, 188, 0.22), transparent 72%),
    radial-gradient(ellipse 45% 70% at 7% 0%, rgba(28, 132, 93, 0.23), transparent 70%),
    linear-gradient(142deg, #0b1020 0%, #10162a 58%, #0b1020 100%);
}

.v3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.v3-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -250px;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(126, 169, 255, 0.26);
  box-shadow:
    0 0 0 58px rgba(126, 169, 255, 0.035),
    0 0 0 122px rgba(99, 230, 190, 0.025);
}

.v3-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

.v3-hero .v3-kicker {
  color: #a7f3d0;
  margin-bottom: 14px;
}

.v3-hero .v3-kicker::before {
  background: linear-gradient(90deg, var(--v3-optic-teal), var(--v3-optic-blue));
}

.v3-hero .v3-display {
  color: #ffffff;
}

.v3-optical-text {
  background: linear-gradient(105deg, #ffffff 4%, #8bf1d2 38%, #8eb4ff 70%, #cfbbff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.v3-hero__copy {
  max-width: 650px;
}

.v3-hero__copy > p {
  max-width: 61ch;
  margin: 20px 0 0;
  color: #bec8de;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.65;
}

.v3-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.v3-btn {
  min-height: 52px;
  padding-inline: 22px;
  border-radius: 12px;
}

.v3-btn--glass {
  color: #f4f7ff;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.v3-btn--glass:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.32);
}

.v3-btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.v3-hero__microcopy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #96a3bf;
  font-size: 13px;
}

.v3-hero__microcopy svg {
  width: 16px;
  height: 16px;
  color: var(--v3-optic-teal);
}

.v3-product-stage {
  position: relative;
  min-width: 0;
  padding: 30px 0 24px 24px;
  perspective: 1200px;
}

.v3-product-stage::before {
  content: "";
  position: absolute;
  inset: 10% 8% 0 3%;
  z-index: -1;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(99, 230, 190, 0.2), rgba(122, 167, 255, 0.22), rgba(178, 156, 255, 0.12));
  filter: blur(50px);
}

.v3-product-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 211, 240, 0.24);
  border-radius: 18px;
  background: #11131f;
  box-shadow:
    0 46px 90px -28px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  transform: rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
}

.v3-product-window__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  background: #171925;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v3-product-window__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #586079;
}

.v3-product-window__bar i:nth-child(1) { background: #f38ba8; }
.v3-product-window__bar i:nth-child(2) { background: #f9e2af; }
.v3-product-window__bar i:nth-child(3) { background: #a6e3a1; }

.v3-product-window__url {
  margin-left: 8px;
  color: #7f89a6;
  font: 500 10px/1 var(--font-mono);
}

.v3-product-window picture,
.v3-product-window img {
  width: 100%;
}

.v3-product-window img {
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
}

.v3-signal {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  color: #edf2ff;
  background: rgba(16, 22, 40, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px -22px rgba(0, 0, 0, 0.9);
  font-size: 12px;
}

.v3-signal strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #ffffff;
}

.v3-signal span {
  color: #9eabc5;
}

.v3-signal__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #0b1020;
  background: var(--v3-optic-teal);
  font-weight: 800;
  flex: none;
}

.v3-signal--one {
  top: 4px;
  right: -12px;
}

.v3-signal--two {
  left: 0;
  bottom: 2px;
}

.v3-signal--two .v3-signal__icon {
  background: var(--v3-optic-blue);
}

.v3-proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(52px, 7vw, 78px);
  border-block: 1px solid rgba(255, 255, 255, 0.11);
}

.v3-proof {
  min-height: 92px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.v3-proof:last-child {
  border-right: 0;
}

.v3-proof strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font: 700 23px/1.2 var(--font-display);
  letter-spacing: -0.025em;
}

.v3-proof span {
  color: #929eba;
  font-size: 13px;
}

.v3-foundation {
  background: #ffffff;
  border-bottom: 1px solid var(--ink-100);
}

.v3-foundation__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}

.v3-foundation__inner::-webkit-scrollbar {
  display: none;
}

.v3-foundation__label {
  color: var(--ink-500);
  font: 700 11px/1.3 var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.v3-foundation__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-700);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.v3-foundation__item::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid var(--brand-600);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--brand-50);
}

/* Fragmentation / integration story */
.v3-fragment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: stretch;
}

.v3-fragment-stack {
  display: grid;
  gap: 10px;
}

.v3-fragment-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 15px 17px;
  border: 1px solid #e3e6eb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink-700);
}

.v3-fragment-card:nth-child(2) { margin-left: 28px; }
.v3-fragment-card:nth-child(3) { margin-right: 34px; }
.v3-fragment-card:nth-child(4) { margin-left: 13px; }

.v3-fragment-card__mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #d7dce3;
  border-radius: 10px;
  color: var(--ink-500);
  background: #ffffff;
  font: 700 12px/1 var(--font-display);
  flex: none;
}

.v3-fragment-card strong {
  display: block;
  color: var(--ink-900);
  font-size: 14px;
}

.v3-fragment-card span {
  font-size: 12px;
}

.v3-integration-card {
  position: relative;
  min-height: 420px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(15, 20, 25, 0.08);
  border-radius: 24px;
  overflow: hidden;
  color: #f5f7ff;
  background:
    radial-gradient(circle at 85% 10%, rgba(122, 167, 255, 0.22), transparent 32%),
    linear-gradient(145deg, #11172b, #0d1222);
  box-shadow: var(--shadow-xl);
}

.v3-integration-card h3 {
  max-width: 17ch;
  margin: 0 0 12px;
  color: #ffffff;
  font: 700 clamp(26px, 3vw, 36px)/1.08 var(--font-display);
  letter-spacing: -0.03em;
}

.v3-integration-card > p {
  max-width: 48ch;
  margin: 0;
  color: #a9b4cd;
  line-height: 1.65;
}

.v3-record-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.v3-record-map::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 21px;
  height: 1px;
  background: linear-gradient(90deg, var(--v3-optic-teal), var(--v3-optic-blue), var(--v3-optic-violet));
  opacity: 0.72;
}

.v3-record {
  position: relative;
  z-index: 1;
  text-align: center;
}

.v3-record__node {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #07101a;
  background: #92f1d3;
  box-shadow: 0 0 0 7px rgba(99, 230, 190, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.v3-record:nth-child(2) .v3-record__node { background: #8eb4ff; box-shadow: 0 0 0 7px rgba(122, 167, 255, 0.08); }
.v3-record:nth-child(3) .v3-record__node { background: #cfbbff; box-shadow: 0 0 0 7px rgba(178, 156, 255, 0.08); }
.v3-record:nth-child(4) .v3-record__node { background: #f7d39d; box-shadow: 0 0 0 7px rgba(247, 211, 157, 0.08); }

.v3-record strong {
  display: block;
  color: #f3f6ff;
  font-size: 12px;
}

.v3-record span {
  color: #8490ab;
  font-size: 10px;
}

/* Lifecycle */
.v3-lifecycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 52px;
}

.v3-lifecycle::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 27px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-600), var(--acc-teal), var(--acc-blue), var(--acc-mauve), var(--acc-peach));
  opacity: 0.55;
}

.v3-lifecycle__step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-inline: 9px;
}

.v3-lifecycle__number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border: 1px solid var(--ink-200);
  border-radius: 50%;
  color: var(--brand-700);
  background: #ffffff;
  box-shadow: 0 0 0 8px var(--v3-porcelain);
  font: 750 14px/1 var(--font-display);
}

.v3-lifecycle__step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-900);
  font-size: 14px;
}

.v3-lifecycle__step span {
  color: var(--ink-500);
  font-size: 12px;
}

.v3-workflow-shell {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  min-height: 520px;
  border: 1px solid #dde2e9;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 60px -38px rgba(15, 20, 25, 0.42);
}

.v3-workflow-tabs {
  padding: 22px;
  border-right: 1px solid #e5e8ed;
  background: #f7f8f8;
}

.v3-workflow-tabs__label {
  margin: 0 0 15px 8px;
  color: var(--ink-500);
  font: 700 10px/1.3 var(--font-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v3-workflow-tab {
  width: 100%;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--ink-700);
  background: transparent;
  text-align: left;
}

.v3-workflow-tab + .v3-workflow-tab {
  margin-top: 7px;
}

.v3-workflow-tab:hover {
  color: var(--ink-900);
  background: #ffffff;
}

.v3-workflow-tab[aria-selected="true"] {
  color: var(--ink-900);
  border-color: #d9e5dd;
  background: #ffffff;
  box-shadow: 0 9px 24px -18px rgba(15, 20, 25, 0.35);
}

.v3-workflow-tab__index {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--brand-700);
  background: var(--brand-50);
  font: 750 11px/1 var(--font-display);
}

.v3-workflow-tab strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}

.v3-workflow-tab span:last-child {
  display: block;
  color: var(--ink-500);
  font-size: 11px;
  line-height: 1.45;
}

.v3-workflow-panels {
  min-width: 0;
  background: #11131f;
}

.v3-workflow-panel {
  height: 100%;
}

.v3-workflow-panel[hidden] {
  display: none;
}

.v3-workflow-panel__copy {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  padding: 28px 30px;
  color: #f7f8ff;
  background: #121522;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v3-workflow-panel__copy h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font: 700 clamp(22px, 3vw, 30px)/1.1 var(--font-display);
  letter-spacing: -0.025em;
}

.v3-workflow-panel__copy p {
  max-width: 60ch;
  margin: 0;
  color: #9ca8c0;
  font-size: 13px;
  line-height: 1.55;
}

.v3-workflow-panel__copy a {
  color: #bdf4df;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.v3-workflow-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #0e101a;
}

.v3-workflow-media img,
.v3-workflow-media video {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: top left;
}

.v3-workflow-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(11, 16, 32, 0.58));
}

/* Solution cards */
.v3-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v3-solution-card {
  position: relative;
  min-height: 222px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #e0e4e9;
  border-radius: 18px;
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  transition: transform var(--motion-duration-quick) var(--ease-emphasized), border-color var(--motion-duration-quick), box-shadow var(--motion-duration-quick);
}

.v3-solution-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -66px;
  top: -72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 230, 190, 0.15), transparent 68%);
}

.v3-solution-card:nth-child(3n+2)::after { background: radial-gradient(circle, rgba(122, 167, 255, 0.17), transparent 68%); }
.v3-solution-card:nth-child(3n+3)::after { background: radial-gradient(circle, rgba(178, 156, 255, 0.16), transparent 68%); }

.v3-solution-card:hover {
  color: var(--ink-900);
  border-color: #c9d8cf;
  box-shadow: 0 22px 46px -30px rgba(15, 20, 25, 0.48);
  transform: translateY(-4px);
}

.v3-solution-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--brand-100);
  border-radius: 12px;
  color: var(--brand-700);
  background: var(--brand-50);
  font: 750 12px/1 var(--font-display);
}

.v3-solution-card h3 {
  margin: 0 0 8px;
  color: var(--ink-900);
  font: 700 19px/1.2 var(--font-display);
  letter-spacing: -0.018em;
}

.v3-solution-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 13px;
  line-height: 1.55;
}

.v3-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--brand-700);
  font-size: 12px;
  font-weight: 700;
}

/* Trust band */
.v3-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 54px;
}

.v3-trust-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--v3-night-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.v3-trust-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(99, 230, 190, 0.28);
  border-radius: 11px;
  color: var(--v3-optic-teal);
  background: rgba(99, 230, 190, 0.06);
  font: 800 11px/1 var(--font-display);
}

.v3-trust-card h3 {
  margin: 0 0 9px;
  color: #f5f7ff;
  font: 680 17px/1.25 var(--font-display);
}

.v3-trust-card p {
  margin: 0;
  color: #98a4bd;
  font-size: 13px;
  line-height: 1.6;
}

.v3-inline-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.v3-inline-links a {
  color: #c9f7e8;
  font-size: 13px;
  font-weight: 700;
}

/* Pricing */
.v3-pricing-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.v3-price-card {
  position: relative;
  padding: clamp(30px, 5vw, 50px);
  border: 1px solid #dcd7cd;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 34px 72px -48px rgba(45, 35, 20, 0.45);
}

.v3-price-card__flag {
  display: inline-flex;
  padding: 6px 10px;
  margin-bottom: 20px;
  border-radius: 999px;
  color: var(--brand-800);
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  font-size: 11px;
  font-weight: 700;
}

.v3-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 8px;
}

.v3-price strong {
  color: var(--ink-900);
  font: 760 clamp(54px, 8vw, 82px)/0.9 var(--font-display);
  letter-spacing: -0.055em;
}

.v3-price span {
  max-width: 90px;
  padding-bottom: 8px;
  color: var(--ink-500);
  font-size: 12px;
  line-height: 1.3;
}

.v3-price-card > p {
  margin: 0 0 26px;
  color: var(--ink-700);
  font-size: 14px;
}

.v3-checks {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  padding: 24px 0 0;
  margin: 0 0 28px;
  border-top: 1px solid #e2ddd3;
}

.v3-checks li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-700);
  font-size: 13px;
}

.v3-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand-600);
  font-size: 10px;
  font-weight: 800;
}

.v3-beta-note {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #ddd4c5;
  border-radius: 13px;
  color: #615846;
  background: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.55;
}

.v3-beta-note strong {
  color: #302b22;
}

/* Implementation */
.v3-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.v3-step {
  position: relative;
  min-height: 240px;
  padding: 26px;
  border-top: 2px solid var(--brand-600);
  background: #ffffff;
}

.v3-step:nth-child(2) { border-top-color: var(--acc-teal); }
.v3-step:nth-child(3) { border-top-color: var(--acc-blue); }
.v3-step:nth-child(4) { border-top-color: var(--acc-mauve); }

.v3-step__number {
  display: block;
  margin-bottom: 34px;
  color: var(--ink-300);
  font: 700 12px/1 var(--font-mono);
}

.v3-step h3 {
  margin: 0 0 9px;
  font: 680 18px/1.2 var(--font-display);
}

.v3-step p {
  margin: 0;
  color: var(--ink-500);
  font-size: 13px;
  line-height: 1.6;
}

/* Final CTA */
.v3-cta {
  position: relative;
  padding-block: clamp(88px, 11vw, 148px);
  overflow: hidden;
  text-align: center;
  color: #f6f8ff;
  background:
    radial-gradient(55% 150% at 0% 100%, rgba(99, 230, 190, 0.22), transparent 70%),
    radial-gradient(55% 150% at 100% 0%, rgba(122, 167, 255, 0.24), transparent 70%),
    #0b1020;
}

.v3-cta .v3-heading {
  max-width: 17ch;
  margin-inline: auto;
  color: #ffffff;
}

.v3-cta p {
  max-width: 56ch;
  margin: 22px auto 0;
  color: #adb9d2;
  font-size: 17px;
  line-height: 1.65;
}

.v3-cta .v3-actions {
  justify-content: center;
}

/* Footer */
.marketing-v3 .footer {
  padding-block: 70px 34px;
  background-color: #070b15;
}

.marketing-v3 .footer__grid {
  grid-template-columns: 1.7fr repeat(4, minmax(120px, 1fr));
  gap: 34px;
}

.marketing-v3 .footer__brand img {
  width: 178px;
  height: auto;
}

.marketing-v3 .footer__tagline {
  max-width: 31ch;
  color: #8d99b0;
}

.marketing-v3 .footer__col h4 {
  color: #e7ebf8;
}

.marketing-v3 .footer__col a {
  color: #8995ac;
}

.marketing-v3 .footer__bottom {
  color: #6e788e;
  border-top-color: rgba(255, 255, 255, 0.08);
}

/* Video dialog */
.v3-video-dialog {
  width: min(1080px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: #ffffff;
  background: #0b1020;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
}

.v3-video-dialog::backdrop {
  background: rgba(5, 8, 16, 0.8);
  backdrop-filter: blur(8px);
}

.v3-video-dialog__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 14px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.v3-video-dialog__bar strong {
  font-size: 13px;
}

.v3-video-dialog__close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.v3-video-dialog video {
  width: 100%;
  max-height: calc(100vh - 86px);
  background: #070a12;
}

/* Platform page */
.v3-page-hero {
  position: relative;
  padding-block: clamp(86px, 10vw, 140px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(122, 167, 255, 0.14), transparent 29%),
    radial-gradient(circle at 14% 0%, rgba(99, 230, 190, 0.13), transparent 34%),
    #0b1020;
  color: #ffffff;
}

.v3-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
}

.v3-page-hero .v3-display {
  max-width: 13ch;
  color: #ffffff;
  font-size: clamp(50px, 6vw, 80px);
}

.v3-page-hero .v3-lede {
  color: #b3bed5;
}

.v3-page-hero__visual {
  position: relative;
}

.v3-page-hero__visual img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 38px 80px -30px rgba(0, 0, 0, 0.72);
}

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

.v3-primitive {
  min-height: 230px;
  padding: 26px;
  border: 1px solid #e0e4e8;
  border-radius: 16px;
  background: #ffffff;
}

.v3-primitive__tag {
  display: inline-flex;
  margin-bottom: 36px;
  padding: 6px 9px;
  border-radius: 7px;
  color: var(--brand-800);
  background: var(--brand-50);
  font: 700 10px/1 var(--font-mono);
}

.v3-primitive h3 {
  margin: 0 0 9px;
  font: 680 18px/1.25 var(--font-display);
}

.v3-primitive p {
  margin: 0;
  color: var(--ink-500);
  font-size: 13px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1040px) {
  .v3-hero__grid,
  .v3-page-hero__grid,
  .v3-pricing-shell {
    grid-template-columns: 1fr;
  }

  .v3-hero__copy {
    max-width: 760px;
  }

  .v3-product-stage {
    max-width: 860px;
    margin-inline: auto;
  }

  .v3-solution-grid,
  .v3-platform-primitives {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .v3-section__head,
  .v3-fragment-grid {
    grid-template-columns: 1fr;
  }

  .v3-section__head .v3-lede {
    margin-top: 0;
  }

  .v3-proof-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .v3-proof:nth-child(2) {
    border-right: 0;
  }

  .v3-proof:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .v3-foundation__inner {
    justify-content: flex-start;
  }

  .v3-workflow-shell {
    grid-template-columns: 1fr;
  }

  .v3-workflow-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    border-right: 0;
    border-bottom: 1px solid #e5e8ed;
  }

  .v3-workflow-tabs__label {
    grid-column: 1 / -1;
  }

  .v3-workflow-tab {
    grid-template-columns: 1fr;
  }

  .v3-workflow-tab__index,
  .v3-workflow-tab span:last-child {
    display: none;
  }

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

  .marketing-v3 .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .v3-announcement__inner {
    min-height: 44px;
    justify-content: flex-start;
    text-align: left;
  }

  .marketing-v3 .nav__inner {
    min-height: 62px;
  }

  .marketing-v3 .nav__cta .btn--primary {
    display: none;
  }

  .marketing-v3 .nav__demo-link {
    display: list-item;
  }

  .v3-hero {
    min-height: auto;
    padding-block: 68px 44px;
  }

  .v3-display {
    font-size: clamp(43px, 13vw, 62px);
  }

  .v3-product-stage {
    padding: 30px 0 42px;
  }

  .v3-product-window {
    transform: none;
    border-radius: 13px;
  }

  .v3-signal {
    min-width: 0;
    max-width: 210px;
  }

  .v3-signal--one {
    top: 5px;
    right: -4px;
  }

  .v3-signal--two {
    left: -4px;
    bottom: 0;
  }

  .v3-proof-row,
  .v3-solution-grid,
  .v3-platform-primitives,
  .v3-trust-grid,
  .v3-steps {
    grid-template-columns: 1fr;
  }

  .v3-proof {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .v3-proof:last-child {
    border-bottom: 0;
  }

  .v3-fragment-card:nth-child(n) {
    margin-inline: 0;
  }

  .v3-record-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .v3-record-map::before {
    display: none;
  }

  .v3-lifecycle {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .v3-lifecycle::before {
    left: 27px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    height: auto;
  }

  .v3-lifecycle__step {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 15px;
    text-align: left;
    padding: 0;
  }

  .v3-lifecycle__number {
    grid-row: 1 / 3;
    margin: 0;
    box-shadow: 0 0 0 5px var(--v3-porcelain);
  }

  .v3-lifecycle__step strong {
    align-self: end;
  }

  .v3-workflow-tabs {
    grid-template-columns: 1fr;
  }

  .v3-workflow-tab {
    display: block;
    padding: 12px;
  }

  .v3-workflow-panel__copy {
    grid-template-columns: 1fr;
  }

  .v3-workflow-media,
  .v3-workflow-media img,
  .v3-workflow-media video {
    min-height: 270px;
  }

  .v3-checks {
    grid-template-columns: 1fr;
  }

  .marketing-v3 .footer__grid {
    grid-template-columns: 1fr;
  }

  .marketing-v3 .footer__brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-product-window,
  .v3-solution-card {
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   Full-site bridge
   Carries hand-authored resource, pricing, solutions-index, and legal pages
   into the same precision-industrial system while their purpose-built markup
   remains the source of truth.
   -------------------------------------------------------------------------- */

.marketing-v3.resources-v3 .section,
.marketing-v3.pricing-v3 .section,
.marketing-v3.solutions-index-v3 .section {
  padding-block: clamp(72px, 9vw, 116px);
}

.marketing-v3 :is(
  .page-header,
  .ab-hero,
  .changelog-hero,
  .help-hero,
  .pr-hero,
  .qs-hero
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(76px, 9vw, 124px) clamp(56px, 7vw, 90px);
  color: #eef2ff;
  background:
    radial-gradient(52% 90% at 7% 0%, rgba(99, 230, 190, 0.18), transparent 68%),
    radial-gradient(44% 80% at 95% 12%, rgba(122, 167, 255, 0.22), transparent 70%),
    linear-gradient(145deg, #0b1020 0%, #11182b 56%, #0d1628 100%);
  border-bottom: 1px solid rgba(197, 211, 255, 0.14);
}

.marketing-v3 :is(
  .page-header,
  .ab-hero,
  .changelog-hero,
  .help-hero,
  .pr-hero,
  .qs-hero
)::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(197, 211, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 211, 255, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.marketing-v3 :is(
  .page-header,
  .ab-hero,
  .changelog-hero,
  .help-hero,
  .pr-hero,
  .qs-hero
) > .container {
  position: relative;
  z-index: 1;
}

.marketing-v3 :is(
  .page-header,
  .ab-hero,
  .changelog-hero,
  .help-hero,
  .pr-hero,
  .qs-hero
) :is(.eyebrow, .type-eyebrow) {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #a9c8ff;
  letter-spacing: 0.1em;
}

.marketing-v3 :is(
  .page-header,
  .ab-hero,
  .changelog-hero,
  .help-hero,
  .pr-hero,
  .qs-hero
) :is(.eyebrow, .type-eyebrow)::before {
  content: "";
  width: 25px;
  height: 2px;
  flex: none;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--v3-optic-teal), var(--v3-optic-blue));
}

.marketing-v3 :is(
  .page-header,
  .ab-hero,
  .changelog-hero,
  .help-hero,
  .pr-hero,
  .qs-hero
) h1 {
  max-width: 16ch;
  margin: 0 auto 22px;
  color: #f8faff;
  font: 750 clamp(44px, 5.5vw, 72px)/0.99 var(--font-display);
  letter-spacing: -0.05em;
}

.marketing-v3 :is(
  .page-header,
  .ab-hero,
  .changelog-hero,
  .help-hero,
  .pr-hero,
  .qs-hero
) p {
  max-width: 690px;
  margin-inline: auto;
  color: #bbc6df;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.marketing-v3 :is(.ab-hero, .pr-hero) h1,
.marketing-v3 :is(.ab-hero, .pr-hero) p {
  margin-inline: 0;
}

.marketing-v3 .ab-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding-top: 12px;
  color: #99a8c9;
  font-family: var(--font-mono);
  font-size: 12px;
}

.marketing-v3 .ab-meta strong {
  color: #eef2ff;
}

.marketing-v3 :is(.section-intro, .section-heading) {
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 58px);
  text-align: center;
}

.marketing-v3 :is(.section-intro, .section-heading) h2 {
  margin: 10px 0 16px;
  color: var(--ink-900);
  font: 720 clamp(34px, 4.2vw, 56px)/1.04 var(--font-display);
  letter-spacing: -0.04em;
}

.marketing-v3 :is(.section-intro, .section-heading) p {
  color: var(--ink-700);
  font-size: 18px;
  line-height: 1.65;
}

.marketing-v3.resources-v3 .feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.marketing-v3.resources-v3 .feature-row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketing-v3.resources-v3 .feature {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 3vw, 32px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e0e4e8;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(18, 24, 42, 0.06);
}

.marketing-v3.resources-v3 a.feature {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.marketing-v3.resources-v3 a.feature:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 98, 179, 0.34);
  box-shadow: 0 22px 46px rgba(18, 24, 42, 0.11);
}

.marketing-v3.resources-v3 .feature__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #0f6f6a;
  background: #e7f7f3;
  border: 1px solid #c5eae1;
  border-radius: 12px;
}

.marketing-v3.resources-v3 .feature__title {
  color: var(--ink-900);
  font: 680 20px/1.25 var(--font-display);
  letter-spacing: -0.02em;
}

.marketing-v3.resources-v3 .feature__body {
  color: var(--ink-700);
  line-height: 1.68;
}

.marketing-v3 :is(.ab-toc, .pr-toc, .qs-toc) {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  border: 1px solid #dde2e6;
  border-radius: 18px;
  box-shadow: 0 15px 38px rgba(18, 24, 42, 0.06);
}

.marketing-v3 :is(.ab-toc, .pr-toc, .qs-toc) h2 {
  color: #566070;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.marketing-v3 :is(.ab-toc, .pr-toc, .qs-toc) a {
  color: #1859a5;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.marketing-v3 :is(.ab-section, .pr-section) {
  padding-block: clamp(44px, 6vw, 72px);
  border-color: #dfe3e7;
}

.marketing-v3 :is(.ab-section, .pr-section) h2 {
  color: var(--ink-900);
  font: 700 clamp(27px, 3.5vw, 38px)/1.12 var(--font-display);
  letter-spacing: -0.032em;
}

.marketing-v3 :is(.ab-section, .pr-section) h3 {
  margin-top: 34px;
  color: var(--ink-900);
  font: 680 20px/1.3 var(--font-display);
}

.marketing-v3 :is(.ab-section, .pr-section) :is(p, li) {
  color: #4e5968;
  line-height: 1.72;
}

.marketing-v3 .pr-section__num {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: #0f6f6a;
  background: #e7f7f3;
  border: 1px solid #c5eae1;
  border-radius: 999px;
  font: 700 12px/1 var(--font-mono);
}

.marketing-v3 :is(.ab-callout, .pr-pull, .step__hint) {
  padding: 18px 20px;
  color: #344052;
  background: linear-gradient(135deg, #eef8f5, #eef4fc);
  border: 1px solid #cfe4df;
  border-left: 3px solid #16877e;
  border-radius: 10px;
}

.marketing-v3 :is(.ab-callout, .pr-pull, .step__hint) strong {
  color: #0f615b;
}

.marketing-v3 .ab-section pre {
  border: 1px solid rgba(197, 211, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(11, 16, 32, 0.12);
}

.marketing-v3 .ab-table {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
}

.marketing-v3 .ab-table th {
  background: #f1f4f5;
}

.marketing-v3 .ab-table :is(th, td) {
  padding: 13px 15px;
  border-color: #e5e8eb;
}

.marketing-v3 .release {
  grid-template-columns: 132px 1fr;
  max-width: 940px;
  gap: 28px;
  padding: 34px;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(18, 24, 42, 0.05);
}

.marketing-v3 .release:first-child {
  padding-top: 34px;
}

.marketing-v3 .release__date {
  top: 96px;
  color: #6b7482;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.marketing-v3 .release__version {
  color: #0f6f6a;
  background: #e7f7f3;
  border-color: #c5eae1;
}

.marketing-v3 .release h2 {
  color: var(--ink-900);
  font-size: 24px;
  letter-spacing: -0.025em;
}

.marketing-v3 .roadmap {
  max-width: 940px;
  padding: 30px 34px;
  background: linear-gradient(135deg, #11182a, #15243a);
  border: 1px solid rgba(197, 211, 255, 0.15);
  border-radius: 16px;
  box-shadow: 0 20px 44px rgba(11, 16, 32, 0.14);
}

.marketing-v3 .roadmap h3 {
  color: #f6f8ff;
}

.marketing-v3 .roadmap li {
  color: #bbc6df;
}

.marketing-v3 .roadmap li::before {
  background: var(--v3-optic-teal);
  border-color: var(--v3-optic-teal);
}

.marketing-v3 .step {
  position: relative;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: clamp(24px, 4vw, 36px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(18, 24, 42, 0.05);
}

.marketing-v3 .step__num {
  width: 48px;
  height: 48px;
  color: #eef2ff;
  background: linear-gradient(145deg, #174c88, #0f766e);
  border: 0;
  box-shadow: 0 0 0 6px #edf4f5;
}

.marketing-v3 .step__body {
  min-width: 0;
  padding-top: 2px;
}

.marketing-v3 .step__body h3 {
  color: var(--ink-900);
  font: 690 23px/1.25 var(--font-display);
  letter-spacing: -0.025em;
}

.marketing-v3 .step__body :is(p, li) {
  color: #4e5968;
}

.marketing-v3.pricing-v3 .pricing-grid {
  gap: 18px;
  align-items: stretch;
}

.marketing-v3.pricing-v3 .tier {
  padding: clamp(26px, 3vw, 34px);
  background: #fff;
  border-color: #dfe3e7;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(18, 24, 42, 0.07);
}

.marketing-v3.pricing-v3 .tier--featured {
  color: #edf2ff;
  background:
    radial-gradient(70% 80% at 100% 0%, rgba(122, 167, 255, 0.22), transparent 70%),
    linear-gradient(150deg, #0c1425, #132238);
  border-color: rgba(197, 211, 255, 0.22);
  box-shadow: 0 24px 54px rgba(11, 16, 32, 0.22);
}

.marketing-v3.pricing-v3 .tier--featured :is(.tier__name, .tier__price-num, strong) {
  color: #f7f9ff;
}

.marketing-v3.pricing-v3 .tier--featured :is(.tier__tagline, .tier__price-period, .tier__features li, .tier__footer) {
  color: #bac6de;
}

.marketing-v3.pricing-v3 .matrix-scroll {
  max-width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(18, 24, 42, 0.06);
  scrollbar-color: #8392a7 #edf0f2;
  scrollbar-width: thin;
}

.marketing-v3.pricing-v3 .matrix-scroll:focus-visible {
  outline: 3px solid rgba(30, 98, 179, 0.32);
  outline-offset: 4px;
}

.marketing-v3.pricing-v3 .matrix {
  min-width: 830px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-collapse: separate;
  border-spacing: 0;
}

.marketing-v3.pricing-v3 .matrix :is(th, td):first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 1px 0 #dfe3e7;
}

.marketing-v3.pricing-v3 .matrix thead th:first-child,
.marketing-v3.pricing-v3 .matrix .row-section td:first-child {
  z-index: 2;
  background: #f1f4f5;
}

.marketing-v3.pricing-v3 .matrix-scroll__hint {
  display: none;
  margin: 0 0 12px;
  color: #657081;
  font-size: 13px;
}

.marketing-v3.pricing-v3 .faq details {
  background: #fff;
  border-color: #dfe3e7;
  border-radius: 13px;
  box-shadow: 0 10px 26px rgba(18, 24, 42, 0.04);
}

.marketing-v3.solutions-index-v3 .vertical {
  min-height: 460px;
  gap: clamp(38px, 7vw, 88px);
  padding-block: clamp(60px, 8vw, 96px);
}

.marketing-v3.solutions-index-v3 .vertical__copy h2 {
  color: var(--ink-900);
  font: 710 clamp(34px, 4.3vw, 52px)/1.04 var(--font-display);
  letter-spacing: -0.04em;
}

.marketing-v3.solutions-index-v3 .vertical__visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 15%, rgba(99, 230, 190, 0.17), transparent 38%),
    linear-gradient(145deg, #10182a, #17263b);
  border: 1px solid rgba(197, 211, 255, 0.18);
  border-radius: 20px;
  box-shadow: 0 24px 52px rgba(11, 16, 32, 0.16);
}

.marketing-v3.solutions-index-v3 .vertical__visual :is(svg, img) {
  filter: saturate(0.88) contrast(1.05);
}

.marketing-v3.solutions-index-v3 .solutions-index {
  gap: 16px;
}

.marketing-v3.solutions-index-v3 .sol-card {
  padding: 26px;
  background: #fff;
  border-color: #dfe3e7;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(18, 24, 42, 0.05);
}

.marketing-v3.solutions-index-v3 .sol-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--page-accent) 38%, #dfe3e7);
  box-shadow: 0 20px 42px rgba(18, 24, 42, 0.11);
}

.marketing-v3 .section--brand {
  position: relative;
  overflow: hidden;
  color: #eef2ff;
  background:
    radial-gradient(55% 110% at 5% 0%, rgba(99, 230, 190, 0.18), transparent 70%),
    radial-gradient(45% 95% at 96% 100%, rgba(122, 167, 255, 0.2), transparent 70%),
    #0b1020;
}

.marketing-v3 .section--brand .cta-strip :is(h2, h3) {
  color: #f7f9ff;
}

.marketing-v3 .section--brand .cta-strip p {
  color: #bac6de;
}

.marketing-v3.legal-v3 main {
  padding-block: clamp(56px, 8vw, 96px);
  background:
    linear-gradient(90deg, rgba(21, 35, 55, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(21, 35, 55, 0.035) 1px, transparent 1px),
    var(--v3-porcelain);
  background-size: 44px 44px;
}

.marketing-v3.legal-v3 .legal {
  max-width: 880px;
  padding: clamp(34px, 6vw, 70px);
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(18, 24, 42, 0.08);
}

.marketing-v3.legal-v3 .legal h1 {
  margin-top: 0;
  color: var(--ink-900);
  font: 740 clamp(42px, 6vw, 64px)/1 var(--font-display);
  letter-spacing: -0.048em;
}

.marketing-v3.legal-v3 .legal__date {
  display: inline-flex;
  padding: 5px 10px;
  color: #526071;
  background: #edf2f4;
  border-radius: 999px;
  font: 600 12px/1.3 var(--font-mono);
}

.marketing-v3.legal-v3 .legal h2 {
  margin-top: 42px;
  color: var(--ink-900);
  font: 690 24px/1.2 var(--font-display);
  letter-spacing: -0.025em;
}

.marketing-v3.legal-v3 .legal :is(p, li) {
  color: #4e5968;
  line-height: 1.72;
}

@media (max-width: 880px) {
  .marketing-v3 .nav__signin-link {
    display: list-item;
  }

  .marketing-v3.resources-v3 :is(.feature-row, .feature-row--two) {
    grid-template-columns: 1fr;
  }

  .marketing-v3.pricing-v3 .matrix-scroll__hint {
    display: block;
  }

  .marketing-v3.solutions-index-v3 .vertical {
    min-height: 0;
  }

  .marketing-v3 .release {
    grid-template-columns: 1fr;
  }

  .marketing-v3 .release__date {
    position: static;
  }
}

@media (max-width: 640px) {
  .marketing-v3 :is(
    .page-header,
    .ab-hero,
    .changelog-hero,
    .help-hero,
    .pr-hero,
    .qs-hero
  ) {
    padding-block: 62px 52px;
    text-align: left;
  }

  .marketing-v3 :is(
    .page-header,
    .ab-hero,
    .changelog-hero,
    .help-hero,
    .pr-hero,
    .qs-hero
  ) h1,
  .marketing-v3 :is(
    .page-header,
    .ab-hero,
    .changelog-hero,
    .help-hero,
    .pr-hero,
    .qs-hero
  ) p {
    margin-inline: 0;
  }

  .marketing-v3 .step {
    grid-template-columns: 1fr;
  }

  .marketing-v3 .step__num {
    width: 42px;
    height: 42px;
  }

  .marketing-v3 .ab-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .marketing-v3.legal-v3 .legal {
    padding: 28px 22px;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-v3.resources-v3 a.feature,
  .marketing-v3.solutions-index-v3 .sol-card {
    transform: none !important;
    transition: none !important;
  }
}
