/* Product page - Figma frame 2086:286 (1280px desktop reference). */

.product-page {
  --product-ink: #1d1d1d;
  --product-muted: #646464;
  --product-placeholder: #858585;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  color: var(--product-ink);
  font-weight: 400;
}

.product-page section {
  padding: 0;
}

.product-page .product-wrap {
  width: 100%;
  padding-right: 64px;
  padding-left: 64px;
}

.product-button {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #262626;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.product-button--dark {
  background: #262626;
  color: #fff;
}

.product-button--dark:hover {
  background: #000;
}

.product-button--outline {
  background: #fff;
  color: #262626;
}

.product-button--outline:hover {
  background: #f3f3f3;
}

.product-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 506px;
  margin-left: -50vw;
  padding: 0 !important;
  isolation: isolate;
  overflow: hidden;
  background: #020200;
  color: #fff;
}

.product-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #020200 url('../assets/images/product/product-hero-bg.jpg') center /
    cover no-repeat;
}

.product-nav {
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(560px, calc(100% - 48px));
  height: 56px;
  padding: 0 16px;
  border-radius: 8px;
  background: #191919;
}

.product-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-white);
  flex: none;
}

.product-nav__mark {
  display: inline-flex;
  align-items: center;
}

.product-nav__mark svg {
  height: 24px;
  width: auto;
}

.product-nav__word {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

.product-nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}

.product-nav__links > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--brand-white);
  transition: opacity 140ms ease;
}

.product-nav__links > a:not(.product-nav__cta):hover {
  opacity: 0.75;
}

.product-nav__cta {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--brand-white);
  color: #1d1d1d !important;
  font-weight: 500;
  transition: background-color 160ms ease;
}

.product-nav__cta:hover {
  background: #ececec;
  opacity: 1 !important;
}

.product-nav__burger {
  display: none;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 24px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
}

.product-nav__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--brand-white);
  border-radius: 1px;
}

.product-nav__drawer {
  display: none;
}

.product-hero__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 100px 64px 80px;
  text-align: center;
}

.product-hero h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.product-hero__content > p {
  width: min(650px, 100%);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.82);
}

.product-hero .product-button--dark {
  border-color: #fff;
  background: #fff;
  color: #262626;
}

.product-hero .product-button--dark:hover {
  background: #ececec;
}

