:root {
  --color-bg-page: #fff;
  --color-brand-navy: #093555;
  --color-brand-salmon: #ff725c;
  --color-text-heading: var(--color-brand-navy);
  --color-text-body: #545454;
  --color-gray-7: #5f6974;
  --font-body: "Instrument Sans", sans-serif;
  --font-size-2xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg2: 1.125rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.5rem;
  --font-size-5xl: 4rem;
  --font-size-6xl: 4.5rem;
  --font-size-7xl: 6rem;
  --font-size-8xl: 10rem;
  --space-xxs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 5rem;
  --space-4xl: 6rem;
  --layout-content-max: 1240px;
  --layout-margin: clamp(20px, 4vw, 48px);
  --letter-spacing-overline: 0.12em;
}

html {
  scroll-behavior: smooth;
}

.demo-offer {
  align-items: center;
  background: var(--color-brand-navy);
  color: #fff;
  display: flex;
  font-family: var(--font-body);
  gap: 22px;
  justify-content: center;
  min-height: 50px;
  padding: 6px 24px;
  text-align: center;
}

.demo-offer[hidden] {
  display: none;
}

.demo-offer p {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.demo-offer button.demo-offer__action {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  height: auto;
  line-height: 20px;
  min-height: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  width: auto;
}

.demo-offer button.demo-offer__action:hover,
.demo-offer button.demo-offer__action:focus-visible {
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.demo-offer button.demo-offer__action:hover .demo-offer__action-label {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.demo-offer button.demo-offer__action:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 114, 92, 0.28);
  outline: none;
}

.demo-offer__action-chip {
  align-items: center;
  background: var(--color-brand-salmon);
  border-radius: 9999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 18px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.demo-offer__timer {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  flex: 0 0 auto;
  margin: 0;
}

.demo-offer__timer .pad-b {
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  flex: 0 0 52px;
  padding: 3px 6px;
  width: 52px;
}

.demo-offer__timer .pad-b:first-child {
  flex-basis: 60px;
  width: 60px;
}

.demo-offer__timer .pad-b p {
  white-space: nowrap;
}

.demo-offer__timer p.orng-txt {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.demo-offer__timer p.b-orng-txt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  line-height: 11px;
}

.modal-content .close-btn-footer {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 412px;
}

.demo-capabilities {
  font-family: var(--font-body);
}

.demo-capabilities .flp-channel {
  overflow: hidden;
  padding-bottom: 230px;
}

.demo-capability-visual {
  bottom: 0;
  display: block;
  height: 230px;
  left: 0;
  position: absolute;
  width: 100%;
}

.demo-capability-visual img {
  bottom: auto;
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  position: static;
  width: 100%;
}

.demo-results {
  background: #f9f9f9;
  font-family: var(--font-body);
  padding: clamp(72px, 8vw, 112px) 0 clamp(80px, 9vw, 120px);
}

.demo-results .results-band {
  margin: 0 auto;
  max-width: var(--layout-content-max);
  padding: 0 clamp(20px, 4vw, 48px);
}

.demo-results .results-band__value {
  background: linear-gradient(180deg, #7eb6e4, #4a89d7 50%, #234ebc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
}

.demo-results .results-band__caption,
.demo-results .results-band__overline {
  letter-spacing: 0.18em;
}

#delegation {
  --font-size-md: 16px;
  --font-size-lg2: 20px;
  --font-size-2xl: 26px;
  --font-size-3xl: 40px;
  --space-xs: 8px;
  --space-md: 16px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 48px;
  --space-4xl: 64px;
  --space-5xl: 80px;
  --layout-content-max: 1344px;
  --layout-margin: 48px;
  background: #fff;
  font-family: var(--font-body);
  padding-block: 150px;
}

#delegation,
#delegation *,
#delegation *::before,
#delegation *::after {
  box-sizing: border-box;
}

#delegation .section-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  inline-size: auto;
  margin-inline: auto;
  text-align: center;
  width: auto;
}

#delegation .section-header__heading {
  color: var(--color-text-heading);
  font-family: var(--font-body);
  font-feature-settings: "ss01" 1;
  font-size: var(--font-size-3xl);
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  white-space: pre-line;
}

#delegation .section-header__sub {
  color: var(--color-text-body);
  font-family: var(--font-body);
  font-feature-settings: "ss01" 1;
  font-size: var(--font-size-md);
  font-variation-settings: "wdth" 100;
  font-weight: 500;
  line-height: 26px;
  margin: 14px 0 0;
  white-space: pre-line;
}

