/**
 * Proof of Concept page — Figma node 263-390.
 * Typography & rhythm aligned with contact-poc.css / about.css (Open Sans scale via theme vars).
 */

/* -------------------------------------------------------------------------- */
/* Scoped chrome                                                               */
/* -------------------------------------------------------------------------- */

body.bts-proof-of-concept-page .site-main--proof-of-concept {
  position: relative;
  z-index: 0;
}

body.bts-proof-of-concept-page .site-footer hr.fading-border {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Tokens                                                                      */
/* -------------------------------------------------------------------------- */

.proof-page {
  --proof-max: 1200px;
  /* Hero H1 at ≥981px — same as .platform-hero__title */
  --proof-title-lg: 40px;
  --proof-title-lh: 50px;
  --proof-gutter: clamp(32px, 10vw, 240px);
  --proof-section-y: 54px;
  /* Header row clearance + shared band gap (menu→H1, hero p→hr, hr→next H2). */
  --proof-header-clearance: calc(32px + 39px);
  --proof-gap: 20px;
  --proof-heading-size: 40px;
  --proof-heading-weight: 700;
  --proof-subheading-size: 24px;
  --proof-subheading-weight: 600;
  --proof-radius: 6px;
  --proof-border: rgba(0, 112, 192, 0.62);
  --proof-muted: var(--muted, rgba(236, 243, 249, 0.74));
  --proof-surface: rgba(17, 39, 71, 0.55);
  --proof-neg: #f87171;
  --proof-link: #007bff;
  /* Icons — smaller than default SVG dimensions */
  --proof-check-sm: 14px;
  --proof-check-lg: 22px;
  --proof-icon-feature: 28px;
  overflow-x: clip;
  color: var(--text, #f8fafc);
}

.proof-page h1,
.proof-page h2,
.proof-page h3 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.proof-container {
  width: min(calc(100% - 64px), var(--container, var(--proof-max)));
  margin-inline: auto;
  box-sizing: border-box;
  /* padding: clamp(22px, 4vw, 34px);
  border-radius: var(--proof-radius);
  border: 1px solid var(--proof-border); */
}

@media (max-width: 1120px) {
  .proof-page .proof-container,
  .proof-page .proof-container-extra {
    width: min(calc(100% - 48px), var(--container, var(--proof-max)));
  }

  .proof-divider {
    max-width: min(calc(100% - 48px), var(--container, var(--proof-max)));
  }
}

.proof-container-extra {
  width: min(calc(100% - 64px), var(--container, var(--proof-max)));
  margin-inline: auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: var(--proof-radius);
  border: 1px solid var(--proof-border);
}

.proof-container--hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: var(--bts-page-hero-stack-gap);
}

.proof-container--cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-bottom: clamp(56px, 10vw, 60px);
}

.proof-band {
  padding-block: var(--proof-section-y);
}

@media (max-width: 480px) {
  .proof-page {
    --proof-header-clearance: calc(21px + 29px);
  }
}

@media (max-width: 640px) {
  .proof-band {
    padding-block: clamp(40px, 10vw, 60px);
  }
}

.proof-divider {
  max-width: min(calc(100% - 64px), var(--container, var(--proof-max)));
  margin: 0 auto;
  margin-block: 0;
}

.proof-page .proof-hero + hr.proof-divider {
  border: 0;
  opacity: 0.85;
}

/* Match platform: hr→first section H2 uses the same band gap as hero bottom. */
.proof-page .proof-hero + hr.proof-divider + .proof-band {
  padding-top: var(--bts-page-hero-section-y);
}

@media (max-width: 720px) {
  .proof-page .proof-container,
  .proof-page .proof-container-extra {
    width: min(calc(100% - 16px), var(--container, var(--proof-max)));
  }

  .proof-page .proof-hero + hr.proof-divider {
    max-width: min(calc(100% - 16px), var(--container, var(--proof-max)));
  }
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                        */
/* -------------------------------------------------------------------------- */

.proof-hero {
  position: relative;
  isolation: isolate;
  padding: calc(var(--proof-header-clearance) + var(--bts-page-hero-section-y)) 0
    var(--bts-page-hero-section-y);
  text-align: left;
}

.proof-hero .proof-container {
  position: relative;
  z-index: 1;
}

.proof-hero__title {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.75rem, 4.2vw, 2.5rem);
  line-height: 1.25;
  font-weight: var(--proof-heading-weight);
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  text-shadow: 0 2px 10px rgba(1, 20, 46, 0.45);
}