.product-hero .product-button--outline {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.product-hero .product-button--outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.product-actions {
  display: flex;
  gap: 16px;
}

.company-brain-heading {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.company-brain-heading p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.company-brain-heading h2 {
  width: 800px;
  max-width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.truth-section {
  display: flex;
  min-height: 624px;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.truth-desktop {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.truth-mobile {
  display: none;
}

.truth-tabs {
  display: grid;
  height: 56px;
  grid-template-columns: repeat(3, 1fr);
}

.truth-tabs button {
  position: relative;
  border: 0;
  border-left: 1px solid #eaeaea;
  background: transparent;
  color: #8b8b8b;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 180ms ease, color 180ms ease, font-weight 180ms ease;
}

.truth-tabs button:first-child {
  border-left: 0;
}

.truth-tabs button:hover,
.truth-tabs button:focus-visible {
  background: #f3f6ff;
  color: #3262ff;
}

.truth-tabs button.is-active {
  background: #e8eeff;
  color: #3262ff;
  font-weight: 500;
}

.truth-tabs button:focus-visible {
  z-index: 1;
  outline: 2px solid #3262ff;
  outline-offset: -2px;
}

.truth-content {
  display: flex;
  min-height: 472px;
  align-items: center;
  gap: 48px;
}

.product-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: var(--product-placeholder);
}

.truth-content__visual {
  overflow: hidden;
  width: 576px;
  height: 472px;
  flex: 0 0 auto;
  border-radius: 0;
  background: #797979;
}

.truth-content__image {
  width: 100%;
  height: 100%;
  animation: truth-panel-enter 260ms ease-out;
  object-fit: cover;
}

@keyframes truth-panel-enter {
  from {
    opacity: 0;
    transform: scale(1.015);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.truth-content__copy {
  display: flex;
  width: 330px;
  flex-direction: column;
  gap: 24px;
}

.truth-content__copy h2 {
  color: #141414;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.truth-content__copy p {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 1.5;
}

.product-copy-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.product-intro {
  display: flex;
  max-width: 1152px;
  flex-direction: column;
  gap: 32px;
  padding-top: 64px;
  border-top: 1px solid rgba(29, 29, 29, 0.55);
}

.product-intro__eyebrow {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.4 !important;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--product-ink) !important;
}

.product-intro h2 {
  width: 577px;
  max-width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.product-intro > p {
  width: 598px;
  max-width: 100%;
  color: var(--product-muted);
  font-size: 16px;
  line-height: 1.4;
}

.product-copy-section:has(.product-intro__eyebrow) {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.product-copy-section:has(.product-intro__eyebrow) .product-intro {
  gap: 32px;
}

.product-copy-section:has(.product-intro__eyebrow) .product-intro h2 {
  width: 494px;
  line-height: 1;
}

.product-visual-section {
  height: 600px;
  padding-bottom: 64px;
}

.product-visual-section .product-placeholder {
  height: 536px;
}

.context-composer-visual {
  position: relative;
  height: 536px;
  overflow: hidden;
  border-radius: 8px;
}

.context-composer-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-section {
  min-height: 500px;
  padding-top: 64px !important;
  padding-bottom: 24px !important;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 64px;
}

.process-card__visual {
  overflow: hidden;
  width: 100%;
  height: 180px;
  margin-bottom: 32px;
  border-radius: 8px;
}

.process-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-card h3,
.code-features h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.process-card p,
.code-features p {
  color: var(--product-muted);
  font-size: 16px;
  line-height: 1.4;
}

.process-copy--mobile {
  display: none;
}

.agent-options {
  display: grid;
  min-height: 584px;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.agent-options article {
  display: flex;
  flex-direction: column;
}

.agent-options h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.agent-options h3::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #141414;
  content: '';
}

.agent-options p {
  min-height: 96px;
  margin-bottom: 24px;
  color: var(--product-muted);
  font-size: 16px;
  line-height: 1.5;
}

.agent-visual {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 354px;
  margin-top: auto;
  border-radius: 8px;
}

.agent-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.agent-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-copy--mobile {
  display: none;
}

/* Breaks out of the 1280px page column so the dark band spans the viewport,
   while its content stays on the same column as the rest of the page. */
.developer-block {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #020200;
  color: #fff;
}

.developer-block > .product-wrap {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.developer-banner {
  position: relative;
  display: flex;
  height: 640px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 104px !important;
  background: #020200 url('../assets/images/product/developer-banner.png') center /
    cover no-repeat;
  text-align: center;
  color: #fff;
}

.developer-banner h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.developer-banner p {
  font-size: 16px;
  line-height: 1.4;
}

.code-features {
  display: grid;
  min-height: 327px;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 48px !important;
  padding-bottom: 32px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.code-features article {
  padding-right: 20px;
}

.code-features article > span {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 48px;
  background: #e44aff;
}

.code-features .code-feature--2 > span {
  background: #f37e00;
}

.code-features .code-feature--3 > span {
  background: #aadee9;
}

.code-features .code-feature--4 > span {
  background: #3262ff;
}

.code-features h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.code-features p {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.005em;
}

.stack-copy .product-intro {
  border-top-color: rgba(255, 255, 255, 0.55);
}

.stack-copy .product-intro h2,
.stack-copy .product-intro > p {
  color: #fff;
}

/* The logo strip reads as a continuous ribbon, so it ignores the page column
   and runs the full width of the viewport. */
.developer-block > .stack-visual {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.stack-visual {
  background: #020200;
  height: 306px;
  padding-bottom: 16px !important;
}

.stack-visual__image {
  height: 290px;
  overflow: hidden;
}

.product-page .product-security {
  padding: 64px 0;
}

.faq-section {
  min-height: 818px;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.faq-section > h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.faq-list article {
  border-top: 1px solid #d8d8d8;
}

.faq-list article:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.faq-list button {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.faq-list button span:last-child {
  font-size: 26px;
  font-weight: 400;
}

.faq-list article > p {
  max-width: 760px;
  padding: 0 48px 24px 0;
  color: var(--product-muted);
  font-size: 16px;
  line-height: 1.5;
}

.product-cta {
  height: 416px;
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.product-cta > div {
  display: flex;
  height: 324px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f37e00 url('../assets/images/product/cta-bg.jpg') center / cover
    no-repeat;
  text-align: center;
  color: #fff;
}

.product-cta h2 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.product-cta p {
  width: 526px;
  max-width: calc(100% - 32px);
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.product-cta .product-button {
  border-color: #fff;
  background: #fff;
  color: var(--product-ink);
}

/* Mirrors the homepage light footer rhythm (see Home.css). */
.product-footer__top-rule,
.product-footer__divider {
  height: 1px;
  background: #1d1d1d;
}

.product-footer__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 68px;
}

.product-footer__brand {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  color: #1d1d1d;
}

.product-footer__mark {
  display: block;
  flex: none;
  width: 73px;
  height: 83px;
}

.product-footer__word {
  font-size: 98px;
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.04em;
}

.product-footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 58px;
  row-gap: 24px;
  justify-self: end;
  font-size: 16px;
  line-height: 1.4;
}

.product-footer__contact a {
  text-decoration: underline;
}

.product-footer__divider {
  margin-top: 100px;
}

.product-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 48px;
}

.product-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  font-size: 14px;
  font-weight: 500;
}

.product-footer nav a {
  text-decoration: underline;
}

.product-footer__copy {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #52525b;
  white-space: nowrap;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .product-page .product-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .agent-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .product-page .product-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }

  .product-hero__content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .truth-content__visual {
    width: 52%;
  }

  .process-grid,
  .code-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-card p {
    max-width: 300px;
  }

  .code-features {
    min-height: auto;
    row-gap: 56px;
  }
}

@media (max-width: 1024px) {
  .product-footer__word {
    font-size: clamp(48px, 12vw, 98px);
  }

  .product-footer__mark {
    width: clamp(40px, 10vw, 73px);
    height: auto;
  }
}

@media (max-width: 640px) {
  .product-page .product-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-hero {
    min-height: 720px;
    padding: 0 !important;
  }

  .product-nav {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 56px;
    border-radius: 0;
    padding: 0 16px;
    flex-wrap: nowrap;
  }

  .product-nav__links {
    display: none;
  }

  .product-nav__burger {
    display: flex;
  }

  .product-nav__drawer {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    padding: 8px 16px 16px;
    background: #191919;
    z-index: 10;
  }

  .product-nav__drawer a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--brand-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .product-nav__drawer a:last-child {
    border-bottom: 0;
  }

  .product-nav__drawer .product-nav__cta {
    display: inline-flex;
    margin-top: 8px;
    width: 100%;
    justify-content: center;
    color: #1d1d1d;
  }

  .product-hero__content {
    justify-content: flex-start;
    padding: clamp(92px, 15vh, 136px) 16px 64px;
  }

  .product-hero h1 {
    font-size: 40px;
    line-height: 1.15;
  }

  .product-hero h1 br {
    display: none;
  }

  .product-actions {
    width: 100%;
    flex-direction: column;
  }

  .product-actions .product-button {
    width: 100%;
  }

  .truth-section {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .truth-tabs {
    height: auto;
    grid-template-columns: 1fr;
  }

  .truth-tabs button {
    height: 48px;
    border-top: 1px solid #eaeaea;
    border-left: 0;
  }

  .truth-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .truth-content__visual {
    width: 100%;
    height: 320px;
  }

  .truth-content__copy {
    width: 100%;
  }

  .truth-content__copy h2,
  .product-intro h2,
  .developer-banner h2,
  .product-cta h2 {
    font-size: 34px;
  }

  .product-copy-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .product-intro {
    padding-top: 40px;
  }

  .product-visual-section {
    height: 400px;
    padding-bottom: 40px;
  }

  .product-visual-section .product-placeholder {
    height: 360px;
  }

  .process-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .process-grid,
  .agent-options,
  .code-features {
    grid-template-columns: 1fr;
  }

  .process-card__visual {
    height: 220px;
  }

  .agent-options {
    gap: 64px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .agent-options p {
    min-height: auto;
  }

  .agent-options .product-placeholder {
    height: 260px;
  }

  .developer-banner {
    height: 440px;
    padding: 64px 24px 0 !important;
  }

  .code-features {
    padding-top: 40px !important;
    padding-bottom: 48px !important;
  }

  .code-features article > span {
    margin-bottom: 28px;
  }

  .product-page .product-security {
    padding: 48px 0;
  }

  .faq-section {
    min-height: auto;
    padding-top: 48px !important;
    padding-bottom: 64px !important;
  }

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

  .product-cta {
    height: 370px;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .product-cta > div {
    height: 322px;
    padding: 32px 16px;
  }

  .product-footer .product-wrap {
    display: flex;
    flex-direction: column;
  }

  .product-footer__body,
  .product-footer__bottom {
    display: contents;
  }

  .product-footer__brand {
    order: 1;
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .product-footer__mark {
    width: 49px;
    height: 55px;
  }

  .product-footer__word {
    font-size: 65px;
    letter-spacing: -0.04em;
  }

  .product-footer__divider {
    display: none;
  }

  .product-footer nav {
    order: 2;
    padding-bottom: 80px;
  }

  .product-footer__contact {
    order: 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .product-footer__copy {
    order: 4;
    margin-top: 80px;
    padding-bottom: 32px;
    white-space: normal;
  }

  /* Mobile layout follows the dedicated 376px Figma composition. */
  .product-hero {
    min-height: 598px;
  }

  .product-hero__content {
    gap: 24px;
  }

  .product-hero h1 {
    width: 344px;
    max-width: 100%;
    font-size: 40px;
    line-height: 1.15;
  }

  .product-hero h1 br {
    display: block;
  }

  .product-hero__content > p {
    width: 344px;
    max-width: 100%;
    line-height: 1.4;
  }

  .product-actions {
    gap: 16px;
    margin-top: 16px;
  }

  .company-brain-heading {
    min-height: 364px;
    gap: 32px;
    padding: 80px 16px 0 !important;
  }

  .company-brain-heading p {
    font-size: 16px;
  }

  .company-brain-heading h2 {
    width: 344px;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .truth-section {
    min-height: 0;
    padding: 0;
  }

  .truth-desktop {
    display: none;
  }

  .truth-mobile {
    display: block;
  }

  .truth-mobile article {
    padding-top: 40px;
    border-top: 1px solid #1d1d1d;
  }

  .truth-mobile article:first-child {
    padding-top: 64px;
    border-top: 0;
  }

  .truth-mobile__copy {
    display: flex;
    min-height: 269px;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px 24px;
  }

  .truth-mobile__copy > p {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .truth-mobile__copy h2 {
    width: 344px;
    max-width: 100%;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .truth-mobile__copy span {
    width: 344px;
    max-width: 100%;
    color: var(--product-muted);
    font-size: 16px;
    line-height: 1.4;
  }

  .truth-mobile__visual {
    overflow: hidden;
    width: 100%;
    height: 480px;
    margin: 0 0 40px;
    background: #f3f3f3;
  }

  .truth-mobile__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .question-copy {
    min-height: 333px;
    padding: 40px 16px 24px !important;
  }

  .question-copy .product-intro {
    gap: 24px;
    padding-top: 64px;
  }

  .question-copy .product-intro h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .product-visual-section {
    height: auto;
    padding: 0 16px 40px;
  }

  .context-composer-visual {
    height: auto;
  }

  .context-composer-visual img {
    display: block;
    height: auto;
  }

  .how-copy {
    min-height: 259px;
    padding: 40px 16px 24px !important;
  }

  .how-copy .product-intro {
    padding-top: 64px;
  }

  .how-copy .product-intro h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .process-section {
    min-height: 696px;
    padding: 16px 16px 0 !important;
  }

  .process-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }

  .process-card {
    min-height: 128px;
  }

  .process-card__visual {
    display: block;
    height: 200px;
    margin-bottom: 24px;
  }

  .process-card__visual img {
    object-fit: contain;
  }

  .process-card h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .process-card p {
    font-size: 16px;
  }

  .process-copy--desktop {
    display: none;
  }

  .process-copy--mobile {
    display: inline;
  }

  .process-section > .product-button {
    width: 100%;
  }

  .agents-copy {
    min-height: 259px;
    padding: 40px 16px 24px !important;
  }

  .agents-copy .product-intro {
    padding-top: 64px;
  }

  .agents-copy .product-intro h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .agent-options {
    display: block;
    padding: 0 16px !important;
  }

  .agent-options article {
    min-height: 582px;
    padding-top: 0;
  }

  .agent-options article + article {
    min-height: 598px;
    padding-top: 0;
  }

  .agent-options h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.35;
  }

  .agent-options h3::before {
    display: none;
  }

  .agent-options p {
    min-height: 120px;
    margin-bottom: 24px;
  }

  .agent-copy--desktop {
    display: none;
  }

  .agent-copy--mobile {
    display: inline;
  }

  .agent-visual {
    width: 100%;
    height: 334px;
    margin: 0 0 64px;
    background: #f3f3f3;
  }

  .agent-visual img {
    object-fit: contain;
  }

  .developer-banner {
    height: 486px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 64px 16px 0 !important;
    background-color: #020200;
    background-image: url('../assets/images/product/developer-banner-mobile.png');
    background-position: center 94px;
    background-size: 718px 358px;
    text-align: left;
  }

  .developer-banner > div {
    width: 344px;
  }

  .developer-banner h2 {
    width: 333px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.1;
  }

  .developer-banner p {
    width: 344px;
  }

  .code-features {
    gap: 24px;
    padding: 0 16px 40px !important;
    border-top: 0;
  }

  .code-features article {
    min-height: 141px;
    padding: 0;
  }

  .code-features article > span {
    margin-bottom: 24px;
  }

  .stack-copy {
    padding: 0 16px 24px !important;
  }

  .stack-copy .product-intro {
    gap: 24px;
    padding-top: 48px;
    border-top-color: #fff;
  }

  .stack-copy .product-intro h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .stack-visual {
    height: 240px;
    padding: 0 0 24px !important;
  }

  .stack-visual__image {
    height: 216px;
  }

  .product-cta > div {
    background-image:
      url('../assets/images/product/cta-overlay-mobile.jpg'),
      url('../assets/images/product/cta-bg-mobile.jpg');
    background-position: center, center;
    background-size: auto 421px, auto 370px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .truth-tabs button {
    transition: none;
  }

  .truth-content__image {
    animation: none;
  }
}
