/* ---------- Built at real-world scale ---------- */

.scale {
  padding-block: var(--section);
  border-top: 1px solid var(--rule);
}

.scale--compact {
  padding-block: clamp(52px, 6vw, 84px);
}

.scale__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(16px, 4vw, 64px);
  align-items: start;
  margin-bottom: 20px;
}

.scale--compact .scale__head {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.scale__display {
  margin-bottom: clamp(36px, 4vw, 56px);
  font-size: var(--step-banner);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.scale__lede {
  max-width: 34ch;
  color: var(--body);
  font-size: var(--step-ui);
  line-height: 1.6;
}

.scale__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.metric {
  padding: clamp(28px, 3.4vw, 48px) clamp(18px, 2.2vw, 34px);
  border-left: 1px solid var(--rule);
}

.metric:first-child {
  border-left: 0;
  padding-left: 0;
}

.metric__value {
  color: var(--navy);
  font-size: var(--step-metric);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.metric__label {
  margin-top: clamp(18px, 2.6vw, 40px);
  color: var(--muted);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.metric--member {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -1px -1px -1px 0;
  border: 0;
  background: var(--navy-panel);
  color: #fff;
}

.metric__org {
  color: rgba(255, 255, 255, 0.62);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.metric__program {
  margin-top: 6px;
  font-size: var(--step-metric-sm);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.metric__detail {
  margin-top: clamp(18px, 2.6vw, 40px);
  color: rgba(255, 255, 255, 0.62);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .scale__head {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .scale__strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric {
    border-top: 1px solid var(--rule);
  }

  .metric:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .metric:nth-child(-n + 2) {
    border-top: 0;
  }

  .metric--member {
    padding-left: clamp(18px, 2.2vw, 34px);
    margin: 0 -1px -1px;
  }
}

/* ---------- The next frontier of AI ---------- */

.frontier {
  padding-block: var(--section);
}

.frontier__head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.frontier__title {
  font-size: var(--step-display);
  line-height: 1;
}

.frontier__lede {
  max-width: 38ch;
  font-size: var(--step-ui);
}

.lqm {
  border-radius: var(--r-lg);
  background: var(--navy-panel);
  background-image: radial-gradient(120% 90% at 78% 8%, rgba(251, 126, 66, 0.16), transparent 62%);
  color: #fff;
  overflow: hidden;
}

.lqm__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lqm__col {
  padding: clamp(30px, 4vw, 62px) clamp(24px, 3.4vw, 56px);
}

.lqm__col--lqm {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.lqm__eyebrow {
  color: var(--brand);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.lqm__col--llm .lqm__eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.lqm__abbr {
  margin-top: clamp(18px, 2.4vw, 30px);
  font-size: var(--step-abbr);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.lqm__col--llm .lqm__abbr {
  color: rgba(255, 255, 255, 0.44);
}

.lqm__dot {
  display: inline-block;
  width: 0.16em;
  height: 0.16em;
  margin-left: 0.06em;
  border-radius: 50%;
  background: var(--brand);
  vertical-align: baseline;
}

.lqm__lead {
  margin-top: clamp(14px, 1.8vw, 22px);
  font-size: var(--step-lede);
  font-weight: 700;
  line-height: 1.45;
}

.lqm__col--llm .lqm__lead {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 400;
}

.lqm__list {
  margin-top: clamp(26px, 3vw, 44px);
}

.lqm__list li {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: var(--step-ui);
  font-weight: 700;
}

.lqm__col--llm .lqm__list li {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 400;
}

.lqm__foundations {
  display: flex;
  flex-wrap: wrap;
  gap: 4px clamp(16px, 3vw, 40px);
  padding: 20px clamp(24px, 3.4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--navy-shade);
}

.lqm__foundations li {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lqm__foundations li::after {
  content: '';
  flex: 1;
  height: 1px;
  min-width: 20px;
  background: linear-gradient(90deg, rgba(251, 126, 66, 0.7), rgba(251, 126, 66, 0));
}

.lqm__foundations li:last-child::after {
  display: none;
}

.frontier__link {
  margin-top: 26px;
  text-align: right;
}

.frontier__link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-press);
  font-weight: 700;
  font-size: var(--step-ui);
}

.frontier__link a:hover {
  color: var(--brand-hover);
}

@media (max-width: 860px) {
  .frontier__head {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .lqm__cols {
    grid-template-columns: minmax(0, 1fr);
  }

  .lqm__col--lqm {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .lqm__foundations li {
    flex: 1 1 100%;
  }

  .frontier__link {
    text-align: left;
  }
}

/* ---------- Product system ---------- */

.system {
  padding-block: var(--section);
  border-top: 1px solid var(--rule);
}

.system__head {
  max-width: 46rem;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.system__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}

.system__wires {
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  height: 60px;
  color: var(--rule);
  pointer-events: none;
}

.systemcard {
  position: relative;
  display: grid;
  gap: 10px;
  padding-top: 54px;
  align-content: start;
}

.systemcard__node {
  position: absolute;
  top: 22px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid var(--brand);
  background: #fff;
  transition: transform 0.3s var(--ease-out), background 0.3s var(--ease);
}

.systemcard:hover .systemcard__node,
.systemcard:focus-visible .systemcard__node {
  transform: scale(1.45);
  background: var(--brand);
}

.systemcard__icon {
  color: var(--brand);
}

.systemcard__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.systemcard__index {
  position: absolute;
  top: 18px;
  right: 0;
  color: var(--muted);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.systemcard__name {
  color: var(--navy);
  font-size: var(--step-title);
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: color 0.2s var(--ease);
}

.systemcard:hover .systemcard__name {
  color: var(--brand-press);
}

.systemcard__body {
  color: var(--body);
  font-size: var(--step-ui);
  line-height: 1.6;
}

.systemcard__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  color: var(--brand-press);
  font-size: var(--step-small);
  font-weight: 700;
}

.systemcard__link svg {
  transition: transform 0.28s var(--ease-out);
}

.systemcard:hover .systemcard__link svg {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .system__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .system__wires {
    display: none;
  }
}

@media (max-width: 560px) {
  .system__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.system__cta {
  margin-top: clamp(32px, 4vw, 52px);
  justify-content: center;
}

/* ---------- Wherever data drives decisions ---------- */

.sectors {
  padding-block: var(--section);
  border-top: 1px solid var(--rule);
}

.sectors__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}

.sectors__head {
  position: sticky;
  top: calc(var(--header-h) + 40px);
}

.sectors__title {
  font-size: var(--step-display);
  line-height: 1;
  letter-spacing: -0.03em;
}

.sectors__lede {
  margin-top: 20px;
  max-width: 42ch;
  color: var(--body);
  font-size: var(--step-lede);
  line-height: 1.55;
}

.sectors__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.sector {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
  padding-block: clamp(22px, 2.6vw, 32px);
  border-top: 1px solid var(--rule);
  transition: border-color 0.25s var(--ease);
}

.sector:last-child {
  border-bottom: 1px solid var(--rule);
}

.sector:hover {
  border-top-color: var(--brand-pale);
}

.sector__index {
  padding-top: 5px;
  color: var(--brand);
  font-size: var(--step-tag);
  font-weight: 800;
  letter-spacing: 0.16em;
  font-variant-numeric: tabular-nums;
}

.sector__label {
  color: var(--navy);
  font-size: var(--step-title);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sector__body {
  margin-top: 8px;
  max-width: 52ch;
  color: var(--body);
  font-size: var(--step-ui);
  line-height: 1.6;
}

.sector__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--brand-press);
  font-weight: 700;
  font-size: var(--step-ui);
}

.sector__link svg {
  transition: transform 0.24s var(--ease-out);
}

.sector__link:hover {
  color: var(--brand-hover);
}

.sector__link:hover svg {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .sectors__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .sectors__head {
    position: static;
  }
}

@media (max-width: 520px) {
  .sector {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

/* ---------- Customer quotes and logos ---------- */

.voices {
  padding-block: clamp(48px, 6vw, 76px);
  border-top: 1px solid var(--rule);
  background: var(--surface-quiet);
}

.voices__inner {
  display: grid;
  justify-items: center;
  gap: clamp(24px, 3vw, 36px);
  text-align: center;
}

.voices__label {
  color: var(--muted);
  font-size: var(--step-label);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.voices__quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  width: 100%;
  max-width: 940px;
}

.voices__quotes[data-count='2'] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.voicequote {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  background: var(--surface);
  text-align: left;
}

.voicequote blockquote p {
  color: var(--navy);
  font-size: var(--step-intro);
  line-height: 1.55;
}

.voicequote figcaption {
  display: grid;
  gap: 2px;
}

.voicequote__name {
  color: var(--navy);
  font-size: var(--step-small);
  font-weight: 800;
}

.voicequote__role {
  color: var(--muted);
  font-size: var(--step-micro);
}

/* Empty state: the shape of the section is real, the content is not invented. */
.voicequote--empty {
  align-content: center;
  justify-items: center;
  gap: 6px;
  min-height: 132px;
  border-style: dashed;
  border-color: var(--rule-strong);
  background: transparent;
  text-align: center;
}

.voicequote__mark {
  color: var(--brand-pale);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 0.6;
}

.voicequote__slotlabel {
  color: var(--muted);
  font-size: var(--step-micro);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Five across, two rows deep. Breadth comes from a full grid rather than from
   motion — the particle narrative is the only thing on the page that moves, and
   a second loop this close to it would dilute that. Cells are unruled: logos are
   marks, not content blocks, and equal cells already do the aligning. */
.voices__logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 32px) clamp(16px, 2.4vw, 36px);
  width: 100%;
  max-width: 940px;
  padding-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid var(--rule);
  list-style: none;
  margin: 0;
}

.voices__logo {
  display: grid;
  place-items: center;
  min-height: 34px;
}

.voices__logo img {
  max-width: 100%;
  max-height: 32px;
  object-fit: contain;
  /* Real wordmarks arrive in their own colours; one navy keeps the row a row. */
  filter: grayscale(1);
  opacity: 0.62;
  transition: opacity 0.25s var(--ease), filter 0.25s var(--ease);
}

.voices__logo img:hover {
  filter: none;
  opacity: 1;
}

/* Empty state. Widths vary per column so the placeholder row reads at the
   density real wordmarks will, instead of as an even pattern. */
.voices__logo--empty {
  /* Centred with a margin rather than `justify-items`, which would shrink the
     cell to its content and leave a real logo's `max-width: 100%` unresolvable. */
  margin-inline: auto;
  height: 32px;
  /* A solid fill, deliberately. Two lighter treatments were measured against the
     band behind them and both failed: a tinted gradient at 0.7 opacity came out
     at 1.05:1, and a 1px dashed outline at 1.34:1 painted one pixel in a hundred
     once the dashes and antialiasing took their share. The quote cards above can
     carry a hairline because they are large; a 119x32 slot cannot. */
  border-radius: var(--r-sm);
  background: var(--rule-strong);
}

.voices__logo--empty[data-slot='0'] {
  width: 74%;
}

.voices__logo--empty[data-slot='1'] {
  width: 56%;
}

.voices__logo--empty[data-slot='2'] {
  width: 86%;
}

.voices__logo--empty[data-slot='3'] {
  width: 64%;
}

.voices__logo--empty[data-slot='4'] {
  width: 78%;
}

.voices__note {
  color: var(--muted);
  font-size: var(--step-micro);
}

@media (max-width: 860px) {
  .voices__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .voices__quotes,
  .voices__quotes[data-count='2'] {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 460px) {
  .voices__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- Grouped capabilities ---------- */

.stack {
  padding-block: var(--section);
  border-top: 1px solid var(--rule);
}

.stack__head {
  max-width: 46ch;
  margin-bottom: clamp(36px, 4.5vw, 60px);
}

.stack__groups {
  display: grid;
  gap: 0;
}

.capability {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 64px);
  padding-block: clamp(28px, 3.4vw, 44px);
  border-top: 1px solid var(--rule);
}

.capability:last-child {
  border-bottom: 1px solid var(--rule);
}

.capability__intro {
  position: relative;
  padding-left: 38px;
}

.capability__index {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--brand);
  font-size: var(--step-tag);
  font-weight: 800;
  letter-spacing: 0.16em;
  font-variant-numeric: tabular-nums;
}

.capability__name {
  color: var(--navy);
  font-size: var(--step-title);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.capability__summary {
  margin-top: 8px;
  max-width: 30ch;
  color: var(--body);
  font-size: var(--step-ui);
  line-height: 1.6;
}

.capability__list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.capability__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  color: var(--body);
  font-size: var(--step-ui);
  line-height: 1.6;
}

.capability__marker {
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--brand);
}

@media (max-width: 860px) {
  .capability {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}

/* ---------- Return on data / points grid ---------- */

.points {
  padding-block: var(--section);
  border-top: 1px solid var(--rule);
}

.points__head {
  max-width: 46rem;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.points__head .section-title {
  font-size: var(--step-display);
  line-height: 1;
}

/* Hairlines are drawn by each card rather than by a rule-coloured background
   behind a 1px gap: the cards fade in on scroll, and a background would show
   through an unrevealed row as a grey block. */
.points__grid {
  display: grid;
  gap: 1px;
}

.points__grid[data-columns='3'] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.points__grid[data-columns='2'] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* The grid draws its hairlines with a 1px gap over a rule-coloured background,
   so a row that does not fill would expose that background as a grey cell.
   The last card stretches across the gap instead. */
.points__grid[data-columns='3'][data-count='5'] .point:last-child {
  grid-column: span 2;
}

.point {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(26px, 3vw, 44px) clamp(22px, 2.4vw, 36px);
  background: var(--surface);
  box-shadow: 0 0 0 1px var(--rule);
  transition: background 0.3s var(--ease);
}

.point:hover {
  background: var(--surface-quiet);
}

.point__index {
  color: var(--brand);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.point__title {
  font-size: var(--step-title);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.point__body {
  color: var(--body);
  font-size: var(--step-ui);
  line-height: 1.62;
}

@media (max-width: 900px) {
  .points__grid[data-columns='3'],
  .points__grid[data-columns='2'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .points__grid[data-columns='3'],
  .points__grid[data-columns='2'] {
    grid-template-columns: minmax(0, 1fr);
  }

  /* One column always fills its row; the span above would add a phantom second. */
  .points__grid .point:last-child {
    grid-column: auto;
  }
}

/* ---------- Integrations ---------- */

.integrations {
  padding-block: var(--section);
  border-top: 1px solid var(--rule);
}

.integrations__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.integrations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.integrations__slot {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  height: 108px;
  border: 1px dashed var(--rule);
  border-radius: var(--r-md);
  background: var(--surface-quiet);
  color: var(--muted);
  font-size: var(--step-micro);
}

.integrations__slot span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--rule-strong);
}

@media (max-width: 860px) {
  .integrations__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- Case studies ---------- */

.cases {
  padding-block: var(--section);
  border-top: 1px solid var(--rule);
}

.cases__head {
  max-width: 46rem;
  margin-bottom: clamp(36px, 4vw, 56px);
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.casecard {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  background: linear-gradient(180deg, #fff, var(--surface-quiet));
}

.casecard__sector {
  color: var(--navy);
  font-size: var(--step-title);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.casecard__focus {
  color: var(--body);
  font-size: var(--step-ui);
}

.casecard__status {
  justify-self: start;
  margin-top: 12px;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  background: var(--brand-wash);
  color: var(--brand-press);
  font-size: var(--step-tag);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .cases__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- Final CTA ---------- */

.finalcta {
  position: relative;
  padding-block: clamp(96px, 12vw, 168px);
  border-top: 1px solid var(--rule);
  overflow: hidden;
}

.finalcta__field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.finalcta__inner {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
}

.finalcta__title {
  max-width: 20ch;
  font-size: var(--step-display);
  line-height: 1.02;
}

.finalcta__body {
  max-width: 52ch;
  font-size: var(--step-lede);
}

.finalcta .btn {
  margin-top: 14px;
}

.finalcta__alt {
  color: var(--muted);
  font-size: var(--step-small);
}

.finalcta__alt a {
  color: var(--brand-press);
  font-weight: 700;
  border-bottom: 1px solid transparent;
}

.finalcta__alt a:hover {
  border-bottom-color: currentColor;
}

/* ---------- CTA strip ---------- */

.ctastrip {
  padding-block: clamp(52px, 6vw, 80px);
  border-top: 1px solid var(--rule);
}

.ctastrip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}

.ctastrip__title {
  font-size: var(--step-section);
  line-height: 1.06;
}

.ctastrip__body {
  margin-top: 12px;
  max-width: 52ch;
  font-size: var(--step-ui);
}

.ctastrip .btnrow {
  margin-top: 0;
}

@media (max-width: 780px) {
  .ctastrip__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
