@font-face {
  font-family: "Figtree";
  src: url("/assets/fonts/Figtree-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --page-bg: #04070b;
  --page-panel: #0d1116;
  --page-panel-2: #10151b;
  --page-text: #f9fafb;
  --page-muted: rgba(249, 250, 251, 0.7);
  --page-soft: rgba(249, 250, 251, 0.5);
  --page-border: rgba(249, 250, 251, 0.1);
  --page-border-soft: rgba(249, 250, 251, 0.055);
  --page-blue: #0040ff;
  --page-green: #00f5a3;
  --page-cyan: #00d4ff;
  --page-max: 1216px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--page-bg);
}

body.figma-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--page-text);
  font-family: "Figtree", Arial, sans-serif;
  font-variation-settings: "wght" 500;
  -webkit-font-smoothing: antialiased;
}

.figma-page a {
  text-decoration: none;
}

.figma-page button,
.figma-page input {
  font: inherit;
}

.figma-page .dreamhub-header-v2__nav-link {
  font-family: var(--font-base, "Figtree", sans-serif);
  font-size: 14px;
  font-weight: 500;
  font-variation-settings: "wght" 400;
  line-height: 19.6px;
}

.figma-page .dreamhub-header-v2__button {
  font-variation-settings: "wght" 400;
}

.figma-page img {
  display: block;
  max-width: 100%;
}

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

.page-shell {
  width: min(var(--page-max), calc(100% - 48px));
  margin-inline: auto;
}

.onboarding-page .page-shell,
.channel-manager-page .page-shell {
  width: min(var(--page-max), calc(100% - 64px));
}

.page-section {
  padding: 80px 0;
  background: var(--page-bg);
}

.onboarding-page .page-section,
.channel-manager-page .page-section {
  padding: 132px 0;
}

.page-section--lifted {
  background: linear-gradient(180deg, rgba(249, 250, 251, 0.02), rgba(249, 250, 251, 0) 50%), var(--page-bg);
}

.section-rule {
  width: 100%;
  height: 1px;
  margin: 40px 0 32px;
  background: var(--page-border);
}

.section-label-asset {
  display: block;
  width: auto;
  height: 36px;
  max-width: 100%;
}

.section-kicker {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 5px 16px 7px;
  border: 1px solid rgba(249, 250, 251, 0.85);
  border-radius: 999px;
  background: rgba(249, 250, 251, 0.02);
  color: rgba(249, 250, 251, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  backdrop-filter: blur(5px);
}

.section-kicker--subtle {
  border-color: var(--page-border);
}

.section-kicker__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--page-green);
}

.section-kicker__dot--blue {
  background: #2962ff;
}

.site-label {
  margin: 0;
}

.section-heading {
  margin: 0;
  color: var(--page-text);
  font-size: 48px;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-copy {
  margin: 0;
  color: var(--page-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 136px;
  align-items: start;
}

.page-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 24px 13px;
  border: 1px solid #f9fafb;
  border-radius: 999px;
  background: var(--page-blue);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  transition: transform 160ms ease, filter 160ms ease, background 160ms ease;
}

.page-button:hover,
.page-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  outline: none;
}

.page-button--light {
  background: rgba(249, 250, 251, 0.98);
  color: #04070b;
}

.page-button--ghost {
  border-color: rgba(249, 250, 251, 0.12);
  background: rgba(249, 250, 251, 0.05);
}

.page-button--small {
  min-height: 40px;
  padding: 7px 20px 9px;
  font-size: 15px;
}

/* Shared header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  border-bottom: 1px solid rgba(249, 250, 251, 0.08);
  background: rgba(4, 7, 11, 0.96);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  width: min(var(--page-max), calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-header__brand {
  display: inline-flex;
  width: 172px;
  height: 35px;
  align-items: center;
  flex: 0 0 auto;
}

.site-header__logo {
  width: 172px;
  height: 35px;
  object-fit: contain;
}

.site-header__desktop,
.site-header__nav,
.site-header__actions {
  display: flex;
  align-items: center;
}

.site-header__desktop {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 40px;
}

.site-header__nav {
  gap: 26px;
}

.site-header__item {
  position: relative;
}

.site-header__link,
.site-header__trigger {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(249, 250, 251, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

.site-header__link:hover,
.site-header__link:focus-visible,
.site-header__trigger:hover,
.site-header__trigger:focus-visible,
.site-header__link[aria-current="page"] {
  color: #fff;
  outline: none;
}

.site-header__chevron {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.site-header__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: none;
  min-width: 220px;
  padding: 10px;
  border: 1px solid var(--page-border);
  border-radius: 8px;
  background: rgba(13, 17, 22, 0.99);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  transform: translateX(-50%);
}

.site-header__item:hover .site-header__dropdown,
.site-header__item:focus-within .site-header__dropdown {
  display: grid;
}

.site-header__dropdown a {
  padding: 9px 10px;
  border-radius: 4px;
  color: rgba(249, 250, 251, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.site-header__dropdown a:hover,
.site-header__dropdown a:focus-visible {
  background: rgba(249, 250, 251, 0.06);
  color: #fff;
  outline: none;
}

.site-header__actions {
  gap: 8px;
}

.site-header__action {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 16px 9px;
  border: 1px solid #f9fafb;
  border-radius: 999px;
  background: #fff;
  color: #04070b !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.site-header__action--blue {
  border-color: #2358ff;
  background: var(--page-blue);
  color: #fff !important;
}

.site-header__menu-button {
  display: none;
  width: 32px;
  height: 32px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
}

.site-header__menu-button span,
.site-header__menu-button::before,
.site-header__menu-button::after {
  display: block;
  width: 18px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
  content: "";
}

.site-header__mobile {
  position: fixed;
  inset: 72px 0 0;
  z-index: 45;
  display: none;
  overflow-y: auto;
  padding: 32px 24px 48px;
  border-top: 1px solid var(--page-border);
  background: rgba(4, 7, 11, 0.99);
}

.site-header__mobile.is-open {
  display: block;
}

.site-header__mobile nav {
  display: grid;
  gap: 28px;
}

.site-header__mobile-group {
  display: grid;
  gap: 12px;
}

.site-header__mobile-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
}

.site-header__mobile-links {
  display: grid;
  gap: 10px;
}

.site-header__mobile-links a {
  color: var(--page-muted);
  font-size: 15px;
}

.site-header__mobile-cta {
  display: grid;
  gap: 8px;
  margin-top: 40px;
}

/* Hero */
.page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 640px;
  place-items: center;
  overflow: hidden;
  background: var(--page-bg);
}