@media (min-width: 981px) {
  .proof-hero__title {
    font-size: var(--proof-title-lg);
    line-height: var(--proof-title-lh);
  }
}

/* Subtitle: same rhythm as platform (override any global `p` line-height). */
.proof-page .proof-hero p.proof-hero__sub {
  margin: 0;
  max-width: none;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
}

@media (min-width: 981px) {
  .proof-page .proof-hero p.proof-hero__sub {
    white-space: nowrap;
  }
}

/* -------------------------------------------------------------------------- */
/* Section titles & intro lines                                                */
/* -------------------------------------------------------------------------- */

.proof-section-title {
  margin: 0 0 clamp(14px, 2.5vw, 22px);
  font-size: clamp(1.75rem, 4vw, var(--proof-heading-size));
  font-weight: var(--proof-heading-weight);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--text, #f8fafc);
}

@media (min-width: 981px) {
  .proof-section-title {
    font-size: var(--proof-heading-size);
  }
}

.proof-section-title--indented {
  padding-left: clamp(0px, 2vw, 30px);
}

.proof-section-title--center {
  text-align: center;
}

/* Column-only section title (left rail); avoids full-width heading above a two-column row */
.proof-section-title--col {
  margin: 0;
  max-width: 42ch;
}

.proof-intro-line {
  margin-bottom: 20px;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: var(--proof-muted);
}

.proof-body-text {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.proof-body-text p {
  margin: 0;
}

.proof-muted {
  margin: 0 0 12px;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: var(--proof-muted);
}

/* -------------------------------------------------------------------------- */
/* Bordered panels                                                             */
/* -------------------------------------------------------------------------- */

.proof-panel {
  box-sizing: border-box;
  padding: 30px;
  border-radius: var(--proof-radius);
  border: 1px solid var(--proof-border);
  background: rgba(8, 37, 70, 0.2);
}

.proof-panel__title {
  margin: 0 0 clamp(14px, 2vw, 20px);
  font-size: clamp(1.75rem, 4vw, var(--proof-heading-size));
  font-weight: var(--proof-heading-weight);
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 981px) {
  .proof-panel__title {
    font-size: var(--proof-heading-size);
  }
}

.proof-panel__title--in-box {
  margin-bottom: clamp(10px, 2vw, 14px);
}

.proof-panel__lead {
  margin: 0 0 clamp(16px, 2.5vw, 22px);
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.95);
}

.proof-panel__intro {
  margin: 10px 0 clamp(20px, 3vw, 28px);
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: var(--proof-muted);
}

.proof-panel__timeline {
  margin: clamp(18px, 3vw, 26px) 0 0;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.95);
}

.proof-panel__timeline strong {
  font-weight: 600;
}

.proof-steps-label {
  margin: 0 0 10px;
  font-size: clamp(1.125rem, 2vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  color: #fff;
}

.proof-steps {
  margin: 0;
  padding-left: 2.5rem;
  font-size: var(--body-text-size, 16px);
  font-weight: 600;
  line-height: 1.65;
  color: rgba(248, 250, 252, 0.98);
}

.proof-steps li {
  padding-left: 0.35rem;
}

.proof-steps--numbered {
  list-style: decimal;
}

/* Executive Summary — spacing between title, intro, steps, rule, timeline */
.proof-panel--exec .proof-panel__title {
  margin-bottom: clamp(14px, 2.2vw, 20px);
}

.proof-panel--exec .proof-panel__lead {
  margin-bottom: clamp(22px, 3.5vw, 32px);
}

.proof-panel--exec .proof-steps-label {
  margin-top: 0;
  margin-bottom: clamp(12px, 2vw, 16px);
}

.proof-panel--exec .proof-steps {
  margin-bottom: clamp(22px, 3.5vw, 30px);
}

.proof-panel--exec .proof-steps li + li {
  margin-top: 8px;
}

.proof-panel--exec .proof-divider--exec {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(16px, 2.5vw, 22px);
}

.proof-panel--exec .proof-panel__timeline {
  margin-top: 0;
}

/* Separator between numbered steps and timeline copy — centered band */
.proof-panel__sep {
  display: block;
  width: 100%;
  max-width: min(42rem, 100%);
  height: 0;
  margin: clamp(18px, 2.8vw, 28px) auto;
  border: 0;
  border-top: 1px solid rgba(12, 127, 218, 0.45);
  opacity: 1;
}

.proof-panel--saas-note {
  margin-top: clamp(24px, 4vw, 36px);
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.95);
}

