.section-shell {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 40px), var(--cw-container));
  margin: 0 auto;
  padding: 108px 0;
  text-align: center;
}

@supports (content-visibility: auto) {
  .section-shell {
    content-visibility: auto;
    contain-intrinsic-size: 1px 920px;
  }

  .product-section {
    contain-intrinsic-size: 1px 1120px;
  }

  .logo-section {
    contain-intrinsic-size: 1px 720px;
  }

  .logo-chip-section {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }

  .faq-section {
    contain-intrinsic-size: 1px 820px;
  }

  .promo-section {
    contain-intrinsic-size: 1px 420px;
  }
}

.section-shell::before {
  position: absolute;
  inset: 0 auto 0 50%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}

.product-section::before {
  background-color: var(--product-background);
}

.logo-section,
.faq-section,
.promo-section {
  width: 100%;
  padding-inline: max(20px, calc((100vw - var(--cw-container)) / 2));
}

.logo-section::before,
.promo-section::before {
  inset: 0;
  left: 0;
  width: 100%;
  transform: none;
  /*
  box-shadow:
    inset 0 1px 0 var(--cw-section-band-border),
    inset 0 -1px 0 rgba(255, 255, 255, 0.032);
    */
}

.promo-section::before {
  /*background-color: var(--cw-section-band-promo);*/
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 42%), rgba(103, 232, 249, 0.16), transparent 25rem), radial-gradient(circle at 50% 92%, rgba(55, 198, 208, 0.24), transparent 34rem), radial-gradient(circle at 14% 12%, rgba(139, 92, 246, 0.12), transparent 28rem), radial-gradient(circle at 86% 18%, rgba(45, 212, 191, 0.13), transparent 26rem), linear-gradient(180deg, rgba(21, 19, 15, 0.98), var(--cw-bg) 68%, rgba(34, 31, 27, 0.98));
}

.promo-section::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: min(64%, 280px);
  pointer-events: none;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(34, 31, 27, 0) 0%,
      rgba(34, 31, 27, 0.68) 42%,
      var(--cw-bg) 100%
    );
}

.section-heading {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 38px;
  text-align: center;
}

.section-heading.compact {
  max-width: 920px;
  margin-bottom: 40px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 40px;
  /*border: 1px solid rgba(213, 255, 234, 0.14);*/
  border-radius: var(--cw-radius-pill);
  background: rgba(255, 255, 255, 0.035);
  color: var(--cw-accent-primary-soft);
  padding: 8px 12px;
  font-size: var(--cw-type-label);
  font-weight: 800;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.section-heading h2,
.promo-section h2 {
  margin: 0;
  color: var(--cw-text-primary);
  font-size: var(--cw-type-headline);
  line-height: var(--cw-leading-heading);
  letter-spacing: 0;
}

.section-heading p:not(.section-kicker),
.promo-section p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--cw-text-secondary);
  font-size: var(--cw-type-body-lg);
  line-height: var(--cw-leading-body);
}

.partner-logo-section {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding-top: 10px;
}

.partner-logo-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.partner-logo-track {
  display: flex;
  width: max-content;
  animation: partner-logo-marquee 32s linear infinite;
  will-change: transform;
}

.partner-logo-grid {
  --partner-logo-gap: clamp(32px, 4vw, 56px);
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--partner-logo-gap);
  margin: 0;
  padding: 0 var(--partner-logo-gap) 0 0;
  list-style: none;
}

.partner-logo-item {
  flex: 0 0 clamp(132px, 12vw, 178px);
  min-width: 0;
  min-height: clamp(52px, 5.6vw, 76px);
  display: grid;
  place-items: center;
  border-radius: var(--cw-radius-md);
  padding: clamp(8px, 1.2vw, 16px);
}

.partner-logo-item img {
  width: min(100%, 136px);
  max-height: clamp(22px, 3.2vw, 24px);
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.4;
  /*transform: scale(1.1);*/
  transform-origin: center;
}

.partner-logo-item:nth-child(3) img {
  max-height: clamp(18px, 2.8vw, 21px);
}

.partner-logo-item:nth-child(5) img,
.partner-logo-item:nth-child(6) img,
.partner-logo-item:nth-child(7) img {
  max-height: clamp(28px, 4vw, 46px);
}

.partner-logo-item:nth-child(6) img {
  max-height: clamp(30px, 4.2vw, 50px);
}

.partner-logo-item:nth-child(7) img {
  max-height: clamp(22px, 3.2vw, 34px);
}

@keyframes partner-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.product-section .section-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.product-section .section-heading p:not(.section-kicker) {
  margin-inline: auto;
}