#delegation .u-reflow-mobile,
#delegation .u-mobile-lines {
  white-space: pre-line;
}

#delegation .u-show-mobile {
  display: none;
}

.demo-final-cta {
  background: #fefbf9;
  font-family: var(--font-body);
}

.demo-final-cta .closing-cta__inner {
  padding-bottom: clamp(80px, 8vw, 112px);
  padding-top: clamp(80px, 8vw, 112px);
}

.demo-final-cta .closing-cta__heading {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.demo-final-cta .closing-cta__sub {
  font-size: 18px;
  line-height: 1.5;
  max-width: 620px;
}

.demo-final-cta .closing-cta__btn-wrap {
  display: flex;
  justify-content: center;
}

.demo-kevin-testimonial .testimonial__cta,
.demo-final-cta .closing-cta__btn-wrap .btn {
  align-items: center;
  background: linear-gradient(180deg, #ff816d, #ff745e);
  border: 0;
  border-bottom: 3px solid #da624f;
  border-radius: 8px;
  box-shadow: 0 21px 6px rgba(0, 0, 0, 0),
    0 13px 5px rgba(0, 0, 0, 0.02),
    0 7px 4px rgba(0, 0, 0, 0.06),
    0 3px 3px rgba(0, 0, 0, 0.09),
    0 1px 2px rgba(0, 0, 0, 0.11);
  color: #fff;
  display: inline-flex;
  font-family: var(--font-body);
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  height: 45px;
  justify-content: center;
  line-height: 1;
  min-height: 0;
  padding: 0 20px;
  text-decoration: none;
  transition: background 150ms ease-out, color 150ms ease-out,
    box-shadow 150ms ease-out, transform 150ms ease-out;
  white-space: nowrap;
}

.demo-kevin-testimonial .testimonial__cta {
  min-width: 168px;
  width: 168px;
}

.demo-final-cta .closing-cta__btn-wrap .btn {
  min-width: 220px;
}

.demo-kevin-testimonial .testimonial__cta:hover,
.demo-final-cta .closing-cta__btn-wrap .btn:hover {
  background: linear-gradient(180deg, #ff816d, #ff745e);
  box-shadow: 0 32px 9px rgba(0, 0, 0, 0),
    0 20px 8px rgba(0, 0, 0, 0.02),
    0 11px 7px rgba(0, 0, 0, 0.06),
    0 5px 5px rgba(0, 0, 0, 0.09),
    0 1px 3px rgba(0, 0, 0, 0.11);
  color: #fff;
}

.demo-kevin-testimonial .testimonial__cta:focus-visible,
.demo-final-cta .closing-cta__btn-wrap .btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 114, 92, 0.2);
  outline: none;
}

.demo-kevin-testimonial .testimonial__cta:active,
.demo-final-cta .closing-cta__btn-wrap .btn:active {
  border-bottom-color: transparent;
  box-shadow: none;
  transform: translateY(2px);
}

.demo-footer-shell {
  background: #fefbf9;
  box-sizing: border-box;
  padding: 60px clamp(32px, 4.7vw, 96px) 72px;
  width: 100%;
}

.demo-footer-shell .demo-footer-card {
  background: var(--color-brand-navy);
  border-radius: 36px;
  box-sizing: border-box;
  color: #fefbf9;
  font-family: var(--font-body);
  margin: 0;
  overflow: hidden;
  padding: 88px clamp(52px, 5vw, 96px);
  position: relative;
  width: 100%;
}

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

.demo-footer-shell .footer__dots {
  background-image: radial-gradient(circle, rgba(254, 251, 249, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.demo-footer-shell .footer__inner {
  align-items: stretch;
  display: flex;
  gap: clamp(48px, 6vw, 96px);
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}

.demo-footer-shell .footer__brand {
  display: flex;
  flex: 0 1 474px;
  flex-direction: column;
  gap: 72px;
  justify-content: space-between;
  min-width: 0;
}

.demo-footer-shell .footer__identity {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.demo-footer-shell .footer__logo {
  align-items: center;
  color: #ff725c;
  display: inline-flex;
  margin-bottom: 16px;
}

.demo-footer-shell .footer__logo img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 94px;
}

.demo-footer-shell .footer__socials,
.demo-footer-shell .footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.demo-footer-shell .footer__socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.demo-footer-shell .footer__social-link {
  align-items: center;
  border: 1px solid #fefbf9;
  border-radius: 4px;
  color: #fefbf9;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px;
}

.demo-footer-shell .footer__terms {
  color: rgba(254, 251, 249, 0.5);
  font-size: 12px;
  letter-spacing: -0.015em;
  line-height: normal;
  margin: 16px 0 0;
}

.demo-footer-shell .footer__cta-heading {
  color: #fefbf9;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 12px;
}

.demo-footer-shell .footer__capture {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-sizing: border-box;
  height: 45px;
  margin: 0;
  max-width: 474px;
  padding: 4px;
  position: relative;
  width: 100%;
}

.demo-footer-shell .footer__capture .capture-form__input {
  background: transparent;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  box-sizing: border-box;
  color: #093555;
  font-family: inherit;
  font-size: 14px;
  height: 35px;
  margin: 0;
  outline: 0;
  padding: 0 148px 0 12px;
  width: 100%;
}

.demo-footer-shell .footer__capture button.capture-form__btn {
  background: linear-gradient(180deg, #ff816d, #ff745e);
  border: 0;
  border-bottom: 3px solid #da624f;
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  margin: 0;
  min-height: 0;
  min-width: 132px;
  padding: 0 16px;
  position: absolute;
  right: 4px;
  text-transform: none;
  top: 3px;
  width: auto;
}

.demo-footer-shell .footer__nav-grid {
  align-content: start;
  column-gap: clamp(36px, 4vw, 80px);
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  max-width: 650px;
  row-gap: 40px;
}

.demo-footer-shell .footer__col {
  display: flex;
  flex-direction: column;
}

.demo-footer-shell .footer__overline {
  color: #fefbf9;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.demo-footer-shell .footer__nav li {
  margin: 0 0 6px;
}

.demo-footer-shell .footer__nav li:last-child {
  margin-bottom: 0;
}

.demo-footer-shell .footer__nav a {
  color: #fefbf9;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.demo-footer-shell .footer__nav a:hover,
.demo-footer-shell .footer__nav a:focus-visible {
  color: #ff725c;
}

.demo-footer-shell .footer__logo:focus-visible,
.demo-footer-shell .footer__social-link:focus-visible,
.demo-footer-shell .footer__nav a:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(255, 114, 92, 0.35);
  outline: none;
}

@media (max-width: 1279px) {
  .demo-footer-shell {
    padding: 48px;
  }

  .demo-footer-shell .demo-footer-card {
    padding: 72px;
  }

  .demo-footer-shell .footer__inner {
    flex-direction: column;
    gap: 48px;
  }

  .demo-footer-shell .footer__brand {
    flex-basis: auto;
    gap: 40px;
    width: 100%;
  }

  .demo-footer-shell .footer__nav-grid {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .demo-footer-shell {
    padding: 32px 16px 40px;
  }

  .demo-footer-shell .demo-footer-card {
    border-radius: 24px;
    padding: 56px 24px;
  }

  .demo-footer-shell .footer__inner {
    flex-direction: column-reverse;
    gap: 48px;
  }

  .demo-footer-shell .footer__nav-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .demo-footer-shell .footer__cta-heading {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 640px) {
  .demo-offer {
    flex-wrap: wrap;
    gap: 6px 8px;
    min-height: 50px;
    padding-block: 6px;
    padding-inline: 16px;
  }

  .demo-offer p,
  .demo-offer button.demo-offer__action {
    font-size: 13px;
  }

  .demo-offer__timer {
    order: 3;
    width: 100%;
  }

  .demo-offer__timer .pad-b,
  .demo-offer__timer .pad-b:first-child {
    flex: 1 1 0;
    width: auto;
  }

  .modal-content .close-btn-footer {
    width: 100%;
  }

  .demo-capabilities .flp-channels__title br,
  .demo-capabilities .flp-channels__sub br {
    display: none;
  }

}

@media (max-width: 767px) {
  .demo-kevin-testimonial .testimonial__cta,
  .demo-final-cta .closing-cta__btn-wrap .btn {
    font-size: 14px;
    height: 40px;
  }

  .demo-kevin-testimonial .testimonial__cta {
    min-width: 168px;
    width: auto;
  }
}

@media (max-width: 991px) {
  #delegation {
    --layout-margin: 16px;
    padding-block: 120px;
  }

  #delegation .section-header__heading {
    font-size: var(--font-size-2xl);
  }

  #delegation .section-header__sub {
    font-size: var(--font-size-md);
    line-height: 23px;
  }

  #delegation .u-reflow-mobile {
    white-space: normal;
  }

  #delegation .u-hide-mobile {
    display: none;
  }

  #delegation .u-show-mobile {
    display: inline;
  }
}

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