:root {
  --tmex-primary: #00AFE9;
  --tmex-primary-hover: #0098CC;
  --tmex-primary-10: rgba(0, 175, 233, 0.10);
  --tmex-primary-15: rgba(0, 175, 233, 0.15);
  --tmex-white: #FFFFFF;
  --tmex-dark: #0A111A;
  --tmex-text: #333333;
  --tmex-muted: #667085;
  --tmex-border: #D9EAF2;
  --tmex-bg-soft: #F2FAFD;
  --tmex-bg-light: #F7FBFD;
  --tmex-danger: #E74C3C;
  --tmex-success: #27AE60;
  --tmex-font-title: 'Montserrat', sans-serif;
  --tmex-font-body: 'Roboto', sans-serif;
  --tmex-radius-md: 8px;
  --tmex-radius-lg: 12px;
  --tmex-section-padding: 80px;
  --tmex-container: 1140px;
  --tmex-header-max: 760px;
}
.tmex-landing, .tmex-landing *, .tmex-landing *::before, .tmex-landing *::after { box-sizing: border-box; }
:where(.tmex-landing) { font-family: var(--tmex-font-body); color: var(--tmex-text); line-height: 1.7; background: var(--tmex-white); -webkit-font-smoothing: antialiased; }
:where(.tmex-landing) h1, :where(.tmex-landing) h2, :where(.tmex-landing) h3, :where(.tmex-landing) h4, :where(.tmex-landing) h5, :where(.tmex-landing) h6, :where(.tmex-landing) p, :where(.tmex-landing) figure, :where(.tmex-landing) ul, :where(.tmex-landing) ol { margin: 0; padding: 0; }
:where(.tmex-landing) ul, :where(.tmex-landing) ol { list-style: none; }
:where(.tmex-landing) img, :where(.tmex-landing) svg { max-width: 100%; display: block; }
:where(.tmex-landing) a { color: var(--tmex-primary); text-decoration: none; transition: color .2s ease; }
:where(.tmex-landing) a:hover { color: var(--tmex-primary-hover); }
:where(.tmex-landing) button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:where(.tmex-landing) h1, :where(.tmex-landing) h2, :where(.tmex-landing) h3, :where(.tmex-landing) h4 { font-family: var(--tmex-font-title); color: var(--tmex-dark); line-height: 1.2; font-weight: 700; }
:where(.tmex-landing) h1 { font-size: 48px; line-height: 1.15; }
:where(.tmex-landing) h2 { font-size: 36px; }
:where(.tmex-landing) h3 { font-size: 24px; }
:where(.tmex-landing) h4 { font-size: 20px; }
:where(.tmex-landing) p { font-size: 17px; }
@media (max-width: 1024px) { :where(.tmex-landing) h1 { font-size: 42px; } :where(.tmex-landing) h2 { font-size: 32px; } }
@media (max-width: 767px) { :root { --tmex-section-padding: 56px; } :where(.tmex-landing) h1 { font-size: 34px; } :where(.tmex-landing) h2 { font-size: 28px; } :where(.tmex-landing) h3 { font-size: 22px; } :where(.tmex-landing) p { font-size: 16px; } }

/* =========================================================
   1) HERO FULFILLMENT
   ========================================================= */

/* =========================================================
   HERO FULFILLMENT
   ========================================================= */

.tmex-fulfillment-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 24px 40px;
  background:
    radial-gradient(circle at 82% 10%, rgba(0, 175, 233, 0.11), transparent 30%),
    linear-gradient(135deg, #071c2d 0%, #0b2538 55%, #12384d 100%);
  color: #fff;
}

.tmex-fulfillment-hero__glow {
  position: absolute;
  top: -180px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(0, 175, 233, 0.08);
  pointer-events: none;
}

.tmex-container {
  width: min(100%, 1140px);
  margin: 0 auto;
}

.tmex-fulfillment-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.tmex-fulfillment-hero__content {
  min-width: 0;
  max-width: 540px;
}

/* Breadcrumb */

.tmex-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.tmex-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.tmex-breadcrumb a:hover {
  color: #00afe9;
}

/* Texto principal */

.tmex-eyebrow {
  margin: 0 0 16px;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Oculta el eyebrow SOLO en el hero (duplica el H1); el resto de secciones lo conserva. */
.tmex-fulfillment-hero .tmex-eyebrow { display: none; }

.tmex-landing .tmex-fulfillment-hero h1 {
  max-width: 580px;
  margin: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(39px, 3.7vw, 50px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.tmex-fulfillment-hero h1 span {
  display: inline;
  color: #00afe9;
}

.tmex-fulfillment-hero__intro {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 17px;
  line-height: 1.7;
}

/* Beneficios */

.tmex-fulfillment-hero__benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 520px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tmex-fulfillment-hero__benefits li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 14px;
  line-height: 1.45;
}

.tmex-fulfillment-hero__benefits strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.tmex-check {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 175, 233, 0.6);
  border-radius: 50%;
  color: #00afe9;
  font-weight: 700;
}

/* Botones */

.tmex-fulfillment-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tmex-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 26px;
  border-radius: 8px;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tmex-btn:hover {
  transform: translateY(-2px);
}

.tmex-btn-primary {
  border: 2px solid #00afe9;
  background: #00afe9;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 175, 233, 0.22);
}

.tmex-btn-primary:hover {
  border-color: #0098cc;
  background: #0098cc;
  box-shadow: 0 16px 34px rgba(0, 175, 233, 0.28);
}

.tmex-btn-ghost {
  border: 1px solid rgba(125, 168, 200, 0.55);
  background: transparent;
  color: #86CFEC !important;
}

.tmex-btn-ghost:hover {
  border-color: rgba(0, 175, 233, 0.85);
  background: #163a52;
  color: #aee3f6 !important;
}

/* Confianza */

.tmex-fulfillment-hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 13px;
}