.proof-panel--saas-note p {
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Two-column layouts                                                          */
/* -------------------------------------------------------------------------- */

.proof-two-col {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  align-items: start;
}

@media (min-width: 900px) {
  .proof-two-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(36px, 5vw, 56px);
    align-items: stretch;
  }

  /* Copy column sets row height; image column matches and image fits inside (no overflow). */
  .proof-two-col--why .proof-copy {
    align-self: stretch;
  }

  .proof-two-col--why .proof-figure {
    position: relative;
    align-self: stretch;
    min-height: 0;
    border-radius: var(--proof-radius);
    background: rgba(8, 37, 70, 0.35);
    overflow: hidden;
  }

  .proof-two-col--why .proof-figure .proof-figure__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 899px) {
  .proof-two-col--why .proof-copy {
    order: 1;
  }

  .proof-two-col--why .proof-figure {
    order: 2;
  }
}

.proof-subhead {
  margin: 0 0 10px;
  font-size: clamp(1.125rem, 2vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Lists                                                                       */
/* -------------------------------------------------------------------------- */

.proof-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list--checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 10px;
  font-size: var(--body-text-size, 16px);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.95);
}

.proof-list--checks-body li {
  font-weight: var(--body-font-weight, 300);
  color: rgba(248, 250, 252, 0.92);
}

.proof-check {
  flex-shrink: 0;
  margin-top: 6px;
}

.proof-check--sm svg {
  display: block;
  width: var(--proof-check-sm);
  height: var(--proof-check-sm);
}

.proof-check--lg svg,
.proof-check--lg img {
  display: block;
  height: var(--proof-check-lg);
  width: auto;
  max-width: min(48px, 100%);
  object-fit: contain;
}

.proof-list--neg li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 8px;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.5;
  color: rgba(248, 250, 252, 0.92);
}

.proof-neg-mark {
  color: #F00;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.proof-list--neg-inline {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* -------------------------------------------------------------------------- */
/* Figures                                                                     */
/* -------------------------------------------------------------------------- */

.proof-figure__img {
  display: block;
  width: 100%;
  max-width: 585px;
  height: auto;
  border-radius: var(--proof-radius);
  border: 0;
}

.proof-figure__placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 24px;
  border-radius: var(--proof-radius);
  border: 1px dashed var(--proof-border);
  background: rgba(15, 35, 62, 0.35);
  color: var(--proof-muted);
  font-size: 14px;
  text-align: center;
}

.proof-figure__placeholder--wide {
  min-height: 200px;
}

.proof-wide-figure {
  margin-top: clamp(28px, 5vw, 40px);
}

.proof-wide-figure__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--proof-radius);
  border: 0;
}

/* -------------------------------------------------------------------------- */
/* PoC framework — scope + schedule (Figma)                                    */
/* -------------------------------------------------------------------------- */

.proof-band--framework {
  padding-block: clamp(40px, 6vw, 64px);
}

