/*
 * AVIDA premium art direction: precision performance editorial.
 * Brand guard: only the existing AVIDA palette and typefaces are used here.
 * Palette: ink #17211e · warm white #fbfcf8 · mint #c7ebe4 · lime #c8ff6a
 */

:root {
  --avida-ink: #17211e;
  --avida-black: var(--base-color-neutral--black);
  --avida-white: #fbfcf8;
  --avida-mint: #c7ebe4;
  --avida-lime: #c8ff6a;
  --avida-ease: cubic-bezier(.22, 1, .36, 1);
  --hairline-ink: rgb(23 33 30 / 16%);
  --hairline-ink-strong: rgb(23 33 30 / 28%);
  --hairline-white: rgb(255 255 255 / 16%);
  --hairline-mint: rgb(199 235 228 / 30%);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

/* Webflow sets this wrapper to overflow:hidden on smaller screens. That turns
   it into a scroll container and prevents the product stage from staying
   sticky while the feature rail advances. Clip the x-axis without trapping y. */
.page-wrapper-inner {
  overflow-x: clip;
  overflow-y: visible;
}

::selection {
  background: var(--avida-lime);
  color: var(--avida-ink);
}

a,
button,
.w-button,
.w-tab-link,
.slider-arrow,
.business-support-slider-arrow {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
.w-tab-link:focus-visible {
  outline: 2px solid var(--avida-lime);
  outline-offset: 4px;
}

.container-large,
.navbar_container {
  max-width: 85rem;
}

.padding-global {
  padding-right: clamp(1.25rem, 4vw, 4rem);
  padding-left: clamp(1.25rem, 4vw, 4rem);
}

.padding-section-large {
  padding-top: clamp(6rem, 8vw, 9rem);
  padding-bottom: clamp(6rem, 8vw, 9rem);
}

/* Typography discipline */
h1,
h2 {
  text-wrap: balance;
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(3rem, 5vw, 4.75rem);
  line-height: .98;
}

p {
  text-wrap: pretty;
}

.uppercase-label {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .22em;
}

.uppercase-label::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  opacity: .55;
  flex: none;
}


/* Buttons: sharp, quiet, confident */
.button {
  min-height: 3.25rem;
  height: auto;
  border: 1px solid transparent;
  border-radius: .25rem;
  padding: 1.05rem 2.1rem;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .12em;
  transition: transform 180ms var(--avida-ease), box-shadow 180ms var(--avida-ease), background-color 220ms ease-out, color 220ms ease-out;
}

.button:hover {
  color: var(--avida-ink);
  background-color: var(--avida-mint);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -14px rgb(30 30 30 / 45%);
}

.button.is-secondary:hover {
  background-color: var(--avida-lime);
}

.button:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px -10px rgb(30 30 30 / 45%);
}

.button.w-inline-block:not(.navbar-small) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}

.button.w-inline-block:not(.navbar-small)::after {
  content: "→";
  flex: none;
  transition: transform 220ms var(--avida-ease);
}

.button.w-inline-block:not(.navbar-small):hover::after {
  transform: translateX(.3rem);
}

/* ============================================================
   Navigation: transparent over the hero, ink glass once moving
   ============================================================ */
.navbar-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  position: fixed;
  inset: 0 0 auto;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 320ms var(--avida-ease), border-color 320ms var(--avida-ease);
}

.navbar_component {
  max-width: 85rem;
  min-height: 4.75rem;
  margin: 0 auto;
  padding: .85rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 26%);
  border-radius: 0;
  background: transparent;
  transition: min-height 320ms var(--avida-ease), border-color 320ms var(--avida-ease);
}