.tmex-fulfillment-hero__trust strong {
  color: #fff;
}

.tmex-stars {
  color: #ffb000;
  letter-spacing: 2px;
}

/* =========================================================
   TARJETA VISUAL
   ========================================================= */

.tmex-warehouse-card {
  zoom: 0.94;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(158, 211, 233, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg,
      rgba(20, 50, 72, 0.94),
      rgba(7, 28, 45, 0.98));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tmex-warehouse-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 175, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 175, 233, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.tmex-warehouse-card__header,
.tmex-warehouse-card__features {
  position: relative;
  z-index: 2;
}

.tmex-warehouse-card__header {
  padding: 24px 24px 14px;
}

.tmex-warehouse-card__header>p {
  margin: 0 0 18px;
  color: #fff;
  text-align: center;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 22px;
  font-weight: 700;
}

.tmex-warehouse-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.tmex-warehouse-step {
  display: grid;
  min-width: 74px;
  justify-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
}

.tmex-warehouse-step span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0, 175, 233, 0.34);
  border-radius: 50%;
  background: rgba(0, 175, 233, 0.08);
  color: #00afe9;
  font-size: 13px;
  font-weight: 700;
}

.tmex-warehouse-step small {
  font-size: 12px;
}

.tmex-warehouse-step.is-active span {
  background: #00afe9;
  color: #fff;
  box-shadow: 0 0 24px rgba(0, 175, 233, 0.38);
}

.tmex-warehouse-step.is-active {
  color: #fff;
}

.tmex-warehouse-line {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(90deg,
      rgba(0, 175, 233, 0.55) 0 6px,
      transparent 6px 12px);
}

/* Escena */

.tmex-warehouse-scene {
  position: relative;
  min-height: 390px;
  margin: 12px 18px 0;
  overflow: hidden;
  border: 1px solid rgba(0, 175, 233, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 30%, rgba(0, 175, 233, 0.1), transparent 40%),
    linear-gradient(180deg, #0a2134 0%, #081926 100%);
}

.tmex-warehouse-scene::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 58px;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.tmex-inbound-zone {
  position: absolute;
  bottom: 62px;
  left: 26px;
  width: 110px;
  height: 84px;
  border: 1px solid rgba(158, 211, 233, 0.18);
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(135deg, #243b4c, #112738);
}

.tmex-inbound-zone::before {
  content: "STOCK";
  position: absolute;
  top: 10px;
  left: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.tmex-inbound-box {
  position: absolute;
  width: 26px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  background: linear-gradient(135deg, #ad7a47, #7e522e);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.tmex-inbound-box::after,
.tmex-shelf i::after,
.tmex-packing-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(-50%);
}

.tmex-inbound-box--one {
  bottom: 10px;
  left: 14px;
  animation: tmexBoxMove 5s ease-in-out infinite;
}

.tmex-inbound-box--two {
  bottom: 10px;
  left: 44px;
  animation: tmexBoxMove 5s 0.7s ease-in-out infinite;
}

.tmex-inbound-box--three {
  bottom: 10px;
  left: 72px;
  animation: tmexBoxMove 5s 1.4s ease-in-out infinite;
}

/* Estantería */

.tmex-shelves {
  position: absolute;
  bottom: 62px;
  left: 168px;
  width: 190px;
  height: 210px;
  padding: 18px 12px;
  border: 4px solid #274b62;
  border-bottom-width: 8px;
  background: rgba(5, 19, 30, 0.7);
  box-shadow: inset 0 0 25px rgba(0, 175, 233, 0.05);
}

.tmex-shelf {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0 12px;
  border-bottom: 4px solid #274b62;
}

.tmex-shelf i {
  position: relative;
  display: block;
  width: 42px;
  height: 32px;
  border-radius: 3px;
  background: linear-gradient(135deg, #b37a43, #83552e);
  animation: tmexShelfPulse 4.8s ease-in-out infinite;
}

.tmex-shelf:nth-child(2) i {
  animation-delay: 0.6s;
}

.tmex-shelf:nth-child(3) i {
  animation-delay: 1.2s;
}

/* Alistamiento */

.tmex-packing-station {
  position: absolute;
  right: 122px;
  bottom: 62px;
  width: 150px;
  height: 96px;
  border-top: 8px solid #314d5f;
}

.tmex-packing-station::before,
.tmex-packing-station::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 86px;
  background: #314d5f;
}

.tmex-packing-station::before {
  left: 14px;
}

.tmex-packing-station::after {
  right: 14px;
}

.tmex-packing-screen {
  position: absolute;
  top: -48px;
  left: 14px;
  width: 46px;
  height: 34px;
  border: 2px solid #2c6b8f;
  border-radius: 5px;
  background:
    linear-gradient(180deg,
      rgba(0, 175, 233, 0.25),
      rgba(0, 175, 233, 0.04));
  box-shadow: 0 0 18px rgba(0, 175, 233, 0.12);
}

.tmex-packing-screen::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 2px;
  height: 9px;
  background: #2c6b8f;
}

.tmex-packing-box {
  position: absolute;
  top: -34px;
  right: 22px;
  width: 54px;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(135deg, #c88b4d, #8d5c34);
  animation: tmexPackReady 4.4s ease-in-out infinite;
}

/* Despacho */

.tmex-dispatch-zone {
  position: absolute;
  right: 22px;
  bottom: 62px;
  width: 90px;
  height: 150px;
}

.tmex-dispatch-door {
  position: absolute;
  inset: 0 0 26px;
  border: 4px solid #29495c;
  border-bottom: 0;
  background:
    linear-gradient(180deg,
      rgba(0, 175, 233, 0.08),
      rgba(0, 0, 0, 0.2));
}

.tmex-dispatch-truck {
  position: absolute;
  right: 6px;
  bottom: 10px;
  width: 78px;
  height: 38px;
  animation: tmexTruckMove 5s ease-in-out infinite;
}

.tmex-dispatch-truck__body {
  display: flex;
  width: 62px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(135deg, #e8edf0, #9bb5c6);
  color: #0b2538;
  font-size: 10px;
  font-weight: 800;
}

.tmex-dispatch-truck__wheel {
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 13px;
  border: 3px solid #728b99;
  border-radius: 50%;
  background: #071c2d;
}

.tmex-dispatch-truck__wheel:nth-of-type(2) {
  left: 8px;
}

.tmex-dispatch-truck__wheel:nth-of-type(3) {
  right: 20px;
}

.tmex-warehouse-route {
  position: absolute;
  right: 72px;
  bottom: 34px;
  left: 88px;
  height: 2px;
  background: repeating-linear-gradient(90deg,
      rgba(0, 175, 233, 0.8) 0 10px,
      transparent 10px 18px);
  animation: tmexRouteFlow 2.6s linear infinite;
}

/* Estados */

.tmex-warehouse-status {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 175, 233, 0.35);
  border-radius: 9px;
  background: rgba(7, 28, 45, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  color: #fff;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 11px;
  font-weight: 700;
}

.tmex-warehouse-status span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #1ea95b;
  color: #fff;
  font-size: 11px;
}

.tmex-warehouse-status--received {
  top: 122px;
  left: 18px;
}

.tmex-warehouse-status--inventory {
  top: -42px;
  right: -10px;
}

.tmex-warehouse-status--packed {
  top: -88px;
  left: 0;
}

.tmex-warehouse-status--dispatch {
  top: -52px;
  right: -4px;
}

/* Features inferiores */

.tmex-warehouse-card__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border-top: 1px solid rgba(158, 211, 233, 0.12);
}

.tmex-warehouse-card__features span {
  padding: 18px 16px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 12px;
  text-align: center;
}

.tmex-warehouse-card__features span+span {
  border-left: 1px solid rgba(158, 211, 233, 0.12);
}

.tmex-warehouse-card__features strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
}

/* Cobertura */

.tmex-fulfillment-hero__coverage {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 14px;
  text-align: center;
}

.tmex-fulfillment-hero__coverage span {
  color: #00afe9;
}

/* =========================================================
   ANIMACIONES
   ========================================================= */

@keyframes tmexBoxMove {

  0%,
  100% {
    transform: translateX(0) translateY(0);
  }

  45%,
  55% {
    transform: translateX(16px) translateY(-4px);
  }
}

@keyframes tmexShelfPulse {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(0, 175, 233, 0);
  }

  50% {
    box-shadow: 0 0 18px rgba(0, 175, 233, 0.18);
  }
}

@keyframes tmexPackReady {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.02);
  }
}