.proof-framework {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.proof-framework__label {
  margin: 0;
  color: #4db5ff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-framework__title {
  margin: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
}

.proof-framework__desc {
  margin: 0;
  max-width: 880px;
  color: rgba(184, 198, 214, 0.95);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.proof-framework__grid {
  margin-top: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 900px) {
  .proof-framework__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 0 clamp(40px, 5vw, 56px);
    align-items: stretch;
  }
}

.proof-framework__col {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.proof-framework__col .proof-framework__subhead {
  margin-bottom: 28px;
}

.proof-framework__col .proof-framework__subhead {
  text-align: left;
}

.proof-framework__divider {
  display: none;
  width: 1px;
  background: rgba(0, 112, 192, 0.55);
  align-self: stretch;
  margin-block: 4px 8px;
}

@media (min-width: 900px) {
  .proof-framework__divider {
    display: block;
  }
}

.proof-framework__subhead {
  margin: 0 0 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.proof-framework__scope-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-framework__scope-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 112, 192, 0.35);
  color: rgba(248, 250, 252, 0.96);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.proof-framework__scope-list li:first-child {
  padding-top: 0;
}

.proof-framework__scope-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.proof-framework__check {
  flex-shrink: 0;
  display: inline-flex;
  line-height: 0;
}

.proof-framework__check svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* Schedule: [1] ●───● [2] ●───● [3] — circles row + labels row */
.proof-schedule-track {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.proof-schedule-track__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28px, 0.75fr) minmax(0, 1fr) minmax(28px, 0.75fr) minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  column-gap: 0;
  width: 100%;
}

.proof-schedule-track__row--labels {
  margin-top: clamp(12px, 3vw, 18px);
  align-items: start;
}

.proof-schedule-track__spacer {
  display: block;
  width: 100%;
  min-height: 1px;
}

@media (min-width: 900px) {
  .proof-schedule-track__row {
    grid-template-columns: minmax(0, 1fr) minmax(88px, 1.35fr) minmax(0, 1fr) minmax(88px, 1.35fr) minmax(0, 1fr);
  }
}

.proof-schedule-step {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
}

.proof-schedule-step__num {
  display: grid;
  place-items: center;
  width: clamp(42px, 11vw, 58px);
  height: clamp(42px, 11vw, 58px);
  border-radius: 50%;
  font-size: clamp(17px, 4.5vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
  background: transparent;
  box-sizing: border-box;
}

.proof-schedule-step--1 .proof-schedule-step__num {
  border: 2px solid #3b9fff;
  box-shadow: 0 0 20px rgba(59, 159, 255, 0.55);
}

.proof-schedule-step--2 .proof-schedule-step__num {
  border: 2px solid #2dd4bf;
  box-shadow: 0 0 20px rgba(45, 212, 191, 0.5);
}

.proof-schedule-step--3 .proof-schedule-step__num {
  border: 2px solid #b06aff;
  box-shadow: 0 0 20px rgba(176, 106, 255, 0.5);
}

.proof-schedule-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  width: 100%;
  min-width: 0;
}

.proof-schedule-step__title {
  margin: 0 0 2px;
  color: #fff;
  font-size: clamp(11px, 2.8vw, 15px);
  font-weight: 700;
  line-height: 1.2;
  max-width: min(118px, 100%);
}

.proof-schedule-step__rule {
  display: block;
  width: clamp(32px, 9vw, 52px);
  max-width: 100%;
  height: 2px;
  margin: clamp(8px, 2vw, 14px) auto;
  flex-shrink: 0;
  border-radius: 1px;
  background: rgba(0, 112, 192, 0.5);
}

.proof-schedule-meta--1 .proof-schedule-step__rule {
  background: rgba(59, 159, 255, 0.55);
}

.proof-schedule-meta--2 .proof-schedule-step__rule {
  background: rgba(45, 212, 191, 0.55);
}

.proof-schedule-meta--3 .proof-schedule-step__rule {
  background: rgba(176, 106, 255, 0.55);
}

.proof-schedule-step__week {
  margin: 2px 0 0;
  color: rgba(143, 168, 188, 0.95);
  font-size: clamp(11px, 2.6vw, 14px);
  font-weight: 400;
  line-height: 1.3;
}

/* [1] ●───● [2] ●───● [3] — horizontal at all breakpoints */
.proof-schedule-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  height: clamp(42px, 11vw, 58px);
  align-self: center;
  justify-self: stretch;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
}