.page-hero__background {
  position: absolute;
  top: 76px;
  left: -11%;
  z-index: -2;
  width: 122%;
  height: 834px;
  pointer-events: none;
  object-fit: cover;
  object-position: center top;
}

.onboarding-page .page-hero__background,
.channel-manager-page .page-hero__background {
  max-width: none;
}

.page-hero__background--flipped {
  transform: scaleX(-1);
}

.page-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 7, 11, 0.04), rgba(4, 7, 11, 0.2));
}

.page-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 260px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 7, 11, 0) 0%, rgba(4, 7, 11, 0.55) 62%, #04070b 100%);
  content: "";
}

.page-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(840px, calc(100% - 48px));
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.page-hero__copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-hero h1 {
  margin: 0;
  color: #f9fafb;
  font-size: 72px;
  font-weight: 650;
  font-variation-settings: "wght" 650;
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero__text {
  margin: 0;
  color: rgba(249, 250, 251, 0.7);
  font-size: 20px;
  line-height: 1.4;
}

.page-hero__text strong {
  color: #f9fafb;
  font-weight: 500;
}

.page-hero--customers {
  min-height: 640px;
}

.page-hero--customers .page-hero__content {
  gap: 48px;
}

.mobile-only {
  display: none;
}

/* Onboarding */
.onboarding-label.btn--tertiary-static {
  isolation: isolate;
  height: 36px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 18px;
  background-color: rgba(249, 250, 251, 0.02);
  color: rgba(249, 250, 251, 0.8);
  font-size: 14px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 20px;
  backdrop-filter: blur(5px);
}

.onboarding-label.btn--tertiary-static::before {
  position: absolute;
  inset: -1px;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(249, 250, 251, 0.15), rgba(249, 250, 251, 0)),
    radial-gradient(50% 50% at 50% 0, rgba(249, 250, 251, 0.1), rgba(249, 250, 251, 0)),
    rgba(249, 250, 251, 0.05);
  content: "";
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.onboarding-label.btn--tertiary-static::after {
  content: none;
}

.onboarding-phases {
  padding-top: 132px;
}

.onboarding-phases__intro {
  margin-top: 40px;
}

.phase-list {
  margin-top: 80px;
  overflow: hidden;
  border: 1px solid var(--page-border-soft);
  border-radius: 16px;
  background: rgba(249, 250, 251, 0.035);
}

.phase-row {
  position: relative;
  display: grid;
  min-height: 388px;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--page-border);
}

.phase-row:last-child {
  border-bottom: 0;
}

.phase-row__number {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(249, 250, 251, 0.07);
  font-size: 200px;
  font-weight: 550;
  line-height: 0.8;
}

.phase-row__number img {
  width: 240px;
  max-width: none;
  height: 386px;
  object-fit: contain;
}

.phase-row__content {
  padding: 56px 64px 56px 82px;
}

.phase-row h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 650;
  line-height: 1.2;
}

.phase-row__lead {
  margin: 16px 0 0;
  color: rgba(249, 250, 251, 0.85);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
}

.phase-row ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.phase-row li {
  position: relative;
  padding-left: 32px;
  color: rgba(249, 250, 251, 0.62);
  font-size: 15px;
  line-height: 1.4;
}

.phase-row li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/assets/figma-pages/onboarding-list-arrow.svg") center / contain no-repeat;
  content: "";
}

.inline-tag {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin-left: 12px;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: 14px;
  background-color: rgba(249, 250, 251, 0.02);
  color: rgba(249, 250, 251, 0.8);
  font-size: 12px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 16px;
  vertical-align: middle;
  backdrop-filter: blur(5px);
}

