/*
 * Refinement layer shared by the production homepage and /beta/landing.
 * The captured source document remains available at /beta/original.
 */

/* Design tokens plus the sections this page shares with the paid search
   landing pages (payout calculator, primary CTA, school quotes, reach). */
@import url("/clad-sections.css");

body {
  max-width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Keep refinement-layer layouts shrinkable when the browser is zoomed or a
   very narrow viewport forces long labels into their smallest track. */
.clad-hero__grid *,
.clad-cashflow *,
.clad-how-story * {
  box-sizing: border-box;
}

section[data-section-id="6a886b57c5ca3c5f1921a85c"] {
  display: none !important;
}

/* Keep the fixed header clean before the desktop navigation has room. */
@media (min-width: 800px) and (max-width: 1100px) {
  #header .header-display-desktop {
    display: flex !important;
    width: 100%;
  }

  #header .header-display-mobile {
    display: none !important;
  }

  #header .header-display-desktop .header-nav,
  #header .header-display-desktop .header-actions {
    display: none !important;
  }

  #header .header-display-desktop .header-title-nav-wrapper {
    flex: 1 1 auto;
  }

  #header .header-display-desktop .header-burger {
    display: flex !important;
    flex: 0 0 50px;
    justify-content: flex-end;
    margin-left: auto;
  }

  body.header--menu-open .header-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* Replace the hero's width-derived Fluid Engine rows with a viewport-aware composition. */