.proof-schedule-bridge__dot {
  flex-shrink: 0;
  width: clamp(6px, 1.6vw, 9px);
  height: clamp(6px, 1.6vw, 9px);
  border-radius: 50%;
}

.proof-schedule-bridge__line {
  flex: 1 1 auto;
  height: 3px;
  min-width: 8px;
  margin-inline: 2px;
  border-radius: 2px;
}

.proof-schedule-bridge--a .proof-schedule-bridge__dot:first-child {
  background: #3b9fff;
  box-shadow: 0 0 10px rgba(59, 159, 255, 0.85);
}

.proof-schedule-bridge--a .proof-schedule-bridge__dot:last-child {
  background: #2dd4bf;
  box-shadow: 0 0 10px rgba(45, 212, 191, 0.85);
}

.proof-schedule-bridge--a .proof-schedule-bridge__line {
  background: linear-gradient(90deg, #3b9fff 0%, #2dd4bf 100%);
}

.proof-schedule-bridge--b .proof-schedule-bridge__dot:first-child {
  background: #2dd4bf;
  box-shadow: 0 0 10px rgba(45, 212, 191, 0.85);
}

.proof-schedule-bridge--b .proof-schedule-bridge__dot:last-child {
  background: #b06aff;
  box-shadow: 0 0 10px rgba(176, 106, 255, 0.85);
}

.proof-schedule-bridge--b .proof-schedule-bridge__line {
  background: linear-gradient(90deg, #2dd4bf 0%, #b06aff 100%);
}

.proof-framework__objective {
  margin-top: clamp(32px, 5vw, 48px);
  padding-top: clamp(22px, 3vw, 28px);
  border-top: 1px solid rgba(0, 112, 192, 0.4);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}

.proof-framework__objective-icon {
  flex-shrink: 0;
  margin-top: 1px;
  display: inline-flex;
  line-height: 0;
}

.proof-framework__objective-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 12px rgba(59, 159, 255, 0.45));
}

