/* ===========================================
   TMEX — Landing /servicios/ecommerce/ (page ID 2272)
   CSS de PAGINA. Acompaña a landing.css (design system global).
   Solo contiene componentes especificos de esta landing.
   Wrapper: .tmex-landing   |   Prefijo de pagina: se-
   =========================================== */

/* ---- Logos en tarjetas visibles (look aprobado en la home) ---- */
.tmex-landing .se-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.tmex-landing .se-logo-card { display: flex; align-items: center; justify-content: center; height: 112px; padding: 18px; background: #fff; border: 1px solid var(--tmex-border); border-radius: 16px; box-shadow: 0 8px 22px rgba(31,41,51,0.05); transition: transform .2s ease, box-shadow .2s ease; }
.tmex-landing .se-logo-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(31,41,51,0.10); }
.tmex-landing .se-logo-card img { max-width: 100%; max-height: 62px; width: auto; height: auto; object-fit: contain; filter: grayscale(100%); opacity: .8; transition: filter .25s ease, opacity .25s ease; }
.tmex-landing .se-logo-card:hover img { filter: grayscale(0); opacity: 1; }

/* ---- Slot de imagen (placeholder marcado; las imagenes NO deciden el diseño) ---- */
.tmex-landing .se-imgslot { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 340px; border: 2px dashed #BcD9E6; border-radius: var(--tmex-radius-lg); background: repeating-linear-gradient(45deg, var(--tmex-bg-soft), var(--tmex-bg-soft) 14px, #ECF6FB 14px, #ECF6FB 28px); color: var(--tmex-muted); padding: 28px; }
.tmex-landing .se-imgslot b { font-family: var(--tmex-font-title); font-size: 14px; letter-spacing: .5px; color: var(--tmex-dark); }
.tmex-landing .se-imgslot span { font-size: 13px; margin-top: 6px; max-width: 320px; }
.tmex-landing .se-imgslot svg { width: 38px; height: 38px; color: var(--tmex-primary); opacity: .8; margin-bottom: 12px; }

/* ---- Tiles de plataformas (¿Vendes por...?) ---- */
.tmex-landing .se-platform { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid var(--tmex-border); border-radius: var(--tmex-radius-lg); box-shadow: 0 6px 18px rgba(31,41,51,0.05); transition: transform .2s ease, box-shadow .2s ease; }
.tmex-landing .se-platform:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(31,41,51,0.10); }
.tmex-landing .se-platform__ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--tmex-primary-10); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-platform__ic svg { width: 22px; height: 22px; }
.tmex-landing .se-platform strong { font-family: var(--tmex-font-title); font-size: 15px; color: var(--tmex-dark); display: block; line-height: 1.25; }
.tmex-landing .se-platform span { font-size: 13px; color: var(--tmex-muted); }