.inline-tag::before {
  position: absolute;
  inset: -1px;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(249, 250, 251, 0.15), rgba(249, 250, 251, 0)),
    radial-gradient(50% 50% at 50% 0, rgba(249, 250, 251, 0.1), rgba(249, 250, 251, 0)),
    rgba(249, 250, 251, 0.05);
  content: "";
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 72px;
}

.support-item {
  min-height: 190px;
  padding: 16px;
}

.support-item__icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  place-items: center;
}

.support-item__icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.support-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.2;
}

.support-item p {
  margin: 12px 0 0;
  max-width: 280px;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.4;
}

.customer-strip {
  padding: 72px 0 80px;
  border-top: 1px solid rgba(249, 250, 251, 0.025);
  text-align: center;
}

.customer-strip h2 {
  max-width: 620px;
  margin: 0 auto 48px;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.2;
}

.customer-strip__logos {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.customer-strip__logo,
.logo-wall__item {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.customer-strip__logo {
  height: 50px;
}

.customer-strip__logo img {
  width: 100%;
  max-width: 139px;
  max-height: 38px;
  object-fit: contain;
  opacity: 0.8;
}

.onboarding-cta,
.partner-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 400px;
  background: #0040ff;
}

.onboarding-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/assets/figma-pages/onboarding-banner-background.webp") center / cover no-repeat;
  content: "";
}

.partner-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/assets/figma-pages/channel-manager-banner-background.webp") center / cover no-repeat;
  content: "";
}

.onboarding-cta__inner,
.partner-cta__inner {
  display: grid;
  width: min(var(--page-max), calc(100% - 48px));
  min-height: 400px;
  margin-inline: auto;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.channel-manager-page .partner-cta__inner {
  width: min(var(--page-max), calc(100% - 48px));
}

@media (min-width: 1060px) {
  .channel-manager-page .partner-cta__inner {
    grid-template-columns: 640px 1fr;
  }
}

.onboarding-cta h2,
.partner-cta h2 {
  margin: 0;
  max-width: 640px;
  font-size: 48px;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: 0;
}

.onboarding-cta h2 {
  max-width: 520px;
}

.onboarding-cta p,
.partner-cta p {
  margin: 20px 0 0;
  color: rgba(249, 250, 251, 0.78);
  font-size: 18px;
  line-height: 1.4;
}

.onboarding-cta__form {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 426px;
  justify-self: center;
}

.onboarding-cta__form .btn {
  width: 100%;
}

.partner-cta__action {
  justify-self: end;
  margin-right: 72px;
}

.partner-cta__action .btn {
  min-width: 220px;
}

.onboarding-cta__form input {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(249, 250, 251, 0.1);
  border-radius: 999px;
  outline: 0;
  background: rgba(249, 250, 251, 0.1);
  color: #fff;
}

.onboarding-cta__form input::placeholder {
  color: rgba(249, 250, 251, 0.45);
}

/* Customers */
.customer-stories__heading {
  margin: 0 0 48px;
  font-size: 48px;
  font-weight: 650;
  line-height: 1.1;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.story-card {
  display: flex;
  min-height: 392px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(249, 250, 251, 0.045);
  border-radius: 8px;
  background: rgba(249, 250, 251, 0.04);
}

.story-card__art {
  position: relative;
  display: grid;
  height: 232px;
  flex: 0 0 232px;
  overflow: hidden;
  place-items: center;
  background: #0b1016 url("/assets/hero-bg-1200.jpg") center / cover no-repeat;
}

.story-card__art img {
  width: auto;
  max-width: 72%;
  height: 54px;
  max-height: 54px;
  object-fit: contain;
}

.story-card__body {
  display: flex;
  min-height: 158px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}

.story-card h3 {
  margin: 0;
  color: rgba(249, 250, 251, 0.92);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.3;
}

.story-card .page-button {
  margin-top: auto;
  align-self: flex-end;
}

.results-section {
  padding-top: 112px;
}

.results-section .section-rule {
  margin-top: 40px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.result-card {
  min-height: 136px;
  padding: 32px;
  border: 1px solid var(--page-border-soft);
  border-radius: 8px;
  background: rgba(249, 250, 251, 0.035);
}

.result-card strong {
  display: block;
  font-size: 44px;
  font-weight: 650;
  line-height: 1.1;
}

.result-card span {
  display: block;
  margin-top: 12px;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.4;
}

.featured-grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 24px;
}

.featured-card {
  position: relative;
  display: flex;
  min-height: 560px;
  overflow: hidden;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  color: #f9fafb;
  border: 1px solid var(--page-border-soft);
  border-radius: 8px;
  background-color: #090d18;
  isolation: isolate;
}

.featured-story {
  background-image: linear-gradient(90deg, rgba(4, 7, 11, 0.82) 0%, rgba(4, 7, 11, 0.42) 52%, rgba(4, 7, 11, 0.1) 100%), url("/assets/figma-pages/customers-story-background.webp");
  background-position: center;
  background-size: cover;
}

.featured-story h2 {
  width: min(100%, 590px);
  margin: 24px 0 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.featured-story__footer {
  display: flex;
  margin-top: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.featured-story__footer .btn {
  gap: 12px;
}

.featured-story__person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.featured-story__person img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  object-fit: cover;
}

.featured-story__person p {
  display: grid;
  margin: 0;
  gap: 2px;
  font-size: 16px;
  line-height: 1.35;
}

.featured-story__person strong {
  font-weight: 600;
}

.featured-story__person span {
  color: rgba(249, 250, 251, 0.8);
}

.featured-roi {
  background-image: url("/assets/figma-pages/customers-roi-background.webp");
  background-position: center;
  background-size: cover;
}

.featured-roi h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.08;
}

.featured-roi > p {
  margin: 32px 0 0;
  color: rgba(249, 250, 251, 0.7);
  font-size: 20px;
  line-height: 1.4;
}

.featured-roi__actions {
  display: flex;
  width: 100%;
  margin-top: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.featured-roi__actions .btn:first-child {
  width: 100%;
}

.logo-wall {
  text-align: center;
}

.logo-wall h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 650;
  line-height: 1.2;
}

.logo-wall h2 span {
  display: block;
  color: var(--page-muted);
  font-weight: 500;
}

.logo-wall__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px 40px;
  margin-top: 56px;
}

.logo-wall__item {
  height: 48px;
}

.logo-wall__item img {
  width: 100%;
  max-width: 118px;
  max-height: 32px;
  object-fit: contain;
  opacity: 0.62;
  filter: grayscale(1) brightness(1.35);
}

.promotion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.promotion-card {
  position: relative;
  display: flex;
  min-height: 260px;
  overflow: hidden;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--page-border);
  border-radius: 8px;
  background: #0b1015;
  text-align: center;
  isolation: isolate;
}