.proof-framework__objective-text {
  margin: 0;
  color: rgba(248, 250, 252, 0.95);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.proof-framework__objective-label {
  color: #4db5ff;
  font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* Icon grid (What is measured)                                                */
/* -------------------------------------------------------------------------- */

.proof-icon-grid {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
}

@media (min-width: 900px) {
  .proof-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.proof-icon-card {
  padding: 30px;
  border-radius: var(--proof-radius);
  border: 1px solid var(--proof-border);
}

.proof-icon-card__glyph {
  margin-bottom: 12px;
}

.proof-icon-card__glyph svg {
  display: block;
  width: auto;
  height: var(--proof-icon-feature);
  max-width: 100%;
}

.proof-icon-card__glyph img {
  display: block;
  width: auto;
  height: var(--proof-icon-feature);
  max-width: 100%;
}

.proof-icon-card__glyph--shield svg,
.proof-icon-card__glyph--shield img {
  width: 40px;
  height: 47px;
}

.proof-icon-card__glyph--users svg,
.proof-icon-card__glyph--users img {
  width: 50px;
  height: 36px;
}

.proof-icon-card__glyph--chart svg,
.proof-icon-card__glyph--chart img {
  width: 44px;
  height: 44px;
}

.proof-icon-card__glyph--signal svg,
.proof-icon-card__glyph--signal img {
  width: 44px;
  height: 44px;
}

.proof-icon-card__title {
  margin: 0 0 10px;
  font-size: clamp(1.125rem, 2vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  color: #fff;
}

.proof-icon-card__text {
  margin: 0;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: var(--proof-muted);
}

.proof-footnote-center {
  margin: clamp(20px, 3vw, 28px) 0;
  text-align: center;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: var(--proof-muted);
}

.proof-footnote-center strong {
  font-weight: 600;
  color: rgba(248, 250, 252, 0.95);
}

/* -------------------------------------------------------------------------- */
/* Deliverables                                                                */
/* -------------------------------------------------------------------------- */

.proof-deliverables {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 4vw, 32px);
}

.proof-deliverables__item {
  box-sizing: border-box;
  display: flex;
  gap: clamp(14px, 3vw, 20px);
  align-items: flex-start;
  padding: 30px;
  border-radius: var(--proof-radius);
  border: 1px solid var(--proof-border);
  box-shadow: none;
  background: rgba(8, 37, 70, 0.2);
}

.proof-deliverables__item .proof-check {
  flex-shrink: 0;
  margin-top: 10px;
}

.proof-deliverables__copy {
  min-width: 0;
}

.proof-deliverables__title {
  margin: 0 0 10px;
  font-size: clamp(1.125rem, 2vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  color: #fff;
}

.proof-deliverables__bullets {
  margin: 0;
  padding: 0 0 0 1.15rem;
  list-style: disc;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: var(--proof-muted);
}

.proof-deliverables__bullets li {
  margin: 0 0 8px;
  padding-left: 4px;
}

.proof-deliverables__bullets li:last-child {
  margin-bottom: 0;
}

.proof-deliverables__bullets li::marker {
  color: rgba(236, 243, 249, 0.5);
}

.proof-excluded {
  box-sizing: border-box;
  margin-top: clamp(22px, 4vw, 32px);
  padding: 30px;
  border-radius: var(--proof-radius);
  border: 1px solid var(--proof-border);
  background: rgba(8, 37, 70, 0.2);
  box-shadow: none;
}

.proof-excluded__title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.1vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  line-height: 1.25;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}

.proof-excluded__title::before {
  content: "✗";
  color: #ff2a2a;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.proof-excluded__cols {
  display: grid;
  gap: clamp(20px, 3vw, 36px);
}

@media (min-width: 640px) {
  .proof-excluded__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.proof-excluded .proof-list--neg li {
  display: block;
  position: relative;
  margin: 0 0 6px;
  padding-left: 12px;
  font-size: var(--body-text-size, 16px);
  font-weight: 300;
  line-height: 1.3;
  color: rgba(248, 250, 252, 0.92);
}

.proof-excluded .proof-list--neg li:last-child {
  margin-bottom: 0;
}

.proof-excluded .proof-list--neg li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(236, 243, 249, 0.55);
}

.proof-excluded .proof-neg-mark {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Guarantees strip                                                            */
/* -------------------------------------------------------------------------- */

.proof-panel--guarantees {
  padding-bottom: clamp(28px, 5vw, 40px);
}

.proof-guarantees {
  display: grid;
  gap: clamp(24px, 4vw, 32px);
}

@media (min-width: 900px) {
  .proof-guarantees {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 24px);
  }

  .proof-guarantee:not(:first-child) {
    border-left: 2px solid #0070c0;
    padding-left: 30px;
  }
}

.proof-guarantee__icon {
  margin-bottom: 12px;
}

.proof-guarantee__icon svg,
.proof-guarantee__icon img {
  display: block;
  width: 40px;
  height: 47px;
  max-width: 100%;
  object-fit: contain;
}

.proof-guarantee__title {
  margin: 0 0 6px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

.proof-guarantee__sub {
  margin: 0;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

/* -------------------------------------------------------------------------- */
/* SaaS grid                                                                   */
/* -------------------------------------------------------------------------- */

.proof-saas-grid {
  display: grid;
  gap: clamp(22px, 4vw, 28px);
}

@media (min-width: 900px) {
  .proof-saas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.proof-saas-cell {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 0;
}

.proof-saas-cell__title {
  margin: 0 0 8px;
  font-size: clamp(1.125rem, 2vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  color: #fff;
}

.proof-saas-cell__text {
  margin: 0;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.55;
  color: var(--proof-muted);
}

/* -------------------------------------------------------------------------- */
/* Ramp-up                                                                     */
/* -------------------------------------------------------------------------- */

.proof-band--ramp {
  padding-block: clamp(48px, 7vw, 88px);
}

.proof-section-title--ramp {
  margin-bottom: clamp(28px, 5vw, 44px);
  color: #fff;
}

.proof-ramp-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin-inline: calc(var(--proof-gutter) * -0.35);
  padding-inline: calc(var(--proof-gutter) * 0.35);
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.proof-ramp {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(6px, 1.5vw, 18px);
  margin-top: 60px;
  min-width: min(920px, 100%);
  padding-block: clamp(8px, 2vw, 16px);
}

.proof-ramp__step {
  flex: 0 0 auto;
  padding: 8px 4px;
  font-size: clamp(1rem, 2.1vw, 1.375rem);
  font-weight: var(--proof-subheading-weight);
  letter-spacing: -0.01em;
  color: #fff;
  white-space: nowrap;
}

.proof-ramp__arrow {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(40px, 10vw, 140px);
  max-width: 160px;
}

.proof-ramp__arrow--up .proof-ramp__arrow-img-up {
  margin-top: -20px;
}

.proof-ramp__arrow--down .proof-ramp__arrow-img-down {
  margin-bottom: -20px;
}

.proof-ramp__arrow-img-up {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(36px, 6vw, 56px);
  object-fit: contain;
}

.proof-ramp__arrow-img-down {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(36px, 6vw, 56px);
  object-fit: contain;
}

.proof-band--ramp .proof-ramp-note {
  margin: clamp(28px, 5vw, 40px) 0 0;
  text-align: left;
  max-width: min(100%, 100%);
  margin-inline: 0;
  font-size: clamp(0.9375rem, 1.6vw, var(--body-text-size, 16px));
  font-weight: var(--body-font-weight, 300);
  line-height: 1.6;
  color: rgba(200, 210, 222, 0.88);
}

@media (min-width: 900px) {
  .proof-ramp-wrap {
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
  }

  .proof-ramp {
    min-width: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* Key points                                                                  */
/* -------------------------------------------------------------------------- */

.proof-panel--key {
  margin-top: clamp(8px, 2vw, 12px);
}

.proof-key-lead {
  margin: 0 0 clamp(22px, 4vw, 28px);
  font-size: clamp(1.125rem, 2.2vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  line-height: 1.45;
  color: rgba(248, 250, 252, 0.96);
  padding-top: 16px;
}

.proof-key-pills {
  display: grid;
  gap: clamp(14px, 3vw, 18px);
}

@media (min-width: 640px) {
  .proof-key-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.proof-key-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--proof-border);
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  color: rgba(248, 250, 252, 0.95);
}

/* -------------------------------------------------------------------------- */
/* Perfect For                                                                 */
/* -------------------------------------------------------------------------- */

.proof-perfect-grid {
  display: grid;
  gap: clamp(20px, 4vw, 28px);
  padding-top: 20px;
}

@media (min-width: 768px) {
  .proof-perfect-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.proof-perfect-card {
  padding: 30px;
  border-radius: var(--proof-radius);
  border: 1px solid var(--proof-border);
  text-align: left;
}

.proof-perfect-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.proof-perfect-card__icon svg,
.proof-perfect-card__icon img {
  display: block;
  width: clamp(34px, 4.8vw, 46px);
  height: auto;
  max-width: none;
  margin-inline: 0;
}

.proof-perfect-card__title {
  margin: 0 0 8px;
  font-size: clamp(1.125rem, 2vw, var(--proof-subheading-size));
  font-weight: var(--proof-subheading-weight);
  color: #fff;
}

.proof-perfect-card__sub {
  margin: 0;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
  line-height: 1.5;
  color: var(--proof-muted);
}

/* -------------------------------------------------------------------------- */
/* Closing CTA                                                                 */
/* -------------------------------------------------------------------------- */

.proof-cta-sub {
  margin: clamp(12px, 2vw, 18px) 0 clamp(22px, 4vw, 28px);
  max-width: min(100%, 100%);
  font-size: clamp(1.125rem, 2.2vw, var(--proof-subheading-size));
  font-weight: var(--body-font-weight, 300);
  line-height: 1.45;
  color: rgba(248, 250, 252, 0.95);
}

.proof-cta-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(16px, 4vw, 40px);
}

.proof-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--body-text-size, 16px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--proof-link);
  text-decoration: none;
  text-transform: capitalize;
}

.proof-cta-link:hover,
.proof-cta-link:focus-visible {
  text-decoration: underline;
}

.proof-cta-link__arrow {
  font-size: 1rem;
  line-height: 1;
}