/* Webflow's own scroll treatment is retired in favour of the glass bar. */
.navbar_component.navbar-scroll {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.navbar_link,
.navbar_link.scroll {
  color: var(--avida-white);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color 180ms ease-out, opacity 180ms ease-out;
}

.navbar_link:hover,
.navbar_link.scroll:hover {
  color: var(--avida-lime);
}

.logo-img {
  width: 11.5rem;
}

/* The wordmark stays white on both the hero and the glass bar. */
.navbar_component .logo-img.light {
  opacity: 1 !important;
}

.navbar_component .logo-img.dark {
  opacity: 0 !important;
}

.menu-icon_line-top,
.menu-icon_line-middle,
.menu-icon_line-bottom,
.menu-icon_line-top.scroll,
.menu-icon_line-middle.scroll,
.menu-icon_line-bottom.scroll {
  background-color: #fff !important;
}

.premium-scrolled .navbar-wrap {
  background: rgb(30 30 30 / 78%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: rgb(255 255 255 / 12%);
}

.premium-scrolled .navbar_component {
  min-height: 4.25rem;
  border-bottom-color: transparent;
}

.premium-scroll-progress {
  width: 100%;
  height: 2px;
  background: var(--avida-lime);
  transform: scaleX(0);
  transform-origin: left center;
  position: absolute;
  inset: auto 0 0;
}

/* ============================================================
   Hero: one full-bleed athletic poster
   ============================================================ */
.section-hero-wrap {
  min-height: 100svh;
  margin-top: 0;
  isolation: isolate;
}

.section-hero-wrap::after {
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(0deg, rgb(30 30 30 / 62%) 0%, rgb(30 30 30 / 0%) 34%),
    linear-gradient(90deg, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 26%) 48%, rgb(0 0 0 / 0%) 74%);
  position: absolute;
  inset: 0;
}

.section-hero-wrap::before {
  z-index: 2;
  content: "";
  pointer-events: none;
  background-image: var(--grain);
  background-size: 160px;
  opacity: .05;
  position: absolute;
  inset: 0;
}

.custom-hero {
  z-index: 3;
  width: 100%;
  min-height: 100svh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: flex-end;
}

.section-hero,
.section-hero > .container-large {
  width: 100%;
}

.container-hero {
  max-width: 52rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.container-hero .flex-32 {
  grid-row-gap: 2.25rem;
  align-items: flex-start;
  text-align: left;
}

.container-hero .flex-16::before {
  content: "The branded fitness app platform";
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
  color: var(--avida-mint);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.container-hero h1,
.container-hero .text-color-white.c1 {
  max-width: 52rem;
  margin: 0;
  font-size: clamp(4.75rem, 5.8vw, 5.25rem);
  font-weight: 500;
  line-height: .92;
  text-shadow: none;
}

.hero-line {
  display: block;
}

.container-hero .c2 {
  max-width: 42ch;
  color: rgb(255 255 255 / 92%);
  font-size: 1.1875rem;
  line-height: 1.55;
}

.container-hero .button {
  min-width: 13rem;
}

.hero-background-div {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.hero-background {
  filter: brightness(74%) saturate(.96);
  object-fit: cover;
  object-position: 50% 45%;
  width: 100%;
  height: 100%;
  transform: scale(1.04);
}

/* Keep the original press rail above the premium hero image grade. */
.sliding-logos-wrap {
  z-index: 4;
}

/* ============================================================
   Impact metrics
   ============================================================ */
.padding-global.padding-section-large.custom-padding-1 {
  padding: 8rem 2.5rem 5rem;
}

.padding-global.padding-section-large.custom-padding-1 > .container-large {
  max-width: 80rem;
}

.app-box-container {
  isolation: isolate;
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  min-height: 36rem;
  padding: 4.25rem 3rem 0;
  border: 1px solid rgb(199 235 228 / 18%);
  border-radius: .5rem;
  background:
    radial-gradient(circle at 76% 68%, rgb(199 235 228 / 18%) 0%, rgb(199 235 228 / 0%) 38%),
    linear-gradient(145deg, #17211e 0%, #101714 100%);
  overflow: hidden;
  box-shadow: 0 36px 80px -58px rgb(23 33 30 / 82%);
}

.app-box-container::before {
  z-index: 3;
  content: "AVIDA / IN NUMBERS";
  position: absolute;
  top: 1.75rem;
  left: 3rem;
  color: rgb(199 235 228 / 74%);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .22em;
}

.app-box-container::after {
  z-index: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  background-size: 160px;
  opacity: .025;
}

.app-box-container > .flex-16 {
  z-index: 2;
  width: 100%;
  margin-top: 1.75rem;
  border-top: 1px solid rgb(199 235 228 / 24%);
  border-bottom: 1px solid rgb(199 235 228 / 24%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.app-box-container .number-box-anim {
  width: 100%;
  padding: 1.5rem 1.75rem 1.65rem;
  border: 0;
  border-left: 1px solid rgb(199 235 228 / 20%);
  border-radius: 0;
  background: transparent !important;
}

.app-box-container .number-box-anim:first-child {
  padding-left: 0;
  border-left: 0;
}

.app-box-container .number-box-anim > .flex-8 {
  gap: .65rem;
  align-items: flex-start;
}

.app-box-container .number-headline {
  color: var(--avida-mint);
  font-size: clamp(3.25rem, 5.3vw, 5rem);
  font-weight: 400;
  font-variant-numeric: tabular-nums lining-nums;
  line-height: .9;
  letter-spacing: -.055em;
}

.app-box-container .number-box-anim p {
  margin: 0;
  color: rgb(251 252 248 / 68%);
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .15em;
}

.app-box-container .numbers-image {
  z-index: 1;
  position: relative;
  justify-self: center;
  align-self: end;
  width: min(96%, 69rem);
  max-width: none;
  margin: -2.25rem auto -11.5rem;
  filter: drop-shadow(0 34px 32px rgb(5 12 9 / 35%));
}

@media (min-width: 1440px) {
  .padding-global.padding-section-large.custom-padding-1 {
    padding-bottom: 3rem;
  }
}

/* ============================================================
   Testimonials: editorial roster
   ============================================================ */
.testimonials-scroll-section {
  background: #f5f8f6;
}

#custom-testimonial {
  max-width: 100%;
  margin: 0 0 4rem;
  align-items: flex-start;
  text-align: left;
}

/* The page reuses this id on the inner heading group — keep it flush. */
.testimonials-heading {
  width: 100%;
  margin: 0;
  align-items: flex-start !important;
  text-align: left !important;
}

.testimonials-heading .uppercase-label {
  align-self: flex-start;
  justify-content: flex-start;
  text-align: left;
}

#custom-testimonial h2 {
  max-width: 56rem;
}

#custom-testimonial > p {
  max-width: 42rem;
  color: rgb(30 30 30 / 68%);
  font-size: 1.125rem;
  line-height: 1.6;
}

.testimonials-swiper.swiper {
  width: 100%;
  left: 0;
  padding: 0;
  overflow: hidden;
  cursor: grab;
}

.testimonials-swiper.swiper:active {
  cursor: grabbing;
}

.testimonials-stage {
  position: relative;
}

.testimonial-slide-content {
  max-width: 31rem;
  height: 39rem;
  padding: 1.75rem;
  border: 1px solid rgb(30 30 30 / 12%);
  border-radius: .5rem;
  position: relative;
  transition: background-color 220ms cubic-bezier(.22, 1, .36, 1), opacity 220ms cubic-bezier(.22, 1, .36, 1);
  overflow: hidden;
}

.testimonial-slide .testimonial-slide-content {
  opacity: .58;
}

.testimonial-slide.swiper-slide-active .testimonial-slide-content {
  opacity: 1;
}

.testimonial-slider-img {
  filter: saturate(.92);
}

.slide-text-block.testimonial-slide-text-block {
  height: 5rem !important;
  max-height: 5rem !important;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: .375rem;
  position: absolute;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
  text-align: left;
  box-shadow: 0 24px 48px -24px rgb(30 30 30 / 55%);
  overflow: visible;
}

.testimonial-slide-heading-txt {
  width: 100%;
  height: 5rem !important;
  padding: 1.375rem 1.5rem;
  display: flex;
  align-items: center;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
}

.testimonial-slider-active-text {
  width: 100%;
  height: auto !important;
  padding: 1.375rem 1.5rem;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: .375rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--avida-ink);
  color: rgb(255 255 255 / 94%);
  font-size: .9375rem;
  line-height: 1.55;
  opacity: 0;
  pointer-events: none;
  transform: translateY(.625rem);
  transition: opacity 220ms cubic-bezier(.22, 1, .36, 1), transform 260ms cubic-bezier(.22, 1, .36, 1);
  box-shadow: 0 24px 48px -24px rgb(30 30 30 / 55%);
}

.testimonial-slide.swiper-slide-active .testimonial-slider-active-text {
  opacity: 1;
  transform: translateY(0);
}

.testimonial-slider-active-text .signature-slide {
  color: var(--avida-mint);
}

.testimonials-swiper-navigations {
  justify-content: flex-start;
  width: auto;
  margin: 2rem auto 0 0;
  display: flex;
  align-items: center;
  gap: .75rem;
}

@media (min-width: 992px) {
  .testimonials-scroll-section > .padding-global > .container-large {
    min-height: calc(168svh + 71rem);
  }

  .testimonials-stage {
    padding-bottom: clamp(5rem, 7vw, 7rem);
    position: sticky;
    top: 6.25rem;
  }

  .testimonials-swiper.swiper {
    cursor: default;
  }
}

.premium-slider-status {
  min-width: 7rem;
  margin-left: 1rem;
  color: rgb(30 30 30 / 62%);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  font-variant-numeric: tabular-nums;
}

.premium-slider-status::before {
  content: "";
  width: 3rem;
  height: 1px;
  margin-right: .75rem;
  background: var(--avida-ink);
  display: inline-block;
  vertical-align: middle;
  transform: scaleX(var(--testimonial-progress, .125));
  transform-origin: left center;
  transition: transform 180ms ease-out;
}

.testimonials-swiper-navigations .slider-arrow[aria-disabled="true"] {
  opacity: .34;
  pointer-events: none;
}

/* Slider arrows: outline squares that fill on hover */
.slider-arrow,
.business-support-slider-arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--hairline-ink-strong);
  border-radius: .25rem;
  background: transparent;
  color: var(--avida-ink);
  transition: transform 160ms ease-out, background-color 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out;
}

.slider-arrow:hover,
.business-support-slider-arrow:hover {
  background: var(--avida-ink);
  border-color: var(--avida-ink);
  color: var(--avida-lime);
  transform: translateY(-2px);
}

/* ============================================================
   Product / app tabs
   ============================================================ */
#the-app > .padding-global {
  padding: 0;
}

