@font-face {
  font-family: Inter;
  src: url('fonts/inter-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('fonts/inter-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('fonts/inter-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('fonts/inter-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #23854e;
  --primary-dark: #005a2e;
  --primary-light: #d7f6df;
  --accent: #b9471f;
  --accent-light: #fff4f1;
  --data: #345fb9;
  --data-light: #f3f7ff;
  --ink: #16171a;
  --muted: #616367;
  --line: #d9dbdf;
  --soft: #f5f7fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

button,
a {
  font: inherit;
}

.deck {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: var(--white);
}

.slide {
  position: absolute;
  inset: 0 auto auto 0;
  display: none;
  flex-direction: column;
  width: 1280px;
  height: 720px;
  overflow: hidden;
  padding: 58px 76px 58px;
  transform-origin: top left;
}

.slide.active {
  display: flex;
}

.slide--white,
.slide--cover {
  background: var(--white);
}

.slide--soft {
  background: var(--soft);
}

.slide--question,
.slide--network {
  background:
    radial-gradient(circle at 86% 16%, rgb(84 195 127 / 28%), transparent 32%),
    linear-gradient(135deg, #23854e 0%, #1b6240 48%, #193b2a 100%);
  color: var(--white);
}

.slide--cta {
  justify-content: center;
  background:
    radial-gradient(circle at 78% 32%, rgb(84 195 127 / 22%), transparent 28%),
    radial-gradient(circle at 92% 80%, rgb(185 71 31 / 18%), transparent 26%),
    linear-gradient(135deg, #16171a 0%, #173124 48%, #005a2e 100%);
  color: var(--white);
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: 61px;
  line-height: 1.02;
  letter-spacing: -0.048em;
}

h2 {
  margin-bottom: 14px;
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 9px;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.eyebrow--data {
  color: var(--data);
}

.eyebrow--accent {
  color: var(--accent);
}

.eyebrow--light {
  color: var(--primary-light);
}

.slide-heading {
  position: relative;
  z-index: 3;
  max-width: 850px;
}

.slide-heading > p:last-child {
  max-width: 800px;
  margin-bottom: 0;
}

.slide-heading--center {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.slide-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.slide-heading--wide {
  max-width: 1040px;
}

.slide-footer {
  position: absolute;
  right: 76px;
  bottom: 10px;
  left: 76px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.slide-footer img {
  width: 90px;
  height: auto;
}

.sf-sep {
  color: var(--line);
}

/* Slide 1 */
.slide--cover {
  justify-content: center;
  padding-right: 420px;
  background:
    linear-gradient(90deg, var(--white) 0%, var(--white) 64%, rgb(215 246 223 / 54%) 100%);
}

.poiex-mark {
  position: absolute;
  top: 48px;
  left: 76px;
  width: 178px;
  height: auto;
}

.cover-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin-top: 12px;
}

.cover-copy h1 {
  max-width: 760px;
}

.cover-story {
  max-width: 670px;
  margin-bottom: 0;
  font-size: 20px;
}

.cover-product {
  position: absolute;
  z-index: 3;
  right: 74px;
  bottom: 74px;
  width: 318px;
  border: 1px solid rgb(35 133 78 / 18%);
  border-radius: 20px;
  padding: 26px 28px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 20px 56px rgb(22 23 26 / 12%);
  backdrop-filter: blur(10px);
}

.cover-product img {
  width: 150px;
  height: auto;
  margin-bottom: 22px;
}

.cover-product strong {
  display: block;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.cover-orbit,
.cta-orbit {
  position: absolute;
  border: 1px solid rgb(35 133 78 / 20%);
  border-radius: 50%;
}

.cover-orbit--one {
  top: -285px;
  right: -295px;
  width: 790px;
  height: 790px;
}

.cover-orbit--two {
  top: -142px;
  right: -153px;
  width: 505px;
  height: 505px;
}

/* Slide 2 */
.axis-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.axis {
  min-height: 235px;
  padding: 30px 28px 24px;
  border-left: 1px solid var(--line);
}

.axis:first-child {
  border-left: 0;
}

.axis > span {
  display: block;
  margin-bottom: 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.axis--data > span {
  color: var(--data);
}

.axis--primary > span {
  color: var(--primary);
}

.axis--accent > span {
  color: var(--accent);
}

.axis--ink > span {
  color: var(--ink);
}

.axis h3 {
  font-size: 24px;
}

.axis p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.slide-conclusion {
  margin: 23px 0 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

/* Slide 3 */
.solution-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.solution-kicker span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.solution-kicker i {
  width: 1px;
  height: 24px;
  background: var(--line);
}

.solution-kicker img {
  width: 82px;
  height: auto;
}

.solution-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.solution-benefits article {
  position: relative;
  min-height: 142px;
  padding: 24px 34px 22px 54px;
}

.solution-benefits article:nth-child(even) {
  border-left: 1px solid var(--line);
}

.solution-benefits article:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.solution-benefits article > span {
  position: absolute;
  top: 27px;
  left: 6px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.solution-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 23px;
}

.solution-benefits p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.solution-platforms {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.solution-platforms b {
  margin-left: 8px;
  color: var(--ink);
  font-weight: 700;
}

/* Slide 4 */
.slide--question {
  justify-content: center;
}

.question-copy {
  max-width: 920px;
  margin-bottom: 52px;
}

.question-copy h2 {
  max-width: 900px;
  color: var(--white);
  font-size: 57px;
}

.question-copy p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 21px;
}

.choice-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.choice {
  min-height: 188px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 16px;
  padding: 24px;
  background: rgb(255 255 255 / 10%);
  color: var(--white);
  text-align: left;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.choice:hover,
.choice:focus-visible {
  border-color: rgb(255 255 255 / 55%);
  background: rgb(255 255 255 / 17%);
  transform: translateY(-4px);
}

.choice:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.choice-number {
  display: block;
  margin-bottom: 22px;
  color: var(--primary-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.choice strong,
.choice small,
.choice b {
  display: block;
}

.choice strong {
  margin-bottom: 8px;
  font-size: 25px;
}

.choice small {
  margin-bottom: 18px;
  color: rgb(255 255 255 / 65%);
  font-size: 16px;
  line-height: 1.4;
}

.choice b {
  color: var(--white);
  font-size: 14px;
}

/* Slides 5–7 */
.comparison-heading {
  max-width: 1128px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.comparison-heading h2 {
  margin-bottom: 10px;
  font-size: 46px;
}

.comparison-heading > p {
  max-width: 1100px;
  margin-bottom: 0;
  font-size: 17px;
}

.comparison-heading > .eyebrow {
  margin-bottom: 12px;
  font-size: 13px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 18px;
}

.benefit-column {
  padding: 20px 26px 22px;
  box-shadow: 0 14px 36px rgb(22 23 26 / 6%);
}

.benefit-column--company {
  border: 1px solid rgb(52 95 185 / 22%);
  border-radius: 28px 12px 28px 12px;
  background: linear-gradient(145deg, var(--data-light), var(--white));
}

.benefit-column--employee {
  border: 1px solid rgb(185 71 31 / 22%);
  border-radius: 12px 28px 12px 28px;
  background: linear-gradient(215deg, var(--accent-light), var(--white));
}

.benefit-column h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.benefit-column--company h3 {
  color: var(--data);
}

.benefit-column--employee h3 {
  color: var(--accent);
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 23px;
}

.benefit-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  content: '✓';
}

.benefit-list strong,
.benefit-list span {
  display: block;
}

.benefit-list strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.28;
}

.benefit-list span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.3;
}

.inline-product-wordmark {
  display: inline-block;
  width: 64px;
  height: auto;
  margin-right: 2px;
  vertical-align: -4px;
}

.branch-note {
  position: absolute;
  right: 76px;
  bottom: 23px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* Slide 8 */
.scenario-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.scenario {
  min-height: 278px;
  padding: 28px 30px 24px;
  border-left: 1px solid var(--line);
}

.scenario:first-child {
  border-left: 0;
}

.scenario > span {
  display: block;
  margin-bottom: 27px;
  color: var(--data);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.scenario h3 {
  font-size: 27px;
}

.scenario p {
  min-height: 88px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
}

.scenario strong {
  color: var(--primary-dark);
  font-size: 16px;
  line-height: 1.4;
}

.scenario-disclaimer {
  margin: 18px 0 0;
  font-size: 12px;
  text-align: center;
}

/* Slide 9 */
.slide--network {
  justify-content: center;
}

.network-copy {
  max-width: 930px;
  margin-bottom: 48px;
}

.network-copy h2 {
  max-width: 900px;
  color: var(--white);
  font-size: 56px;
}

.network-copy p:last-child {
  max-width: 820px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 21px;
}

.network-spectrum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgb(255 255 255 / 26%);
  border-bottom: 1px solid rgb(255 255 255 / 26%);
}

.network-spectrum div {
  min-height: 126px;
  padding: 24px 27px;
  border-left: 1px solid rgb(255 255 255 / 26%);
}

.network-spectrum div:first-child {
  border-left: 0;
}

.network-spectrum span,
.network-spectrum strong {
  display: block;
}

.network-spectrum span {
  margin-bottom: 17px;
  color: var(--primary-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.network-spectrum strong {
  color: var(--white);
  font-size: 19px;
  line-height: 1.35;
}

.network-note {
  max-width: 900px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: 13px;
}

/* Slide 10 */
.cta-brands {
  position: absolute;
  top: 48px;
  left: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cta-brands img:first-child {
  width: 126px;
}

.cta-brands img:last-child {
  width: 130px;
}

.cta-brand-divider {
  width: 1px;
  height: 34px;
  background: rgb(255 255 255 / 24%);
}

.cta-copy {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.cta-copy h2 {
  max-width: 880px;
  color: var(--white);
  font-size: 62px;
}

.cta-copy p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 70%);
  font-size: 21px;
}

.cta-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}

.cta-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-radius: 10px;
  padding: 0 25px;
  background: var(--primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 30px rgb(0 0 0 / 22%);
}

.cta-link {
  display: grid;
  gap: 4px;
  color: var(--white);
  text-decoration: none;
}

.cta-link strong {
  font-size: 16px;
  font-weight: 700;
}

.cta-link span {
  color: rgb(255 255 255 / 58%);
  font-size: 13px;
  font-weight: 500;
}

.cta-button:focus-visible,
.cta-link:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.cta-contact {
  position: absolute;
  z-index: 3;
  right: 76px;
  bottom: 48px;
  display: flex;
  gap: 20px;
  color: rgb(255 255 255 / 48%);
  font-size: 12px;
}

.cta-contact span + span::before {
  margin-right: 20px;
  content: '·';
}

.cta-orbit {
  border-color: rgb(255 255 255 / 12%);
}

.cta-orbit--one {
  top: -260px;
  right: -270px;
  width: 770px;
  height: 770px;
}

.cta-orbit--two {
  top: -110px;
  right: -120px;
  width: 470px;
  height: 470px;
}

/* Deck chrome */
.nav-arrow {
  position: fixed;
  z-index: 80;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgb(0 0 0 / 5%);
  color: var(--muted);
  font-size: 19px;
  cursor: pointer;
  transform: translateY(-50%);
}

.nav-arrow--left {
  left: 16px;
}

.nav-arrow--right {
  right: 16px;
}

.nav-arrow[hidden] {
  display: none !important;
}

.slide-dots {
  position: fixed;
  z-index: 80;
  bottom: 18px;
  left: 50%;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgb(0 0 0 / 15%);
  cursor: pointer;
}

.dot.active {
  background: var(--primary);
}

.slide-counter {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 17px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  .choice {
    transition: none;
  }
}

@page {
  size: 13.333333in 7.5in;
  margin: 0;
}

@media print {
  html,
  body {
    width: auto;
    height: auto;
    overflow: visible;
    background: var(--white);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .deck {
    position: static;
    overflow: visible;
    background: var(--white);
  }

  .slide {
    position: relative;
    inset: auto;
    display: flex !important;
    break-after: page;
    page-break-after: always;
    transform: none !important;
  }

  .slide:last-of-type {
    break-after: auto;
    page-break-after: auto;
  }

  .nav-arrow,
  .slide-dots,
  .slide-counter {
    display: none !important;
  }
}

/* Approved modern treatments for slides 4–11 */
.cover-grid,
.cta-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(23 25 28 / 3.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(23 25 28 / 3.5%) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
}

/* Traction */
.slide--traction {
  justify-content: center;
  background:
    radial-gradient(circle at 89% 17%, rgb(215 246 223 / 68%), transparent 28%),
    var(--white);
}

.slide--soft .slide-footer,
.slide--traction .slide-footer {
  display: none;
}

.traction-heading {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.traction-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.traction-brand-row img {
  width: 114px;
  height: auto;
}

.traction-brand-row i {
  width: 1px;
  height: 30px;
  background: var(--line);
}

.traction-brand-row span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.traction-heading h2 {
  max-width: 940px;
  margin-bottom: 0;
  font-size: 50px;
}

.traction-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 294px;
  grid-template-columns: 1.35fr 0.85fr;
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.traction-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 56px 32px 0;
}

.traction-hero strong,
.traction-support strong {
  display: block;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.traction-hero strong {
  font-size: 116px;
}

.traction-hero p {
  margin: 20px 0 0;
  color: var(--primary);
  font-size: 22px;
  font-weight: 600;
}

.traction-support {
  display: grid;
  grid-template-rows: 1fr 1fr;
  border-left: 1px solid var(--line);
}

.traction-support > div {
  display: grid;
  grid-template-columns: 152px 1fr;
  align-items: center;
  gap: 24px;
  padding: 27px 0 27px 38px;
}

.traction-support > div + div {
  border-top: 1px solid var(--line);
}

.traction-support strong {
  font-size: 49px;
}

.traction-support p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.42;
}

/* Selector */
.slide--question {
  align-items: center;
  gap: 72px;
  background:
    radial-gradient(circle at 9% 12%, rgb(35 133 78 / 46%), transparent 34%),
    #141619;
}

.question-copy {
  width: 482px;
}

.slide--question .eyebrow--light {
  color: #b7f4cd;
}

.question-copy h2 {
  color: var(--white);
  font-size: 55px;
}

.question-copy > p:last-child {
  width: 440px;
  color: rgb(255 255 255 / 82%);
}

.choice-path {
  width: 570px;
  border-top: 1px solid rgb(255 255 255 / 38%);
}

.choice {
  display: grid;
  width: 100%;
  min-height: 136px;
  grid-template-columns: 46px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 38%);
  padding: 22px 5px;
  background: transparent;
  color: var(--white);
  text-align: left;
  cursor: pointer;
  transition: padding 160ms ease, background 160ms ease;
}

.choice:hover,
.choice:focus-visible {
  padding-right: 17px;
  padding-left: 17px;
  background: rgb(255 255 255 / 10%);
  outline: none;
}

.choice > span {
  grid-row: 1 / 3;
  align-self: start;
  padding-top: 4px;
  color: #a4efc2;
  font-size: 11px;
  font-weight: 700;
}

.choice strong {
  font-size: 25px;
}

.choice small {
  grid-column: 2;
  color: rgb(255 255 255 / 74%);
  font-size: 13px;
}

.choice b {
  grid-row: 1 / 3;
  grid-column: 3;
  color: rgb(255 255 255 / 90%);
  font-size: 12px;
}

/* Comparisons */
.slide--comparison {
  flex-direction: column;
  background: var(--white);
}

.comparison-heading {
  display: block;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.comparison-heading .eyebrow {
  margin-bottom: 12px;
}

.comparison-heading h2 {
  margin-bottom: 10px;
  font-size: 43px;
}

.comparison-heading > p:last-child {
  max-width: 1060px;
  margin-bottom: 0;
  font-size: 17px;
}

.editorial-pair {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  margin-top: 17px;
}

.editorial-column {
  padding: 5px 42px 0 0;
}

.editorial-column + .editorial-column {
  border-left: 1px solid var(--line);
  padding-right: 0;
  padding-left: 42px;
}

.column-label {
  margin-bottom: 10px;
  color: var(--data) !important;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.editorial-column--employee .column-label {
  color: var(--accent) !important;
}

.editorial-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.editorial-list li {
  display: grid;
  min-height: 72px;
  grid-template-columns: 36px 1fr;
  align-items: start;
  padding: 11px 0 10px;
  border-top: 1px solid var(--line);
}

.editorial-list li > b {
  padding-top: 3px;
  color: var(--primary);
  font-size: 10px;
}

.editorial-list strong,
.editorial-list span {
  display: block;
}

.editorial-list strong {
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 1.25;
}

.editorial-list span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

/* Price proof */
.slide--proof {
  align-items: center;
  gap: 78px;
  background:
    radial-gradient(circle at 79% 36%, rgb(35 133 78 / 22%), transparent 31%),
    var(--ink);
}

.proof-copy {
  width: 472px;
}

.proof-copy h2 {
  color: var(--white);
  font-size: 60px;
}

.proof-copy > p:not(.eyebrow) {
  color: rgb(255 255 255 / 66%);
}

.tax-note {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 8px 13px;
  align-items: center;
  margin-top: 34px;
  padding-top: 23px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.tax-note img {
  width: 108px;
}

.tax-note span {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.tax-note small {
  grid-column: 2;
  color: rgb(255 255 255 / 46%);
  font-size: 10px;
}

.price-proof {
  width: 572px;
}

.price-line {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(255 255 255 / 20%);
  color: var(--white);
}

.price-line > span,
.price-line small {
  display: block;
}

.price-line > span {
  font-size: 17px;
  font-weight: 600;
}

.price-line small {
  margin-top: 6px;
  color: rgb(255 255 255 / 48%);
  font-size: 11px;
  font-weight: 400;
}

.price-line strong {
  font-size: 39px;
  letter-spacing: -0.04em;
}

.price-line--featured {
  margin: 0 -20px;
  border: 0;
  border-radius: 4px;
  padding: 0 20px;
  background: var(--primary);
}

.price-line--featured small {
  color: rgb(255 255 255 / 72%);
}

.price-proof > p {
  margin: 16px 0 0;
  color: rgb(255 255 255 / 42%);
  font-size: 10px;
  line-height: 1.45;
}

/* Network */
.slide--network {
  align-items: center;
  gap: 58px;
  background:
    radial-gradient(circle at 91% 15%, rgb(35 133 78 / 25%), transparent 30%),
    linear-gradient(135deg, #202326 0%, #191b1e 58%, #12271b 100%);
}

.network-copy {
  width: 560px;
}

.network-copy h2 {
  color: var(--white);
  font-size: 50px;
}

.network-copy > p:not(.eyebrow, .network-delivery) {
  width: 540px;
  color: rgb(255 255 255 / 78%);
}

.network-factors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  border-top: 1px solid rgb(255 255 255 / 20%);
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.network-factors div {
  min-height: 126px;
  padding: 18px 16px 16px;
  border-left: 1px solid rgb(255 255 255 / 20%);
}

.network-factors div:first-child {
  border-left: 0;
  padding-left: 0;
}

.network-factors span,
.network-factors b,
.network-factors small {
  display: block;
}

.network-factors span {
  margin-bottom: 15px;
  color: #a4efc2;
  font-size: 10px;
  font-weight: 700;
}

.network-factors b {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 16px;
}

.network-factors small {
  color: rgb(255 255 255 / 64%);
  font-size: 11px;
  line-height: 1.4;
}

.network-footer-row {
  display: block;
  margin-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 20%);
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding: 16px 0;
}

.network-delivery {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.network-delivery strong {
  flex: 0 0 auto;
  color: #a4efc2;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.network-delivery span {
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
}

/* CTA */
.slide--cta {
  align-items: center;
  background:
    radial-gradient(circle at 82% 28%, rgb(35 133 78 / 35%), transparent 35%),
    #111315;
}

.cta-grid {
  opacity: 0.34;
  filter: invert(1);
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
}

.cta-brands {
  position: absolute;
  z-index: 3;
  top: 54px;
  left: 76px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta-brands img:first-child {
  width: 112px;
}

.cta-brands img:last-child {
  width: 124px;
}

.cta-brands > span {
  width: 1px;
  height: 30px;
  background: rgb(255 255 255 / 24%);
}

.cta-copy {
  position: relative;
  z-index: 3;
  width: 670px;
}

.cta-copy h2 {
  color: var(--white);
  font-size: 55px;
}

.cta-copy > p:not(.eyebrow) {
  width: 610px;
  color: rgb(255 255 255 / 66%);
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 31px;
}

.cta-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-radius: 4px;
  padding: 0 22px;
  background: var(--primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cta-mail {
  color: rgb(255 255 255 / 76%);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.demo-card {
  position: absolute;
  z-index: 3;
  right: 76px;
  bottom: 124px;
  display: grid;
  width: 350px;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 25px 70px rgb(0 0 0 / 28%);
}

.demo-card > img {
  width: 112px;
  height: 112px;
}

.demo-card span,
.demo-card strong,
.demo-card small,
.demo-card b {
  display: block;
}

.demo-card strong {
  margin-bottom: 7px;
  font-size: 16px;
}

.demo-card small {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.demo-card b {
  color: var(--primary);
  font-size: 9px;
}

.cta-tagline {
  position: absolute;
  z-index: 3;
  right: 76px;
  bottom: 55px;
  color: rgb(255 255 255 / 50%) !important;
  font-size: 12px !important;
}

.cta-button:focus-visible,
.cta-mail:focus-visible,
.demo-card:focus-visible {
  outline: 3px solid #8de2ae;
  outline-offset: 4px;
}

/* Hybrid reset: keep slides 1–3 original; use approved modern layouts from slide 4 onward. */
.slide--question,
.slide--proof,
.slide--network,
.slide--cta {
  flex-direction: row;
  justify-content: flex-start;
  padding: 58px 76px 50px;
}

.slide--comparison {
  padding: 58px 76px 50px;
}

.question-copy,
.network-copy {
  max-width: none;
  margin-bottom: 0;
}

.choice {
  border-radius: 0;
}

.choice:hover,
.choice:focus-visible {
  transform: none;
}

.slide--proof .price-proof {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.slide--proof .price-proof > p {
  border: 0;
  padding: 0;
}

.slide--cta .cta-button {
  box-shadow: none;
}

.slide--network.slide--network-text {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}

.network-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 404px;
  gap: 58px;
  align-items: center;
}

.slide--network-text .network-copy {
  width: 100%;
}

.slide--network-text .network-copy h2 {
  max-width: 650px;
  font-size: 49px;
}

.slide--network-text .network-copy > p:not(.eyebrow, .network-delivery) {
  width: 650px;
  font-size: 18px;
}

.slide--network-text .network-delivery {
  width: 100%;
  white-space: nowrap;
}

.slide--network-text .network-factors {
  margin-top: 32px;
}

.slide--network-text .network-factors div {
  min-height: 132px;
  padding: 22px 19px 20px;
}

.slide--network-text .network-factors b {
  font-size: 21px;
}

.slide--network-text .network-factors small {
  font-size: 13px;
}

.network-proof {
  margin: 0;
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(0 0 0 / 18%);
  box-shadow: 0 28px 70px rgb(0 0 0 / 28%);
}

.network-proof-media {
  position: relative;
  height: 318px;
  overflow: hidden;
}

.network-proof img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) contrast(1.05) brightness(0.94);
}

.network-proof-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgb(0 0 0 / 24%) 100%);
  content: '';
  pointer-events: none;
}

.network-proof-media > span {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  padding: 8px 10px;
  background: rgb(13 14 17 / 76%);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.network-proof figcaption {
  padding: 19px 22px 21px;
}

.network-proof figcaption strong,
.network-proof figcaption span {
  display: block;
}

.network-proof figcaption strong {
  margin-bottom: 8px;
  color: #a4efc2;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.network-proof figcaption span {
  color: rgb(255 255 255 / 82%);
  font-size: 13px;
  line-height: 1.5;
}

/* Persistent live-product layer */
.product-demo-trigger {
  position: fixed;
  z-index: 140;
  top: 72px;
  right: 0;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  padding: 0 15px 0 13px;
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 12px 35px rgb(0 0 0 / 22%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-demo-trigger:hover {
  box-shadow: 0 16px 42px rgb(0 0 0 / 28%);
  transform: translateX(-3px);
}

.product-demo-trigger[hidden] {
  display: none !important;
}

.product-demo-trigger__signal {
  width: 8px;
  height: 8px;
  border: 2px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 4px rgb(255 255 255 / 12%);
}

.product-demo-overlay {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  padding: 14px;
  background:
    radial-gradient(circle at 70% 20%, rgb(35 133 78 / 24%), transparent 38%),
    rgb(13 14 17 / 88%);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(12px);
  transition: visibility 0s linear 220ms, opacity 220ms ease;
}

.product-demo-overlay.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.product-demo-panel {
  display: grid;
  width: min(1490px, calc(100vw - 16px));
  height: min(820px, calc(100vh - 16px));
  grid-template-rows: 72px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 20px;
  background: #f5f7fb;
  box-shadow: 0 34px 100px rgb(0 0 0 / 45%);
  transform: translateY(10px) scale(0.985);
  transition: transform 220ms ease;
}

.product-demo-overlay.open .product-demo-panel {
  transform: translateY(0) scale(1);
}

.product-demo-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 0 18px 0 22px;
  background: rgb(255 255 255 / 94%);
}

.product-demo-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-demo-live {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 10px;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.product-demo-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgb(35 133 78 / 12%);
}

.product-demo-heading h2,
.product-demo-heading p {
  margin: 0;
}

.product-demo-heading h2 {
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.product-demo-heading p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.product-demo-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.product-demo-view-switch {
  display: flex;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 3px;
  background: var(--soft);
}

.product-demo-view-switch button {
  min-height: 34px;
  border: 0;
  border-radius: 7px;
  padding: 0 13px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  cursor: pointer;
}

.product-demo-view-switch button.active {
  background: var(--white);
  color: var(--primary-dark);
  box-shadow: 0 2px 8px rgb(22 23 26 / 10%);
}

.product-demo-icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.product-demo-close {
  font-size: 25px;
  font-weight: 300;
}

.product-demo-trigger:focus-visible,
.product-demo-view-switch button:focus-visible,
.product-demo-icon-button:focus-visible {
  outline: 3px solid #8de2ae;
  outline-offset: 3px;
}

.product-demo-canvas {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  container-type: size;
  background:
    radial-gradient(circle at center, rgb(255 255 255 / 100%) 0 24%, transparent 62%),
    linear-gradient(rgb(22 23 26 / 3.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(22 23 26 / 3.5%) 1px, transparent 1px),
    #edf0f5;
  background-size: auto, 32px 32px, 32px 32px, auto;
}

.product-demo-device {
  position: relative;
  z-index: 1;
  transition:
    width 320ms cubic-bezier(0.2, 0.75, 0.2, 1),
    height 320ms cubic-bezier(0.2, 0.75, 0.2, 1),
    padding 320ms cubic-bezier(0.2, 0.75, 0.2, 1),
    border-radius 320ms cubic-bezier(0.2, 0.75, 0.2, 1),
    background-color 320ms ease;
}

.product-demo-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--white);
}

.product-demo-screen iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
  max-height: none;
  border: 0;
  background: var(--white);
  scrollbar-width: none;
  transform-origin: top left;
}

.product-demo-scrollbar-mask {
  position: absolute;
  z-index: 3;
  display: block;
  width: 8px;
  background: #f5f7fb;
  pointer-events: none;
}

.product-demo-screen[data-app-theme='dark'] .product-demo-scrollbar-mask {
  background: #0d0e11;
}

.product-demo-screen[data-embed-ready='true'] .product-demo-scrollbar-mask {
  display: none;
}

.product-demo-loading {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
  background:
    radial-gradient(circle at 50% 43%, rgb(35 133 78 / 9%), transparent 35%),
    var(--white);
  color: var(--ink);
  opacity: 1;
  pointer-events: none;
  transition: visibility 0s linear 220ms, opacity 220ms ease;
}

.product-demo-loading strong {
  font-size: 14px;
  font-weight: 720;
}

.product-demo-loading small {
  color: var(--muted);
  font-size: 10px;
}

.product-demo-loading__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid var(--primary-light);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: product-demo-spin 720ms linear infinite;
}

.product-demo-loading.loaded {
  visibility: hidden;
  opacity: 0;
}

@keyframes product-demo-spin {
  to { transform: rotate(360deg); }
}

/* iPhone 17 Pro presentation shell */
.iphone-17-pro {
  width: min(340px, calc(100cqw - 44px), 46cqh);
  height: auto;
  border: 1px solid #3a3d42;
  border-radius: 54px;
  padding: 9px;
  background: #090a0c;
  box-shadow: 0 32px 70px rgb(22 23 26 / 30%);
}

.iphone-17-pro .product-demo-screen {
  height: auto;
  aspect-ratio: 402 / 874;
  border-radius: 45px;
  background: #f5f7fb;
}

.iphone-17-pro .product-demo-screen::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #090a0c;
  content: '';
  pointer-events: none;
}

.iphone-17-pro .product-demo-screen[data-app-theme='dark'] {
  background: #0d0e11;
}

.iphone-dynamic-island {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 50%;
  width: 84px;
  height: 25px;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 999px;
  background: #000;
  box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
  pointer-events: none;
  transform: translateX(-50%);
}

.iphone-home-indicator {
  position: absolute;
  z-index: 4;
  bottom: 15px;
  left: 50%;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: rgb(22 23 26 / 82%);
  pointer-events: none;
  transform: translateX(-50%);
}

.iphone-17-pro[data-app-theme='dark'] .iphone-home-indicator {
  background: rgb(255 255 255 / 82%);
}

.iphone-side-button {
  position: absolute;
  display: block;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background: #282b30;
  pointer-events: none;
}

.iphone-side-button--action {
  top: 95px;
  left: -4px;
  height: 30px;
}

.iphone-side-button--volume-up {
  top: 145px;
  left: -4px;
  height: 52px;
}

.iphone-side-button--volume-down {
  top: 207px;
  left: -4px;
  height: 52px;
}

.iphone-side-button--power {
  top: 158px;
  right: -4px;
  height: 76px;
  border-radius: 0 3px 3px 0;
}

.iphone-17-pro .macbook-camera,
.iphone-17-pro .macbook-base {
  display: none;
}

/* MacBook presentation shell */
.macbook-frame {
  width: min(1380px, calc(100vw - 52px));
  height: min(680px, calc(100vh - 118px));
  border: 1px solid #36393f;
  border-radius: 18px 18px 10px 10px;
  padding: 16px 16px 20px;
  background: #16181b;
  box-shadow:
    0 34px 75px rgb(22 23 26 / 30%),
    inset 0 0 0 1px rgb(255 255 255 / 6%);
}

.macbook-frame .product-demo-screen {
  border-radius: 7px;
  background: #f5f7fb;
}

.macbook-frame .product-demo-screen[data-app-theme='dark'] {
  background: #0d0e11;
}

.macbook-frame .iphone-dynamic-island,
.macbook-frame .iphone-home-indicator,
.macbook-frame .iphone-side-button {
  display: none;
}

.macbook-camera {
  position: absolute;
  z-index: 4;
  top: 6px;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #08090a;
  box-shadow: inset 0 0 0 1px rgb(69 106 154 / 38%);
  pointer-events: none;
  transform: translateX(-50%);
}

.macbook-base {
  position: absolute;
  z-index: -1;
  right: -42px;
  bottom: -17px;
  left: -42px;
  display: block;
  height: 19px;
  border-radius: 2px 2px 12px 12px;
  background: linear-gradient(180deg, #dfe1e4 0%, #aeb1b6 58%, #7d8085 100%);
  box-shadow: 0 12px 18px rgb(22 23 26 / 22%);
  clip-path: polygon(4% 0, 96% 0, 100% 58%, 97% 100%, 3% 100%, 0 58%);
  pointer-events: none;
}

.macbook-base::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  height: 5px;
  border-radius: 0 0 7px 7px;
  background: #94979c;
  content: '';
  transform: translateX(-50%);
}

body.product-demo-open .product-demo-trigger,
body.product-demo-open .nav-arrow,
body.product-demo-open .slide-dots,
body.product-demo-open .slide-counter {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.demo-card {
  border: 0;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 760px) {
  .product-demo-panel {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .product-demo-header {
    align-items: flex-start;
    padding: 12px;
  }

  .product-demo-live,
  .product-demo-heading p {
    display: none;
  }

  .product-demo-heading h2 {
    font-size: 14px;
  }

  .product-demo-actions {
    gap: 5px;
  }

  .product-demo-view-switch button {
    padding: 0 8px;
  }

  .macbook-frame {
    width: calc(100vw - 54px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-demo-trigger,
  .product-demo-overlay,
  .product-demo-panel,
  .product-demo-device {
    transition: none;
  }
}

@media print {
  .product-demo-trigger,
  .product-demo-overlay {
    display: none !important;
  }
}
