.home-page {
  overflow: clip;
}

.dx-home-hero {
  min-height: 660px;
  background: #0d1528;
}

.dx-home-hero__fallback,
.dx-home-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dx-home-hero__fallback {
  z-index: -2;
  overflow: hidden;
  background: #0d1528;
  transition: opacity 450ms ease;
}

.dx-home-hero__fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  opacity: 0.2;
  filter: saturate(0.65) contrast(1.12);
}

.dx-home-hero__fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 32, 0.52);
}

.dx-home-hero__canvas {
  z-index: -1;
  display: block;
  opacity: 0;
  transition: opacity 500ms ease;
}

.dx-home-hero.is-three-ready .dx-home-hero__canvas {
  opacity: 1;
}

.dx-home-hero.is-three-ready .dx-home-hero__fallback {
  opacity: 0;
}

.dx-home-hero .dx-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 660px;
  padding-block: 72px 112px;
}

.dx-home-hero .dx-hero__content {
  max-width: 620px;
}

.dx-home-hero .dx-hero__lead {
  max-width: 610px;
}

.dx-home-hero__rail {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(1180px, calc(100% - 48px));
  min-height: 58px;
  background: rgba(13, 21, 40, 0.82);
  color: #9daac0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  transform: translateX(-50%);
}

.dx-home-hero__rail span {
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
}

.dx-home-hero__rail span:first-child {
  padding-left: 0;
  color: #fff;
}

.dx-home-hero__rail span:last-child {
  border-right: 0;
}

.product-film-section {
  padding-block: 112px;
  background: #101b35;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.product-film-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 78px;
  align-items: end;
}

.product-film-section h2 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: 47px;
  line-height: 1.12;
  letter-spacing: 0;
}

.product-film-section__header > p {
  margin: 0;
  padding-top: 25px;
  color: #b1bdce;
  border-top: 3px solid var(--dx-orange);
  font-size: 16px;
  line-height: 1.75;
}

.product-film {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 58px;
  overflow: hidden;
  background: #0d1528;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 34px 72px -38px rgba(0, 0, 0, 0.72);
}

.product-film video {
  display: block;
  width: 100%;
  height: 100%;
  background: #0d1528;
  object-fit: contain;
}

.product-film__trigger {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: rgba(7, 15, 31, 0.42);
  color: #fff;
  border: 0;
  cursor: pointer;
}

.product-film__trigger[hidden] {
  display: none;
}

.product-film__trigger-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 4px;
  background: var(--dx-orange);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(245, 100, 37, 0.35);
  transition: transform 180ms ease, background 180ms ease;
}

.product-film__trigger-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.product-film__trigger:hover .product-film__trigger-icon {
  background: #dc4d10;
  transform: scale(1.05);
}

.product-film__trigger strong {
  font-size: 17px;
}

.product-film__trigger small {
  color: #cbd5e3;
  font-size: 11px;
  font-weight: 650;
}

.product-film-section__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.product-film-section__meta span {
  padding: 15px 18px;
  color: #aeb9ca;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 10px;
  font-weight: 720;
  text-align: center;
}

.product-film-section__meta span:last-child {
  border-right: 0;
}

.home-intro {
  padding-block: 112px;
  background: #fff;
}

.home-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 92px;
  align-items: start;
}

.home-intro h2,
.audience-section h2,
.platform-breadth h2,
.section-heading h2,
.connections-section h2,
.ai-scope-section h2,
.platform-foundation h2,
.faq-section h2 {
  margin: 0;
  color: var(--dx-ink);
  font-size: 46px;
  line-height: 1.14;
  letter-spacing: 0;
}

.home-intro__copy {
  padding-top: 29px;
  border-top: 3px solid var(--dx-orange);
}

.home-intro__copy p {
  margin: 0;
  color: #536075;
  font-size: 18px;
  line-height: 1.75;
}

.home-intro__copy p + p {
  margin-top: 20px;
}

.audience-section {
  padding-block: 0 104px;
  background: #fff;
}

.audience-section__grid {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 88px;
  padding-top: 76px;
  border-top: 1px solid var(--dx-border);
}

.audience-section h2 {
  font-size: 39px;
}