#the-app > .padding-global > .container-large {
  max-width: none;
}

.app-tabs-outwrap {
  min-height: 0;
  display: block;
}

.app-tabs-wrapper-inner {
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: clamp(5.5rem, 7vw, 6rem) max(4rem, calc((100vw - 76rem) / 2));
  border: 0;
  border-radius: 0;
  background: var(--avida-mint);
}

.app-tabs-wrapper-inner h2 {
  max-width: 12em;
  font-size: clamp(4rem, 4.85vw, 4.5rem);
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.app-tabs-wrapper-inner > .flex-32 {
  width: 100%;
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 0;
}

.app-tabs-wrapper-inner > .flex-32 > .flex-24 {
  width: min(100%, 58rem);
}

.app-tabs-wrapper-inner > .flex-32 > .flex-24 > .flex-16 > p,
.app-tabs-wrapper-inner p {
  max-width: 55ch;
  color: rgb(30 30 30 / 72%);
  font-size: 1.125rem;
  line-height: 1.55;
}

.app-tabs {
  width: min(100%, 76rem);
  margin: 3.75rem auto 0;
  display: grid;
  grid-template-columns: minmax(22.5rem, 5fr) minmax(0, 7fr);
  align-items: start;
  column-gap: 4rem;
  overflow: visible;
}

.app-tabs #w-node-bae0046c-c7e0-962b-3827-0838696f5a23-1d9a952c {
  grid-area: auto;
  grid-column: 1;
  grid-row: 1;
}

.app-tabs-col-1 {
  z-index: 2;
  width: 100%;
  max-width: none;
  height: min(42rem, calc(100svh - 11rem));
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--hairline-ink-strong);
  border-radius: 0;
  position: sticky;
  top: 7rem;
  align-self: start;
  overflow: hidden;
  background: rgb(255 255 255 / 18%);
}

.app-tabs-col-1 .tab_pane {
  z-index: 0;
  display: grid !important;
  place-items: center;
  position: absolute;
  inset: 1.5rem 1.25rem;
  opacity: 0 !important;
  pointer-events: none;
  transform: none !important;
  transition: opacity 180ms ease-out !important;
}

.app-tabs-col-1 .tab_pane.w--tab-active {
  z-index: 2;
  opacity: 1 !important;
  transform: none !important;
}

.app-tabs-col-1 .tab_pane.is-leaving {
  z-index: 1;
  transform: none !important;
}

.app-tabs-col-1 .tab-faq-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-faq-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: none;
  transform: none !important;
}

.app-tabs-col-1 .tab_pane.w--tab-active .tab-faq-img {
  filter: drop-shadow(0 24px 36px rgb(30 30 30 / 26%));
}

.app-scroll-runway {
  display: none;
}

.app-tabs-col {
  width: 100%;
  grid-column: 2;
  grid-row: 1;
  grid-row-gap: 0;
  border-top: 1px solid var(--hairline-ink-strong);
  counter-reset: apptab;
}

.phone-tab {
  width: 100%;
  min-height: clamp(11rem, 22vh, 12.5rem);
  padding: 0;
  border-bottom: 1px solid var(--hairline-ink-strong);
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  transition: background-color 160ms ease-out, color 160ms ease-out;
}

.phone-tab:hover {
  background: transparent;
}

/* Webflow's interaction engine writes inline colors onto the trigger — the row's
   look is owned here instead, painted by the parent tab. */
.phone-tab .phone-tab-heading-trigger {
  width: 100%;
  min-height: 0;
  padding: 2rem 1.75rem;
  background-color: transparent !important;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) 1.5rem;
  align-items: center;
  column-gap: 1rem;
  transition: padding 240ms var(--avida-ease);
}

.phone-tab .text-style-uppercase {
  color: var(--avida-ink);
}

.phone-tab .faq-tab-arrow-icon {
  color: var(--avida-ink);
}

.phone-tab.w--current .text-style-uppercase {
  color: var(--avida-white);
}

.phone-tab .phone-tab-heading-trigger::before {
  counter-increment: apptab;
  content: counter(apptab, decimal-leading-zero);
  margin-right: 0;
  color: rgb(30 30 30 / 45%);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  transition: color 240ms var(--avida-ease);
}

.phone-tab .text-style-uppercase {
  width: 100%;
  font-size: clamp(1.125rem, 1.45vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.015em;
  text-transform: none;
}

.phone-tab .faq-tab-arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-self: end;
  opacity: .55;
  transition: transform 240ms var(--avida-ease), opacity 240ms var(--avida-ease), color 240ms var(--avida-ease);
}

.phone-tab:hover .faq-tab-arrow-icon {
  opacity: 1;
  transform: translateX(4px);
}

.phone-tab.w--current {
  background: var(--avida-ink);
  border-color: var(--avida-ink);
}

.phone-tab.w--current .phone-tab-heading-trigger {
  padding: 2rem 1.75rem;
}

.phone-tab.w--current .text-style-uppercase {
  font-size: clamp(1.25rem, 1.6vw, 1.375rem);
}

.phone-tab.w--current .phone-tab-heading-trigger::before {
  color: var(--avida-lime);
}

.phone-tab.w--current .faq-tab-arrow-icon {
  color: var(--avida-lime);
  opacity: 1;
}

.phone-tab-content-wrapper {
  display: none !important;
}

.app-tabs-wrapper-inner > .flex-32 > .button {
  margin-top: 3rem;
  align-self: flex-start;
}

/* ============================================================
   Business support
   ============================================================ */
.business-support-wrappper {
  grid-column-gap: clamp(4rem, 8vw, 8rem);
  min-height: 46rem;
}

