/* TMOE homepage sections */
/* RTL layout adjustments */
html[dir="rtl"] .how-arrow-connector {
  right: auto;
  left: 0;
  transform: translateX(-50%) scaleX(-1);
}
html[dir="rtl"] .hero-content,
html[dir="rtl"] .hero-title,
html[dir="rtl"] .hero-subtitle {
  text-align: start;
}
html[dir="rtl"] .hero-figure {
  right: auto;
  left: -2.75rem;
}
html[dir="rtl"] .commerce-gradient {
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0) 20%,
    rgba(233, 71, 67, 1) 100%
  );
}
html[dir="rtl"] .footer-ext-icon {
  transform: scaleX(-1);
}
html[dir="rtl"] body {
  font-family: "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
}
/* RTL-only logical border fixes (LTR keeps original Tailwind borders) */
html[dir="rtl"] .metrics-intro-panel {
  border-right: none !important;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.08) !important;
}
@media (min-width: 640px) {
  html[dir="rtl"] .metrics-cells-grid > article:nth-child(odd) {
    border-right: none !important;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
}
html[dir="rtl"] .about-cell + .about-cell {
  border-left: none !important;
  border-inline-start: 1px solid var(--stroke-light) !important;
}
html[dir="rtl"] .why-matrix-cols > div + div {
  border-left: none !important;
  border-inline-start: 1px solid var(--stroke-light) !important;
}
html[dir="rtl"] .commerce-grid > article + article {
  border-left: none !important;
  border-top: none !important;
  border-inline-start: 1px solid var(--stroke-light) !important;
}
@media (max-width: 767px) {
  html[dir="rtl"] .commerce-grid > article + article {
    border-inline-start: none !important;
    border-block-start: 1px solid var(--stroke-light) !important;
  }
}
.hero-wrap {
  position: relative;
  min-height: 30rem;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 44.25rem;
}
.hero-title {
  max-width: 44.25rem;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  color: rgba(12, 12, 10, 1);
}
.hero-subtitle {
  margin-top: 0.9rem;
  max-width: 31.5rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.24;
  color: rgba(12, 12, 10, 0.9);
}
.hero-cta {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  min-height: 2.45rem;
  padding: 0.52rem 1.22rem;
  border-radius: 4px;
  font-size: 1.01rem;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
  will-change: transform;
}
.hero-btn-primary {
  border: 3px solid transparent;
  background:
    linear-gradient(#0f0f0f, #0f0f0f) padding-box,
    linear-gradient(#0f0f0f, #0f0f0f) border-box;
  color: #fff;
  font-weight: 600;
}
.hero-btn-primary:hover {
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(
      120deg,
      #21ab85 0%,
      #000000 22%,
      #21ab85 40%,
      #a6b790 55%,
      #e94743 72%,
      #000000 86%,
      #e94743 100%
    ) border-box;
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.hero-btn-secondary {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: rgba(12, 12, 10, 0.95);
  font-weight: 500;
}
.hero-btn-secondary:hover {
  border-color: #d4d4d8;
  background: #ffffff;
  color: #0f0f0f;
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.hero-figure {
  position: absolute;
  right: -2.75rem;
  top: 51.5%;
  transform: translateY(-50%);
  z-index: 1;
  width: min(54vw, 43.5rem);
  pointer-events: none;
}
.hero-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .hero-wrap {
    min-height: 0;
    display: block;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-figure {
    position: static;
    transform: none;
    width: 100%;
    max-width: 36rem;
    margin: 2rem auto 0;
    pointer-events: auto;
  }
  html[dir="rtl"] .hero-figure {
    margin: 2rem auto 0 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hero-title {
    font-size: clamp(2.2rem, 8.4vw, 3.2rem);
    letter-spacing: -0.04em;
  }
}
/* How It Works — Figma typography */
.how-section {
  background: #fefefe;
}
.how-steps-grid > article:not(:first-child) {
  border-inline-start: 1px solid var(--stroke-light);
}
.how-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(12, 12, 10, 1);
}
.how-title {
  margin: 0;
  margin-top: 12px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 1);
}
.how-step-num {
  margin: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: -3px;
  color: #e8501a;
  opacity: 0.2;
}
.how-step-title-row {
  margin: 0;
  margin-top: 12px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(12, 12, 10, 1);
}
.how-step-desc {
  margin: 0;
  margin-top: 8px;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(12, 12, 10, 0.55);
}
.how-arrow-connector {
  position: absolute;
  right: 0;
  top: 2.75rem;
  z-index: 10;
  transform: translateX(50%);
  line-height: 0;
}
.how-arrow-connector img {
  display: block;
  width: 20px;
  height: 20px;
}
.how-learning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.how-footer-ribbon {
  border-top: 1px solid var(--stroke-light);
  border-left: 1px solid var(--stroke-light);
  border-right: 1px solid var(--stroke-light);
  border-bottom: 1px solid var(--stroke-light);
  background: #fff;
  padding: 1rem 1.5rem;
}
.how-footer-text {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(12, 12, 10, 0.9);
}
.how-footer-text em {
  font-style: italic;
  font-weight: 500;
}
.how-mobile-step {
  position: relative;
  padding: 2.25rem 1.5rem 1.75rem;
  text-align: center;
}
.how-mobile-step .how-step-desc {
  max-width: none;
}
.how-mobile-connector {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid rgba(232, 80, 26, 0.45); */
  background: #fff;
  z-index: 2;
  line-height: 0;
}
.how-mobile-connector img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .how-title {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }
  .how-step-num {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -2px;
  }
}
/* Metrics — The Network Today (Figma) */
.metrics-section {
  background-color: rgb(22, 23, 29);
}
.metrics-rule {
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.metrics-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.metrics-headline {
  margin: 0;
  margin-top: 12px;
  max-width: 338px;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1px;
  color: #fff;
}
.metrics-lede {
  margin: 0;
  margin-top: 24px;
  max-width: 338px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.95);
}
.metrics-markets {
  margin: 0;
  margin-top: 24px;
  max-width: 338px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.92);
}
.metrics-markets-accent {
  color: rgb(232, 80, 26);
}
.metrics-cell-label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.metrics-cell-value {
  margin: 0;
  margin-top: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(232, 80, 26);
}
.metrics-cell-desc {
  margin: 0;
  margin-top: 12px;
  max-width: 22rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .metrics-headline {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
  .metrics-cell-value {
    font-size: 40px;
  }
}
/* About — Who We Are (Figma) */
.about-section {
  background: #fefefe;
  color: rgba(12, 12, 10, 1);
}
.about-header {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--stroke-light);
}
@media (min-width: 768px) {
  .about-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 2.75rem;
  }
}
.about-eyebrow-wrap {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(12, 12, 10, 1);
}
.about-eyebrow-rule {
  flex-shrink: 0;
  width: 32px;
  height: 1px;
  background: rgba(12, 12, 10, 0.22);
}
.about-title {
  margin: 0;
  margin-top: 12px;
  max-width: 75rem;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 1);
}
.about-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-bottom: 1px solid var(--stroke-light);
}
@media (min-width: 768px) {
  .about-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-cell {
  margin: 0;
  padding: 2.5rem;
  border-bottom: 1px solid var(--stroke-light);
}
@media (min-width: 768px) {
  .about-cell {
    padding: 2.5rem 2.75rem;
    padding-bottom: 3rem;
    border-bottom: none;
  }
  .about-cell + .about-cell {
    border-left: 1px solid var(--stroke-light);
  }
}
.about-col-heading {
  margin: 0;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 1);
}
.about-col-body {
  margin: 0;
  margin-top: 16px;
  max-width: 35.5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(12, 12, 10, 1);
}
@media (max-width: 767px) {
  .about-title {
    font-size: clamp(1.75rem, 6vw, 2.75rem);
  }
}
/* Three Engines — The TMOE Architecture (Figma) */
.engines-section {
  background-color: rgb(22, 23, 29);
  color: #fff;
}
.engines-border {
  border-color: rgba(255, 255, 255, 0.09) !important;
}
.engines-header {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .engines-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 2.75rem;
  }
}
.engines-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.engines-title {
  margin: 0;
  margin-top: 12px;
  max-width: 76rem;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0;
  color: #fff;
}
.engines-lede {
  margin: 0;
  margin-top: 16px;
  max-width: 76rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.engines-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.engines-row:last-of-type {
  border-bottom: none;
}
.engines-copy {
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .engines-copy {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .engines-copy {
    padding: 2.5rem;
    padding-right: 2.75rem;
  }
}
.engines-card-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(134, 126, 142);
}
.engines-card-title {
  margin: 0;
  margin-top: 12px;
  max-width: 36rem;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.engines-card-body {
  margin: 0;
  margin-top: 16px;
  max-width: 36rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
}
.engines-explore {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.engines-explore:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}
.engines-media {
  min-height: 16rem;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
}
.engines-lottie {
  width: 100%;
  flex: 1 1 auto;
  min-height: 17.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engines-lottie--contain svg {
  width: 100% !important;
  height: auto !important;
}
.engines-media--illustration,
.engines-media--platform,
.engines-media--tech {
  padding: 9%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.engines-media--illustration {
  background-image: url("../../images/green_bg.webp");
}
.engines-media--platform {
  background-image: url("../../images/orange_bg.webp");
}
.engines-media--tech {
  background-image: url("../../images/red_bg.webp");
}
.engines-media--illustration .engines-lottie,
.engines-media--platform .engines-lottie,
.engines-media--tech .engines-lottie {
  min-height: 0;
  border-radius: 10.43px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .engines-lottie {
    min-height: 0;
  }
}
@media (max-width: 1023px) {
  .engines-media {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    min-height: 14rem;
  }
}
/* Why Us (Figma) */
.why-section {
  background: #fff;
  color: rgba(12, 12, 10, 1);
}
.why-header {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .why-header {
    padding-bottom: 2.75rem;
  }
}
.why-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(12, 12, 10, 1);
}
.why-title {
  margin: 0;
  margin-top: 12px;
  max-width: 76rem;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 1);
}
.why-matrix {
  margin-top: 2.75rem;
}
@media (min-width: 768px) {
  .why-matrix {
    margin-top: 3.25rem;
  }
}
.why-row {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 4.5rem;
  padding: 1.625rem 2rem;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .why-row {
    min-height: 4.75rem;
    padding: 1.75rem 2.25rem;
  }
}
.why-row-neg {
  font-weight: 500;
  color: rgba(12, 12, 10, 0.5);
}
.why-row-text-neg {
  text-decoration: line-through;
}
.why-row-pos {
  font-weight: 600;
  color: rgba(12, 12, 10, 1);
}
.why-bullet {
  flex-shrink: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 1px;
}
.why-bullet-muted {
  background: rgba(12, 12, 10, 0.22);
}
.why-bullet-accent {
  background: rgb(232, 80, 26);
}
.why-callout {
  padding: 2.75rem 1.5rem 3rem;
  text-align: center;
  background: #fff;
  border-top: 1px solid var(--stroke-light);
}
@media (min-width: 768px) {
  .why-callout {
    padding: 3.25rem 2rem 3.5rem;
  }
}
.why-callout-muted {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 0.45);
  text-align: center;
}
.why-callout-strong {
  margin: 0;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 1);
  text-align: center;
}
.why-accent {
  color: rgb(232, 80, 26);
}
@media (max-width: 767px) {
  .why-title {
    font-size: clamp(1.75rem, 6vw, 2.75rem);
  }
  .why-callout-muted {
    font-size: 24px;
  }
  .why-callout-strong {
    font-size: 24px;
  }
}
/* Network Commerce — three cards (Figma) */
.commerce-section {
  background: #fff;
  color: rgba(12, 12, 10, 1);
}
   