.product-section {
  --product-background: #120f17;
  --product-orb-background: #120f17;
  overflow: hidden;
  padding: clamp(216px, calc(7vw + 120px), 252px) 0 clamp(300px, calc(16vw + 120px), 380px);
  scroll-margin-top: 120px;
}

.product-webgl-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  overflow: hidden;
  background: var(--product-background);
  transform: translateX(-50%);
  pointer-events: none;
}

.product-webgl-bg::before {
  position: absolute;
  inset: -18% -12%;
  z-index: 0;
  background: var(--product-background);
  opacity: 1;
  content: "";
}

.product-webgl-bg::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: transparent;
  content: "";
  pointer-events: none;
}

.orb-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.product-orb-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(1080px, 95vw);
  height: min(1080px, 95vw);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 420ms ease;
}

.product-webgl-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  mix-blend-mode: normal;
}

.product-webgl-bg[data-webgl-state="running"]::before {
  opacity: 1;
}

.product-webgl-bg[data-webgl-state="running"] .product-orb-container {
  opacity: 1;
}

.product-section .section-heading,
.product-flow {
  position: relative;
  z-index: 2;
}

.product-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.product-flow article {
  --flow-accent-rgb: 35, 213, 186;
  --flow-accent-strong-rgb: 127, 245, 228;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /*min-height: 236px;*/
  border: 1px solid var(--cw-border);
  border-radius: 24px;
  background: rgba(12, 16, 15, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 24px;
  padding-bottom: 30px;
  text-align: left;
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.product-flow article::before {
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 220ms ease;
}

.product-flow article:hover,
.product-flow article:focus-within {
  border-color: rgba(var(--flow-accent-rgb), 0.48);
  background: rgba(var(--flow-accent-rgb), 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 54px rgba(var(--flow-accent-rgb), 0.12),
    0 0 0 1px rgba(var(--flow-accent-rgb), 0.08);
}

.product-flow article:hover::before,
.product-flow article:focus-within::before {
  opacity: 1;
}

.product-flow article > * {
  position: relative;
  z-index: 1;
}

.flow-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 26px rgba(0, 0, 0, 0.16);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.product-flow article:hover .flow-icon,
.product-flow article:focus-within .flow-icon {
  border-color: rgba(var(--flow-accent-strong-rgb), 0.48);
  background: rgba(var(--flow-accent-rgb), 0.28);
  color: rgba(236, 255, 251, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 34px rgba(var(--flow-accent-rgb), 0.24),
    0 0 24px rgba(var(--flow-accent-rgb), 0.22);
}

.product-section .section-kicker.reveal {
  transition-delay: 40ms;
}

.product-section .section-heading h2.reveal {
  transition-delay: 120ms;
}

.product-section .section-heading p.reveal:not(.section-kicker) {
  transition-delay: 200ms;
}

.product-flow article.reveal:nth-child(1) {
  transition-delay: 280ms;
}

.product-flow article.reveal:nth-child(2) {
  transition-delay: 360ms;
}

.product-flow article.reveal:nth-child(3) {
  transition-delay: 440ms;
}

.product-flow article.reveal:nth-child(4) {
  transition-delay: 520ms;
}

.flow-svg {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
}

.product-flow h3 {
  margin: 28px 0 0;
  color: var(--cw-text-primary);
  font-size: var(--cw-type-title);
  line-height: var(--cw-leading-heading);
  word-break: keep-all;
}

.product-flow p {
  margin: 13px 0 0;
  color: var(--cw-text-secondary);
  line-height: var(--cw-leading-body);
  font-size: var(--cw-type-label);
}

.logo-section {
  overflow: visible;
}

.logo-chip-section {
  overflow: hidden;
}

.logo-chip-section::before {
  background:
    linear-gradient(
      180deg,
      var(--product-background, #120f17) 0%,
      rgba(44, 28, 68, 0.98) 18%,
      rgba(105, 58, 204, 0.94) 48%,
      rgba(139, 92, 246, 0.96) 100%
    );
}

.logo-chip-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 52% 42%, rgba(11, 16, 32, 0.16), transparent 42%),
    radial-gradient(circle at 18% 0%, rgba(18, 15, 23, 0.5), transparent 34%),
    linear-gradient(
      180deg,
      rgba(18, 15, 23, 0.78) 0%,
      rgba(139, 92, 246, 0.24) 28%,
      rgba(139, 92, 246, 0.28) 64%,
      rgba(139, 92, 246, 0.72) 100%
    );
}

.teams-motion-content {
  position: relative;
  z-index: 2;
}

.logo-chip-section .section-kicker.reveal {
  transition-delay: 40ms;
}

.logo-chip-section .section-heading h2.reveal {
  transition-delay: 120ms;
}

.logo-chip-section .section-heading p.reveal:not(.section-kicker) {
  transition-delay: 200ms;
}

.logo-chip-grid {
  width: min(100%, 1260px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.logo-chip {
  --flow-accent-rgb: 35, 213, 186;
  --flow-accent-strong-rgb: 127, 245, 228;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid var(--cw-border);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.133);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 24px;
  padding-right: 76px;
  padding-bottom: 78px;
  text-align: left;
  cursor: pointer;
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.logo-chip::before {
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 220ms ease;
}

.logo-chip-hover:hover,
.logo-chip-hover:focus-within {
  background: rgba(255, 255, 255, 0.08);
}

.logo-chip-hover:hover::before,
.logo-chip-hover:focus-within::before {
  opacity: 1;
}

.logo-chip > * {
  position: relative;
  z-index: 1;
}

.logo-chip-hover:hover .flow-icon,
.logo-chip-hover:focus-within .flow-icon {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(236, 255, 251, 0.96);
  
}

.logo-chip h3 {
  margin: 28px 0 0;
  color: var(--cw-text-primary);
  font-size: var(--cw-type-title);
  line-height: var(--cw-leading-heading);
  word-break: keep-all;
}

.logo-chip p {
  margin: 13px 0 0;
  color: var(--cw-text-secondary);
  line-height: var(--cw-leading-body);
  font-size: var(--cw-type-label);
}

.logo-chip:focus-visible {
  outline: 3px solid var(--cw-focus);
  outline-offset: 4px;
}

.logo-chip-action {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.logo-chip-action:hover,
.logo-chip-action:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: #000;
  /*transform: translateY(-2px);*/
  outline: none;
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.42),
    0 0 0 4px rgba(35, 213, 186, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.logo-chip-plus-svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  stroke: currentColor;
}

.team-modal[hidden] {
  display: none;
}

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  perspective: 1400px;
}

.team-modal-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.team-modal-panel {
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: min(100%, 700px);
  max-height: min(82vh, 720px);
  overflow: auto;
  border: 0px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1.5%, rgba(255, 255, 255, 0.5));
  -webkit-backdrop-filter: blur(2px) saturate(1.55) contrast(1.04);
  backdrop-filter: blur(2px) saturate(1.55) contrast(1.04);
  color: var(--cw-text-inverse);
  padding: 58px 48px 52px;
  text-align: left;
  scrollbar-color: rgba(15, 23, 42, 0.28) transparent;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.team-modal-panel:focus,
.team-modal-panel:focus-visible {
  outline: none;
}

.team-modal-panel::before,
.team-modal-panel::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

.team-modal-panel::before {
  z-index: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.14) 36%, transparent 64%),
    linear-gradient(248deg, rgba(35, 213, 186, 0.16) 0%, transparent 38%);
  opacity: 0.9;
}

.team-modal-panel::after {
  z-index: 0;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.team-modal-panel > * {
  position: relative;
  z-index: 1;
}

.team-modal-panel:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.66) 46%, rgba(255, 255, 255, 0.62));
  box-shadow:
    0 36px 96px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.team-modal-panel:hover::before {
  opacity: 1;
}

.team-modal-panel:hover h3 {
  color: #0b111c;
}

.team-modal-panel:hover > p:not(.team-modal-kicker) {
  color: #1e293b;
}

.team-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 0px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(32, 42, 61, 0.88), rgba(8, 17, 31, 0.74)), rgba(8, 17, 31, 0.78);
  color: var(--cw-text-primary);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.team-modal-close:hover,