@media (max-width: 1024px) {
  .tmex-landing .se-logos { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .tmex-landing .se-logos { grid-template-columns: repeat(2, 1fr); }
  .tmex-landing .se-imgslot { min-height: 240px; }
}

/* ===========================================================
   HERO — Panel derecho organizado (stats + escena + flujo)  [REUTILIZABLE]
   Inspirado en el mockup aprobado. Animacion CSS/SVG pura, sin
   librerias ni CDNs. Candidato a PROMOVER a landing.css cuando se
   adopte en otras landings (solo cambia el SVG/textos interiores).
   Anima solo transform/opacity (GPU) -> no afecta CLS ni layout.
   =========================================================== */

.tmex-landing .se-hero-card { display: flex; flex-direction: column; gap: 14px; padding: 18px; background: linear-gradient(160deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.14); border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,0.35); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

/* 1) Fila de stats (antes badges sueltas -> ahora ordenadas) */
.tmex-landing .se-statrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tmex-landing .se-stat { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-radius: 12px; }
.tmex-landing .se-stat__ic { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; background: var(--tmex-primary-15); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-stat__ic svg { width: 17px; height: 17px; }
.tmex-landing .se-stat strong { display: block; font: 700 12.5px var(--tmex-font-title); color: #fff; line-height: 1.15; }
.tmex-landing .se-stat span { font-size: 11px; color: rgba(255,255,255,0.6); }

/* 2) Escena: mapa + ruta luminosa + van */
.tmex-landing .se-scene { position: relative; height: 200px; border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, #0E1B2B 0%, #0A1119 100%); }
.tmex-landing .se-scene__map { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(0,175,233,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,175,233,0.06) 1px, transparent 1px); background-size: 26px 26px; }
.tmex-landing .se-skyline { position: absolute; right: 0; bottom: 0; width: 62%; height: 72%; color: #20384e; opacity: .55; }
.tmex-landing .se-route__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.tmex-landing .se-route__path { fill: none; stroke: rgba(0,175,233,0.85); stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 0 6px rgba(0,175,233,0.65)); stroke-dasharray: 6 10; animation: se-flow-dash 1.1s linear infinite; }
@keyframes se-flow-dash { to { stroke-dashoffset: -32; } }
.tmex-landing .se-pkg { position: absolute; left: 7%; bottom: 16%; color: var(--tmex-primary); filter: drop-shadow(0 0 6px rgba(0,175,233,0.5)); }
.tmex-landing .se-pkg svg { width: 26px; height: 26px; }

/* Van que recorre la ruta + ruedas girando */
.tmex-landing .se-van { position: absolute; bottom: 28px; left: 0; width: 116px; animation: se-drive 5s ease-in-out infinite; }
.tmex-landing .se-van__svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 14px rgba(0,0,0,0.45)); }
.tmex-landing .se-wheel2 { transform-box: fill-box; transform-origin: center; animation: se-spin .5s linear infinite; }
@keyframes se-drive { 0% { transform: translate(-28%, 4px); opacity: 0; } 10% { opacity: 1; } 52% { transform: translate(42%, -16px); } 88% { opacity: 1; } 100% { transform: translate(118%, -30px); opacity: 0; } }
@keyframes se-spin { to { transform: rotate(360deg); } }

/* Pin de destino + check */
.tmex-landing .se-pin2 { position: absolute; right: 9%; top: 12%; width: 34px; height: 44px; transform-origin: bottom center; opacity: 0; animation: se-pin-pop 5s ease-in-out infinite; }
.tmex-landing .se-pin2__body { fill: rgba(0,175,233,0.18); stroke: var(--tmex-primary); stroke-width: 3; }
.tmex-landing .se-pin2__check { stroke: var(--tmex-primary); stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; fill: none; stroke-dasharray: 26; stroke-dashoffset: 26; animation: se-check 5s ease-in-out infinite; }
@keyframes se-pin-pop { 0%,58% { opacity: 0; transform: scale(.4) translateY(6px); } 70% { opacity: 1; transform: scale(1.14) translateY(0); } 78%,92% { opacity: 1; transform: scale(1) translateY(0); } 100% { opacity: 0; transform: scale(1) translateY(0); } }
@keyframes se-check { 0%,68% { stroke-dashoffset: 26; } 82%,100% { stroke-dashoffset: 0; } }

/* 3) Tira de flujo (proceso de 4 pasos) */
.tmex-landing .se-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.tmex-landing .se-flow::before { content: ''; position: absolute; top: 19px; left: 13%; right: 13%; border-top: 2px dotted rgba(255,255,255,0.18); }
.tmex-landing .se-flow__step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.tmex-landing .se-flow__ic { width: 38px; height: 38px; border-radius: 50%; background: #11202f; border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.78); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-flow__ic svg { width: 18px; height: 18px; }
.tmex-landing .se-flow__step strong { font: 700 12px var(--tmex-font-title); color: #fff; }
.tmex-landing .se-flow__step span { font-size: 10.5px; color: rgba(255,255,255,0.55); }
.tmex-landing .se-flow__step--on .se-flow__ic { background: var(--tmex-primary); border-color: var(--tmex-primary); color: #fff; box-shadow: 0 0 0 4px rgba(0,175,233,0.18); animation: se-pulse 2.2s ease-in-out infinite; }
@keyframes se-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(0,175,233,0.18); } 50% { box-shadow: 0 0 0 8px rgba(0,175,233,0.05); } }

.tmex-landing .se-scene__cta { width: 100%; margin-top: 2px; }

/* Hechos del hero (izquierda, SIN botones) */
.tmex-landing .se-herofacts { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 14px 28px; }
.tmex-landing .se-herofacts li { display: flex; align-items: center; gap: 12px; color: #fff; font: 600 15.5px var(--tmex-font-body); }
.tmex-landing .se-fact__ic { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,175,233,0.12); border: 1px solid rgba(0,175,233,0.5); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-fact__ic svg { width: 18px; height: 18px; }
.tmex-landing .se-heroproof { margin-top: 22px; font-size: 14.5px; color: rgba(255,255,255,0.72); }
.tmex-landing .se-heroproof b { color: #fff; }
.tmex-landing .se-heroproof .se-stars { color: #F5A623; letter-spacing: 1px; }

@media (max-width: 480px) {
  .tmex-landing .se-statrow { grid-template-columns: repeat(2, 1fr); }
  .tmex-landing .se-scene { height: 170px; }
  .tmex-landing .se-herofacts { flex-direction: column; gap: 12px; }
  .tmex-landing .se-flow__step span { display: none; }
}

/* Accesibilidad: si el usuario pide menos movimiento -> escena estatica */
@media (prefers-reduced-motion: reduce) {
  .tmex-landing .se-route__path, .tmex-landing .se-van, .tmex-landing .se-wheel2,
  .tmex-landing .se-pin2, .tmex-landing .se-pin2__check, .tmex-landing .se-flow__step--on .se-flow__ic { animation: none !important; }
  .tmex-landing .se-van { transform: translate(36%, -12px); opacity: 1; }
  .tmex-landing .se-pin2 { opacity: 1; transform: scale(1); }
  .tmex-landing .se-pin2__check { stroke-dashoffset: 0; }
}

/* ===========================================================
   SECCION SERVICIOS (premium, replica del mockup)
   3 cards destacadas (1 resaltada) + 3 mini-cards + banner.
   =========================================================== */

.tmex-landing .se-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tmex-landing .se-svc-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--tmex-border); border-radius: 18px; padding: 28px; box-shadow: 0 10px 30px rgba(31,41,51,0.06); transition: transform .25s ease, box-shadow .25s ease; }
.tmex-landing .se-svc-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(31,41,51,0.10); }
.tmex-landing .se-svc-card--on { border: 1.5px solid var(--tmex-primary); box-shadow: 0 14px 36px rgba(0,175,233,0.16); }

.tmex-landing .se-svc__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.tmex-landing .se-svc__ic { flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; background: var(--tmex-primary-10); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-svc__ic svg { width: 26px; height: 26px; }
.tmex-landing .se-svc__tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: var(--tmex-primary-10); color: var(--tmex-primary); font: 700 12px var(--tmex-font-title); white-space: nowrap; }
.tmex-landing .se-svc__tag svg { width: 13px; height: 13px; }

.tmex-landing .se-svc-grid .se-svc-card h3 {
  margin: 0 0 10px;
  color: var(--tmex-dark);
  font-family: var(--tmex-font-title);
  font-size: 22px;
  line-height: 1.22 !important;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.tmex-landing .se-svc-card > p { color: var(--tmex-muted); font-size: 15px; margin-bottom: 18px; }
.tmex-landing .se-svc__list { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 9px; }
.tmex-landing .se-svc__list li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--tmex-text); }
.tmex-landing .se-svc__list svg { flex-shrink: 0; width: 17px; height: 17px; color: var(--tmex-primary); }
.tmex-landing .se-svc__btn { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px; border-radius: 10px; font: 700 15px var(--tmex-font-title); border: 1.5px solid var(--tmex-primary); color: var(--tmex-primary); background: #fff; transition: all .2s ease; }
.tmex-landing .se-svc__btn:hover { background: var(--tmex-bg-soft); transform: translateY(-1px); }
.tmex-landing .se-svc__btn--solid { background: var(--tmex-primary); color: #fff; border-color: var(--tmex-primary); }
.tmex-landing .se-svc__btn--solid:hover { background: var(--tmex-primary-hover); border-color: var(--tmex-primary-hover); color: #fff; }

/* Fila secundaria (mini-cards) */
.tmex-landing .se-svc-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
.tmex-landing .se-svc-mini { display: flex; gap: 16px; background: #fff; border: 1px solid var(--tmex-border); border-radius: 16px; padding: 22px 24px; transition: transform .2s ease, box-shadow .2s ease; }
.tmex-landing .se-svc-mini:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(31,41,51,0.08); }
.tmex-landing .se-svc-mini__ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--tmex-primary-10); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-svc-mini__ic svg { width: 22px; height: 22px; }
.tmex-landing .se-svc-mini h4 { margin-bottom: 5px; font-size: 17px; }
.tmex-landing .se-svc-mini p { color: var(--tmex-muted); font-size: 13.5px; margin-bottom: 10px; line-height: 1.55; }
.tmex-landing .se-svc-mini .tl-card__link { margin-top: 0; }

/* Banner de cierre */
.tmex-landing .se-svc-cta { display: flex; align-items: center; gap: 24px; margin-top: 28px; padding: 26px 32px; background: linear-gradient(120deg, var(--tmex-bg-soft), #fff); border: 1px solid var(--tmex-border); border-radius: 18px; }
.tmex-landing .se-svc-cta__ic { flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; background: var(--tmex-primary-10); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-svc-cta__ic svg { width: 26px; height: 26px; }
.tmex-landing .se-svc-cta__text { flex: 1; }
.tmex-landing .se-svc-cta__text strong { display: block; font: 700 19px var(--tmex-font-title); color: var(--tmex-dark); margin-bottom: 4px; }
.tmex-landing .se-svc-cta__text span { color: var(--tmex-muted); font-size: 14.5px; }
.tmex-landing .se-svc-cta .tl-btn { flex-shrink: 0; }

@media (max-width: 900px) {
  .tmex-landing .se-svc-grid, .tmex-landing .se-svc-mini-grid { grid-template-columns: 1fr; }
  .tmex-landing .se-svc-cta { flex-direction: column; text-align: center; }
}

/* ===========================================================
   BANDA "INDICADORES CLAVE" (premium, replica del mockup)
   Va sobre una seccion oscura, entre el hero y los servicios.
   =========================================================== */
.tmex-landing .se-kpis { position: relative; background: radial-gradient(120% 130% at 50% -10%, #103052 0%, #0A1B2E 45%, #07101C 100%); }
.tmex-landing .se-kpis::before, .tmex-landing .se-kpis::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,175,233,0.45), transparent); }
.tmex-landing .se-kpis::before { top: 0; }
.tmex-landing .se-kpis::after { bottom: 0; }
.tmex-landing .se-kpis__head { text-align: center; margin-bottom: 44px; }
.tmex-landing .se-kpis__eyebrow { display: inline-flex; align-items: center; gap: 14px; font: 700 13px var(--tmex-font-title); letter-spacing: 3px; text-transform: uppercase; color: var(--tmex-primary); margin-bottom: 12px; }
.tmex-landing .se-kpis__eyebrow::before, .tmex-landing .se-kpis__eyebrow::after { content: ''; width: 30px; height: 1px; background: rgba(0,175,233,0.5); }
.tmex-landing .se-kpis__head h2 { color: #fff; font-size: 32px; margin: 0; }
.tmex-landing .se-kpis__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tmex-landing .se-kpi { position: relative; text-align: center; padding: 4px 18px; }
.tmex-landing .se-kpi + .se-kpi::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.14), transparent); }
.tmex-landing .se-kpi__ic { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; border: 1.5px solid rgba(0,175,233,0.55); background: radial-gradient(circle, rgba(0,175,233,0.18), transparent 72%); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 22px rgba(0,175,233,0.22), inset 0 0 14px rgba(0,175,233,0.12); }
.tmex-landing .se-kpi__ic svg { width: 28px; height: 28px; }
.tmex-landing .se-kpi__val { font: 700 34px var(--tmex-font-title); color: var(--tmex-primary); line-height: 1.08; margin-bottom: 10px; }
.tmex-landing .se-kpi__lbl { font-size: 14.5px; color: rgba(255,255,255,0.68); line-height: 1.4; }

@media (max-width: 767px) {
  .tmex-landing .se-kpis__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .tmex-landing .se-kpi:nth-child(odd)::before { display: none; }
  .tmex-landing .se-kpi__val { font-size: 28px; }
}

/* ===========================================================
   SECCION FULFILLMENT "Vende en Bogotá desde cualquier ciudad"
   (premium, replica del mockup) — imagen real + tira de 4 pasos.
   =========================================================== */
.tmex-landing .se-ful-list { list-style: none; padding: 0; margin: 28px 0 30px; display: flex; flex-direction: column; gap: 14px; }
.tmex-landing .se-ful-list li { display: flex; align-items: center; gap: 13px; font-size: 16px; color: var(--tmex-dark); }
.tmex-landing .se-ful-list__ic { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--tmex-primary); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,175,233,0.35); }
.tmex-landing .se-ful-list__ic svg { width: 16px; height: 16px; }

.tmex-landing .se-ful-card { background: #fff; border: 1px solid var(--tmex-border); border-radius: 22px; box-shadow: 0 24px 60px rgba(31,41,51,0.12); overflow: hidden; }
.tmex-landing .se-ful-img { position: relative; line-height: 0; }
.tmex-landing .se-ful-img img { width: 100%; height: auto; display: block; }
.tmex-landing .se-ful-badge { position: absolute; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; background: #fff; border-radius: 999px; box-shadow: 0 8px 22px rgba(0,0,0,0.18); font: 700 14px var(--tmex-font-title); color: var(--tmex-primary); line-height: 1; }
.tmex-landing .se-ful-badge svg { width: 16px; height: 16px; }

.tmex-landing .se-ful-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 28px 22px 26px; }
.tmex-landing .se-ful-steps::before { content: ''; position: absolute; top: 85px; left: 19%; right: 19%; border-top: 2px dotted var(--tmex-border); z-index: 0; }
.tmex-landing .se-ful-step { position: relative; z-index: 1; text-align: center; }
.tmex-landing .se-ful-step__n { width: 22px; height: 22px; margin: 0 auto 8px; border-radius: 50%; background: var(--tmex-primary); color: #fff; font: 700 12px var(--tmex-font-title); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-ful-step__ic { width: 54px; height: 54px; margin: 0 auto 12px; border-radius: 50%; background: #E6F6FD; color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-ful-step__ic svg { width: 26px; height: 26px; }
.tmex-landing .se-ful-step h4 { font-size: 15px; margin-bottom: 6px; }
.tmex-landing .se-ful-step p { font-size: 12.5px; color: var(--tmex-muted); line-height: 1.5; margin: 0; }

@media (max-width: 767px) {
  .tmex-landing .se-ful-steps { grid-template-columns: repeat(2, 1fr); gap: 26px 8px; }
  .tmex-landing .se-ful-steps::before { display: none; }
}

/* ===========================================================
   SECCION "POR QUE TMEX" (oscuro gradiente, replica mockup)
   Texto + tarjeta de problema + tabla comparativa (vs paqueteria).
   =========================================================== */
.tmex-landing .se-why { background: linear-gradient(155deg, #0E2138 0%, #0A1626 55%, #070F1A 100%); }
.tmex-landing .se-why .tl-label { color: var(--tmex-primary); }
.tmex-landing .se-why .tl-divider { margin-top: 16px; }
.tmex-landing .se-why__lead { color: rgba(255,255,255,0.72); font-size: 17px; }
.tmex-landing .se-why__lead--strong { color: #fff; font-weight: 600; }
.tmex-landing .se-why__lead--strong b { color: var(--tmex-primary); font-weight: 700; }

.tmex-landing .se-why-problem { margin-top: 30px; padding: 22px 24px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.10); border-radius: 16px; }
.tmex-landing .se-why-problem__title { display: flex; align-items: center; gap: 10px; font: 700 16px var(--tmex-font-title); color: #fff; margin-bottom: 14px; }
.tmex-landing .se-why-problem__title svg { width: 22px; height: 22px; color: var(--tmex-danger); flex-shrink: 0; }
.tmex-landing .se-why-problem ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.tmex-landing .se-why-problem li { position: relative; padding-left: 20px; color: rgba(255,255,255,0.78); font-size: 14.5px; }
.tmex-landing .se-why-problem li::before { content: ''; position: absolute; left: 4px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--tmex-danger); }

.tmex-landing .se-why__btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 13px 24px; border-radius: 10px; border: 1.5px solid rgba(0,175,233,0.6); color: var(--tmex-primary); font: 700 15px var(--tmex-font-title); background: rgba(0,175,233,0.06); transition: all .2s ease; }
.tmex-landing .se-why__btn:hover { background: rgba(0,175,233,0.14); border-color: var(--tmex-primary); transform: translateY(-1px); }
.tmex-landing .se-why__btn svg { width: 20px; height: 20px; }

/* Tabla comparativa */
.tmex-landing .se-cmp { border: 1px solid rgba(255,255,255,0.10); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,0.02); }
.tmex-landing .se-cmp__row { display: grid; grid-template-columns: 1fr 1.12fr; }
.tmex-landing .se-cmp__row + .se-cmp__row { border-top: 1px solid rgba(255,255,255,0.08); }
.tmex-landing .se-cmp__l, .tmex-landing .se-cmp__r { padding: 18px 22px; display: flex; align-items: flex-start; gap: 12px; }
.tmex-landing .se-cmp__r { background: rgba(0,175,233,0.08); }
.tmex-landing .se-cmp__xic { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.45); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-cmp__xic svg { width: 13px; height: 13px; }
.tmex-landing .se-cmp__l span { color: rgba(255,255,255,0.6); font-size: 14.5px; line-height: 1.45; }
.tmex-landing .se-cmp__check { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--tmex-primary); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,175,233,0.4); }
.tmex-landing .se-cmp__check svg { width: 15px; height: 15px; }
.tmex-landing .se-cmp__r strong { display: block; color: #fff; font: 700 15.5px var(--tmex-font-title); margin-bottom: 4px; }
.tmex-landing .se-cmp__r p { color: rgba(255,255,255,0.72); font-size: 13.5px; line-height: 1.5; margin: 0; }

.tmex-landing .se-cmp__head .se-cmp__l, .tmex-landing .se-cmp__head .se-cmp__r { align-items: center; padding-top: 22px; padding-bottom: 22px; }
.tmex-landing .se-cmp__head-trad { display: flex; align-items: center; gap: 10px; font: 700 16px var(--tmex-font-title); color: rgba(255,255,255,0.85); }
.tmex-landing .se-cmp__head-trad svg { width: 24px; height: 24px; color: rgba(255,255,255,0.5); }
.tmex-landing .se-cmp__head .se-cmp__r { background: rgba(0,175,233,0.22); flex-direction: column; align-items: flex-start; gap: 4px; }
.tmex-landing .se-cmp__logo { height: 52px; width: auto; filter: brightness(0) invert(1); }
.tmex-landing .se-cmp__head .se-cmp__r span { color: rgba(255,255,255,0.8); font-size: 13px; }

@media (max-width: 767px) {
  .tmex-landing .se-cmp__logo { height: 42px; }
}

.tmex-landing .se-cmp__footer { display: flex; align-items: center; gap: 14px; padding: 20px 24px; background: linear-gradient(120deg, rgba(0,175,233,0.18), rgba(0,175,233,0.06)); border-top: 1px solid rgba(255,255,255,0.10); }
.tmex-landing .se-cmp__footer-ic { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--tmex-primary); color: #fff; display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-cmp__footer-ic svg { width: 22px; height: 22px; }
.tmex-landing .se-cmp__footer strong { display: block; color: #fff; font: 700 15.5px var(--tmex-font-title); }
.tmex-landing .se-cmp__footer span { color: rgba(255,255,255,0.75); font-size: 13.5px; }

@media (max-width: 1024px) {
  .tmex-landing .se-why .tl-grid--2 { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .tmex-landing .se-cmp__l, .tmex-landing .se-cmp__r { padding: 14px 14px; }
}

/* ===========================================================
   SECCION "COMO FUNCIONA" (timeline numerada, replica mockup)
   =========================================================== */
.tmex-landing .se-flow2 { position: relative; max-width: 860px; margin: 0 auto; }
.tmex-landing .se-flow2::before { content: ''; position: absolute; left: 23px; top: 54px; bottom: 54px; border-left: 2px dashed rgba(0,175,233,0.40); }
.tmex-landing .se-flow2-step { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: center; }
.tmex-landing .se-flow2-step:not(:last-of-type) { margin-bottom: 18px; }
.tmex-landing .se-flow2__num { justify-self: center; width: 44px; height: 44px; border-radius: 50%; background: var(--tmex-primary); color: #fff; font: 700 18px var(--tmex-font-title); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,175,233,0.35); position: relative; z-index: 1; }
.tmex-landing .se-flow2__card { background: #fff; border: 1px solid var(--tmex-border); border-radius: 16px; box-shadow: 0 8px 24px rgba(31,41,51,0.06); padding: 22px 26px; display: flex; align-items: center; gap: 22px; transition: transform .2s ease, box-shadow .2s ease; }
.tmex-landing .se-flow2__card:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(31,41,51,0.10); }
.tmex-landing .se-flow2__ic { flex-shrink: 0; width: 60px; height: 60px; border-radius: 50%; background: #E6F6FD; color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-flow2__ic svg { width: 28px; height: 28px; }
.tmex-landing .se-flow2__card h4 { margin-bottom: 5px; font-size: 18px; }
.tmex-landing .se-flow2__card p { color: var(--tmex-muted); font-size: 14.5px; line-height: 1.55; margin: 0; }

@media (max-width: 600px) {
  .tmex-landing .se-flow2::before { display: none; }
  .tmex-landing .se-flow2-step { grid-template-columns: 40px 1fr; gap: 12px; }
  .tmex-landing .se-flow2__num { width: 38px; height: 38px; font-size: 16px; }
  .tmex-landing .se-flow2__card { flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px; }
}

/* ===========================================================
   SECCION "TU CANAL DE VENTA" (cards con logos, replica mockup)
   Logos de plataformas en SVG a color inline (self-hosted, sin CDN).
   =========================================================== */
.tmex-landing .se-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tmex-landing .se-channel { position: relative; overflow: hidden; display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--tmex-border); border-radius: 18px; padding: 24px 26px; box-shadow: 0 10px 28px rgba(31,41,51,0.06); transition: transform .2s ease, box-shadow .2s ease; }
.tmex-landing .se-channel:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(31,41,51,0.10); }
.tmex-landing .se-channel::after { content: ''; position: absolute; right: 14px; bottom: 12px; width: 46px; height: 30px; background-image: radial-gradient(rgba(0,175,233,0.35) 1.2px, transparent 1.2px); background-size: 8px 8px; opacity: .45; }
.tmex-landing .se-channel__logo { flex-shrink: 0; width: 72px; height: 72px; border-radius: 50%; background: #EEF6FC; display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-channel__logo svg { width: 44px; height: 44px; }
.tmex-landing .se-channel__logo--plain svg { width: 34px; height: 34px; color: var(--tmex-primary); }
.tmex-landing .se-channel__txt { position: relative; z-index: 1; }
.tmex-landing .se-channel__txt h4 { margin-bottom: 4px; font-size: 18px; }
.tmex-landing .se-channel__txt p { color: var(--tmex-muted); font-size: 14px; line-height: 1.5; margin: 0; }

.tmex-landing .se-channels-cta { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 38px; }
.tmex-landing .se-channels-cta .se-line { width: 70px; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,175,233,0.45)); }
.tmex-landing .se-channels-cta .se-line:last-child { background: linear-gradient(90deg, rgba(0,175,233,0.45), transparent); }

@media (max-width: 1024px) { .tmex-landing .se-channels { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) {
  .tmex-landing .se-channels { grid-template-columns: 1fr; }
  .tmex-landing .se-channels-cta .se-line { display: none; }
}

/* ===========================================================
   SECCION CLIENTES / LOGOS (pill + franja inferior, replica mockup)
   Los logos reales se mantienen en .se-logos (sin cambios).
   =========================================================== */
.tmex-landing .se-clients-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; background: #fff; border: 1px solid var(--tmex-border); border-radius: 999px; box-shadow: 0 8px 22px rgba(31,41,51,0.08); font: 700 14px var(--tmex-font-title); color: var(--tmex-dark); margin-bottom: 22px; }
.tmex-landing .se-clients-pill svg { width: 20px; height: 20px; color: var(--tmex-primary); }
.tmex-landing .se-clients-foot { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 34px; }
.tmex-landing .se-clients-foot .se-line { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,175,233,0.45)); }
.tmex-landing .se-clients-foot .se-line:last-child { background: linear-gradient(90deg, rgba(0,175,233,0.45), transparent); }
.tmex-landing .se-clients-foot__ic { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--tmex-primary-10); color: var(--tmex-primary); display: flex; align-items: center; justify-content: center; }
.tmex-landing .se-clients-foot__ic svg { width: 22px; height: 22px; }
.tmex-landing .se-clients-foot__txt { font: 600 16px var(--tmex-font-body); color: var(--tmex-dark); }
.tmex-landing .se-clients-foot__txt b { color: var(--tmex-primary); font-weight: 800; }
@media (max-width: 680px) {
  .tmex-landing .se-clients-foot .se-line { display: none; }
  .tmex-landing .se-clients-foot__txt { font-size: 14px; }
}

/* ===========================================================
   CTA FINAL — banda oscura a ancho completo (estilo home)
   Fondo oscuro full-width + circulos decorativos + card central.
   =========================================================== */
.tmex-landing .se-cta { position: relative; overflow: hidden; background: radial-gradient(140% 120% at 50% -10%, #0E2840 0%, #0A1B2E 55%, #061019 100%); }
.tmex-landing .se-cta::before, .tmex-landing .se-cta::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(0,175,233,0.22) 0%, rgba(0,175,233,0.05) 55%, transparent 72%); }
.tmex-landing .se-cta::before { width: 520px; height: 520px; left: -190px; bottom: -210px; }
.tmex-landing .se-cta::after { width: 580px; height: 580px; right: -210px; top: -230px; }
.tmex-landing .se-cta__card { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; text-align: center; padding: 56px 48px; border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.10); box-shadow: 0 30px 70px rgba(0,0,0,0.40); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.tmex-landing .se-cta__inner { position: relative; z-index: 1; }
.tmex-landing .se-cta__eyebrow { display: inline-flex; align-items: center; padding: 8px 18px; border-radius: 999px; border: 1px solid rgba(0,175,233,0.5); background: rgba(0,175,233,0.08); font: 700 13px var(--tmex-font-title); letter-spacing: 1.5px; text-transform: uppercase; color: var(--tmex-primary); margin-bottom: 20px; }
.tmex-landing .se-cta__card h2 { color: #fff; font-size: 40px; line-height: 1.16; margin-bottom: 16px; }
.tmex-landing .se-cta__card p { color: rgba(255,255,255,0.82); font-size: 18px; max-width: 640px; margin: 0 auto 28px; }
.tmex-landing .se-cta__btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 34px; border-radius: 12px; background: var(--tmex-primary); color: #fff; font: 700 17px var(--tmex-font-title); box-shadow: 0 14px 34px rgba(0,175,233,0.40); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.tmex-landing .se-cta__btn:hover { background: var(--tmex-primary-hover); transform: translateY(-2px); box-shadow: 0 18px 44px rgba(0,175,233,0.52); }
.tmex-landing .se-cta__note { margin-top: 18px; font-size: 14px; color: rgba(255,255,255,0.6); }
@media (max-width: 767px) {
  .tmex-landing .se-cta__card { padding: 44px 22px; }
  .tmex-landing .se-cta__card h2 { font-size: 28px; }
  .tmex-landing .se-cta__card p { font-size: 16px; }
}

/* ===========================================================
   FAQ — adaptación visual del acordeón de la landing fulfillment.
   Conserva la estructura y el comportamiento JS de .tl-faq.
   =========================================================== */
.tmex-landing .se-faq-section {
  position: relative;
  overflow: hidden;
  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%),
    #fff;
}

.tmex-landing .se-faq-section .tl-section-header {
  margin-bottom: 42px;
}

.tmex-landing .se-faq-section .tl-faq {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.tmex-landing .se-faq-section .tl-faq__item {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9eaf2 !important;
  border-radius: 16px;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(31, 41, 51, 0.05);
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.tmex-landing .se-faq-section .tl-faq__item:hover {
  border-color: rgba(0, 175, 233, 0.38);
  box-shadow: 0 14px 32px rgba(31, 41, 51, 0.08);
}

.tmex-landing .se-faq-section .tl-faq__item.active {
  border-color: rgba(0, 175, 233, 0.48);
  box-shadow: 0 16px 36px rgba(31, 41, 51, 0.08);
}

.tmex-landing .se-faq-section .tl-faq__q {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--tmex-dark) !important;
  font-family: var(--tmex-font-title);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}

.tmex-landing .se-faq-section .tl-faq__q:hover {
  border: 0 !important;
  background: var(--tmex-bg-soft) !important;
  box-shadow: none !important;
}

.tmex-landing .se-faq-section .tl-faq__q:focus-visible {
  outline: 3px solid rgba(0, 175, 233, 0.22);
  outline-offset: -3px;
}

.tmex-landing .se-faq-section .se-faq__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: var(--tmex-bg-soft);
  color: var(--tmex-primary);
  font-family: var(--tmex-font-title);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease;
}

.tmex-landing .se-faq-section .tl-faq__item.active .se-faq__icon {
  transform: rotate(45deg);
  background: var(--tmex-primary);
  color: #fff;
}

.tmex-landing .se-faq-section .tl-faq__a {
  background: #fff;
}

.tmex-landing .se-faq-section .tl-faq__a-inner {
  margin: 0 24px;
  padding: 20px 0 24px;
  border-top: 1px solid #edf3f6;
  color: var(--tmex-muted);
  font-family: var(--tmex-font-body);
  font-size: 16px;
  line-height: 1.7;
}

.tmex-landing .se-faq-section .tl-faq__a-inner .tl-link {
  color: var(--tmex-primary);
  font-weight: 600;
  text-decoration: none;
}

.tmex-landing .se-faq-section .tl-faq__a-inner .tl-link:hover {
  color: var(--tmex-primary-hover);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .tmex-landing .se-faq-section .tl-section-header {
    margin-bottom: 34px;
  }

  .tmex-landing .se-faq-section .tl-faq {
    gap: 14px;
  }

  .tmex-landing .se-faq-section .tl-faq__q {
    min-height: 68px;
    gap: 16px;
    padding: 18px;
    font-size: 16px;
  }

  .tmex-landing .se-faq-section .se-faq__icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 20px;
  }

  .tmex-landing .se-faq-section .tl-faq__a-inner {
    margin: 0 18px;
    padding: 18px 0 20px;
    font-size: 15px;
  }
}