section[data-section-id="6a886b57c5ca3c5f1921a849"].clad-hero--fluid {
  /* Squarespace reserves the header height on the section itself. The hero
     already accounts for the overlay header internally, so that reservation
     made the composition one header taller than the viewport. */
  min-height: 0 !important;
  padding-top: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a849"].clad-hero--fluid
  > .content-wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a849"].clad-hero--fluid
  > .content-wrapper
  > .content {
  width: 100% !important;
  max-width: none !important;
}

.clad-hero__grid {
  box-sizing: border-box;
  width: min(100%, 1600px);
  margin-inline: auto;
}

.clad-hero__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.clad-hero__content > .fe-block {
  width: 100% !important;
  margin: 0;
  grid-area: auto !important;
}

.clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 {
  max-width: 12ch;
  margin: 0;
  line-height: 0.96 !important;
  letter-spacing: -0.045em;
  white-space: normal !important;
  text-wrap: balance;
}

.clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 strong {
  font-weight: 700;
}

.clad-hero__content .clad-hero__benefits {
  display: grid;
  max-width: 36rem;
  margin: 0;
  padding: 0 0 0 1.05em;
  gap: clamp(7px, 1svh, 11px);
  list-style: disc outside;
  white-space: normal !important;
}

.clad-hero__content .clad-hero__benefits li {
  padding-left: 0.2em;
}

.clad-hero__content .clad-hero__benefits li::marker {
  color: var(--clad-refine-blue);
  font-size: 0.85em;
}

.clad-hero__content .fe-block-f332f0cf57cb1adbe56d {
  margin-top: clamp(18px, 2.4svh, 26px);
}

.clad-hero__content .fe-block-5d807695957bddc99283 {
  width: auto !important;
  margin-top: clamp(24px, 3.2svh, 34px);
}

.clad-hero__content .fe-block-5d807695957bddc99283 .sqs-block,
.clad-hero__content
  .fe-block-5d807695957bddc99283
  .sqs-block-alignment-wrapper {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa > .sqs-block,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .sqs-block-content,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .fluid-image-component-root,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .fluid-image-animation-wrapper,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .fluid-image-container,
.clad-hero--fluid
  #block-6d2ad159f2132bff9dfa
  .js-content-mode-element-wrapper,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .content-fill {
  width: 100% !important;
  height: 100% !important;
}

.clad-hero--fluid #block-6d2ad159f2132bff9dfa img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (min-width: 768px) {
  .clad-hero__grid {
    display: grid !important;
    min-height: clamp(540px, 100vh, 920px);
    min-height: clamp(540px, 100svh, 920px);
    padding: clamp(76px, min(8vw, 11svh), 120px) clamp(28px, 4vw, 64px)
      clamp(36px, 5.5svh, 64px);
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr) !important;
    grid-template-rows: 1fr !important;
    align-items: center;
    column-gap: clamp(28px, 4.5vw, 72px) !important;
    row-gap: 0 !important;
    overflow: clip;
  }

  .clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa {
    width: min(100%, calc(100vh - clamp(122px, 16vh, 184px)));
    width: min(100%, calc(100svh - clamp(122px, 16svh, 184px)));
    aspect-ratio: 1;
    align-self: center;
    justify-self: center;
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  .clad-hero__content {
    max-width: 680px;
    grid-area: 1 / 2 / 2 / 3;
  }

  .clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 {
    font-size: clamp(2.5rem, min(4.7vw, 10svh), 5.25rem) !important;
  }

  .clad-hero__content .clad-hero__benefits {
    font-size: clamp(0.95rem, 1.8vw, 1.35rem) !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 767px) {
  .clad-hero__grid {
    display: grid !important;
    min-height: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    row-gap: 0 !important;
    overflow: clip;
  }

  .clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa {
    width: 100%;
    height: min(93.7vw, 58svh, 480px);
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  .clad-hero__content {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(30px, 8vw, 52px) clamp(20px, 6vw, 36px)
      clamp(48px, 12vw, 72px);
    grid-area: 2 / 1 / 3 / 2;
  }

  .clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 {
    font-size: clamp(2.1rem, min(9.2vw, 12svh), 2.8rem) !important;
    line-height: 0.98 !important;
  }

  .clad-hero__content .clad-hero__benefits {
    font-size: clamp(1.05rem, 4.6vw, 1.2rem) !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa {
    height: min(76svh, 420px);
  }

  .clad-hero--fluid #block-6d2ad159f2132bff9dfa img {
    object-fit: contain !important;
  }

  .clad-hero__content {
    padding-top: clamp(24px, 6vw, 36px);
    padding-bottom: clamp(36px, 8vw, 52px);
  }
}

/* Give the trust marquee enough height to read as a deliberate divider. */
section[data-section-id="6a886b57c5ca3c5f1921a84d"] .content-wrapper,
section[data-section-id="6a886b57c5ca3c5f1921a84d"] .fluid-engine,
section[data-section-id="6a886b57c5ca3c5f1921a84d"] .Marquee {
  min-height: 42px !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a84d"] .fluid-engine {
  grid-template-rows: 1fr !important;
  row-gap: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a84d"] .Marquee-item {
  padding-inline: clamp(12px, 1.5vw, 22px);
}

/* A slightly tighter rhythm keeps the long-form sections moving. */
section[data-section-id="6a886b57c5ca3c5f1921a851"] > .content-wrapper,
section[data-section-id="6a886b57c5ca3c5f1921a85c"] > .content-wrapper,
section[data-section-id="6a886b57c5ca3c5f1921a860"] > .content-wrapper {
  padding-top: clamp(34px, 3.5vw, 52px) !important;
  padding-bottom: clamp(34px, 3.5vw, 52px) !important;
}

@media (min-width: 768px) {
  .fe-6a886b57c5ca3c5f1921a850,
  .fe-6a886b57c5ca3c5f1921a85b,
  .fe-6a886b57c5ca3c5f1921a85f {
    --row-height-scaling-factor: 0.0185 !important;
  }

  /* Give the coverage map one additional grid column without crowding copy. */
  section[data-section-id="6a886c27dca0c22ec3697f19"]
    .fe-block-b0845863ec6f5a88a69e {
    grid-column: 16 / 26 !important;
  }
}

/* Keep the two video modules and all primary actions visually related. */
section[data-section-id="6a886b57c5ca3c5f1921a851"] .video-block,
section[data-section-id="6a886b57c5ca3c5f1921a860"] .video-block,
section[data-section-id="6a886b57c5ca3c5f1921a851"] .video-player,
section[data-section-id="6a886b57c5ca3c5f1921a860"] .video-player {
  border-radius: clamp(24px, 3vw, 40px) !important;
  overflow: hidden;
}

/* Replace the first explainer video with an accessible, scannable product story. */
section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section {
  min-height: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section
  > .content-wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding: clamp(20px, 2.5vw, 40px) 0 clamp(48px, 5vw, 80px) !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section
  > .content-wrapper
  > .content {
  width: 100% !important;
  max-width: none !important;
}

.clad-cashflow__source[hidden] {
  display: none !important;
}

.clad-cashflow {
  box-sizing: border-box;
  display: grid;
  width: min(
    var(--clad-page-max),
    calc(100% - (2 * var(--clad-page-gutter)))
  );
  margin-inline: auto;
  padding: 0;
  grid-template-areas:
    "header"
    "outcomes"
    "action";
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(42px, 5vw, 64px);
}

.clad-cashflow__header {
  display: flex;
  width: min(100%, 1360px);
  max-width: 1360px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  grid-area: header;
  text-align: center;
}

.clad-cashflow__eyebrow {
  margin: 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: min(calc(1rem + 0.48vw), 25.12px);
  font-weight: 600;
  grid-column: 1;
  grid-row: 1;
  line-height: 1.1808;
  letter-spacing: 0;
}

.clad-cashflow__header h2 {
  max-width: 26ch;
  margin: clamp(14px, 1.7vw, 20px) auto 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: min(calc(1rem + 2.16vw), 57.04px);
  font-weight: 400 !important;
  grid-column: 1;
  grid-row: 2;
  line-height: 1.1136;
  letter-spacing: 0;
  text-wrap: balance;
}

.clad-cashflow__lede {
  max-width: 64rem;
  margin: clamp(20px, 2.4vw, 30px) auto 0;
  align-self: center;
  color: hsla(var(--black-hsl), 1);
  font-size: min(calc(1rem + 0.24vw), 20.56px);
  font-weight: 400;
  grid-column: 2;
  grid-row: 1 / 3;
  line-height: 1.4;
  letter-spacing: 0;
  text-wrap: pretty;
}

.clad-cashflow__outcomes {
  display: grid;
  width: calc(100% - (2 * var(--clad-original-text-inset)));
  margin: 0 auto;
  padding: 0;
  grid-area: outcomes;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  justify-content: center;
  list-style: none;
}

.clad-cashflow__outcomes li {
  box-sizing: border-box;
  display: flex;
  min-height: 0;
  padding: clamp(22px, 2.3vw, 32px);
  border: 1px solid hsla(var(--black-hsl), 0.08);
  border-radius: clamp(26px, 2.6vw, 38px);
  background: hsla(var(--darkAccent-hsl), 1);
  flex-direction: column;
}

.clad-cashflow__outcomes span {
  padding: 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}

.clad-cashflow__art {
  display: grid;
  width: 100%;
  height: clamp(170px, 17vw, 230px);
  margin: clamp(10px, 1.4vw, 18px) auto clamp(22px, 2.4vw, 32px);
  place-items: center;
}

.clad-cashflow__art img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  transform: translateX(-1.5%);
  transform-origin: center;
}

.clad-cashflow__card--improve .clad-cashflow__art img {
  max-width: 96%;
  max-height: 98%;
  transform: translate(-1.5%, -8%);
}

.clad-cashflow__card--enrollment .clad-cashflow__art img {
  max-width: 96%;
  max-height: 94%;
  transform: translate(-1.5%, -16%);
}

.clad-cashflow__card--payroll .clad-cashflow__art img {
  max-width: 100%;
  max-height: 96%;
  transform: translate(-1.5%, -10%);
}

.clad-cashflow__outcomes h3 {
  max-width: 13ch;
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.clad-cashflow__outcomes p {
  max-width: 30rem;
  margin: clamp(12px, 1.4vw, 18px) 0 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.4;
}

@media (max-width: 899px) {
  .clad-cashflow {
    gap: clamp(38px, 6vw, 52px);
  }

  .clad-cashflow__header {
    display: flex;
    max-width: 650px;
    margin-inline: auto;
  }

  .clad-cashflow__header h2 {
    max-width: 15ch;
  }

  .clad-cashflow__lede {
    margin-top: 24px;
  }

  .clad-cashflow__outcomes {
    width: 100%;
  }
}

@media (max-width: 759px) {
  .clad-cashflow__outcomes {
    grid-template-columns: minmax(0, 1fr);
  }

  .clad-cashflow__art {
    height: clamp(210px, 58vw, 320px);
  }
}

@media (max-width: 599px) {
  section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section
    > .content-wrapper {
    padding: 40px 0 64px !important;
  }

  .clad-cashflow {
    padding: 0;
    gap: 34px;
  }

  .clad-cashflow__outcomes li {
    padding: 24px;
    border-radius: 28px;
  }

  .clad-cashflow__outcomes h3 {
    font-size: 1.75rem;
  }

}

@media (max-width: 767px) {
  .clad-cashflow__header h2 {
    font-size: 28px !important;
  }

  .clad-cashflow__eyebrow {
    font-size: 18px;
  }
}

#page .sqs-block-button-element {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(24px, 2.4vw, 34px) !important;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

@media (hover: hover) {
  #page .sqs-block-button-element:hover {
    box-shadow: 0 10px 24px rgba(13, 101, 252, 0.16);
    opacity: 1;
    transform: translateY(-1px);
  }
}

#page .sqs-block-button-element:focus-visible {
  outline: 3px solid rgba(13, 101, 252, 0.3);
  outline-offset: 3px;
}

/* Three-step, natural-scroll story for the existing How it works content. */
section[data-section-id="6a886b57c5ca3c5f1921a858"]
  #block-c9c28b8a087f8c6c42f1
  h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.55rem) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"]
  :is(
    #block-bb01498f692cedfd73f1,
    #block-020a0914b48094b1ce4a,
    #block-329125a1daa458dee6b5
  )
  p
  > strong:first-child {
  color: hsla(var(--accent-hsl), 1);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.75rem) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"].clad-how-section--story {
  min-height: 0 !important;
  overflow: visible;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"].clad-how-section--story
  > .content-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"].clad-how-section--story
  > .content-wrapper
  > .content {
  width: 100% !important;
  max-width: none !important;
}

.clad-how-story__source[hidden] {
  display: none !important;
}

.clad-how-story {
  position: relative;
  height: 300svh;
  min-height: 1920px;
}

.clad-how-story__pin {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  display: grid;
  width: 100%;
  height: 100svh;
  min-height: 640px;
  padding: clamp(88px, 11svh, 118px) 0 clamp(30px, 5svh, 56px);
  place-items: center;
  overflow: hidden;
}

.clad-how-story__layout {
  display: grid;
  width: min(
    var(--clad-page-max),
    calc(100% - (2 * var(--clad-page-gutter)))
  );
  margin-inline: auto;
  grid-template-columns: minmax(240px, 0.82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: clamp(24px, 5vw, 78px);
}

.clad-how-story__visual {
  position: relative;
  display: grid;
  height: clamp(480px, 62svh, 600px);
  min-height: 0;
  margin: 0;
  place-items: center;
}

.clad-how-story__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.clad-how-story__image[data-state="active"] {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.clad-how-story__image[data-state="past"] {
  transform: translate3d(0, -9px, 0);
}

.clad-how-story__image--school {
  top: -9%;
  left: -9%;
  width: 118%;
  height: 118%;
}

.clad-how-story__image--pig {
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
}

.clad-how-story__card {
  box-sizing: border-box;
  display: grid;
  height: clamp(480px, 62svh, 600px);
  min-height: 0;
  padding: clamp(30px, 4vw, 58px);
  border-radius: clamp(30px, 4vw, 52px);
  background: hsla(var(--darkAccent-hsl), 1);
  color: hsla(var(--black-hsl), 1);
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.clad-how-story__header {
  flex: 0 0 auto;
}

.clad-how-story__eyebrow h1,
.clad-how-story__eyebrow h2,
.clad-how-story__eyebrow h3,
.clad-how-story__eyebrow h4,
.clad-how-story__eyebrow h5,
.clad-how-story__eyebrow h6 {
  margin: 0 0 clamp(8px, 1.2svh, 14px);
  color: hsla(var(--accent-hsl), 1);
  font-size: clamp(0.85rem, 1vw, 1rem) !important;
  line-height: 1 !important;
}

.clad-how-story__title h1,
.clad-how-story__title h2,
.clad-how-story__title h3,
.clad-how-story__title h4,
.clad-how-story__title h5,
.clad-how-story__title h6 {
  max-width: 18ch;
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.clad-how-story__steps {
  position: relative;
  min-height: 0;
  margin: clamp(18px, 2.8svh, 28px) 0;
  padding: 0;
  list-style: none;
}

.clad-how-story__step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: clamp(10px, 1.4svh, 16px);
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.clad-how-story__step[data-state="active"] {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.clad-how-story__step[data-state="past"] {
  transform: translate3d(0, -9px, 0);
}

.clad-how-story__number {
  display: block;
  color: hsla(var(--black-hsl), 0.5);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.clad-how-story__step-rule {
  display: none;
}

.clad-how-story__copy {
  width: 100%;
  max-width: 42rem;
}

.clad-how-story__copy p {
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.42;
  white-space: normal !important;
}

.clad-how-story__copy p > strong:first-child {
  display: block;
  margin-bottom: 0.35em;
  color: hsla(var(--accent-hsl), 1);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.75rem);
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: -0.035em;
}

.clad-how-story__progress {
  position: relative;
  flex: 0 0 auto;
  margin-top: 0;
}

.clad-how-story__progress-rail {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: hsla(var(--black-hsl), 0.14);
}

.clad-how-story__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: hsla(var(--accent-hsl), 1);
  transform: scaleX(0);
  transform-origin: left center;
}

.clad-how-story__approval-checkpoint {
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 25%;
  display: inline-flex;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(13, 101, 252, 0.16);
  border-radius: 999px;
  background: hsla(var(--darkAccent-hsl), 1);
  color: hsla(var(--accent-hsl), 1);
  align-items: center;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

@media (max-width: 359px) {
  .clad-how-story__approval-checkpoint {
    min-height: 20px;
    padding-inline: 4px;
    font-size: 0.62rem;
  }
}

.clad-how-story__progress-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.clad-how-story__progress-label {
  color: hsla(var(--black-hsl), 1);
  font-size: 0.75rem;
  line-height: 1;
  opacity: 0.28;
  transition:
    color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.clad-how-story__progress-label[data-state="active"] {
  color: hsla(var(--accent-hsl), 1);
  opacity: 1;
}

.clad-how-story__progress-label[data-state="past"] {
  opacity: 0.68;
}

@media (max-width: 799px) {
  .clad-how-story {
    height: 300svh;
    min-height: 0;
  }

  .clad-how-story__pin {
    min-height: 0;
    padding: clamp(68px, 10svh, 84px) 0 clamp(12px, 2.5svh, 20px);
    place-items: stretch;
  }

  .clad-how-story__layout {
    height: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(150px, 0.78fr) minmax(315px, 1.35fr);
    gap: clamp(10px, 2svh, 16px);
  }

  .clad-how-story__visual {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .clad-how-story__image--school {
    top: -14%;
    left: -14%;
    width: 128%;
    height: 128%;
  }

  .clad-how-story__image--pig {
    top: 9%;
    left: 9%;
    width: 82%;
    height: 82%;
  }

  .clad-how-story__card {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: clamp(18px, 5vw, 26px);
    border-radius: clamp(24px, 8vw, 34px);
  }

  .clad-how-story__eyebrow h1,
  .clad-how-story__eyebrow h2,
  .clad-how-story__eyebrow h3,
  .clad-how-story__eyebrow h4,
  .clad-how-story__eyebrow h5,
  .clad-how-story__eyebrow h6 {
    margin-bottom: clamp(7px, 1.2svh, 10px);
    font-size: clamp(0.78rem, 3.2vw, 0.9rem) !important;
  }

  .clad-how-story__title h1,
  .clad-how-story__title h2,
  .clad-how-story__title h3,
  .clad-how-story__title h4,
  .clad-how-story__title h5,
  .clad-how-story__title h6 {
    max-width: 18ch;
    font-size: clamp(1.05rem, 4.6vw, 1.3rem) !important;
    line-height: 1.1 !important;
  }

  .clad-how-story__steps {
    min-height: 0;
    margin: clamp(10px, 1.8svh, 16px) 0;
  }

  .clad-how-story__step {
    gap: clamp(8px, 1.4svh, 12px);
  }

  .clad-how-story__number {
    font-size: clamp(0.74rem, 3vw, 0.86rem);
  }

  .clad-how-story__step-rule {
    margin-top: 0.38rem;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.9rem, 3.8vw, 1rem);
    line-height: 1.36;
  }

  .clad-how-story__copy p > strong:first-child {
    font-size: clamp(1.5rem, 6.8vw, 2rem);
  }

  .clad-how-story__progress {
    margin-top: 0;
  }

  .clad-how-story__progress-labels {
    margin-top: 7px;
  }

  .clad-how-story__progress-label {
    font-size: 0.7rem;
  }
}

@media (max-width: 799px) and (max-height: 640px) {
  .clad-how-story__pin {
    padding: clamp(58px, 10svh, 64px) 0 10px;
  }

  .clad-how-story__layout {
    grid-template-rows: minmax(130px, 0.62fr) minmax(320px, 1.5fr);
    gap: 10px;
  }

  .clad-how-story__card {
    padding: 16px;
  }

  .clad-how-story__steps {
    margin: 8px 0;
  }

  .clad-how-story__step {
    gap: 6px;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.88rem, 3.8vw, 0.96rem);
    line-height: 1.32;
  }
}

@media (min-width: 800px) and (max-width: 980px) {
  .clad-how-story__layout {
    grid-template-columns: minmax(205px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(18px, 2.8vw, 28px);
  }

  .clad-how-story__card {
    padding: clamp(28px, 4vw, 38px);
    border-radius: clamp(28px, 4vw, 38px);
  }

  .clad-how-story__title h1,
  .clad-how-story__title h2,
  .clad-how-story__title h3,
  .clad-how-story__title h4,
  .clad-how-story__title h5,
  .clad-how-story__title h6 {
    font-size: clamp(1.1rem, 1.7vw, 1.4rem) !important;
  }

  .clad-how-story__step {
    gap: clamp(10px, 1.6vw, 16px);
  }

  .clad-how-story__number {
    font-size: clamp(0.82rem, 1.7vw, 0.95rem);
  }

  .clad-how-story__step-rule {
    margin-top: 0.46rem;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  }
}

/* Preserve the scroll story on short laptops and landscape tablets without
   forcing a 640px panel into a smaller viewport. */
@media (min-width: 800px) and (max-height: 639px) {
  .clad-how-story {
    min-height: 1500px;
  }

  .clad-how-story__pin {
    height: 100svh;
    min-height: 0;
    padding: clamp(52px, 10svh, 64px) 0 clamp(12px, 3svh, 18px);
  }

  .clad-how-story__layout {
    gap: clamp(18px, 3vw, 34px);
  }

  .clad-how-story__visual,
  .clad-how-story__card {
    height: min(76svh, 480px);
    min-height: 0;
  }

  .clad-how-story__card {
    padding: clamp(20px, 3vw, 30px);
    border-radius: clamp(24px, 3vw, 34px);
  }

  .clad-how-story__steps {
    min-height: 150px;
    margin: clamp(10px, 2svh, 16px) 0;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.94rem, 1.55vw, 1.04rem);
    line-height: 1.34;
  }

  .clad-how-story__copy p > strong:first-child {
    font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  }

  .clad-how-story__progress {
    margin-top: 0;
  }
}

/* Local, dependency-free testimonial carousel. */
section[data-section-id="6a886b57c5ca3c5f1921a853"] .user-items-list {
  padding-top: 16px !important;
  padding-bottom: clamp(48px, 5.5vw, 76px) !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a853"] .list-section-title {
  box-sizing: border-box;
  width: min(
    980px,
    calc(100% - (2 * var(--clad-page-gutter)))
  ) !important;
  max-width: 980px !important;
  min-width: 0;
  margin-inline: auto !important;
  padding: 0 0 clamp(32px, 4vw, 52px) !important;
  overflow: visible !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a853"] .list-section-title p {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  font-size: clamp(2.35rem, min(4.5vw, 10svh), 4.7rem);
  line-height: 1.04;
  overflow: visible !important;
  white-space: normal !important;
  text-wrap: balance;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__gutter {
  box-sizing: border-box;
  width: min(94%, 1200px);
  margin-inline: auto;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slides-revealer {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slides-revealer::-webkit-scrollbar {
  display: none;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slides {
  display: flex !important;
  width: 100% !important;
  min-width: 100%;
  align-items: stretch;
  gap: var(--clad-refine-gap) !important;
  opacity: 1 !important;
  transform: none !important;
  touch-action: pan-x pan-y;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slide {
  display: flex !important;
  flex: 0 0 calc((100% - (var(--clad-refine-gap) * 2)) / 3) !important;
  width: auto !important;
  max-width: none !important;
  min-height: clamp(380px, 31vw, 430px);
  padding: clamp(26px, 3vw, 44px) !important;
  border: 1px solid rgba(10, 34, 112, 0.07);
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__media-container {
  width: clamp(92px, 9vw, 118px) !important;
  margin: 0 auto clamp(22px, 2.5vw, 32px) !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content,
.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__text-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content {
  display: flex !important;
  flex: 1 1 auto;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__text-wrapper {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  text-align: center;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__description {
  margin-top: auto !important;
  padding-top: clamp(18px, 2vw, 28px);
  text-align: center !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__title {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem) !important;
  line-height: 1.18 !important;
  text-align: center !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__description {
  font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
  line-height: 1.45 !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrows {
  display: flex !important;
  justify-content: flex-end;
  gap: 12px;
  width: min(94%, 1200px);
  margin: clamp(20px, 2.5vw, 32px) auto 0;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button {
  position: static !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid var(--clad-refine-navy) !important;
  border-radius: 50% !important;
  background: var(--clad-refine-navy) !important;
  color: #fff !important;
  cursor: pointer;
  transform: none !important;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button:hover:not(:disabled) {
  background: var(--clad-refine-blue) !important;
  border-color: var(--clad-refine-blue) !important;
  transform: translateY(-1px) !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button:focus-visible {
  outline: 3px solid rgba(13, 101, 252, 0.3);
  outline-offset: 3px;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button:disabled {
  cursor: default;
  opacity: 0.28;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-icon {
  width: 22px;
  height: 14px;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-icon-path {
  stroke: currentColor !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-icon-background-area {
  display: none;
}

@media (max-width: 1100px) {
  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .user-items-list-carousel__slide {
    flex-basis: calc((100% - var(--clad-refine-gap)) / 2) !important;
  }
}

@media (max-width: 700px) {
  section[data-section-id="6a886b57c5ca3c5f1921a853"] .list-section-title p {
    font-size: clamp(2.1rem, min(11vw, 14svh), 3.2rem);
  }

  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .user-items-list-carousel__gutter {
    width: 100%;
    padding-left: 6vw;
  }

  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .user-items-list-carousel__slide {
    flex-basis: 88% !important;
    min-height: 0;
  }

  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .mobile-arrows {
    width: auto;
    margin-right: 6vw;
  }
}

/* Footer content was visually undersized beside the rest of the page. */
footer section[data-section-id="699db4a58cf40e59194079a4"] p,
footer section[data-section-id="699db4a58cf40e59194079a4"] a {
  font-size: clamp(0.95rem, 1.1vw, 1.08rem) !important;
  line-height: 1.5 !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .Marquee-track {
    animation-play-state: paused !important;
  }

  #page .sqs-block-button-element,
  .mobile-arrow-button,
  .clad-how-story__image,
  .clad-how-story__step,
  .clad-how-story__progress-label {
    transition: none !important;
  }
}

/* The homepage gives the floating chat priority over competing top CTAs. */
.clad-home-refined #header .header-actions-action--cta { display: none !important; }
@media (max-width: 767px) {
  .clad-hero__grid {
    padding-top: var(--clad-home-header-height, 88px);
  }
}
.clad-payment-partners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(360px, 100%);
  color: #203452;
  font-family: Manrope, sans-serif;
}
.clad-payment-partners__item {
  display: grid;
  justify-items: center;
  grid-template-rows: 18px 30px;
  gap: 8px;
  padding-inline: 12px;
}
.clad-payment-partners__item + .clad-payment-partners__item {
  border-left: 1px solid #dedbce;
}
.clad-payment-partners__label {
  font-size: 12px;
  line-height: 18px;
  color: #58647a;
}
.clad-payment-partners__logo {
  display: block;
  height: 30px;
  max-width: 100%;
  background: #203452;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.clad-payment-partners__logo--stripe {
  width: 66px;
  mask-image: url("/assets/images/stripe.webp");
}
.clad-payment-partners__logo--jpmorgan {
  width: 132px;
  mask-image: url("/assets/images/jpmorgan.webp");
}

.clad-hero__actions {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  min-height: 180px;
  grid-column: 1 / -1;
  grid-row: 2;
  padding-block: 28px 16px;
}
.clad-hero__actions > .clad-section-cta { min-height: 56px; }
@media (min-width: 768px) {
  .clad-hero__grid.has-hero-cta { grid-template-rows: 1fr auto !important; }
  .has-hero-cta .fe-block-6d2ad159f2132bff9dfa {
    width: min(100%, max(240px, calc(100svh - clamp(122px, 16svh, 184px) - 180px)));
  }
}
@media (max-width: 767px) {
  .clad-hero__actions { grid-row: 3; min-height: 176px; padding: 0 20px 40px; }
  .has-hero-cta .clad-hero__content { padding-bottom: 28px; }
}

/* Repeat the hero's partner row in the footer's existing trust area. */
.clad-payment-partners--footer {
  grid-area: 5 / 14 / 7 / 26;
  align-self: center;
}
.clad-payment-partners--footer .clad-payment-partners__label { color: #fff; }
.clad-payment-partners--footer .clad-payment-partners__logo { background: #fff; }
.clad-payment-partners--footer .clad-payment-partners__item + .clad-payment-partners__item {
  border-color: rgb(255 255 255 / 30%);
}
@media (max-width: 767px) {
  .clad-payment-partners--footer { grid-area: 7 / 2 / 10 / 10; }
}