.business-support-col-1 {
  width: 52%;
  position: sticky;
  top: 8rem;
}

.business-support-col-1 h2 {
  max-width: 43rem;
}

.business-support-col-1 p {
  max-width: 43rem;
  color: rgb(30 30 30 / 74%);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.business-support-copy {
  display: grid;
  gap: 1.25rem;
}

.business-support-col-1 .business-support-lead {
  max-width: 38rem;
  margin: 0;
  color: var(--avida-ink);
  font-size: clamp(1.25rem, 1.55vw, 1.5rem);
  line-height: 1.4;
}

.business-support-copy > p:not(.business-support-lead) {
  max-width: 40rem;
  margin: 0;
}

.business-support-outcomes {
  margin: .5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline-ink-strong);
  list-style: none;
}

.business-support-outcomes li {
  min-height: 3.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--hairline-ink-strong);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.business-support-outcomes li::after {
  content: "↗";
  color: rgb(30 30 30 / 48%);
  font-size: 1rem;
}

.business-support-swiper {
  width: 48%;
}

.business-support-slide-img-wrapper {
  width: 29rem;
  height: 36rem;
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
}

.business-support-slide-img-wrapper::after {
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgb(30 30 30 / 0%) 46%, rgb(30 30 30 / 78%) 100%);
  position: absolute;
  inset: 0;
}

.business-support-slide-img-wrapper img.h-full {
  filter: saturate(.95);
  object-fit: cover;
  object-position: center;
  opacity: .76;
  transform: scale(1.055);
  transition: opacity 420ms ease-out, transform 650ms cubic-bezier(.22, 1, .36, 1);
}

.business-support-slide.swiper-slide-active .business-support-slide-img-wrapper img.h-full {
  opacity: 1;
  transform: scale(1.02);
}

.business-support-text-block {
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  padding: 0;
  text-align: left;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.5;
}