.audience-section header > p:last-child,
.connections-section header > p:last-child,
.faq-section header > p:not(.dx-eyebrow) {
  margin: 22px 0 0;
  color: var(--dx-muted);
  font-size: 15px;
  line-height: 1.72;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--dx-border-strong, #cbd4df);
  border-bottom: 1px solid var(--dx-border-strong, #cbd4df);
}

.audience-list article {
  min-height: 190px;
  padding: 25px 28px;
}

.audience-list article:nth-child(even) {
  border-left: 1px solid var(--dx-border);
}

.audience-list article:nth-child(-n + 2) {
  border-bottom: 1px solid var(--dx-border);
}

.audience-list span,
.connections-list article > p {
  margin: 0;
  color: var(--dx-orange-dark);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.audience-list h3 {
  margin: 34px 0 0;
  color: var(--dx-ink);
  font-size: 18px;
  line-height: 1.35;
}

.audience-list p {
  margin: 11px 0 0;
  color: var(--dx-muted);
  font-size: 13px;
  line-height: 1.65;
}

.platform-breadth {
  padding-block: 112px;
  background: var(--dx-surface-muted);
  border-top: 1px solid var(--dx-border);
  border-bottom: 1px solid var(--dx-border);
  scroll-margin-top: 88px;
}

.platform-breadth__lead {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 76px;
  align-items: center;
}

.platform-breadth h2 {
  font-size: 42px;
}

.platform-breadth header > p:not(.dx-eyebrow) {
  margin: 22px 0 0;
  color: var(--dx-muted);
  font-size: 16px;
  line-height: 1.75;
}

.platform-breadth__visual img {
  object-position: top center;
}

.platform-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 78px;
  border-top: 1px solid var(--dx-border-strong, #cbd4df);
  border-left: 1px solid var(--dx-border-strong, #cbd4df);
}

.platform-family-grid article {
  min-height: 315px;
  padding: 30px 28px 28px;
  background: rgba(255, 255, 255, 0.46);
  border-right: 1px solid var(--dx-border-strong, #cbd4df);
  border-bottom: 1px solid var(--dx-border-strong, #cbd4df);
}

.platform-family-grid article > span {
  color: var(--dx-orange-dark);
  font-size: 11px;
  font-weight: 850;
}

.platform-family-grid h3 {
  margin: 30px 0 0;
  color: var(--dx-ink);
  font-size: 22px;
  line-height: 1.3;
}

.platform-family-grid article > p {
  min-height: 46px;
  margin: 11px 0 0;
  color: var(--dx-muted);
  font-size: 13px;
  line-height: 1.65;
}

.platform-family-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  padding: 18px 0 0;
  margin: 19px 0 0;
  border-top: 1px solid var(--dx-border);
  list-style: none;
}

.platform-family-grid li {
  position: relative;
  padding-left: 12px;
  color: #465166;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.platform-family-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 2px;
  background: var(--dx-orange);
}

.product-showcase {
  padding-block: 108px 116px;
  background: var(--dx-surface-muted);
  border-top: 1px solid var(--dx-border);
  border-bottom: 1px solid var(--dx-border);
  scroll-margin-top: 88px;
}

.section-heading {
  max-width: 790px;
}

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

.section-heading > p:last-child {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--dx-muted);
  font-size: 17px;
  line-height: 1.7;
}

.showcase-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-bottom: 1px solid var(--dx-border-strong, #cbd4df);
}

.showcase-tabs button {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  min-height: 88px;
  padding: 17px 18px 19px;
  background: transparent;
  color: var(--dx-muted);
  border: 0;
  border-right: 1px solid var(--dx-border);
  text-align: left;
  cursor: pointer;
}

.showcase-tabs button:last-child {
  border-right: 0;
}

.showcase-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: var(--dx-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.showcase-tabs button[aria-selected="true"] {
  background: #fff;
  color: var(--dx-navy);
}

.showcase-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.showcase-tabs button > span {
  grid-row: 1 / 3;
  color: var(--dx-orange-dark);
  font-size: 12px;
  font-weight: 850;
}

.showcase-tabs strong {
  color: var(--dx-ink);
  font-size: 14px;
}

.showcase-tabs small {
  margin-top: 3px;
  color: var(--dx-muted);
  font-size: 11px;
}

.showcase-panels {
  padding-top: 48px;
}

.showcase-panel {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

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

.showcase-panel.is-active .product-frame {
  animation: dx-panel-enter 360ms ease both;
}

.showcase-panel__copy h3 {
  margin: 0;
  color: var(--dx-ink);
  font-size: 31px;
  line-height: 1.24;
}

.showcase-panel__copy > p:last-child {
  margin: 18px 0 0;
  color: var(--dx-muted);
  font-size: 16px;
  line-height: 1.72;
}

.product-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd7e1;
  border-radius: 8px;
  box-shadow: 0 26px 58px -32px rgba(15, 23, 42, 0.55);
}

.product-frame::before {
  content: "";
  display: block;
  height: 30px;
  background: #fff;
  border-bottom: 1px solid var(--dx-border);
}

.product-frame::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 6px;
  height: 6px;
  background: var(--dx-orange);
  border-radius: 50%;
  box-shadow: 12px 0 0 #f0bd3d, 24px 0 0 #26a985;
}

.product-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.product-frame figcaption {
  padding: 10px 14px;
  background: #fff;
  color: #758195;
  border-top: 1px solid var(--dx-border);
  font-size: 10px;
  font-weight: 650;
}

.connections-section {
  padding-block: 96px;
  background: #fff;
}

.connections-section__grid {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 88px;
  align-items: start;
}

.connections-section h2 {
  font-size: 37px;
}

.connections-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--dx-border-strong, #cbd4df);
  border-bottom: 1px solid var(--dx-border-strong, #cbd4df);
}

.connections-list article {
  min-height: 230px;
  padding: 28px 24px;
  border-right: 1px solid var(--dx-border);
}

.connections-list article:first-child {
  padding-left: 0;
}

.connections-list article:last-child {
  border-right: 0;
}

.connections-list article:nth-child(2) > p {
  color: #14836f;
}

.connections-list article:nth-child(3) > p {
  color: #6d5bb6;
}

.connections-list h3 {
  margin: 46px 0 0;
  color: var(--dx-ink);
  font-size: 23px;
  line-height: 1.25;
}

.connections-list span {
  display: block;
  margin-top: 13px;
  color: var(--dx-muted);
  font-size: 13px;
  line-height: 1.65;
}

.workflow-section {
  padding-block: 110px 118px;
  background: #101b35;
  color: #fff;
}

.section-heading--light h2 {
  color: #fff;
}

.section-heading--light > p:last-child {
  margin-left: 0;
  color: #aeb9cb;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 62px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.workflow-steps li {
  min-height: 245px;
  padding: 35px 26px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.workflow-steps li:nth-child(3n) {
  border-right: 0;
}

.workflow-steps li:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.workflow-steps span {
  color: #ff9a70;
  font-size: 12px;
  font-weight: 850;
}

.workflow-steps h3 {
  margin: 45px 0 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.25;
}

.workflow-steps p {
  margin: 14px 0 0;
  color: #aeb9cb;
  font-size: 14px;
  line-height: 1.7;
}

.ai-scope-section {
  padding-block: 118px;
  background: #fff;
}

.ai-scope-section__grid {
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.ai-scope-section__copy > p:not(.dx-eyebrow) {
  margin: 24px 0 0;
  color: var(--dx-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ai-scope-section__copy ul {
  padding: 0;
  margin: 34px 0 0;
  border-top: 1px solid var(--dx-border);
  list-style: none;
}

.ai-scope-section__copy li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--dx-border);
}

.ai-scope-section__copy li strong {
  color: var(--dx-ink);
  font-size: 13px;
}

.ai-scope-section__copy li span {
  color: var(--dx-muted);
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: var(--dx-navy);
  font-size: 14px;
  font-weight: 800;
}

.text-link span {
  color: var(--dx-orange);
  font-size: 18px;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.product-frame--ai {
  transform: perspective(1400px) rotateY(-4deg);
  transform-origin: right center;
}

.platform-foundation {
  padding-block: 104px;
  background: var(--dx-surface-muted);
  border-top: 1px solid var(--dx-border);
}

.platform-foundation__inner {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 90px;
}

.platform-foundation h2 {
  font-size: 37px;
}

.platform-foundation__copy {
  margin: 22px 0 0;
  color: var(--dx-muted);
  font-size: 14px;
  line-height: 1.7;
}

.platform-foundation__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--dx-border-strong, #cbd4df);
  border-bottom: 1px solid var(--dx-border-strong, #cbd4df);
}

.platform-foundation__list > div {
  min-height: 240px;
  padding: 28px 22px;
  border-right: 1px solid var(--dx-border);
}

.platform-foundation__list > div:first-child {
  padding-left: 0;
}

.platform-foundation__list > div:last-child {
  border-right: 0;
}

.platform-foundation__list span {
  color: var(--dx-orange-dark);
  font-size: 11px;
  font-weight: 850;
}

.platform-foundation__list strong {
  display: block;
  margin-top: 48px;
  color: var(--dx-ink);
  font-size: 17px;
  line-height: 1.4;
}

.platform-foundation__list p {
  margin: 12px 0 0;
  color: var(--dx-muted);
  font-size: 13px;
  line-height: 1.65;
}

.faq-section {
  padding-block: 112px;
  background: #fff;
  scroll-margin-top: 88px;
}

.faq-section__grid {
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  gap: 92px;
  align-items: start;
}

.faq-section h2 {
  font-size: 40px;
}

.faq-list {
  border-top: 1px solid var(--dx-border-strong, #cbd4df);
}

.faq-list details {
  border-bottom: 1px solid var(--dx-border);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 0;
  color: var(--dx-ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary:focus-visible {
  outline: 2px solid rgba(245, 100, 37, 0.38);
  outline-offset: -2px;
}

.faq-item__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: var(--dx-navy);
  border: 1px solid var(--dx-border-strong, #cbd4df);
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
}

.faq-item__icon::before {
  content: "+";
}

.faq-list details[open] .faq-item__icon::before {
  content: "-";
}

.faq-list details[open] summary {
  color: var(--dx-navy);
}

.faq-list details > p {
  max-width: 680px;
  margin: -3px 58px 25px 0;
  color: var(--dx-muted);
  font-size: 15px;
  line-height: 1.75;
}

.home-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.home-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes dx-panel-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .dx-home-hero .dx-hero__content {
    max-width: 540px;
  }

  .home-intro__grid {
    gap: 54px;
  }

  .audience-section__grid,
  .connections-section__grid,
  .faq-section__grid {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 48px;
  }

  .showcase-panel {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 30px;
  }

  .ai-scope-section__grid {
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 45px;
  }

  .platform-foundation__inner {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 48px;
  }
}

@media (max-width: 960px) {
  .dx-home-hero.is-three-ready .dx-home-hero__fallback {
    opacity: 0;
  }

  .dx-home-hero.is-three-ready .dx-home-hero__canvas {
    opacity: 0.78;
  }

  .dx-home-hero__fallback img {
    object-position: 66% center;
    opacity: 0.1;
  }

  .dx-home-hero__fallback::after {
    background: rgba(8, 16, 32, 0.7);
  }

  .dx-home-hero .dx-hero__content {
    max-width: 650px;
  }

  .home-intro,
  .product-film-section,
  .platform-breadth,
  .product-showcase,
  .connections-section,
  .workflow-section,
  .ai-scope-section,
  .platform-foundation,
  .faq-section {
    padding-block: 86px;
  }

  .audience-section {
    padding-bottom: 86px;
  }

  .home-intro__grid,
  .product-film-section__header,
  .audience-section__grid,
  .platform-breadth__lead,
  .connections-section__grid,
  .ai-scope-section__grid,
  .platform-foundation__inner,
  .faq-section__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .product-film-section__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-film-section__meta span:nth-child(2) {
    border-right: 0;
  }

  .product-film-section__meta span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .platform-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 60px;
  }

  .audience-section__grid {
    padding-top: 68px;
  }

  .home-intro__copy {
    padding-top: 22px;
  }

  .showcase-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-tabs button:nth-child(-n + 2) {
    border-bottom: 1px solid var(--dx-border);
  }

  .showcase-panel {
    grid-template-columns: 1fr;
  }

  .showcase-panel__copy {
    max-width: 690px;
  }

  .workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-steps li,
  .workflow-steps li:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .workflow-steps li:nth-child(even) {
    border-right: 0;
  }

  .workflow-steps li:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .workflow-steps li:nth-child(n + 5) {
    border-bottom: 0;
  }

  .product-frame--ai {
    transform: none;
  }

  .platform-foundation__list > div {
    min-height: 220px;
  }

  .platform-foundation__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-foundation__list > div:nth-child(2) {
    border-right: 0;
  }

  .platform-foundation__list > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--dx-border);
  }

  .faq-section header {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .dx-home-hero {
    min-height: 680px;
  }

  .dx-home-hero .dx-hero__inner {
    min-height: 680px;
    padding-block: 66px 132px;
  }

  .dx-home-hero.is-three-ready .dx-home-hero__canvas {
    opacity: 0.7;
  }

  .dx-home-hero__rail {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 99px;
  }

  .dx-home-hero__rail span {
    min-height: 33px;
    padding: 0 8px;
    font-size: 9px;
  }

  .dx-home-hero__rail span:nth-child(2) {
    border-right: 0;
  }

  .dx-home-hero__rail span:nth-child(4),
  .dx-home-hero__rail span:nth-child(6) {
    border-right: 0;
  }

  .dx-home-hero__rail span:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-intro h2,
  .product-film-section h2,
  .audience-section h2,
  .platform-breadth h2,
  .section-heading h2,
  .connections-section h2,
  .ai-scope-section h2,
  .platform-foundation h2,
  .faq-section h2 {
    font-size: 34px;
  }

  .product-film-section__header {
    gap: 34px;
  }

  .product-film {
    margin-top: 42px;
  }

  .product-film__trigger-icon {
    width: 48px;
    height: 48px;
  }

  .product-film__trigger strong {
    font-size: 12px;
  }

  .product-film__trigger small {
    display: none;
  }

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

  .product-film-section__meta span,
  .product-film-section__meta span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .product-film-section__meta span:last-child {
    border-bottom: 0;
  }

  .audience-section {
    padding-bottom: 72px;
  }

  .audience-section__grid {
    padding-top: 58px;
  }

  .audience-list,
  .connections-list {
    grid-template-columns: 1fr;
  }

  .platform-family-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .platform-family-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .platform-family-grid article > p {
    min-height: 0;
  }

  .audience-list article {
    min-height: 150px;
    padding-block: 21px;
  }

  .audience-list article:nth-child(even) {
    border-left: 0;
  }

  .audience-list article:not(:last-child) {
    border-bottom: 1px solid var(--dx-border);
  }

  .connections-list article,
  .connections-list article:first-child {
    min-height: 160px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--dx-border);
  }

  .connections-list article:last-child {
    border-bottom: 0;
  }

  .connections-list h3 {
    margin-top: 24px;
  }

  .home-intro__copy p {
    font-size: 16px;
  }

  .section-heading > p:last-child {
    font-size: 15px;
  }

  .showcase-tabs {
    margin-top: 42px;
  }

  .showcase-tabs button {
    min-height: 82px;
    padding: 14px 10px;
  }

  .showcase-tabs small {
    font-size: 10px;
  }

  .showcase-panels {
    padding-top: 34px;
  }

  .showcase-panel__copy h3 {
    font-size: 27px;
  }

  .showcase-panel__copy > p:last-child {
    font-size: 15px;
  }

  .product-frame::before {
    height: 24px;
  }

  .product-frame::after {
    top: 9px;
    left: 11px;
    width: 5px;
    height: 5px;
    box-shadow: 10px 0 0 #f0bd3d, 20px 0 0 #26a985;
  }

  .product-frame figcaption {
    font-size: 9px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-steps li,
  .workflow-steps li:first-child {
    min-height: 220px;
    padding: 28px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .workflow-steps li:last-child {
    border-bottom: 0;
  }

  .workflow-steps h3 {
    margin-top: 34px;
  }

  .ai-scope-section__copy li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .platform-foundation__list {
    grid-template-columns: 1fr;
  }

  .platform-foundation__list > div,
  .platform-foundation__list > div:first-child {
    min-height: 170px;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--dx-border);
  }

  .platform-foundation__list > div:last-child {
    border-bottom: 0;
  }

  .platform-foundation__list strong {
    margin-top: 26px;
  }

  .faq-section__grid {
    gap: 34px;
  }

  .faq-list summary {
    gap: 18px;
    padding: 21px 0;
    font-size: 16px;
  }

  .faq-item__icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .faq-list details > p {
    margin-right: 0;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .dx-home-hero {
    min-height: 700px;
  }

  .dx-home-hero .dx-hero__inner {
    min-height: 700px;
  }

  .showcase-tabs button {
    grid-template-columns: 22px minmax(0, 1fr);
    column-gap: 6px;
  }

  .showcase-tabs button > span {
    font-size: 10px;
  }

  .showcase-tabs strong {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-panel.is-active .product-frame {
    animation: none;
  }

  .home-motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