.promotion-card__copy {
  position: relative;
  z-index: 2;
}

.promotion-card h3 {
  margin: 0;
  color: var(--page-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.promotion-card p {
  max-width: 500px;
  margin: 12px auto 0;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.4;
}

.promotion-card__visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 152px;
}

.promotion-card__visual--integrations {
  background-image: linear-gradient(rgba(249, 250, 251, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(249, 250, 251, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  background-position: center 0;
}

.integration-tile {
  position: absolute;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(249, 250, 251, 0.08);
  border-radius: 16px;
  background: rgba(9, 14, 20, 0.94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.integration-tile img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.integration-tile--pipedrive {
  top: 62px;
  left: calc(50% - 190px);
}

.integration-tile--salesforce {
  top: 20px;
  left: calc(50% - 104px);
}

.integration-tile--dreamhub {
  top: 58px;
  left: calc(50% - 31px);
  border-color: rgba(74, 129, 255, 0.34);
  background: #132744;
  box-shadow: 0 0 28px rgba(0, 64, 255, 0.32);
}

.integration-tile--dreamhub img {
  width: 32px;
  height: 35px;
}

.integration-tile--hubspot {
  top: 26px;
  left: calc(50% + 58px);
}

.integration-tile--monday {
  top: 66px;
  left: calc(50% + 145px);
}

.promotion-card__visual--roles {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 48px;
  background-image: repeating-radial-gradient(circle at 50% 36%, transparent 0 11px, rgba(249, 250, 251, 0.07) 12px 13px);
  background-size: 240px 180px;
  background-position: center -5px;
  background-repeat: no-repeat;
}

.role-item {
  display: grid;
  width: 64px;
  justify-items: center;
  margin-left: -6px;
  gap: 5px;
}

.role-item span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(249, 250, 251, 0.16);
  border-radius: 16px;
  background: rgba(20, 25, 30, 0.96);
}

.role-item img {
  width: 25px;
  height: 25px;
}

.role-item small {
  color: rgba(249, 250, 251, 0.5);
  font-size: 11px;
  line-height: 1;
}

.promotion-card--dreamer {
  min-height: 260px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 56px;
  text-align: left;
}

.promotion-card--dreamer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 44%, rgba(0, 64, 255, 0.12) 100%);
  content: "";
}

.promotion-card__copy--dreamer p {
  margin-inline: 0;
}

.dreamer-ui {
  position: relative;
  min-width: 0;
  min-height: 190px;
}

.dreamer-ui__menu {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 24px;
  display: grid;
  width: min(258px, calc(100% - 48px));
  padding: 10px;
  border: 1px solid rgba(249, 250, 251, 0.22);
  border-radius: 16px;
  background: rgba(12, 24, 44, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.dreamer-ui__menu button {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(249, 250, 251, 0.72);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.dreamer-ui__menu button:hover,
.dreamer-ui__menu button:focus-visible {
  background: rgba(249, 250, 251, 0.07);
  color: var(--page-text);
  outline: none;
}

.dreamer-ui__menu img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

.dreamer-ui__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 124px;
  padding: 18px;
  align-items: flex-end;
  gap: 10px;
  border: 1px solid rgba(68, 129, 255, 0.45);
  border-radius: 28px;
  background: #081a39;
  box-shadow: 0 20px 52px rgba(0, 64, 255, 0.25);
}

.dreamer-ui__bar > span {
  margin: auto auto 17px 0;
  overflow: hidden;
  color: rgba(249, 250, 251, 0.45);
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dreamer-ui__bar button {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.dreamer-ui__close,
.dreamer-ui__voice {
  background: rgba(249, 250, 251, 0.12);
  color: #f9fafb;
  font-size: 28px;
  line-height: 1;
}

.dreamer-ui__voice img {
  width: 20px;
  height: 20px;
}

.dreamer-ui__send {
  background: var(--page-green);
}

.dreamer-ui__send img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
  transform: rotate(-90deg);
}

/* Channel manager */
.partner-legacy {
  min-height: 370px;
}

.partner-legacy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 592px));
  gap: 32px;
  margin-top: 88px;
}

.partner-legacy__video {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 592 / 640;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid var(--page-border);
  border-radius: 24px;
  background: rgba(249, 250, 251, 0.04);
}

.partner-legacy__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 24px;
  cursor: pointer;
}

.partner-legacy__video-toggle-wrap {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
}

.partner-legacy__video-toggle {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: var(--page-bg, #04070b);
  cursor: pointer;
}

.partner-legacy__video-toggle-img {
  grid-area: 1 / 1;
  display: block;
  width: 36px;
  height: 36px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.partner-legacy__video-toggle[data-video-state="playing"] .partner-legacy__video-toggle-img[data-toggle-icon="pause-default"],
.partner-legacy__video-toggle[data-video-state="playing"]:hover .partner-legacy__video-toggle-img[data-toggle-icon="pause-hover"],
.partner-legacy__video-toggle[data-video-state="paused"] .partner-legacy__video-toggle-img[data-toggle-icon="play-default"],
.partner-legacy__video-toggle[data-video-state="paused"]:hover .partner-legacy__video-toggle-img[data-toggle-icon="play-hover"] {
  opacity: 1;
}

.partner-legacy__video-toggle[data-video-state="playing"]:hover .partner-legacy__video-toggle-img[data-toggle-icon="pause-default"],
.partner-legacy__video-toggle[data-video-state="paused"]:hover .partner-legacy__video-toggle-img[data-toggle-icon="play-default"] {
  opacity: 0;
}

.partner-legacy__video-toggle:focus-visible {
  outline: 2px solid rgba(249, 250, 251, 0.9);
  outline-offset: 4px;
}

.partner-legacy__chat {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 592 / 640;
  border-radius: 24px;
  object-fit: cover;
}

.partner-legacy__callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  padding: 32px 48px;
  border: 1px solid rgba(249, 250, 251, 0.05);
  border-radius: 24px;
  background: rgba(249, 250, 251, 0.04);
}

.partner-legacy__callout p {
  margin: 0;
  color: var(--page-muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .partner-legacy__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .partner-legacy__video {
    width: min(100%, 592px);
    max-width: 100%;
    height: auto;
    aspect-ratio: 592 / 640;
    border-radius: 24px;
    overflow: hidden;
  }

  .partner-legacy__video video {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    object-fit: fill;
  }

  img.partner-legacy__chat {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .partner-legacy__grid {
    margin-top: 56px;
  }

  .partner-legacy__video {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    aspect-ratio: 592 / 520;
  }

  .partner-legacy__video video {
    object-fit: cover;
    object-position: center bottom;
  }
}

.partner-insights__layout,
.partner-migration__layout {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 592px));
  gap: 32px;
  margin-top: 80px;
  align-items: start;
}

.visual-accordion {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.visual-accordion__item {
  min-height: 82px;
  overflow: hidden;
  border-radius: 16px;
}

.visual-accordion__button {
  display: block;
  width: 100%;
  min-height: 82px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.visual-accordion__asset {
  display: block;
  width: 100%;
  height: auto;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion-item {
  overflow: hidden;
  padding: 24px 16px 24px 32px;
  border: 1px solid rgba(249, 250, 251, 0.05);
  border-radius: 16px;
  background: rgba(249, 250, 251, 0.02);
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  .accordion-item:hover {
    background: rgba(249, 250, 251, 0.05);
  }
}

.accordion-button {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f9fafb;
  text-align: left;
  cursor: pointer;
}

.accordion-button span:first-child {
  display: flex;
  min-width: 0;
  min-height: 34px;
  flex: 1;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-variation-settings: "wght" 650;
  line-height: 28px;
}

.accordion-button__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: url("/assets/figma-pages/channel-faq-arrow-down.svg") center / 34px 34px no-repeat;
  transform: rotate(0deg);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.accordion-button__icon::before,
.accordion-button__icon::after {
  content: none;
}

.accordion-button[aria-expanded="true"] .accordion-button__icon {
  transform: rotate(180deg);
}

.accordion-panel {
  width: calc(100% - 56px);
  color: rgba(249, 250, 251, 0.7);
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 21px;
}

.accordion-panel__inner {
  padding-top: 16px;
}

.accordion-panel[hidden] {
  display: none;
}

.partner-visual {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 592 / 507;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--page-border-soft);
  border-radius: 16px;
  background: rgba(249, 250, 251, 0.025);
}

.partner-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-visual .partner-visual__outgoing {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.partner-feature-stack {
  display: grid;
  gap: 80px;
  margin-top: 80px;
}

.partner-feature-card {
  position: relative;
  display: grid;
  min-height: 565px;
  grid-template-columns: minmax(0, 611fr) minmax(0, 605fr);
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
}

.partner-feature-card:nth-child(2) .partner-feature-card__media {
  order: 2;
}

.partner-feature-card__media {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 46px 0 0;
}

.partner-feature-card__media img {
  width: 100%;
  max-width: 605px;
  height: auto;
  aspect-ratio: 605 / 519;
  object-fit: contain;
}

.partner-feature-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 41px 0 55px 56px;
  flex-direction: column;
  justify-content: flex-start;
}

.partner-feature-card__label {
  display: block;
  width: auto;
  height: 36px;
  align-self: flex-start;
  margin: 0 0 34px;
}

.partner-feature-card__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: fill;
}

.partner-feature-card h3 {
  max-width: 440px;
  margin: 0;
  font-size: 36px;
  font-weight: 650;
  line-height: 1.1;
}

.partner-feature-card p:last-child {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.4;
}

.comparison-wrap {
  margin-top: 80px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.comparison-table-asset {
  display: block;
  width: 1216px;
  min-width: 1216px;
  height: auto;
}

.channel-manager-page .faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 0;
  background: var(--page-bg);
}

.faq-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  max-height: 100vh;
  background: linear-gradient(180deg, rgba(249, 250, 251, 0.02), var(--page-bg));
  content: "";
  pointer-events: none;
}

.faq-section__rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0 32px;
  background: rgba(249, 250, 251, 0.15);
}

.faq-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.faq-layout__intro {
  max-width: 488px;
}

.faq-layout__intro h2 {
  margin-top: 0;
  padding-right: 35px;
  font-weight: 700;
  font-variation-settings: "wght" 650;
}

.faq-layout__intro p {
  margin: 24px 0 0;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.4;
}

/* Shared footer */
.site-footer {
  position: relative;
  isolation: isolate;
  min-height: 865px;
  overflow: hidden;
  border-top: 1px solid rgba(249, 250, 251, 0.025);
  background: var(--page-bg);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/footer-background.png") center calc(100% + 120px) / 100% auto no-repeat;
  content: "";
}

.site-footer::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #04070b 0%, rgba(4, 7, 11, 0) 38%, rgba(4, 7, 11, 0) 78%, #04070b 100%);
  content: "";
}

.site-footer__inner {
  width: min(var(--page-max), calc(100% - 48px));
  margin-inline: auto;
  padding: 80px 0 48px;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 240px repeat(4, 1fr);
  gap: 48px;
  min-height: 310px;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 10px;
  font-size: 24px;
  font-weight: 650;
}

.site-footer__brand img {
  width: 32px;
  height: 35px;
}

.site-footer__column h3,
.site-footer__column > a {
  display: block;
  margin: 0 0 20px;
  color: #f9fafb;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.3;
}

.site-footer__column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__column li a {
  color: rgba(249, 250, 251, 0.62);
  font-size: 14px;
  line-height: 1.4;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
  color: #fff;
  outline: none;
}

.site-footer__cta {
  display: flex;
  min-height: 112px;
  margin-top: 48px;
  padding: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 8px;
  background: #0a45ff;
}

.site-footer__cta p {
  margin: 0;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.2;
}

.site-footer__cta span {
  color: rgba(249, 250, 251, 0.72);
  font-weight: 500;
}

.site-footer__bottom {
  display: flex;
  margin-top: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(249, 250, 251, 0.46);
  font-size: 14px;
}

.site-footer__bottom-links,
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer__socials img {
  width: 30px;
  height: 30px;
  opacity: 0.66;
}

@media (max-width: 1023px) {
  .onboarding-page .page-shell,
  .channel-manager-page .page-shell,
  .onboarding-page .onboarding-cta__inner,
  .channel-manager-page .partner-cta__inner {
    width: min(100% - 40px, 720px);
  }

  .onboarding-page .page-section,
  .channel-manager-page .page-section,
  .onboarding-page .onboarding-phases {
    padding: 96px 0;
  }

  .partner-insights__layout,
  .partner-migration__layout,
  .partner-feature-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .partner-insights__layout,
  .partner-migration__layout {
    margin-top: 56px;
  }

  .partner-feature-card__media {
    min-height: 460px;
    padding-block: 24px;
  }

  .site-header__desktop {
    display: none;
  }

  .site-header__menu-button {
    display: block;
  }

  .section-intro,
  .faq-layout {
    gap: 56px;
  }

  .channel-manager-page .faq-section > .page-shell {
    width: min(var(--page-max), calc(100% - 48px));
  }

  .channel-manager-page .faq-section {
    padding: 80px 0;
  }

  .channel-manager-page .faq-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .partner-feature-card__content {
    padding: 36px;
  }

  .site-footer__top {
    grid-template-columns: 180px repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .customers-page .customer-stories {
    min-height: 1597px;
  }

  .customers-page .results-section {
    min-height: 599px;
  }

  .customers-page .customer-feature {
    height: 720px;
  }

  .customers-page .customer-feature .page-shell {
    width: min(1184px, calc(100% - 48px));
  }

  .customers-page .logo-wall {
    min-height: 736px;
  }

  .customers-page .site-footer {
    min-height: 813px;
  }
}

@media (max-width: 767px) {
  .page-shell,
  .site-header__inner,
  .site-footer__inner,
  .onboarding-cta__inner,
  .partner-cta__inner {
    width: calc(100% - 48px);
  }

  .onboarding-page .page-shell,
  .channel-manager-page .page-shell,
  .onboarding-page .onboarding-cta__inner,
  .channel-manager-page .partner-cta__inner,
  .onboarding-page .page-hero__content,
  .channel-manager-page .page-hero__content {
    width: min(100% - 28px, 520px);
  }

  .onboarding-page .page-shell {
    width: calc(100% - 48px);
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block;
  }

  .site-header {
    height: 72px;
  }

  .site-header__brand,
  .site-header__logo {
    width: 112px;
    height: 32px;
    object-position: left center;
  }

  .page-section {
    padding: 56px 0;
  }

  .section-kicker {
    min-height: 30px;
    padding: 3px 12px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .section-copy {
    font-size: 16px;
  }

  .section-intro,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .channel-manager-page .faq-section {
    padding: 80px 0 24px;
  }

  .channel-manager-page .faq-section > .page-shell {
    width: calc(100% - 48px);
  }

  .channel-manager-page .faq-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .faq-section__rule {
    margin: 24px 0;
  }

  .faq-layout__intro {
    max-width: none;
  }

  .faq-layout__intro h2 {
    margin-top: 0;
    padding-right: 30px;
    font-size: 34px;
    font-weight: 700;
    font-variation-settings: "wght" 650;
    line-height: 1.1;
  }

  .accordion-item {
    padding: 16px 16px 16px 20px;
  }

  .accordion-button {
    min-height: 28px;
    gap: 16px;
  }

  .accordion-button span:first-child {
    min-height: 28px;
    font-size: 16px;
    line-height: 20.8px;
  }

  .accordion-button__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    background-size: 28px 28px;
  }

  .accordion-panel {
    width: 100%;
    font-size: 14px;
    line-height: 19.6px;
  }

  .accordion-panel__inner {
    padding-top: 12px;
  }

  .section-rule {
    margin: 24px 0;
  }

  .page-hero {
    min-height: 673px;
    align-items: start;
  }

  .page-hero__content {
    width: calc(100% - 48px);
    padding-top: 56px;
    gap: 40px;
  }

  .page-hero__copy {
    gap: 32px;
  }

  .page-hero h1 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .page-hero__text {
    font-size: 16px;
    line-height: 1.4;
  }

  .page-hero__background {
    top: 120px;
    left: -11%;
    width: 122%;
    height: 553px;
  }

  .page-hero__background {
    object-position: center;
  }

  .page-hero--customers {
    min-height: 673px;
  }

  .page-hero--customers .page-hero__content {
    gap: 40px;
  }

  .page-hero--customers h1 {
    font-size: 32px;
  }

  .onboarding-phases__intro {
    margin-top: 24px;
  }

  .phase-list {
    margin-top: 32px;
    border-radius: 12px;
  }

  .phase-row {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .phase-row__number {
    height: 144px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    font-size: 92px;
    line-height: 1;
  }

  .phase-row__number img {
    width: 75px;
    max-width: none;
    height: auto;
    margin-left: 10px;
  }

  .phase-row__content {
    padding: 0 24px 32px;
  }

  .phase-row h3 {
    font-size: 20px;
  }

  .phase-row__lead,
  .phase-row li {
    font-size: 13px;
  }

  .phase-row ul {
    gap: 10px;
    margin-top: 24px;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .support-item {
    min-height: 0;
    padding: 8px 0 24px;
  }

  .support-item__icon {
    margin-bottom: 16px;
  }

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

  .customer-strip {
    display: block;
    padding: 48px 0 56px;
  }

  .customer-strip h2 {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .customer-strip__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .customer-strip__logo {
    height: 44px;
  }

  .onboarding-cta,
  .onboarding-cta__inner,
  .partner-cta,
  .partner-cta__inner {
    min-height: 527px;
  }

  .onboarding-cta__inner,
  .partner-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
    text-align: center;
  }

  .onboarding-cta h2,
  .partner-cta h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .onboarding-cta p,
  .partner-cta p {
    font-size: 14px;
  }

  .onboarding-cta__form,
  .partner-cta__action {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .partner-cta__action {
    margin-right: 0;
  }

  .customer-stories__heading {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.2;
  }

  .customers-page .customer-stories {
    min-height: 3372px;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .story-card {
    min-height: 440px;
  }

  .story-card__art {
    height: 214px;
    flex-basis: 214px;
  }

  .story-card__body {
    min-height: 176px;
  }

  .story--edgify { order: 1; }
  .story--fieldin { order: 2; }
  .story--bullpen { order: 3; }
  .story--findmine { order: 4; }
  .story--protego { order: 5; }
  .story--tangos { order: 6; }
  .story--winmore { order: 7; }
  .story--duty { display: none; }

  .results-section {
    padding-top: 56px;
  }

  .customers-page .results-section {
    min-height: 603px;
  }

  .customers-page .results-section .section-rule {
    margin: 12px 0;
  }

  .customers-page .results-grid {
    gap: 12px;
    margin-top: 18px;
  }

  .results-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .result-card {
    min-height: 80px;
    padding: 16px 24px;
  }

  .result-card strong {
    font-size: 32px;
  }

  .customers-page .customer-feature {
    min-height: 0;
  }

  .featured-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .featured-card {
    padding: 24px;
  }

  .featured-story {
    min-height: 530px;
    background-image: linear-gradient(180deg, rgba(4, 7, 11, 0.18) 0%, rgba(4, 7, 11, 0.42) 48%, rgba(4, 7, 11, 0.88) 100%), url("/assets/figma-pages/customers-story-background.webp");
    background-position: 52% center;
  }

  .featured-story h2 {
    margin: 16px 0 24px;
    font-size: 28px;
    line-height: 1.2;
  }

  .featured-story__footer {
    gap: 24px;
  }

  .featured-story__person {
    gap: 12px;
    font-size: 14px;
  }

  .featured-story__person img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 50%;
    object-fit: cover;
  }

  .featured-roi {
    min-height: 360px;
  }

  .featured-roi h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .featured-roi > p {
    margin: 24px 0;
    color: var(--page-muted);
    font-size: 16px;
    line-height: 1.4;
  }

  .featured-roi__actions {
    gap: 8px;
    margin-top: auto;
  }

  .logo-wall h2 {
    font-size: 24px;
  }

  .customers-page .logo-wall {
    min-height: 359px;
  }

  .logo-wall__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
  }

  .logo-wall__item {
    display: none;
  }

  .logo-wall__item[data-mobile-visible] {
    display: flex;
  }

  .customers-page .customer-promotion {
    min-height: 0;
  }

  .promotion-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .promotion-card {
    min-height: 300px;
    padding: 24px;
  }

  .promotion-card__visual {
    height: 170px;
  }

  .integration-tile--pipedrive {
    left: calc(50% - 150px);
  }

  .integration-tile--salesforce {
    left: calc(50% - 83px);
  }

  .integration-tile--hubspot {
    left: calc(50% + 35px);
  }

  .integration-tile--monday {
    left: calc(50% + 95px);
  }

  .promotion-card--dreamer {
    min-height: 580px;
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 32px;
  }

  .dreamer-ui {
    min-height: 270px;
  }

  .dreamer-ui__menu {
    left: 16px;
    width: calc(100% - 32px);
  }

  .dreamer-ui__bar {
    min-height: 136px;
    border-radius: 20px;
  }

  .dreamer-ui__bar > span {
    position: absolute;
    top: 18px;
    right: 18px;
    left: 18px;
    margin: 0;
  }

  .partner-legacy {
    min-height: 0;
  }

  .partner-legacy__callout {
    grid-template-columns: 1fr;
    padding: 24px;
    text-align: left;
  }

  .partner-legacy__callout .btn {
    width: 100%;
  }

  .partner-insights__layout,
  .partner-migration__layout {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }

  .partner-visual {
    min-height: 0;
  }

  .visual-accordion__button {
    min-height: 80px;
    padding: 22px 14px 22px 20px;
  }

  .visual-accordion__title {
    font-size: 18px;
  }

  .visual-accordion__panel {
    padding-top: 14px;
    font-size: 14px;
  }

  .partner-feature-stack {
    gap: 24px;
    margin-top: 32px;
  }

  .partner-feature-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .partner-feature-card:nth-child(2) .partner-feature-card__media {
    order: 2;
  }

  .partner-feature-card__media {
    min-height: 0;
    padding-block: 0;
  }

  .partner-feature-card__content {
    padding: 40px 24px;
  }

  .partner-feature-card h3 {
    font-size: 30px;
  }

  .comparison-wrap {
    margin-top: 56px;
  }

  .partner-cta__action .page-button,
  .partner-cta__action .btn {
    width: 100%;
  }

  .faq-layout__intro h2 {
    margin-top: 0;
  }

  .site-footer {
    min-height: 1033px;
  }

  .site-footer__inner {
    padding: 56px 0 40px;
  }

  .site-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
    min-height: 0;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }

  .site-footer__column h3,
  .site-footer__column > a {
    margin-bottom: 16px;
  }

  .site-footer__column ul {
    gap: 9px;
  }

  .site-footer__cta {
    min-height: 0;
    margin-top: 48px;
    padding: 32px 24px;
    flex-direction: column;
    text-align: center;
  }

  .site-footer__cta .page-button {
    width: 100%;
  }

  .site-footer__bottom {
    margin-top: 40px;
    flex-direction: column-reverse;
    text-align: center;
  }

  .site-footer__bottom-links,
  .site-footer__socials {
    justify-content: center;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 767px) {
  .onboarding-page .customer-strip {
    display: none;
  }

  .visual-accordion__button {
    min-height: 82px;
    padding: 0;
  }

  .section-label-asset {
    height: 36px;
  }
}