.team-modal-close:focus-visible {
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.92), rgba(8, 17, 31, 0.78)),
    rgba(8, 17, 31, 0.86);
  cursor: pointer;
  outline: none;

}

.modal-close-svg {
  width: 20px;
  height: 20px;
  display: block;
}

.team-modal-kicker {
  margin: 0 0 18px;
  color: #475569;
  font-size: var(--cw-type-label);
  font-weight: 800;
  line-height: 1.35;
}

.team-modal-panel h3 {
  /*max-width: 520px;*/
  margin: 0;
  color: #15171d;
  font-size: 38px;
  line-height: 1.16;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.team-modal-panel > p:not(.team-modal-kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: #334155;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
  word-break: keep-all;
}

.team-modal-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.team-modal-points li {
  position: relative;
  margin: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(4px) opacity(0.5);
  backdrop-filter: blur(4px) opacity(0.5);
  color: rgba(15, 23, 42, 0.9);
  padding: 13px 16px 13px 38px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  transition:
    background 220ms ease,
    color 220ms ease;
}

.team-modal-panel:hover .team-modal-points li {
  background: rgba(255, 255, 255, 0.34);
  color: #0f172a;
}

.team-modal-points li::before {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cw-accent-primary);
  content: "";
}

.team-modal-cta {
  margin-top: 32px;
  color: var(--cw-text-primary);
  background: var(--cw-logo-violet);
  box-shadow: none;
}