.business-support-text-block.business-support-slide-img-text {
  z-index: 2;
  inset: auto auto 1.5rem 1.5rem;
  right: 1.5rem;
  opacity: 0;
  transform: translateY(.75rem);
  transition: opacity 400ms ease-out, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.business-support-slide.swiper-slide-active .business-support-slide-img-text {
  opacity: 1;
  transform: translateY(0);
}

.business-support-slide-text {
  width: 29rem;
  margin-top: 1.25rem;
  color: rgb(30 30 30 / 70%);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  opacity: 0;
  transform: translateY(.625rem);
  transition: opacity 400ms ease-out, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.business-support-slide.swiper-slide-active .business-support-slide-text {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Launch path: disciplined performance timeline
   ============================================================ */
.path-box {
  min-height: 0;
  padding: clamp(3.5rem, 5vw, 5rem) clamp(3.5rem, 5vw, 5rem) clamp(2.5rem, 4vw, 4rem);
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.path-box::before {
  content: "";
  pointer-events: none;
  background-image: var(--grain);
  background-size: 160px;
  opacity: .045;
  position: absolute;
  inset: 0;
}

.path-box h2 {
  color: var(--avida-mint);
}

.steps-trail {
  display: none;
}

.path-steps-wrap {
  min-height: 0;
  margin-top: 1.5rem;
}

.path-steps-wrap-inner {
  gap: 1px;
  padding: 0;
  border-top: 1px solid rgb(198 238 231 / 45%);
  position: relative;
}

.path-steps-wrap-inner::before {
  z-index: 2;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--avida-lime);
  transform: scaleX(var(--path-progress, 0));
  transform-origin: left center;
  position: absolute;
  left: 0;
  top: -1px;
  transition: transform 120ms linear;
}

.path-step-container,
.path-step-container._1,
.path-step-container._2 {
  flex: 1;
  max-width: none;
  margin: 0;
  padding: 2.25rem 1rem 1rem;
  border-right: 1px solid rgb(198 238 231 / 20%);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: background-color 400ms var(--avida-ease);
}

.path-step-container::after {
  content: attr(data-step-description);
  max-width: 16rem;
  color: rgb(255 255 255 / 52%);
  font-size: .875rem;
  line-height: 1.55;
  transition: color 400ms var(--avida-ease), transform 400ms var(--avida-ease);
}

.path-step-container.is-active {
  background: rgb(255 255 255 / 4%);
}

.path-step-container.is-active::after {
  color: rgb(255 255 255 / 82%);
  transform: translateY(-.15rem);
}

.path-step-container.is-active .path-step {
  background: var(--avida-lime);
  border-color: var(--avida-lime);
  color: var(--avida-ink);
}

.path-step-container:last-child {
  border-right: 0;
}

.step-flex {
  flex-flow: column;
  grid-row-gap: 1.25rem;
}

/* .vert containers put the label first in the DOM — reverse so every label sits below its step. */
.step-flex.vert {
  flex-flow: column-reverse;
  grid-row-gap: 1.25rem;
}

.path-step {
  width: 4.75rem;
  height: 4.75rem;
  border: 1px solid rgb(198 238 231 / 70%);
  border-radius: .25rem;
  background: transparent;
  color: var(--avida-mint);
  font-size: 2.25rem;
  transition: background-color 260ms var(--avida-ease), color 260ms var(--avida-ease);
}

.path-step-hover {
  border-radius: 0;
  transition: opacity 260ms var(--avida-ease);
}

.path-step:hover .path-step-hover {
  opacity: 1;
}

.path-step-container .text-size-medium-18 {
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 88%);
}

.path-step-container[data-w-id],
.tab-faq-img[data-w-id] {
  opacity: 1 !important;
  transform: none !important;
}

.path-steps-wrap-inner > .path-step-line {
  display: none;
}

/* ============================================================
   Community marquee
   ============================================================ */
.image-marquee {
  border-radius: .5rem;
  filter: saturate(.96);
}

.community-heading-wrap {
  width: 100%;
}

.community-heading {
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.community-heading h2 {
  max-width: 48rem;
  margin-top: 1rem;
}

.community-link {
  min-height: 3rem;
  border-bottom: 1px solid var(--avida-ink);
  display: inline-flex;
  align-items: center;
  color: var(--avida-ink);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
}

.community-link::after {
  content: "↗";
  margin-left: .75rem;
}

.images-maqrquee-container {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

@keyframes avida-community-marquee-forward {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - .75rem));
  }
}

@keyframes avida-community-marquee-reverse {
  from {
    transform: translateX(calc(-50% - .75rem));
  }

  to {
    transform: translateX(0);
  }
}

.logos-container > .logos-row2:nth-of-type(n + 2),
.images-maqrquee-container > .images-marquee-row:nth-of-type(n + 2) {
  display: none;
}

.logos-container > .logos-row2:first-child,
.images-maqrquee-container > .images-marquee-row:first-child {
  animation-play-state: paused !important;
}

.images-maqrquee-container > .images-marquee-row:first-child[data-marquee-ready="true"] {
  width: max-content;
  max-width: none;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  animation: avida-community-marquee-forward 60s linear infinite;
}

.images-maqrquee-container > .images-marquee-row:first-child[data-marquee-direction="reverse"] {
  animation-name: avida-community-marquee-reverse;
}

.logos-container > .logos-row2.is-marquee-running,
.images-maqrquee-container > .images-marquee-row.is-marquee-running {
  animation-play-state: running !important;
  will-change: transform;
}

.images-maqrquee-container:hover > .images-marquee-row:first-child {
  animation-play-state: paused !important;
}

/* ============================================================
   Footer
   ============================================================ */
.footer-box {
  padding: clamp(3rem, 6vw, 6rem);
  border: 1px solid rgb(198 238 231 / 32%);
  border-radius: .5rem;
  background: rgb(30 30 30 / 84%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow: hidden;
}

.footer-box::before {
  content: "";
  pointer-events: none;
  background-image: var(--grain);
  background-size: 160px;
  opacity: .04;
  position: absolute;
  inset: 0;
}

.footer-box h2 {
  max-width: 48rem;
  font-size: clamp(3.75rem, 6.5vw, 6.75rem);
  line-height: .92;
}

.footer-box .max-width-530 {
  color: rgb(255 255 255 / 80%);
  line-height: 1.6;
}

.footer-box .form {
  grid-column-gap: .75rem;
}

.footer-box .form-input {
  min-height: 3.5rem;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: .25rem;
  background-color: rgb(255 255 255 / 7%);
  color: var(--avida-white);
  transition: border-color 200ms ease-out, background-color 200ms ease-out;
}

.footer-box .form-input::placeholder {
  color: rgb(255 255 255 / 55%);
}

.footer-box .form-input:hover,
.footer-box .form-input:focus {
  border-color: var(--avida-lime);
  background-color: rgb(255 255 255 / 10%);
}

.link-footer {
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 82%);
}

.link-footer:hover {
  color: var(--avida-lime);
  font-weight: 600;
  text-decoration: none;
}

.foot-separator {
  background-color: rgb(255 255 255 / 22%);
}

.footer-box .text-size-small {
  color: rgb(255 255 255 / 58%);
}

.footer-background-img {
  filter: brightness(62%) saturate(.95);
  min-height: 100%;
}

/* ============================================================
   Tablet
   ============================================================ */
@media (max-width: 1199px) and (min-width: 992px) {
  .app-tabs-wrapper-inner {
    padding: 4rem 2.5rem;
  }

  .app-tabs {
    grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
    column-gap: 2.75rem;
  }

  .app-tabs-col-1 {
    height: min(37.5rem, calc(100svh - 10rem));
    top: 6.5rem;
    padding: 1.25rem;
  }

  .app-tabs-col-1 .tab_pane {
    inset: 1.25rem;
  }

  .phone-tab {
    min-height: clamp(10rem, 22vh, 11rem);
  }
}

@media (max-width: 991px) {
  .navbar-wrap {
    padding: 0 1.25rem;
    background: rgb(30 30 30 / 88%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom-color: rgb(255 255 255 / 12%);
  }

  .navbar_component {
    min-height: 4.25rem;
    padding: .65rem 0;
    border-bottom-color: transparent;
    position: relative;
  }

  .navbar_menu.is-mobile-open {
    z-index: 20;
    width: 100%;
    padding: 1.25rem 1.5rem 1.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
    background: var(--avida-mint);
    display: flex !important;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }

  .navbar_menu.is-mobile-open .navbar_menu-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar_menu.is-mobile-open .navbar_link {
    width: 100%;
    padding: .875rem;
    color: var(--avida-ink);
    text-align: center;
  }

  .navbar_menu.is-mobile-open .navbar_menu-right {
    display: none;
  }

  .navbar_menu-button.w--open .menu-icon_line-top {
    transform: translate3d(0, .45rem, 0) rotate(45deg);
  }

  .navbar_menu-button.w--open .menu-icon_line-middle {
    opacity: 0;
  }

  .navbar_menu-button.w--open .menu-icon_line-bottom {
    transform: translate3d(0, -.45rem, 0) rotate(-45deg);
  }

  .section-hero-wrap::after {
    background:
      linear-gradient(0deg, rgb(30 30 30 / 74%) 0%, rgb(30 30 30 / 24%) 58%, rgb(30 30 30 / 0%) 78%);
  }

  .section-hero-wrap,
  .custom-hero {
    min-height: 56rem;
  }

  .custom-hero {
    padding-top: 28rem;
    padding-bottom: 4rem;
    align-items: flex-end;
  }

  .container-hero {
    max-width: 46rem;
  }

  .container-hero h1 {
    font-size: clamp(3.5rem, 9vw, 5.25rem);
  }

  .hero-background {
    object-position: 60% 30%;
  }

  .padding-global.padding-section-large.custom-padding-1 {
    padding: 6rem 2.5rem;
  }

  .app-box-container {
    min-height: 34rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .app-box-container::before {
    left: 2.5rem;
  }

  .app-box-container .number-headline {
    font-size: clamp(2.75rem, 6.8vw, 4rem);
  }

  .app-box-container .numbers-image {
    width: min(108%, 58rem);
    margin: -.75rem auto -2.5rem;
  }

  .app-tabs-outwrap {
    min-height: 0;
  }

  .app-tabs-wrapper-inner {
    max-width: 100%;
    min-height: 0;
    padding: 4rem 2rem;
  }

  .app-tabs {
    grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
    column-gap: 2rem;
    margin-top: 3.5rem;
  }

  .app-tabs-col-1 {
    width: 100%;
    height: min(37.5rem, calc(100svh - 8rem));
    padding: 1.25rem;
    position: sticky;
    top: 5.75rem;
  }

  .app-tabs-col-1 .tab_pane {
    inset: 1.25rem;
  }

  .app-tabs-col {
    width: 100%;
  }

  .phone-tab {
    min-height: clamp(10rem, 22vh, 11rem);
  }

  .phone-tab .phone-tab-heading-trigger {
    border-radius: 0;
    padding: 1.75rem 1.5rem;
  }

  .phone-tab.w--current {
    background: var(--avida-ink);
    border-color: var(--avida-ink);
  }

  .phone-tab.w--current .phone-tab-heading-trigger {
    padding: 1.75rem 1.5rem;
  }

  .phone-tab .text-style-uppercase,
  .phone-tab .faq-tab-arrow-icon {
    color: rgb(30 30 30 / 55%);
  }

  .phone-tab.w--current .text-style-uppercase {
    color: var(--avida-white);
  }

  .phone-tab.w--current .faq-tab-arrow-icon {
    color: var(--avida-lime);
  }

  .phone-tab.w--current .phone-tab-heading-trigger::before {
    color: var(--avida-lime);
  }

  .tab-faq-img {
    transform: none !important;
  }

  .business-support-wrappper {
    min-height: 0;
  }

  .business-support-col-1,
  .business-support-swiper {
    width: 100%;
  }

  .business-support-col-1 {
    position: static;
  }

  .business-support-slide-img-wrapper,
  .business-support-slide-text {
    width: min(100%, 32rem);
  }

  .business-support-slide-text {
    margin-left: auto;
    margin-right: auto;
  }

  .path-box {
    padding: 3rem;
  }

  .path-steps-wrap-inner {
    border-top: 0;
    border-left: 1px solid rgb(198 238 231 / 45%);
  }

  .path-steps-wrap-inner::before {
    width: 2px;
    height: 100%;
    left: -1px;
    top: 0;
    transform: scaleY(var(--path-progress, 0));
    transform-origin: center top;
  }

  .path-step-container,
  .path-step-container._1,
  .path-step-container._2 {
    width: 100%;
    padding: 1.25rem 0 1.25rem 2rem;
    border-right: 0;
    border-bottom: 1px solid rgb(198 238 231 / 20%);
  }

  .path-step-container:last-child {
    border-bottom: 0;
  }

  .step-flex,
  .step-flex.vert {
    flex-flow: row;
    align-items: center;
    display: flex;
    grid-column-gap: 1.5rem;
  }

  .path-step-container .text-size-medium-18 {
    text-align: left;
  }

  .path-step-container::after {
    max-width: 26rem;
    padding-left: 5rem;
  }
}

/* ============================================================
   Mobile
   ============================================================ */
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  h2 {
    font-size: clamp(2.75rem, 12vw, 3.75rem);
  }

  .logo-img {
    width: 8.75rem;
  }

  .navbar-small.button {
    width: auto;
    min-height: 2.75rem;
    padding: .75rem 1rem;
    font-size: .6875rem;
  }

  .logo-hero-wrap {
    opacity: 1 !important;
    transform: none !important;
  }

  .section-hero-wrap {
    min-height: 0;
    background: var(--avida-ink);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 52svh auto auto;
  }

  .custom-hero,
  .hero-background-div,
  .sliding-logos-wrap {
    min-width: 0;
  }

  .section-hero-wrap::after {
    display: none;
  }

  .padding-global.padding-section-large.custom-hero {
    min-height: 0;
    margin-top: -2rem;
    padding-top: 0;
    padding-bottom: 2rem;
    grid-row: 2;
  }

  .container-hero {
    max-width: none;
    padding: 1.75rem 1.25rem 1.25rem;
    border-radius: .5rem;
    background: rgb(30 30 30 / 96%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .container-hero .flex-32 {
    grid-row-gap: 1.5rem;
    align-items: flex-start;
    text-align: left;
  }

  .container-hero .flex-16::before {
    font-size: .6rem;
    margin-bottom: .5rem;
  }

  .container-hero .text-align-center-mobile,
  .container-hero .flex-center-mobile {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .container-hero .text-color-white.c1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 11.5vw, 3rem);
    line-height: .94;
  }

  .container-hero .text-size-medium-18.text-color-white.c2 {
    max-width: 34ch;
    font-size: 1.0625rem;
    line-height: 1.48;
  }

  .container-hero .button {
    width: 100%;
  }

  .hero-background-div {
    min-height: 52svh;
    position: relative;
    grid-row: 1;
    inset: auto;
    overflow: hidden;
  }

  .hero-background {
    filter: brightness(80%) saturate(.96);
    object-position: 62% 34%;
    height: 100%;
    inset: 0;
  }

  .sliding-logos-wrap {
    grid-row: 3;
  }

  .padding-global.padding-section-large.custom-padding-1 {
    padding: 4rem 1.25rem 2.5rem;
  }

  .app-box-container {
    min-height: 0;
    padding: 3.5rem 1.25rem 0;
    border-radius: .375rem;
  }

  .app-box-container::before {
    top: 1.25rem;
    left: 1.25rem;
  }

  .app-box-container > .flex-16 {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-box-container .number-box-anim {
    min-width: 0;
    padding: 1.25rem 0 1.35rem;
    border-left: 0;
  }

  .app-box-container .number-box-anim:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    padding-right: 1rem;
  }

  .app-box-container .number-box-anim:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 1.35rem;
    border-top: 1px solid rgb(199 235 228 / 20%);
  }

  .app-box-container .number-box-anim:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    padding-left: 1rem;
    border-left: 1px solid rgb(199 235 228 / 20%);
  }

  .app-box-container .number-headline {
    font-size: clamp(2.8rem, 13.5vw, 3.35rem);
  }

  .app-box-container .number-box-anim:nth-child(2) .number-headline {
    font-size: clamp(3.3rem, 16.5vw, 4rem);
  }

  .app-box-container .number-box-anim p {
    max-width: 16ch;
    font-size: .62rem;
  }

  .app-box-container .number-box-anim:nth-child(2) p {
    max-width: none;
  }

  .app-box-container .numbers-image {
    width: 130%;
    max-width: none;
    margin: -3.25rem -15% -3.25rem;
    justify-self: center;
    filter: drop-shadow(0 26px 24px rgb(5 12 9 / 32%));
  }

  #custom-testimonial {
    margin-bottom: 2.5rem;
    align-items: flex-start;
    text-align: left;
  }

  .testimonials-scroll-section {
    min-height: calc(260svh + 14rem);
    position: relative;
  }

  .testimonials-scroll-section > .padding-global > .container-large {
    min-height: calc(260svh + 2rem);
  }

  .testimonials-stage {
    width: 100%;
    max-width: 24.5rem;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100svh - 4.75rem);
    padding-top: .75rem;
    padding-bottom: 1.5rem;
    position: sticky;
    top: 4.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .testimonial-slide-content {
    height: min(41.25rem, calc(100svh - 9.5rem));
    padding: 1.25rem;
  }

  .slide-text-block.testimonial-slide-text-block {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .testimonials-swiper-navigations {
    justify-content: flex-start;
    margin: 2rem auto 0 0;
  }

  .app-tabs-wrapper-inner {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 3.5rem 1.25rem;
  }

  .app-tabs-wrapper-inner h2 {
    font-size: clamp(2.75rem, 11.5vw, 3rem);
    line-height: .98;
  }

  .app-tabs {
    margin-top: 2.5rem;
    position: sticky;
    z-index: 10;
    top: 4.75rem;
    background: var(--avida-mint);
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .app-tabs-col-1 {
    z-index: 2;
    order: 0;
    width: 100%;
    height: clamp(21.5rem, 50svh, 27rem);
    min-height: 0;
    max-height: none;
    padding: .75rem;
    position: relative;
    top: auto;
    background: var(--avida-mint);
    isolation: isolate;
  }

  .app-tabs-col-1 .tab_pane {
    inset: .75rem;
  }

  .app-tabs-col-1 .tab-faq-img {
    top: -22.5%;
    left: -22.5%;
    width: 145% !important;
    height: 145% !important;
  }

  .app-tabs-col {
    z-index: 1;
    order: 1;
    position: relative;
  }

  .phone-tab {
    height: 3.375rem;
    min-height: 3.375rem;
  }

  .phone-tab .phone-tab-heading-trigger,
  .phone-tab.w--current .phone-tab-heading-trigger {
    padding: .75rem 1rem;
    grid-template-columns: 1.75rem minmax(0, 1fr) 1rem;
    column-gap: .75rem;
  }

  .phone-tab .text-style-uppercase {
    color: var(--avida-ink);
    font-size: .9375rem;
  }

  .phone-tab.w--current .text-style-uppercase {
    color: var(--avida-white);
    font-size: 1rem;
  }

  .phone-tab.w--current {
    border-color: var(--avida-ink);
    background: var(--avida-ink);
  }

  .phone-tab.w--current .phone-tab-heading-trigger {
    padding: .75rem 1rem;
    box-shadow: none;
  }

  .phone-tab.w--current .phone-tab-heading-trigger::before,
  .phone-tab.w--current .faq-tab-arrow-icon {
    color: var(--avida-lime);
  }

  #the-app[data-story-direction="down"] .app-tabs-col-1 .tab_pane:not(.w--tab-active) {
    transform: translateX(.5rem) !important;
  }

  #the-app[data-story-direction="up"] .app-tabs-col-1 .tab_pane:not(.w--tab-active) {
    transform: translateX(-.5rem) !important;
  }

  .app-tabs-col-1 .tab_pane,
  .app-tabs-col-1 .tab_pane.w--tab-active {
    transition: opacity 220ms cubic-bezier(.22, 1, .36, 1), transform 220ms cubic-bezier(.22, 1, .36, 1) !important;
  }

  .app-tabs-col-1 .tab_pane.w--tab-active {
    transform: translateX(0) !important;
  }

  .app-scroll-runway {
    width: 100%;
    height: 172svh;
    display: block;
  }

  .business-support-col-1 {
    align-items: flex-start;
    text-align: left;
  }

  .business-support-col-1 .text-align-center-mobile,
  .business-support-col-1 .flex-center-mobile {
    align-items: flex-start;
    text-align: left !important;
  }

  .business-support-col-1 p,
  .business-support-copy,
  .business-support-copy > p {
    width: 100%;
    max-width: none;
    text-align: left !important;
  }

  .business-support-col-1 .business-support-lead {
    font-size: 1.25rem;
  }

  .business-support-outcomes li {
    min-height: 3.75rem;
  }

  .business-support-slide-img-wrapper {
    height: 30rem;
  }

  .path-box {
    padding: 2rem 1.5rem;
  }

  .path-step {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem;
  }

  .path-step-container::after {
    padding-left: 5rem;
    font-size: .8125rem;
  }

  .community-heading {
    padding-bottom: 2rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .community-heading h2 {
    font-size: 3rem;
  }

  .community-link {
    min-height: 2.75rem;
  }

  .footer-box {
    padding: 2rem 1.5rem;
  }

  .footer-box h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .link-footer,
  .social-icon-link,
  .foot-logo {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .logos-row2,
  .images-marquee-row,
  .images-marquee-row.reverse {
    animation: none !important;
    transform: none !important;
  }

  .testimonial-slide-content,
  .app-tabs-col-1 .tab_pane,
  .business-support-slide-img-wrapper img.h-full,
  .business-support-slide-img-text,
  .business-support-slide-text {
    transform: none !important;
  }
}

/* ============================================================
   Elevation layer: ink-glass chrome, deeper editorial contrast,
   cohesive surfaces, entrance choreography
   ============================================================ */

section[id] {
  scroll-margin-top: 4.75rem;
}

/* --- Navigation: true ink glass once the page moves ---------- */
.premium-scrolled .navbar-wrap {
  background: rgb(13 19 16 / 72%);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  backdrop-filter: blur(22px) saturate(1.6);
  border-bottom-color: rgb(199 235 228 / 10%);
  box-shadow: 0 24px 48px -32px rgb(5 12 9 / 65%);
}

.premium-scrolled .navbar_component {
  min-height: 4rem;
}

.logo-img {
  transition: width 320ms var(--avida-ease);
}

.premium-scrolled .logo-img {
  width: 10.25rem;
}

.navbar_menu-right .button,
.navbar-menu-burger-wrap .button.navbar-small {
  min-height: 2.75rem;
  padding: .8rem 1.5rem;
}

.navbar_link {
  position: relative;
}

.navbar_link::after {
  content: "";
  height: 1px;
  background: var(--avida-lime);
  position: absolute;
  right: 100%;
  bottom: -.3rem;
  left: 0;
  transition: right 280ms var(--avida-ease);
}

.navbar_link:hover::after {
  right: 0;
}

/* --- Buttons: confident hover energy ------------------------- */
.button {
  border-radius: .375rem;
}

.button:hover {
  background-color: var(--avida-lime);
  color: var(--avida-ink);
  box-shadow: 0 18px 36px -18px rgb(23 33 30 / 55%);
}

.button.is-secondary:hover {
  background-color: var(--avida-ink);
  border-color: var(--avida-ink);
  color: var(--avida-white);
}

.footer-box .button.is-secondary:hover {
  background-color: var(--avida-mint);
  border-color: transparent;
  color: var(--avida-ink);
}

/* --- Hero: bigger voice, deeper grade, scroll cue ------------ */
.section-hero-wrap::after {
  background:
    linear-gradient(0deg, rgb(13 19 16 / 82%) 0%, rgb(13 19 16 / 0%) 38%),
    linear-gradient(90deg, rgb(10 15 12 / 74%) 0%, rgb(10 15 12 / 30%) 46%, rgb(10 15 12 / 0%) 72%);
}

.hero-background {
  will-change: transform;
}

.container-hero h1,
.container-hero .text-color-white.c1 {
  font-size: clamp(3.9rem, 6vw, 6.4rem);
  letter-spacing: -.048em;
  line-height: .94;
}

.container-hero .flex-16::before {
  margin-bottom: 1.1rem;
  letter-spacing: .3em;
}

.container-hero .c2 {
  font-size: 1.2rem;
}

.custom-hero {
  position: relative;
}

.custom-hero::after {
  content: "SCROLL";
  padding-right: 4.75rem;
  color: rgb(255 255 255 / 78%);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .34em;
  background: linear-gradient(#fff, #fff) no-repeat right center / 3.5rem 1px;
  position: absolute;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: 2.75rem;
  animation: avida-scroll-cue 2.4s var(--avida-ease) infinite;
}

@keyframes avida-scroll-cue {
  0%,
  100% {
    background-size: 1.75rem 1px;
    opacity: .55;
  }

  50% {
    background-size: 3.5rem 1px;
    opacity: 1;
  }
}

/* --- Press rail: quieter, integrated ------------------------- */
.sliding-logos-wrap {
  border-top: 1px solid rgb(23 33 30 / 14%);
  border-bottom: 1px solid rgb(23 33 30 / 10%);
}

.sliding-logos-wrap .padding-section-small {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

.sliding-logos-wrap .logo {
  opacity: .78;
  filter: grayscale(1) contrast(1.06);
  transition: opacity 220ms ease-out, filter 220ms ease-out;
}

.sliding-logos-wrap .logo:hover {
  opacity: 1;
  filter: none;
}

/* --- Metrics: lighter numerals, softer shell ----------------- */
.app-box-container {
  border-radius: .875rem;
}

.app-box-container .number-headline {
  font-weight: 300;
  letter-spacing: -.06em;
}

/* --- Testimonials: full-color roster, edge fade, glass plate - */
.testimonials-scroll-section {
  background: linear-gradient(180deg, #fbfcf8 0%, #f1f6f2 100%);
}

.testimonial-slide .testimonial-slide-content {
  border-radius: .875rem;
  opacity: 1;
}

.testimonial-slider-img {
  filter: saturate(.55) brightness(1.03);
  transition: filter 420ms var(--avida-ease);
}

.testimonial-slide.swiper-slide-active .testimonial-slider-img {
  filter: saturate(1) brightness(1);
}

.slide-text-block.testimonial-slide-text-block {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: .625rem;
  background: rgb(13 19 16 / 68%);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
}

.testimonial-slider-active-text {
  border-radius: .625rem;
}

@media (min-width: 992px) {
  .testimonials-swiper.swiper {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }

  .business-support-swiper.swiper {
    -webkit-mask-image: linear-gradient(90deg, #000 84%, transparent 99%);
    mask-image: linear-gradient(90deg, #000 84%, transparent 99%);
  }
}

/* Slider arrows: quiet circles that fill on hover */
.slider-arrow,
.business-support-slider-arrow {
  border-radius: 999px;
}

/* --- Product stage: frosted device card ---------------------- */
.app-tabs-col-1 {
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 1.75rem;
  background: rgb(255 255 255 / 42%);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow:
    0 40px 90px -56px rgb(23 33 30 / 45%),
    inset 0 1px 0 rgb(255 255 255 / 65%);
}

.phone-tab:not(.w--current):hover {
  background: rgb(255 255 255 / 30%);
}

.phone-tab.w--current {
  border-radius: .5rem;
  box-shadow: 0 20px 44px -26px rgb(23 33 30 / 55%);
}

/* --- Business support: richer imagery ------------------------ */
.business-support-slide-img-wrapper {
  border-radius: .875rem;
  box-shadow: 0 32px 64px -40px rgb(23 33 30 / 45%);
}

.business-support-slide-img-wrapper img.h-full {
  opacity: .9;
  filter: saturate(.68);
}

.business-support-slide.swiper-slide-active .business-support-slide-img-wrapper img.h-full {
  opacity: 1;
  filter: saturate(.96);
}

/* --- Launch path: present even before the progress line ------ */
.path-box {
  border-radius: .875rem;
}

.path-step {
  border-color: rgb(199 235 228 / 45%);
  border-radius: .375rem;
  color: rgb(199 235 228 / 92%);
}

.path-step-container::after {
  color: rgb(255 255 255 / 62%);
}

.path-step-container:hover {
  background: rgb(255 255 255 / 3%);
}

/* --- Community: tactile tiles -------------------------------- */
.image-marquee {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 48px -32px rgb(23 33 30 / 35%);
}

.image-marquee img {
  transition: transform 600ms var(--avida-ease);
}

.image-marquee:hover img {
  transform: scale(1.05);
}

.community-link {
  transition: border-color 220ms ease-out, color 220ms ease-out;
}

.community-link:hover {
  border-bottom-color: var(--avida-lime);
  color: rgb(23 33 30 / 72%);
}

/* --- Footer: deeper glass ------------------------------------ */
.footer-box {
  border: 1px solid rgb(198 238 231 / 22%);
  border-radius: 1rem;
  background: rgb(13 19 16 / 78%);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  backdrop-filter: blur(16px) saturate(1.3);
}

.footer-box .form-input {
  border-radius: .5rem;
}

/* --- Entrance choreography ----------------------------------- */
@keyframes avida-hero-rise {
  from {
    opacity: 0;
    transform: translateY(2.125rem);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.premium-js .container-hero .hero-line {
  animation: avida-hero-rise 1s var(--avida-ease) both;
}

.premium-js .container-hero .hero-line:nth-child(2) {
  animation-delay: .09s;
}

.premium-js .container-hero .hero-line:nth-child(3) {
  animation-delay: .18s;
}

.premium-js .container-hero .c2 {
  animation: avida-hero-rise 1s var(--avida-ease) .3s both;
}

.premium-js .container-hero .button {
  animation: avida-hero-rise 1s var(--avida-ease) .44s both;
}

.premium-js [data-reveal] {
  opacity: 0;
  transform: translateY(1.375rem);
  transition:
    opacity 800ms var(--avida-ease) var(--reveal-delay, 0ms),
    transform 800ms var(--avida-ease) var(--reveal-delay, 0ms);
}

.premium-js [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* --- Elevation-layer responsive guards ----------------------- */
@media (max-width: 991px) {
  .navbar-wrap {
    background: rgb(13 19 16 / 78%);
    -webkit-backdrop-filter: blur(22px) saturate(1.6);
    backdrop-filter: blur(22px) saturate(1.6);
  }
}

@media (max-width: 767px) {
  .custom-hero::after {
    display: none;
  }

  .container-hero .text-color-white.c1 {
    font-size: clamp(2.7rem, 11.5vw, 3rem);
  }

  .app-tabs-col-1 {
    border: 1px solid var(--hairline-ink-strong);
    border-radius: 0;
    background: var(--avida-mint);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-js [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .premium-js .container-hero .hero-line,
  .premium-js .container-hero .c2,
  .premium-js .container-hero .button {
    animation: none !important;
  }
}