@keyframes tmexTruckMove {

  0%,
  100% {
    transform: translateX(-12px);
  }

  50% {
    transform: translateX(5px);
  }
}

@keyframes tmexRouteFlow {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 36px 0;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .tmex-fulfillment-hero__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .tmex-fulfillment-hero__content {
    max-width: 760px;
  }

  .tmex-warehouse-card {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .tmex-fulfillment-hero {
    padding: 58px 20px 34px;
  }

  .tmex-fulfillment-hero__grid {
    gap: 38px;
  }

  .tmex-breadcrumb {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .tmex-landing .tmex-fulfillment-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.05;
  }

  .tmex-fulfillment-hero__intro {
    margin-top: 22px;
    font-size: 16px;
  }

  .tmex-fulfillment-hero__benefits {
    gap: 12px;
  }

  .tmex-fulfillment-hero__actions {
    flex-direction: column;
  }

  .tmex-btn {
    width: 100%;
  }

  .tmex-warehouse-card__header {
    padding: 20px 16px 12px;
  }

  .tmex-warehouse-card__header>p {
    font-size: 19px;
  }

  .tmex-warehouse-step {
    min-width: auto;
  }

  .tmex-warehouse-step small {
    display: none;
  }

  .tmex-warehouse-scene {
    min-height: 330px;
    margin: 10px 10px 0;
  }

  .tmex-shelves {
    left: 112px;
    width: 150px;
    height: 180px;
  }

  .tmex-shelf i {
    width: 34px;
    height: 27px;
  }

  .tmex-inbound-zone {
    left: 12px;
    width: 86px;
  }

  .tmex-packing-station {
    right: 86px;
    width: 116px;
  }

  .tmex-dispatch-zone {
    right: 8px;
    width: 72px;
  }

  .tmex-warehouse-status {
    padding: 6px 8px;
    font-size: 9px;
  }

  .tmex-warehouse-card__features {
    grid-template-columns: 1fr;
  }

  .tmex-warehouse-card__features span+span {
    border-top: 1px solid rgba(158, 211, 233, 0.12);
    border-left: 0;
  }

  .tmex-fulfillment-hero__coverage {
    display: block;
    line-height: 1.55;
  }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {

  .tmex-inbound-box,
  .tmex-shelf i,
  .tmex-packing-box,
  .tmex-dispatch-truck,
  .tmex-warehouse-route {
    animation: none !important;
  }

  .tmex-btn {
    transition: none;
  }
}

/* =========================================================
   2) QUÉ INCLUYE EL FULFILLMENT
   ========================================================= */

.tmex-fulfillment-services {
  position: relative;
  overflow: hidden;
  padding: 96px 24px;
  background:
    radial-gradient(circle at 10% 15%, rgba(0, 175, 233, 0.08), transparent 24%),
    radial-gradient(circle at 90% 85%, rgba(0, 175, 233, 0.07), transparent 24%),
    #f7fbfd;
}

.tmex-fulfillment-services::before,
.tmex-fulfillment-services::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(0, 175, 233, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.tmex-fulfillment-services::before {
  top: -130px;
  left: -90px;
}

.tmex-fulfillment-services::after {
  right: -120px;
  bottom: -130px;
}

.tmex-section-heading {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto 48px;
}

/* Acorta el espacio intro -> tarjetas SOLO en la seccion "Que incluye". */
.tmex-fulfillment-services .tmex-section-heading { margin-bottom: 38px; }

.tmex-section-heading--center {
  text-align: center;
}

.tmex-section-heading .tmex-eyebrow {
  margin-bottom: 14px;
}

.tmex-section-heading h2 {
  margin: 0;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tmex-section-heading h2 span {
  color: #00afe9;
}

.tmex-section-heading>p:last-child {
  max-width: 700px;
  margin: 22px auto 0;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 18px;
  line-height: 1.7;
}

/* Grid principal */

.tmex-fulfillment-services__primary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tmex-fulfillment-services__secondary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* Cards */

.tmex-service-card {
  position: relative;
  border: 1px solid #d9eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.07);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tmex-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 175, 233, 0.42);
  box-shadow: 0 18px 42px rgba(31, 41, 51, 0.1);
}

.tmex-service-card--large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 34px 28px;
  text-align: center;
}

.tmex-service-card--featured {
  border: 1.5px solid #00afe9;
  background:
    linear-gradient(180deg, rgba(242, 250, 253, 0.95), #fff);
  box-shadow:
    0 18px 44px rgba(0, 175, 233, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.tmex-service-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: none;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 175, 233, 0.25);
  border-radius: 999px;
  background: #f2fafd;
  color: #0098cc;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 12px;
  font-weight: 700;
}

.tmex-service-card__icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #f2fafd;
  color: #00afe9;
}

.tmex-service-card__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tmex-fulfillment-services .tmex-service-card h3 {
  margin: 0 0 14px;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 700;
}

.tmex-service-card p {
  margin: 0;
  color: #4b5563;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 16.5px;
  line-height: 1.65;
}

/* Cards compactas */

.tmex-service-card--compact {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  min-height: 0;
  padding: 24px;
}

.tmex-service-card--compact .tmex-service-card__icon {
  width: 58px;
  height: 58px;
  margin: 0;
  border-radius: 16px;
}

.tmex-service-card--compact .tmex-service-card__icon svg {
  width: 34px;
  height: 34px;
}

.tmex-service-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.tmex-fulfillment-services .tmex-service-card--compact h3 {
  margin-bottom: 8px;
  font-size: 18.5px;
}

.tmex-service-card--compact p {
  font-size: 15.5px;
  line-height: 1.6;
}

.tmex-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  padding-top: 0;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tmex-service-card__link:hover {
  color: #0098cc;
}

.tmex-service-card__link span {
  transition: transform 0.2s ease;
}

.tmex-service-card__link:hover span {
  transform: translateX(4px);
}

/* Responsive */

@media (max-width: 1024px) {
  .tmex-fulfillment-services {
    padding: 80px 24px;
  }

  .tmex-fulfillment-services__primary,
  .tmex-fulfillment-services__secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tmex-service-card--featured {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .tmex-fulfillment-services {
    padding: 64px 20px;
  }

  .tmex-section-heading {
    margin-bottom: 36px;
  }

  .tmex-section-heading h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .tmex-section-heading>p:last-child {
    margin-top: 18px;
    font-size: 16px;
  }

  .tmex-fulfillment-services__primary,
  .tmex-fulfillment-services__secondary {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tmex-service-card--featured {
    grid-column: auto;
  }

  .tmex-service-card--large {
    min-height: auto;
    padding: 34px 24px 30px;
  }

  .tmex-service-card--compact {
    grid-template-columns: 56px 1fr;
    min-height: auto;
    padding: 24px;
  }

  .tmex-service-card__badge {
    top: 14px;
    right: 14px;
  }
}

@media (max-width: 480px) {
  .tmex-service-card--compact {
    grid-template-columns: 1fr;
  }

  .tmex-service-card--compact .tmex-service-card__icon {
    margin-bottom: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .tmex-service-card,
  .tmex-service-card__link span {
    transition: none;
  }
}

/* =========================================================
   3) CÓMO FUNCIONA
   ========================================================= */

.tmex-fulfillment-process {
  position: relative;
  overflow: hidden;
  padding: 96px 24px;
  background: #ffffff;
}

.tmex-fulfillment-process::before,
.tmex-fulfillment-process::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tmex-fulfillment-process::before {
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background:
    radial-gradient(circle, rgba(0, 175, 233, 0.18) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  opacity: 0.28;
  mask-image: linear-gradient(135deg, #000 0%, transparent 76%);
}

.tmex-fulfillment-process::after {
  left: -90px;
  bottom: -110px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(0, 175, 233, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(0, 175, 233, 0.035),
    0 0 0 46px rgba(0, 175, 233, 0.025);
}

.tmex-fulfillment-process .tmex-section-heading {
  margin-bottom: 54px;
}

/* Timeline */

.tmex-process-timeline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tmex-process-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(90deg,
      rgba(0, 175, 233, 0.7) 0 8px,
      transparent 8px 16px);
  z-index: 0;
}

.tmex-process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tmex-process-step__number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #17b8ef, #0098cc);
  box-shadow: 0 12px 24px rgba(0, 175, 233, 0.2);
  color: #fff;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 22px;
  font-weight: 700;
}

.tmex-process-card {
  display: flex;
  width: 100%;
  min-height: 350px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 26px 20px 24px;
  border: 1px solid #d9eaf2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.07);
  text-align: center;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tmex-process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 175, 233, 0.4);
  box-shadow: 0 18px 42px rgba(31, 41, 51, 0.1);
}

.tmex-process-card__icon {
  display: inline-flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0%, #f2fafd 72%);
  color: #00afe9;
  box-shadow: inset 0 0 0 1px rgba(0, 175, 233, 0.08);
}

.tmex-process-card__icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tmex-landing .tmex-fulfillment-process .tmex-process-card h3 {
  max-width: 230px;
  margin: 0 auto;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 20px;
  line-height: 1.18 !important;
  font-weight: 700;
  text-wrap: balance;
}

.tmex-process-card__divider {
  display: block;
  width: 42px;
  height: 3px;
  margin: 13px auto;
  border-radius: 999px;
  background: #00afe9;
}

.tmex-process-card p {
  margin: 0;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 15px;
  line-height: 1.62;
}

/* Beneficios inferiores */

.tmex-process-benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  padding: 26px 0;
  border-top: 1px solid #e4eef3;
  border-bottom: 1px solid #e4eef3;
}

.tmex-process-benefit {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 0 22px;
}

.tmex-process-benefit+.tmex-process-benefit {
  border-left: 1px solid #e4eef3;
}

.tmex-process-benefit__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(0, 175, 233, 0.18);
  border-radius: 50%;
  background: #f2fafd;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 20px;
  font-weight: 700;
}

.tmex-process-benefit strong {
  display: block;
  margin-bottom: 5px;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 15px;
  line-height: 1.35;
}

.tmex-process-benefit p {
  margin: 0;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 13px;
  line-height: 1.55;
}

/* CTA */

.tmex-process-cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
  text-align: center;
}

.tmex-process-cta p {
  margin: 12px 0 0;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 14px;
}

/* Tablet */

@media (max-width: 1024px) {
  .tmex-fulfillment-process {
    padding: 80px 24px;
  }

  .tmex-process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .tmex-process-timeline::before {
    display: none;
  }

  .tmex-process-card {
    min-height: 330px;
  }

  .tmex-process-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .tmex-process-benefit:nth-child(3) {
    border-left: 0;
  }
}

/* Móvil */

@media (max-width: 767px) {
  .tmex-fulfillment-process {
    padding: 64px 20px;
  }

  .tmex-fulfillment-process .tmex-section-heading {
    margin-bottom: 38px;
  }

  .tmex-process-timeline {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tmex-process-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
  }

  .tmex-process-step__number {
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 18px;
  }

  .tmex-process-card {
    min-height: auto;
    flex: none;
    align-items: flex-start;
    padding: 26px 22px 24px;
    text-align: left;
  }

  .tmex-process-card__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .tmex-process-card__icon svg {
    width: 42px;
    height: 42px;
  }

  .tmex-landing .tmex-fulfillment-process .tmex-process-card h3 {
    max-width: none;
    margin: 0;
    font-size: 20px;
    line-height: 1.18 !important;
  }

  .tmex-process-card__divider {
    margin: 12px 0;
  }

  .tmex-process-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .tmex-process-benefit {
    padding: 20px 0;
  }

  .tmex-process-benefit+.tmex-process-benefit {
    border-top: 1px solid #e4eef3;
    border-left: 0;
  }

  .tmex-process-cta {
    margin-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tmex-process-card {
    transition: none;
  }
}

/* =========================================================
   4) POR QUÉ TERCERIZAR EL FULFILLMENT
   ========================================================= */

.tmex-fulfillment-outsourcing {
  position: relative;
  overflow: hidden;
  padding: 78px 24px;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 175, 233, 0.1), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(0, 175, 233, 0.08), transparent 26%),
    linear-gradient(135deg, #071c2d 0%, #0b2538 56%, #12384d 100%);
  color: #fff;
}

.tmex-fulfillment-outsourcing::before,
.tmex-fulfillment-outsourcing::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tmex-fulfillment-outsourcing::before {
  top: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(0, 175, 233, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(0, 175, 233, 0.035),
    0 0 0 52px rgba(0, 175, 233, 0.022);
}

.tmex-fulfillment-outsourcing::after {
  right: -30px;
  bottom: -20px;
  width: 220px;
  height: 220px;
  background:
    radial-gradient(circle, rgba(0, 175, 233, 0.18) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  opacity: 0.22;
}

.tmex-fulfillment-outsourcing__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: 56px;
  align-items: center;
}

/* Columna izquierda */

.tmex-fulfillment-outsourcing__intro {
  max-width: 520px;
}

.tmex-fulfillment-outsourcing__intro .tmex-eyebrow {
  margin-bottom: 18px;
}

.tmex-landing .tmex-fulfillment-outsourcing__intro h2 {
  margin: 0;
  color: #fff !important;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.tmex-landing .tmex-fulfillment-outsourcing__intro h2 span {
  color: #00afe9 !important;
}

.tmex-fulfillment-outsourcing__divider {
  display: block;
  width: 64px;
  height: 3px;
  margin: 28px 0;
  border-radius: 999px;
  background: #00afe9;
}

.tmex-fulfillment-outsourcing__text {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 17px;
  line-height: 1.66;
}

.tmex-fulfillment-outsourcing__note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 14px;
}

.tmex-fulfillment-outsourcing__note span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border: 1px solid rgba(0, 175, 233, 0.5);
  border-radius: 50%;
  color: #00afe9;
  font-size: 12px;
  font-weight: 700;
}

/* Beneficios */

.tmex-fulfillment-outsourcing__benefits {
  display: grid;
  gap: 12px;
}

.tmex-outsourcing-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 20px;
  align-items: center;
  padding: 16px 22px;
  border: 1px solid rgba(158, 211, 233, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.015));
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.tmex-outsourcing-card:hover {
  transform: translateX(6px);
  border-color: rgba(0, 175, 233, 0.5);
  background:
    linear-gradient(135deg,
      rgba(0, 175, 233, 0.08),
      rgba(255, 255, 255, 0.02));
}

.tmex-outsourcing-card__icon {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(158, 211, 233, 0.28);
  border-radius: 50%;
  background: rgba(7, 28, 45, 0.34);
  color: #00afe9;
}

.tmex-outsourcing-card__icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tmex-outsourcing-card__content {
  min-width: 0;
}

.tmex-outsourcing-card__number {
  display: block;
  margin-bottom: 4px;
  color: #00afe9 !important;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 17px;
  font-weight: 700;
}

.tmex-landing .tmex-fulfillment-outsourcing .tmex-outsourcing-card h3 {
  margin: 0 0 6px;
  color: #fff !important;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 20px;
  line-height: 1.22 !important;
  font-weight: 700;
  text-wrap: balance;
}

.tmex-outsourcing-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 15px;
  line-height: 1.55;
}