.team-modal-cta:hover,
.team-modal-cta:focus-visible {
  background: var(--cw-accent-primary-strong);
  color: var(--cw-text-inverse);
}

body.is-team-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .team-modal:not([hidden]) .team-modal-backdrop {
    animation: team-modal-backdrop-in 260ms ease-out both;
  }

  .team-modal:not([hidden]) .team-modal-panel {
    animation: team-modal-flip-x-in 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    will-change: transform, opacity;
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .team-modal-backdrop {
    background: rgba(7, 9, 18, 0.76);
  }

  .team-modal-panel {
    background: var(--cw-text-primary);
  }

  .team-modal-points li {
    background: rgba(255, 255, 255, 0.92);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .team-modal-backdrop,
  .team-modal-panel,
  .team-modal-close,
  .team-modal-points li,
  .team-modal-cta {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .team-modal-backdrop {
    background: rgba(7, 9, 18, 0.76);
  }

  .team-modal-panel {
    background: var(--cw-text-primary);
  }
}

.logo-chip.reveal:nth-child(1) {
  animation-delay: 200ms;
  transition-delay: 200ms;
}

.logo-chip.reveal:nth-child(2) {
  animation-delay: 275ms;
  transition-delay: 275ms;
}

.logo-chip.reveal:nth-child(3) {
  animation-delay: 350ms;
  transition-delay: 350ms;
}

.logo-chip.reveal:nth-child(4) {
  animation-delay: 425ms;
  transition-delay: 425ms;
}

.logo-chip.reveal:nth-child(5) {
  animation-delay: 500ms;
  transition-delay: 500ms;
}

.logo-chip.reveal:nth-child(6) {
  animation-delay: 575ms;
  transition-delay: 575ms;
}

.logo-chip.reveal:nth-child(7) {
  animation-delay: 650ms;
  transition-delay: 650ms;
}

.logo-chip.reveal:nth-child(8) {
  animation-delay: 725ms;
  transition-delay: 725ms;
}

.js-enabled .logo-chip.reveal {
  opacity: 0;
  transform: perspective(920px) translateY(26px) scale(1.12) rotate3d(-1, 1, 0, -24deg);
  transform-origin: 50% 50%;
  transition: none;
  will-change: opacity, transform;
}

.js-enabled .logo-chip.reveal.is-visible {
  animation: logo-chip-flip-in 660ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(1) {
  animation-delay: 200ms;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(2) {
  animation-delay: 275ms;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(3) {
  animation-delay: 350ms;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(4) {
  animation-delay: 425ms;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(5) {
  animation-delay: 500ms;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(6) {
  animation-delay: 575ms;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(7) {
  animation-delay: 650ms;
}

.js-enabled .logo-chip.reveal.is-visible:nth-child(8) {
  animation-delay: 725ms;
}

.js-enabled [data-section-parallax] {
  --section-parallax-heading-y: 44px;
  --section-parallax-heading-opacity: 0;
  --section-parallax-content-y: 74px;
  --section-parallax-content-opacity: 0;
  --section-parallax-item-y: 28px;
  --section-parallax-item-opacity: 0;
}

.js-enabled [data-section-parallax] .section-parallax-heading {
  opacity: var(--section-parallax-heading-opacity);
  transform: translate3d(0, var(--section-parallax-heading-y), 0);
  will-change: transform, opacity;
}

.js-enabled [data-section-parallax] .section-parallax-content {
  opacity: var(--section-parallax-content-opacity);
  transform: translate3d(0, var(--section-parallax-content-y), 0);
  will-change: transform, opacity;
}

.js-enabled [data-section-parallax] .section-parallax-item {
  opacity: var(--section-parallax-item-local-opacity, var(--section-parallax-item-opacity));
  transform: translate3d(
    0,
    calc(var(--section-parallax-item-local-y, var(--section-parallax-item-y)) + var(--parallax-item-offset, 0px)),
    0
  );
  will-change: transform, opacity;
}

.promo-section {
  border-top: 1px solid var(--cw-border);

}

.faq-section .section-heading {
  margin-inline: auto;
  text-align: center;
}

.faq-section .section-heading p:not(.section-kicker) {
  margin-inline: auto;
}

.faq-list {
  width: min(100%, 900px);
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    rgba(13, 15, 22, 0.86);
  color: var(--cw-text-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 48px rgba(0, 0, 0, 0.24);
  text-align: left;
}

.faq-item summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 0 22px;
  color: rgba(248, 250, 252, 0.92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  text-align: left;
  transition: background 220ms ease, color 220ms ease;
}

.faq-item summary:hover,
.faq-item summary:focus-visible {
  background: rgba(255, 255, 255, 0.035);
  color: var(--cw-text-primary);
  outline: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question {
  flex: 1 1 auto;
  min-width: 0;
}

.faq-chevron {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 0;
  color: rgba(203, 213, 225, 0.64);
  transition: transform 300ms ease, color 220ms ease;
}

.faq-item[open] .faq-chevron {
  color: var(--cw-accent-primary-soft);
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 280ms ease, opacity 220ms ease;
}

.faq-item[open] .faq-answer {
  max-height: 360px;
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(203, 213, 225, 0.76);
  font-size: 14px;
  font-weight: 500;
  line-height: var(--cw-leading-body);
  text-align: left;
}

.promo-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 80px 42px;
  text-align: center;
}

.js-enabled [data-promo-parallax] {
  --promo-title-opacity: 0;
  --promo-title-y: 42px;
  --promo-body-opacity: 0;
  --promo-body-y: 52px;
  --promo-cta-opacity: 0;
  --promo-cta-y: 34px;
}

.js-enabled [data-promo-parallax] .promo-parallax-title {
  opacity: var(--promo-title-opacity);
  transform: translate3d(0, var(--promo-title-y), 0);
  will-change: opacity, transform;
}

.js-enabled [data-promo-parallax] .promo-parallax-body {
  opacity: var(--promo-body-opacity);
  transform: translate3d(0, var(--promo-body-y), 0);
  will-change: opacity, transform;
}

.js-enabled [data-promo-parallax] .promo-parallax-cta {
  opacity: var(--promo-cta-opacity);
  transform: translate3d(0, var(--promo-cta-y), 0);
  will-change: opacity, transform;
}

.contact-page-main {
  min-height: 100svh;
  padding-top: 138px;
}

.contact-section {
  --contact-gap: 56px;
  --contact-left-width: min(436px, calc((100vw - var(--contact-gap)) * 0.41));
  width: min(100%, 1120px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: var(--contact-gap);
  margin: 0 auto;
  padding: 74px 0 104px;
}

.contact-copy {
  position: sticky;
  top: 124px;
  text-align: left;
}

.contact-copy .section-kicker {
  margin-bottom: 24px;
}

.contact-copy h1 {
  max-width: 560px;
  margin: 0;
  color: var(--cw-text-primary);
  font-size: var(--cw-type-headline);
  line-height: var(--cw-leading-heading);
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.contact-copy > p:not(.section-kicker) {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--cw-text-secondary);
  font-size: var(--cw-type-body-lg);
  line-height: var(--cw-leading-body);
  word-break: keep-all;
}

.contact-note-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 18px;
}

.contact-note-list p {
  max-width: 500px;
  margin: 0;
  color: var(--cw-text-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
  word-break: keep-all;
}

.contact-form-shell {
  align-self: start;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: #fff;
  color: var(--cw-text-inverse);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  padding: 30px;
  min-height: fit-content;
}

@media (min-width: 1024px) and (min-height: 760px) {
  .contact-copy {
    position: fixed;
    top: 124px;
    left: max(20px, calc((100vw - 1120px) / 2));
    z-index: 2;
    width: var(--contact-left-width);
  }

  .contact-form-shell {
    grid-column: 2;
  }
}

@media (min-width: 1024px) and (min-height: 860px) {
  .contact-form-shell {
    position: sticky;
    top: 124px;
    max-height: calc(100svh - 148px);
    overflow: auto;
    scrollbar-gutter: stable;
  }
}

.contact-form {
  display: grid;
  gap: 22px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 18px;
}

.contact-field {
  position: relative;
  min-width: 0;
}

.contact-field.is-select-open {
  z-index: 8;
}

.contact-field-wide {
  grid-column: 1 / -1;
}

.contact-field label,
.agreement-group legend {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 8px;
  color: #15171d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.form-required {
  color: var(--cw-status-negative);
}

.contact-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-field input,
.contact-select-button {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d8dde6;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-select {
  position: relative;
}

.contact-select-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
}

.contact-field input::placeholder {
  color: #9ca3af;
}

.contact-field input:focus,
.contact-select-button:focus {
  border-color: var(--cw-accent-primary-strong);
  outline: none;
  box-shadow: 0 0 0 4px rgba(35, 213, 186, 0.16);
}

.contact-field [aria-invalid="true"],
.contact-select-button[aria-invalid="true"],
.agreement-row input[aria-invalid="true"] + .agreement-check {
  border-color: var(--cw-status-negative);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.contact-select-chevron {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #64748b;
  transition: transform 180ms ease, color 180ms ease;
}

.contact-select.is-open .contact-select-chevron {
  color: #111827;
  transform: rotate(180deg);
}

.contact-select-layer {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 12;
  overflow: auto;
  max-height: 260px;
  margin: 0;
  border: 1px solid #d8dde6;
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 20px 46px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(15, 23, 42, 0.02);
  padding: 8px;
  list-style: none;
}

.contact-select-layer-searchable {
  display: grid;
  gap: 8px;
  overflow: hidden;
}

.contact-select-layer[hidden] {
  display: none;
}

.contact-select-search {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}

.contact-field .contact-select-search input {
  min-height: 44px;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
}

.contact-select-options {
  overflow: auto;
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-select-empty {
  margin: 0;
  border-radius: 10px;
  color: #64748b;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.contact-select-empty[hidden] {
  display: none;
}

.contact-select-option {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #111827;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  cursor: pointer;
}

.contact-select-option[hidden] {
  display: none;
}

.contact-select-option:hover,
.contact-select-option.is-active,
.contact-select-option[aria-selected="true"] {
  background: rgba(35, 213, 186, 0.13);
  color: #064e46;
}

.form-error {
  margin: 6px 0 0;
  color: var(--cw-status-negative);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.form-error[hidden] {
  display: none;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.agreement-group {
  min-width: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
}

.agreement-group legend {
  margin-bottom: 10px;
}

.agreement-item {
  min-width: 0;
}

.agreement-row {
  position: relative;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 12px;
  border: 1px solid #d8dde6;
  border-radius: 14px;
  background: #fff;
  padding: 11px 12px;
}

.agreement-check-label {
  min-width: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.agreement-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.agreement-check {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  background: #fff;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.agreement-row input:checked + .agreement-check {
  border-color: var(--cw-accent-primary-strong);
  background: var(--cw-accent-primary-strong);
}

.agreement-row input:checked + .agreement-check::after {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid var(--cw-text-inverse);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

.agreement-row:focus-within {
  border-color: var(--cw-accent-primary-strong);
  box-shadow: 0 0 0 4px rgba(35, 213, 186, 0.14);
}

.agreement-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.agreement-copy span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  word-break: keep-all;
}

.agreement-badge {
  min-width: 36px;
  border-radius: var(--cw-radius-pill);
  background: rgba(35, 213, 186, 0.14);
  color: #047867;
  padding: 3px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.agreement-badge-optional {
  background: rgba(1, 0, 0, 0.14);
  color: var(--color-gray-500);
}

.agreement-copy small {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.agreement-chevron {
  display: block;
  color: #94a3b8;
}

.agreement-policy-button,
.agreement-policy-spacer {
  width: 32px;
  height: 32px;
}

.agreement-policy-button {
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  padding: 0;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.agreement-policy-button:hover,
.agreement-policy-button:focus-visible {
  background: rgba(15, 23, 42, 0.07);
  color: #111827;
  outline: none;
}

.agreement-policy-spacer {
  display: block;
}

.contact-submit {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 1rem;
  box-shadow: none;
  border: 0px;
}

.contact-submit:disabled {
  cursor: progress;
}

.contact-submit-label {
  position: relative;
  z-index: 2;
}

.contact-submit-loader {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0;
  transition: opacity 160ms ease;
}

.contact-submit-loader::after {
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, var(--cw-accent-primary-strong), transparent);
  transform: translateX(-110%);
  content: "";
}

.contact-submit.is-submitting .contact-submit-loader {
  opacity: 1;
}

.contact-submit.is-submitting .contact-submit-loader::after {
  animation: contactButtonLoading 1s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.contact-toast {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: var(--cw-z-toast);
  width: min(420px, calc(100vw - 32px));
  display: grid;
  gap: 6px;
  border: 1px solid rgba(35, 213, 186, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(10, 18, 30, 0.94);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  color: var(--cw-text-primary);
  padding: 18px 18px 16px;
}

.contact-toast[hidden] {
  display: none;
}

.contact-toast strong {
  color: var(--cw-text-primary);
  font-size: 17px;
  font-weight: 900;
}

.contact-toast p {
  margin: 0;
  color: var(--cw-text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.contact-toast[data-status="success"] {
  border-color: rgba(35, 213, 186, 0.46);
}

.contact-toast[data-status="warning"] {
  border-color: rgba(245, 158, 11, 0.46);
}

.contact-toast[data-status="error"] {
  border-color: rgba(239, 68, 68, 0.5);
}

@media (prefers-reduced-motion: no-preference) {
  .contact-page-template .contact-copy .section-kicker,
  .contact-page-template .contact-copy h1,
  .contact-page-template .contact-copy > p:not(.section-kicker),
  .contact-page-template .contact-note-list,
  .contact-page-template .contact-form-shell,
  .contact-page-template .contact-form-grid .contact-field,
  .contact-page-template .agreement-group,
  .contact-page-template .contact-submit {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    animation: contactEntranceIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .contact-page-template .contact-copy .section-kicker {
    animation-delay: 80ms;
  }

  .contact-page-template .contact-copy h1 {
    animation-delay: 170ms;
  }

  .contact-page-template .contact-copy > p:not(.section-kicker) {
    animation-delay: 260ms;
  }

  .contact-page-template .contact-note-list {
    animation-delay: 360ms;
  }

  .contact-page-template .contact-form-shell {
    transform: translate3d(0, 22px, 0) scale(0.985);
    animation-delay: 210ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(1) {
    animation-delay: 360ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(2) {
    animation-delay: 430ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(3) {
    animation-delay: 500ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(4) {
    animation-delay: 570ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(5) {
    animation-delay: 640ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(6) {
    animation-delay: 710ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(7) {
    animation-delay: 780ms;
  }

  .contact-page-template .contact-form-grid .contact-field:nth-child(8) {
    animation-delay: 850ms;
  }

  .contact-page-template .agreement-group {
    animation-delay: 940ms;
  }

  .contact-page-template .contact-submit {
    animation-delay: 1030ms;
  }
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-enabled .product-flow article.reveal {
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

@keyframes waveMove {
  from {
    transform: translateX(-4%) rotate(-8deg);
  }

  to {
    transform: translateX(4%) rotate(-3deg);
  }
}

@keyframes logo-chip-flip-in {
  0% {
    opacity: 0;
    transform: perspective(920px) translateY(28px) scale(1.14) rotate3d(-1, 1, 0, -28deg);
  }

  54% {
    opacity: 1;
    transform: perspective(920px) translateY(-5px) scale(1.035) rotate3d(-1, 1, 0, 8deg);
  }

  100% {
    opacity: 1;
    transform: perspective(920px) translateY(0) scale(1) rotate3d(-1, 1, 0, 0deg);
  }
}

@keyframes team-modal-backdrop-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes team-modal-flip-x-in {
  0% {
    opacity: 0;
    transform: rotateX(-180deg);
  }

  48% {
    opacity: 0.28;
    transform: rotateX(-92deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@keyframes contactButtonLoading {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(250%);
  }
}

@keyframes contactEntranceIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.support-peek {
  width: min(calc(100% - 40px), var(--cw-container));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 24px;
  margin: -12px auto 56px;
  border-top: 1px solid var(--cw-border);
  padding-top: 22px;
  color: var(--cw-text-muted);
}

.support-peek strong {
  color: var(--cw-text-primary);
  font-size: var(--cw-type-title);
  font-weight: 700;
}

.support-peek p {
  margin: 0;
  font-size: var(--cw-type-body);
  line-height: var(--cw-leading-body);
}

.placeholder-section {
  width: min(calc(100% - 40px), var(--cw-container));
  margin: 0 auto;
  padding: 96px 0;
}

.placeholder-section h2 {
  margin: 0;
  font-size: var(--cw-type-headline);
  line-height: var(--cw-leading-heading);
}

.placeholder-section p {
  max-width: 680px;
  color: var(--cw-text-secondary);
  font-size: var(--cw-type-body-lg);
  line-height: var(--cw-leading-body);
}

@media (max-width: 1023px) {
  .product-flow,
  .logo-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-flow article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    row-gap: 14px;
    padding: 22px;
  }

  .product-flow article .flow-icon {
    grid-column: 1;
    grid-row: 1;
  }

  .product-flow h3 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .product-flow p {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .logo-chip {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    row-gap: 14px;
    padding: 22px 76px 76px 22px;
  }

  .logo-chip .flow-icon {
    grid-column: 1;
    grid-row: 1;
  }

  .logo-chip h3 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .logo-chip p {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .contact-section {
    width: min(calc(100% - 40px), 1120px);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-copy {
    position: static;
  }

  .support-peek {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .section-shell {
    width: min(calc(100% - 28px), var(--cw-container));
    padding: 76px 0;
  }

  .logo-section,
  .faq-section,
  .promo-section {
    width: 100%;
    padding-inline: 14px;
  }

  .logo-chip-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .logo-chip-section::after {
    background:
      radial-gradient(circle at 50% 18%, rgba(7, 9, 18, 0.22), transparent 38%),
      radial-gradient(circle at 12% 0%, rgba(18, 15, 23, 0.54), transparent 42%),
      linear-gradient(
        180deg,
        rgba(18, 15, 23, 0.82) 0%,
        rgba(139, 92, 246, 0.36) 32%,
        rgba(139, 92, 246, 0.42) 64%,
        rgba(139, 92, 246, 0.82) 100%
      );
  }

  .product-section {
    padding: 60px 0;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .section-heading h2,
  .promo-section h2 {
    font-size: var(--cw-type-headline-mobile);
  }

  .section-heading p:not(.section-kicker),
  .promo-section p {
    font-size: 16px;
  }

  .partner-logo-section {
    padding: 20px 8px;
  }

  .partner-logo-grid {
    --partner-logo-gap: 26px;
  }

  .partner-logo-item {
    flex-basis: 104px;
    min-height: 46px;
    border-radius: 10px;
    padding: 5px;
  }

  .partner-logo-item img {
    width: 100%;
    max-height: 20px;
  }

  .partner-logo-item:nth-child(3) img {
    max-height: 17px;
  }

  .partner-logo-item:nth-child(5) img,
  .partner-logo-item:nth-child(6) img,
  .partner-logo-item:nth-child(7) img {
    max-height: 24px;
  }

  .partner-logo-item:nth-child(6) img {
    max-height: 25px;
  }

  .partner-logo-item:nth-child(7) img {
    max-height: 20px;
  }

  .product-flow {
    gap: 12px;
    margin-top: 26px;
  }

  .product-webgl-bg {
    display: none;
  }

  .product-flow article {
    min-height: auto;
    border-radius: 20px;
    padding: 20px;
  }

  .product-flow h3 {
    margin-top: 0;
  }

  .product-flow {
    grid-template-columns: 1fr;
  }

  .logo-chip-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .logo-chip {
    border-radius: 20px;
    padding: 20px 72px 72px 20px;
  }

  .logo-chip-action {
    right: 18px;
    bottom: 18px;
  }

  .team-modal {
    align-items: center;
    padding: 16px;
  }

  .team-modal-panel {
    max-height: calc(100svh - 32px);
    border-radius: 24px;
    padding: 54px 22px 24px;
  }

  .team-modal-close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .team-modal-panel h3 {
    font-size: 28px;
  }

  .team-modal-panel > p:not(.team-modal-kicker) {
    font-size: 15px;
  }

  .team-modal-points li {
    padding-right: 13px;
  }

  .faq-item,
  .promo-section {
    padding: 60px 22px;
  }

  .faq-item {
    padding: 0;
  }

  .faq-item summary {
    min-height: auto;
    align-items: flex-start;
    padding: 18px;
    font-size: 15px;
  }

  .faq-item p {
    padding: 0 18px 18px;
    font-size: 14px;
  }

  .promo-section {
    align-items: stretch;
    flex-direction: column;
  }

  .promo-section::after {
    height: min(70%, 190px);
  }

  .contact-page-main {
    padding-top: 104px;
  }

  .contact-section {
    width: min(calc(100% - 28px), var(--cw-container));
    gap: 24px;
    padding: 46px 0 40px;
  }

  .contact-copy {
    text-align: center;
  }

  .contact-copy .section-kicker {
    justify-content: center;
  }

  .contact-copy h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: var(--cw-type-headline-mobile);
  }

  .contact-copy > p:not(.section-kicker) {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .contact-note-list {
    margin-top: 24px;
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .contact-note-list p {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .contact-form-shell {
    border-radius: 22px;
    padding: 16px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-form {
    gap: 16px;
  }

  .contact-field input,
  .contact-field select {
    min-height: 50px;
    border-radius: 12px;
    font-size: 14px;
  }

  .agreement-row {
    grid-template-columns: minmax(0, 1fr) 32px;
    align-items: start;
    border-radius: 12px;
  }

  .agreement-check-label {
    align-items: start;
  }

  .agreement-copy span {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .contact-submit {
    min-height: 52px;
  }

  .support-peek,
  .placeholder-section {
    width: min(calc(100% - 28px), var(--cw-container));
  }

  .support-peek {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .support-peek strong {
    font-size: 19px;
  }

  .support-peek p {
    font-size: 14px;
  }

  .placeholder-section {
    padding: 70px 0;
  }

  .placeholder-section h2 {
    font-size: var(--cw-type-headline-mobile);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled [data-section-parallax] .section-parallax-heading,
  .js-enabled [data-section-parallax] .section-parallax-content,
  .js-enabled [data-section-parallax] .section-parallax-item {
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .js-enabled [data-promo-parallax] .promo-parallax-title,
  .js-enabled [data-promo-parallax] .promo-parallax-body,
  .js-enabled [data-promo-parallax] .promo-parallax-cta {
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .js-enabled .logo-chip.reveal,
  .js-enabled .logo-chip.reveal.is-visible {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .team-modal:not([hidden]) .team-modal-backdrop,
  .team-modal:not([hidden]) .team-modal-panel {
    animation: none;
    transform: none;
    will-change: auto;
  }

  .partner-logo-track {
    animation: none;
    transform: none;
  }
}