.commerce-header {
  margin: 0;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid var(--stroke-light);
}
@media (min-width: 768px) {
  .commerce-header {
    padding-bottom: 2.75rem;
  }
}
.commerce-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(12, 12, 10, 1);
}
.commerce-title {
  margin: 0;
  margin-top: 12px;
  max-width: 76rem;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 1);
}
.commerce-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  .commerce-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.commerce-card {
  margin: 0;
  padding: 2.25rem 1.5rem 2.75rem;
}
@media (min-width: 768px) {
  .commerce-card {
    padding: 40px;
  }
}
.commerce-card-num {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(232, 80, 26);
}
.commerce-card-heading {
  margin: 0;
  margin-top: 12px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(12, 12, 10, 1);
}
.commerce-card-desc {
  margin: 0;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(12, 12, 10, 1);
}
.commerce-card-visual {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  max-width: 100%;
  min-height: 11rem;
}
.commerce-card-visual svg {
  width: 100% !important;
  height: auto !important;
}
/* Insights — MarvelOf (Figma) */
.insights-section {
  background-color: rgb(22, 23, 29);
  color: #fff;
}
.insights-marvel-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.insights-marvel-header {
  margin: 0;
  padding: 2rem 1rem 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
@media (min-width: 768px) {
  .insights-marvel-header {
    padding: 2.5rem 2rem 2.25rem;
  }
}
@media (min-width: 1024px) {
  .insights-marvel-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.insights-marvel-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.insights-marvel-title {
  margin: 0;
  margin-top: 12px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.insights-marvel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.insights-marvel-grid > * + * {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
@media (min-width: 1024px) {
  .insights-marvel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .insights-marvel-grid > * + * {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
  }
}
.insights-marvel-copy {
  padding: 2rem 1rem;
  align-self: start;
}
@media (min-width: 768px) {
  .insights-marvel-copy {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .insights-marvel-copy {
    padding: 2.75rem 2.5rem 3rem;
  }
}
.insights-marvel-lede {
  margin: 0;
  margin-top: 28px;
  max-width: 36rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 29.75px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .insights-marvel-lede {
    font-size: 16px;
    margin-top: 0;
  }
}
.insights-marvel-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.insights-marvel-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.insights-marvel-list li:first-child {
  margin-top: 0;
}
.insights-marvel-bullet {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(232, 80, 26);
  margin-top: 1px;
}
.insights-marvel-cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.insights-marvel-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}
.insights-marvel-media {
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* min-height: 20rem; */
  background-color: #16171D;
  background-image: url("../../images/orange_bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .insights-marvel-media {
    order: 1;
  }
  .insights-marvel-copy {
    order: 2;
  }
}
.insights-marvel-zoom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: scale(1);
  transform-origin: bottom center;
  transition: transform 0.35s ease;
  will-change: transform;
}
.insights-marvel-img {
  display: block;
  width: 94%;
  margin-top: 24px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
.insights-marvel-grid:has(.insights-marvel-cta:hover) .insights-marvel-zoom,
.insights-marvel-grid:has(.insights-marvel-cta:focus-visible) .insights-marvel-zoom {
  transform: scale(1.04);
}
.insights-marvel-follow {
  margin-top: 3rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  .insights-marvel-follow {
    margin-top: 3.5rem;
  }
}
.insights-scaling-intro {
  margin: 0;
  padding-bottom: 2.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
@media (min-width: 768px) {
  .insights-scaling-intro {
    padding-bottom: 3rem;
  }
}
.insights-scaling-headline {
  margin: 0;
  margin-top: 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.insights-label-rails {
  margin: 0;
  padding: 0;
  text-align: center;
}
.insights-tech-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.insights-scaling-lede {
  margin: 0 auto;
  margin-top: 16px;
  max-width: 46rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.insights-tech-panel {
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-top: none;
}
.insights-tech-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.insights-tech-grid > * + * {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
@media (min-width: 768px) {
  .insights-tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .insights-tech-grid > * + * {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
  }
}
.insights-tech-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2.25rem 1.5rem 2.75rem;
  text-align: left;
}
@media (min-width: 768px) {
  .insights-tech-card {
    padding: 40px;
  }
}
.insights-tech-num {
  margin: 0;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: rgb(232, 80, 26);
}
.insights-tech-img {
  display: block;
  align-self: center;
  width: 234px;
  max-width: 100%;
  height: auto;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
.insights-tech-title {
  margin: 0;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 22rem;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: start;
  color: #fff;
}
.insights-tech-desc {
  margin: 0;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 22rem;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: start;
  color: #fff;
}
/* Our Network — partner rows + infinite marquee */
.network-section {
  background-color: rgb(22, 23, 29);
  --network-line: var(--stroke-dark);
}
.network-header {
  margin: 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--network-line);
}
@media (min-width: 768px) {
  .network-header {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
    .insights-tech-title {
      font-size: 20px;
    }
    .insights-tech-desc {
      font-size: 16px;
    }
}
.network-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.network-title {
  margin: 0;
  margin-top: 12px;
  max-width: 75.875rem;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
}
@media (min-width: 768px) {
  .network-title {
    font-size: 44px;
  }
}
.network-rows {
  margin: 0;
  display: flex;
  flex-direction: column;
  cursor: grab;
  touch-action: pan-y;
}
.network-rows.network-rows--dragging {
  cursor: grabbing;
  touch-action: none;
  user-select: none;
}
.network-rows.network-rows--holding .network-marquee-track,
.network-rows.network-rows--manual .network-marquee-track {
  animation-play-state: paused;
}
.network-row-label {
  margin: 0;
  padding: 1rem 0 0.75rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: start;
  color: #fff;
  border-bottom: 1px solid var(--network-line);
}
.network-row + .network-row .network-row-label {
  border-top: 1px solid var(--network-line);
}
@media (min-width: 768px) {
  .network-row-label {
    padding: 1.25rem 0 0.875rem;
  }
}
.network-marquee-viewport {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-left: 1px solid var(--network-line);
  border-right: 1px solid var(--network-line);
  background: rgb(22, 23, 29);
  /* Keep LTR flow so infinite -50% scroll loop stays seamless in RTL pages */
  direction: ltr;
}
.network-rows > .network-row:last-child .network-marquee-viewport {
  border-bottom: 1px solid var(--network-line);
}
.network-marquee-track {
  display: flex;
  width: max-content;
  direction: ltr;
  will-change: transform;
  animation: network-marquee-scroll var(--marquee-duration, 45s) linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .network-rows:hover .network-marquee-track {
    animation-play-state: paused;
  }
}
@keyframes network-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
/* RTL: logos flow right → left (track moves left; flex stays LTR for seamless loop) */
html[dir="rtl"] .network-marquee-track {
  animation-name: network-marquee-scroll;
}
@media (prefers-reduced-motion: reduce) {
  .network-marquee-track {
    animation: none;
  }
  .network-marquee-set[aria-hidden="true"] {
    display: none;
  }
}
.network-marquee-set {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
}
.network-logo-cell {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 96px;
  min-height: 96px;
  padding: 0 16px;
  border-inline-end: 1px solid var(--network-line);
  background: rgb(22, 23, 29);
}
.network-logo-cell img {
  display: block;
  width: auto;
  height: auto;
  /* max-width: min(234px, 100%); */
  /* max-height: 48px; */
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.network-logo-cell:hover img {
  opacity: 1;
}
.network-text-cell {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 96px;
  min-height: 96px;
  padding: 0 16px;
  border-right: 1px solid var(--network-line);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
}
.network-marquee--media {
  --marquee-duration: 38s;
}
.network-marquee--brands {
  --marquee-duration: 38s;
}
.network-marquee--solution {
  --marquee-duration: 38s;
}
/* Final CTA — Figma (grain bg image + type) */
.cta-section {
  background-color: #16171D;
}
.cta-panel {
  position: relative;
  overflow: hidden;
  background-color: #e54717;
  background-image: url("../../images/orange_bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 22rem;
  padding: 4rem 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cta-panel {
    min-height: 30rem;
    padding: 5.5rem 2.5rem;
  }
}
.cta-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.cta-title {
  margin: 0;
  margin-top: 1rem;
  max-width: 28rem;
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .cta-title {
    max-width: none;
    font-size: 64px;
    line-height: 70.62px;
  }
}
.cta-lede {
  margin: 0;
  margin-top: 1rem;
  max-width: 33.875rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .cta-lede {
    margin-top: 1.125rem;
  }
}
.cta-btn {
  margin-top: 1.75rem;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  height: 44px;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #0b0b0b;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.cta-btn:hover {
  background: #f4f4f5;
  border-color: rgba(0, 0, 0, 0.12);
}
.cta-btn:focus {
  outline: none;
}
.cta-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
@media (max-width: 380px) {
  .cta-btn {
    white-space: normal;
    min-width: 0;
    width: 100%;
    max-width: 12rem;
    height: auto;
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  .hero-mobile-divider {
    display: block;
  }
  .hero-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-title {
    font-size: clamp(2.25rem, 9.5vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -1.5px;
    max-width: 100%;
  }
  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
    max-width: 22rem;
  }
  .hero-cta {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 22rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    gap: 0.75rem;
  }
  .hero-btn {
    flex: 0 0 auto;
    width: fit-content;
    min-height: 44px;
    padding: 0.75rem 1rem;
    justify-content: center;
    font-size: 0.9375rem;
    text-align: center;
  }
  .hero-figure {
    margin-top: 1.5rem;
  }
  .engines-title {
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    line-height: 1.25;
  }
  .engines-header {
    text-align: left;
  }
  .engines-copy {
    text-align: left;
  }
  .engines-card-title,
  .engines-card-body,
  .engines-card-eyebrow {
    margin-left: 0;
    margin-right: 0;
  }
  .engines-explore {
    margin-left: 0;
    margin-right: 0;
  }
  .insights-marvel-title,
  .insights-scaling-headline {
    font-size: clamp(1.625rem, 5vw, 2.75rem);
  }
  .insights-marvel-header {
    text-align: left;
  }
  .insights-scaling-intro {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .insights-marvel-copy {
    text-align: left;
  }
  .insights-scaling-lede {
    margin-left: 0;
    margin-right: 0;
  }
  .insights-marvel-list li {
    justify-content: flex-start;
  }
  .insights-marvel-cta {
    margin-left: 0;
    margin-right: 0;
  }
  .insights-marvel-img {
    margin-left: auto;
    margin-right: auto;
  }
  .commerce-title {
    font-size: clamp(1.75rem, 5.5vw, 2.75rem);
  }
  .metrics-section .metrics-rule > div:first-child {
    text-align: left;
  }
  .metrics-section .metrics-rule > div:first-child .metrics-headline,
  .metrics-section .metrics-rule > div:first-child .metrics-lede,
  .metrics-section .metrics-rule > div:first-child .metrics-markets {
    margin-left: 0;
    margin-right: 0;
  }
  .metrics-section article {
    text-align: left;
  }
  .metrics-section article .metrics-cell-desc {
    margin-left: 0;
    margin-right: 0;
  }
  .about-cell {
    padding: 1.75rem 1rem;
  }
  .about-col-heading {
    font-size: 1.25rem;
  }
  .about-col-body {
    font-size: 1rem;
    line-height: 1.45;
  }
  .why-row {
    font-size: 1rem;
    padding: 1.25rem 1rem;
    min-height: 0;
  }
  .why-callout {
    padding: 2.25rem 1rem 2.5rem;
  }
  .how-mobile-step {
    padding: 2rem 1rem 1.5rem;
  }
  .how-mobile-connector {
    bottom: -10px;
    width: 16px;
    height: 16px;
  }
  .how-footer-ribbon {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .commerce-card {
    padding: 1.75rem 1rem 2rem;
  }
  .commerce-card-heading {
    font-size: 1.375rem;
  }
  .commerce-card-desc {
    font-size: 1rem;
  }
  .commerce-card-visual {
    margin-top: 1.5rem;
  }
  .insights-tech-card {
    padding: 1.75rem 1rem 2rem;
  }
  .cta-panel {
    min-height: 18rem;
    padding: 3rem 1rem;
  }
  .cta-btn {
    width: 100%;
    max-width: 12rem;
    margin-left: auto;
    margin-right: auto;
  }
}