/* Cierre */

.tmex-fulfillment-outsourcing__closing {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 92px auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
  padding: 24px 28px;
  border: 1px solid rgba(158, 211, 233, 0.22);
  border-radius: 18px;
  background: rgba(7, 28, 45, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tmex-fulfillment-outsourcing__closing-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(0, 175, 233, 0.35);
  border-radius: 50%;
  background: rgba(0, 175, 233, 0.06);
  color: #00afe9;
  font-size: 34px;
}

.tmex-fulfillment-outsourcing__closing>p {
  margin: 0;
  padding-right: 24px;
  border-right: 1px solid rgba(158, 211, 233, 0.18);
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.tmex-fulfillment-outsourcing__closing strong {
  color: #fff;
}

.tmex-fulfillment-outsourcing__closing p span {
  color: #00afe9;
}

.tmex-fulfillment-outsourcing__closing-copy {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 16px;
  line-height: 1.6;
}

/* Tablet */

@media (max-width: 1100px) {
  .tmex-fulfillment-outsourcing {
    padding: 72px 24px;
  }

  .tmex-fulfillment-outsourcing__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .tmex-fulfillment-outsourcing__intro {
    max-width: 720px;
  }

  .tmex-fulfillment-outsourcing__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tmex-outsourcing-card {
    grid-template-columns: 88px 1fr;
  }

  .tmex-outsourcing-card__icon {
    width: 78px;
    height: 78px;
  }

  .tmex-outsourcing-card__icon svg {
    width: 44px;
    height: 44px;
  }
}

/* Móvil */

@media (max-width: 767px) {
  .tmex-fulfillment-outsourcing {
    padding: 60px 20px;
  }

  .tmex-fulfillment-outsourcing__grid {
    gap: 38px;
  }

  .tmex-landing .tmex-fulfillment-outsourcing__intro h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .tmex-fulfillment-outsourcing__text {
    font-size: 16px;
  }

  .tmex-fulfillment-outsourcing__benefits {
    grid-template-columns: 1fr;
  }

  .tmex-outsourcing-card {
    grid-template-columns: 72px 1fr;
    gap: 16px;
    min-height: auto;
    padding: 18px 20px;
  }

  .tmex-outsourcing-card__icon {
    width: 66px;
    height: 66px;
  }

  .tmex-outsourcing-card__icon svg {
    width: 38px;
    height: 38px;
  }

  .tmex-landing .tmex-fulfillment-outsourcing .tmex-outsourcing-card h3 {
    font-size: 20px;
    line-height: 1.22 !important;
  }

  .tmex-outsourcing-card p {
    font-size: 15px;
  }

  .tmex-fulfillment-outsourcing__closing {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    text-align: center;
  }

  .tmex-fulfillment-outsourcing__closing-icon {
    margin: 0 auto;
  }

  .tmex-fulfillment-outsourcing__closing>p {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(158, 211, 233, 0.18);
  }
}

@media (max-width: 480px) {
  .tmex-outsourcing-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tmex-outsourcing-card__icon {
    margin: 0 auto;
  }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {
  .tmex-outsourcing-card {
    transition: none;
  }
}

/* =========================================================
   5) PRUEBA SOCIAL
   ========================================================= */

.tmex-fulfillment-social-proof {
  position: relative;
  overflow: hidden;
  padding: 76px 24px 72px;
  background:
    radial-gradient(circle at 8% 14%, rgba(0, 175, 233, 0.08), transparent 24%),
    radial-gradient(circle at 92% 86%, rgba(0, 175, 233, 0.07), transparent 24%),
    #f2fafd;
}

.tmex-fulfillment-social-proof::before,
.tmex-fulfillment-social-proof::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tmex-fulfillment-social-proof::before {
  top: -120px;
  left: -110px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(0, 175, 233, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(0, 175, 233, 0.03),
    0 0 0 52px rgba(0, 175, 233, 0.02);
}

.tmex-fulfillment-social-proof::after {
  right: -20px;
  bottom: -30px;
  width: 210px;
  height: 210px;
  background:
    radial-gradient(circle, rgba(0, 175, 233, 0.16) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  opacity: 0.22;
}

/* Encabezado */

.tmex-fulfillment-social-proof .tmex-section-heading {
  margin-bottom: 32px;
}

.tmex-social-proof__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 14px;
  border: 1px solid #d9eaf2;
  border-radius: 999px;
  background: #fff;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(31, 41, 51, 0.05);
}

.tmex-social-proof__badge span {
  color: #00afe9;
}

/* Métricas */

.tmex-social-proof__metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
  border: 1px solid #d9eaf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 41, 51, 0.06);
}

.tmex-social-proof__metric {
  padding: 20px;
  text-align: center;
}

.tmex-social-proof__metric+.tmex-social-proof__metric {
  border-left: 1px solid #e4eef3;
}

.tmex-social-proof__metric strong {
  display: block;
  margin-bottom: 6px;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

.tmex-social-proof__metric span {
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 14px;
  line-height: 1.45;
}

/* Logos */

.tmex-social-proof__logos {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.tmex-client-logo {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  border: 1px solid #d9eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.05);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tmex-client-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 175, 233, 0.4);
  box-shadow: 0 14px 30px rgba(31, 41, 51, 0.08);
}

.tmex-client-logo img {
  display: block;
  max-width: 150px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.62;
  transition:
    filter 0.2s ease,
    opacity 0.2s ease;
}

.tmex-client-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.tmex-client-logo span {
  color: #98a2b3;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 13px;
  text-align: center;
}

.tmex-social-proof__logos-note {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 12px 0 0;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.tmex-social-proof__logos-note span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #dff5fc;
  color: #00afe9;
  font-size: 12px;
}

/* Reseñas */

.tmex-social-proof__reviews {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.tmex-review-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #d9eaf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 41, 51, 0.06);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tmex-review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 175, 233, 0.42);
  box-shadow: 0 18px 38px rgba(31, 41, 51, 0.09);
}

.tmex-review-card__stars {
  margin-bottom: 14px;
  color: #ffb000;
  font-size: 18px;
  letter-spacing: 2px;
}

.tmex-review-card blockquote {
  margin: 0;
  color: #27313a;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 15.5px;
  line-height: 1.6;
  font-style: normal;
}

.tmex-review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.tmex-review-card__avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  background: #dff5fc;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 16px;
  font-weight: 700;
}

.tmex-review-card__author strong {
  display: block;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 15px;
  line-height: 1.3;
}

.tmex-review-card__author div span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 13px;
}

/* CTA */

.tmex-social-proof__cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  text-align: center;
}

.tmex-social-proof__cta .tmex-btn-secondary {
  min-height: 48px;
  padding: 11px 22px;
  border: 2px solid #00afe9;
  background: #fff;
  color: #00afe9 !important;
  box-shadow: 0 8px 20px rgba(0, 175, 233, 0.1);
}

.tmex-social-proof__cta .tmex-btn-secondary:hover {
  border-color: #0098cc;
  background: #f2fafd;
  color: #0098cc !important;
}

.tmex-social-proof__cta p {
  margin: 7px 0 0;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 13px;
}

/* Tablet */

@media (max-width: 1024px) {
  .tmex-fulfillment-social-proof {
    padding: 68px 24px;
  }

  .tmex-social-proof__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tmex-social-proof__metric:nth-child(3) {
    border-left: 0;
  }

  .tmex-social-proof__metric:nth-child(n + 3) {
    border-top: 1px solid #e4eef3;
  }

  .tmex-social-proof__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tmex-social-proof__reviews {
    grid-template-columns: 1fr;
  }

  .tmex-review-card {
    min-height: auto;
  }
}

/* Móvil */

@media (max-width: 767px) {
  .tmex-fulfillment-social-proof {
    padding: 58px 20px;
  }

  .tmex-social-proof__metrics {
    grid-template-columns: 1fr;
  }

  .tmex-social-proof__metric+.tmex-social-proof__metric,
  .tmex-social-proof__metric:nth-child(3) {
    border-top: 1px solid #e4eef3;
    border-left: 0;
  }

  .tmex-social-proof__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tmex-client-logo {
    min-height: 88px;
    padding: 16px;
  }

  .tmex-social-proof__reviews {
    gap: 18px;
    margin-top: 24px;
  }

  .tmex-review-card {
    min-height: auto;
    padding: 24px;
  }

  .tmex-social-proof__logos-note {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .tmex-social-proof__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tmex-client-logo {
    min-height: 82px;
    padding: 14px 12px;
  }

  .tmex-client-logo img {
    max-width: 120px;
    max-height: 46px;
  }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {

  .tmex-client-logo,
  .tmex-client-logo img,
  .tmex-review-card {
    transition: none;
  }
}

/* =========================================================
   6) PREGUNTAS FRECUENTES
   ========================================================= */

.tmex-fulfillment-faq {
  position: relative;
  overflow: hidden;
  padding: 96px 24px;
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 175, 233, 0.07), transparent 24%),
    radial-gradient(circle at 92% 82%, rgba(0, 175, 233, 0.06), transparent 24%),
    #ffffff;
}

.tmex-fulfillment-faq::before,
.tmex-fulfillment-faq::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tmex-fulfillment-faq::before {
  top: -120px;
  right: -110px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(0, 175, 233, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(0, 175, 233, 0.03),
    0 0 0 52px rgba(0, 175, 233, 0.02);
}

.tmex-fulfillment-faq::after {
  left: -20px;
  bottom: -30px;
  width: 210px;
  height: 210px;
  background:
    radial-gradient(circle, rgba(0, 175, 233, 0.16) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  opacity: 0.2;
}

.tmex-fulfillment-faq .tmex-section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

/* Lista */

.tmex-faq-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.tmex-faq-item {
  overflow: hidden;
  border: 1px solid #d9eaf2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(31, 41, 51, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.tmex-faq-item:hover {
  border-color: rgba(0, 175, 233, 0.38);
  box-shadow: 0 14px 32px rgba(31, 41, 51, 0.08);
}

.tmex-faq-item[open] {
  border-color: rgba(0, 175, 233, 0.48);
  box-shadow: 0 16px 36px rgba(31, 41, 51, 0.08);
}

.tmex-faq-item summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.tmex-faq-item summary::-webkit-details-marker {
  display: none;
}

.tmex-faq-item summary::marker {
  display: none;
  content: "";
}

.tmex-faq-item summary:focus-visible {
  outline: 3px solid rgba(0, 175, 233, 0.22);
  outline-offset: -3px;
}

.tmex-faq-item__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(0, 175, 233, 0.25);
  border-radius: 50%;
  background: #f2fafd;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.tmex-faq-item[open] .tmex-faq-item__icon {
  transform: rotate(45deg);
  background: #00afe9;
  color: #ffffff;
}

.tmex-faq-item__content {
  padding: 0 24px 24px;
  border-top: 1px solid #edf3f6;
}

.tmex-faq-item__content p {
  max-width: 780px;
  margin: 20px 0 0;
  color: #667085;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 16px;
  line-height: 1.7;
}

.tmex-faq-item__content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tmex-faq-item__content a:hover {
  color: #0098cc;
}

.tmex-faq-item__content a span {
  transition: transform 0.2s ease;
}

.tmex-faq-item__content a:hover span {
  transform: translateX(4px);
}

/* Cierre de contacto */

.tmex-faq-contact {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 920px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 28px auto 0;
  padding: 22px 24px;
  border: 1px solid #d9eaf2;
  border-radius: 16px;
  background: #f7fbfd;
}

.tmex-faq-contact p {
  margin: 0;
  color: #1f2933;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 16px;
  font-weight: 700;
}

.tmex-faq-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #00afe9;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.tmex-faq-contact a:hover {
  color: #0098cc;
}

/* Tablet */

@media (max-width: 1024px) {
  .tmex-fulfillment-faq {
    padding: 80px 24px;
  }
}

/* Móvil */

@media (max-width: 767px) {
  .tmex-fulfillment-faq {
    padding: 64px 20px;
  }

  .tmex-fulfillment-faq .tmex-section-heading {
    margin-bottom: 34px;
  }

  .tmex-faq-list {
    gap: 14px;
  }

  .tmex-faq-item summary {
    min-height: 68px;
    gap: 16px;
    padding: 18px 18px;
    font-size: 16px;
  }

  .tmex-faq-item__icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 20px;
  }

  .tmex-faq-item__content {
    padding: 0 18px 20px;
  }

  .tmex-faq-item__content p {
    margin-top: 18px;
    font-size: 15px;
  }

  .tmex-faq-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
  }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {

  .tmex-faq-item,
  .tmex-faq-item__icon,
  .tmex-faq-item__content a span {
    transition: none;
  }
}

/* =========================================================
   7) CTA FINAL ESTÁTICO
   ========================================================= */

.tmex-fulfillment-final-cta {
  position: relative;
  overflow: hidden;
  padding: 86px 24px 96px;
  background:
    radial-gradient(circle at 2% 92%, rgba(0, 175, 233, 0.14) 0 150px, transparent 151px),
    radial-gradient(circle at 96% 8%, rgba(0, 175, 233, 0.18) 0 170px, transparent 171px),
    linear-gradient(135deg, #071c2d 0%, #0b2538 55%, #12384d 100%);
}

.tmex-fulfillment-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 175, 233, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 175, 233, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.tmex-final-cta-card {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 0 auto;
  padding: 54px 64px 56px;
  border: 1px solid rgba(217, 234, 242, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: center;
  backdrop-filter: blur(4px);
}

.tmex-landing .tmex-final-cta-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 8px 15px;
  border: 1px solid rgba(0, 175, 233, 0.48);
  border-radius: 999px;
  background: rgba(0, 175, 233, 0.08);
  color: #00afe9 !important;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.tmex-landing .tmex-fulfillment-final-cta .tmex-final-cta-card h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff !important;
  font-family: var(--tmex-font-title, Arial, Helvetica, sans-serif);
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tmex-landing .tmex-fulfillment-final-cta .tmex-final-cta-card h2 span {
  color: #00afe9 !important;
}

.tmex-final-cta-card__text {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.84) !important;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 17px;
  line-height: 1.7;
}

.tmex-final-cta-card .tmex-btn {
  margin-top: 30px;
}

.tmex-final-cta-card__note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: var(--tmex-font-body, Arial, Helvetica, sans-serif);
  font-size: 14px;
  line-height: 1.5;
}

/* Tablet */

@media (max-width: 1024px) {
  .tmex-fulfillment-final-cta {
    padding: 76px 24px 82px;
  }

  .tmex-final-cta-card {
    padding: 48px 42px 50px;
  }
}

/* Móvil */

@media (max-width: 767px) {
  .tmex-fulfillment-final-cta {
    padding: 64px 20px 70px;
    background:
      radial-gradient(circle at -8% 96%, rgba(0, 175, 233, 0.13) 0 110px, transparent 111px),
      radial-gradient(circle at 108% 4%, rgba(0, 175, 233, 0.16) 0 120px, transparent 121px),
      linear-gradient(135deg, #071c2d 0%, #0b2538 55%, #12384d 100%);
  }

  .tmex-final-cta-card {
    padding: 36px 22px 38px;
    border-radius: 18px;
  }

  .tmex-final-cta-card__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .tmex-final-cta-card h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .tmex-final-cta-card__text {
    margin-top: 20px;
    font-size: 16px;
  }

  .tmex-final-cta-card .tmex-btn {
    width: 100%;
    margin-top: 26px;
  }

  .tmex-final-cta-card__note {
    font-size: 13px;
  }
}
