
:root {
  --td-blue: #2552f2;
  --td-blue-dark: #183ac4;
  --td-blue-deep: #071b5c;
  --td-blue-navy: #081534;
  --td-blue-ice: #eef3ff;
  --td-blue-mist: #f6f8ff;

  --td-gradient-primary: linear-gradient(135deg, #2552f2 0%, #183ac4 52%, #071b5c 100%);
  --td-gradient-hero: radial-gradient(circle at 18% 18%, rgba(61, 107, 255, 0.26) 0%, transparent 34%), radial-gradient(circle at 78% 12%, rgba(126, 161, 255, 0.22) 0%, transparent 30%), linear-gradient(135deg, #f8faff 0%, #eef3ff 45%, #ffffff 100%);
  --td-gradient-dark: radial-gradient(circle at 22% 18%, rgba(61, 107, 255, 0.25) 0%, transparent 34%), linear-gradient(135deg, #071b5c 0%, #081534 100%);
  --td-gradient-soft: linear-gradient(135deg, rgba(37, 82, 242, 0.12) 0%, rgba(126, 161, 255, 0.08) 48%, rgba(255, 255, 255, 1) 100%);
  --td-gradient-card: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 243, 255, 0.72) 100%);
}
.td-placeholder {
  min-height: 960px;
  display: flex;
  align-items: center;
  background: #f4f5f8;
}

.td-placeholder .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 24px;
  text-align: center;
}

.td-placeholder h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111;
}

.td-placeholder p {
  font-family: "Montserrat", Arial, sans-serif;
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(17,17,17,.68);
}


/* Emergency visibility overrides for header/siteContent since intro is skipped */
.site-content,
#siteContent,
.header,
#pageHeader {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.td-child-page {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.td-child-page #siteContent.site-content {
  display: block;
  min-height: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.td-child-page .td-page {
  display: block;
  min-height: auto;
  overflow: visible;
}

.td-child-page .td-placeholder {
  min-height: calc(100vh - 96px);
}

.td-child-page #footer.ek-footer {
  display: block;
  position: relative;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transform: none;
}

html {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
}

body.td-child-page {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: static !important;
}

body.td-child-page .site-content,
body.td-child-page #siteContent {
  height: auto !important;
  min-height: 100% !important;
  overflow: visible !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.td-child-page .td-page {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
}

body.td-child-page .td-placeholder {
  min-height: calc(100vh - 96px) !important;
  display: flex !important;
  align-items: center !important;
}

body.td-child-page #footer.ek-footer {
  display: block !important;
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  z-index: 10 !important;
}

body.td-child-page #faq {
  min-height: 960px;
  display: flex;
  align-items: center;
}
body.td-child-page #faq > .container {
  width: 100%;
}

/* Turno Digital FAQ height correction — scoped only to child page */
body.td-child-page #faq {
  min-height: 960px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

body.td-child-page #faq > .container,
body.td-child-page #faq .section__inner {
  width: 100% !important;
  min-height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body.td-child-page #faq .faq-geo-frame,
body.td-child-page #faq .faq-frame,
body.td-child-page #faq .faq-shell {
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

body.td-child-page #faq .faq-geo-panel,
body.td-child-page #faq .faq-scroll {
  max-height: 58vh !important;
  overflow-y: auto !important;
}

/* WhatsApp Popup visibility fix for child page */

body.td-child-page .wa-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

body.td-child-page .wa-popup[aria-hidden="true"] {
  display: none;
}

body.td-child-page .wa-popup[aria-hidden="false"],
body.td-child-page .wa-popup.is-open,
body.td-child-page .wa-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}


body.td-child-page .wa-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

body.td-child-page .wa-popup[aria-hidden="false"],
body.td-child-page .wa-popup.is-open,
body.td-child-page .wa-popup.is-active,
body.td-child-page .wa-popup.active,
body.td-child-page .wa-popup.wa-popup--open {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.td-child-page .wa-popup[aria-hidden="true"]:not(.is-open):not(.is-active):not(.active):not(.wa-popup--open) {
  display: none !important;
}

body.td-child-page .wa-popup__box {
  position: relative !important;
  z-index: 100000 !important;
}

body.td-child-page [data-wa-popup] {
  cursor: pointer;
}

/* Button Interaction & Popup CSS */

body.td-child-page a,
body.td-child-page button,
body.td-child-page [data-wa-popup] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

body.td-child-page .btn,
body.td-child-page .nav__link,
body.td-child-page .ek-footer a,
body.td-child-page [data-wa-popup] {
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

body.td-child-page .btn:hover,
body.td-child-page [data-wa-popup]:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16) !important;
  filter: brightness(1.03) !important;
}

body.td-child-page .nav__link:hover,
body.td-child-page .ek-footer a:hover {
  opacity: 0.78 !important;
}

body.td-child-page .wa-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
}

body.td-child-page .wa-popup[aria-hidden="false"],
body.td-child-page .wa-popup.is-open,
body.td-child-page .wa-popup.is-active,
body.td-child-page .wa-popup.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.td-child-page .wa-popup__box {
  position: relative !important;
  z-index: 100000 !important;
}


/* Turno Digital contact section height correction — scoped only to child page */
body.td-child-page #contacto {
  min-height: 960px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

body.td-child-page #contacto > .container {
  width: 100% !important;
}

body.td-child-page #contacto .contact-frame {
  width: 100% !important;
  margin-inline: auto !important;
}

/* =========================================================
   HERO SECTION (Imported from 22_)
   ========================================================= */
/* Forced visibility to prevent broken observer animations */
body.td-child-page .reveal {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
  visibility: visible !important;
}

body.td-child-page .hero,
body.td-child-page #inicio {
  padding: 120px 0 80px;
  background: var(--td-gradient-hero);
  min-height: 760px !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 991px) {
  body.td-child-page .hero,
  body.td-child-page #inicio {
    min-height: 680px !important;
  }
}

@media (max-width: 767px) {
  body.td-child-page .hero,
  body.td-child-page #inicio {
    min-height: auto !important;
    padding: 100px 0 60px;
  }
}

body.td-child-page .hero-grid {
  --hero-content-y-offset: -20px;
  max-width: min(1040px, calc(100vw - 96px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 40px;
  transform: translateY(var(--hero-content-y-offset));
}

body.td-child-page .hero-content {
  max-width: 480px;
}

body.td-child-page .hero-content .eyebrow {
  margin-bottom: 14px;
}

body.td-child-page .hero-content h1 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--td-blue-navy);
  margin-bottom: 14px;
}

body.td-child-page .hero-content .subtitle {
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  line-height: 1.55;
  color: var(--ek-text-secondary);
  margin-bottom: 24px;
  max-width: 440px;
}

body.td-child-page .hero-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

body.td-child-page .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--neumo-radius-pill);
  font-weight: 700;
  font-size: 13px;
  border: none;
  font-family: var(--font);
  background: var(--td-gradient-primary);
  color: #ffffff;
  box-shadow:
    0 4px 14px rgba(37, 82, 242, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
  transition: var(--t);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}

body.td-child-page .btn-primary:hover {
  box-shadow:
    0 8px 24px rgba(37, 82, 242, 0.45),
    inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

body.td-child-page .btn-secondary-page {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--neumo-radius-pill);
  font-weight: 700;
  font-size: 13px;
  font-family: var(--font);
  background: var(--neumo-base);
  border: none;
  color: var(--td-blue);
  box-shadow: var(--neumo-shadow-raised);
  transition: var(--t);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}

body.td-child-page .btn-secondary-page:hover {
  box-shadow: var(--neumo-shadow-raised-sm), inset 0 0 4px rgba(255, 255, 255, 0.4);
}

body.td-child-page .btn-secondary-page:active {
  box-shadow: var(--neumo-shadow-inset);
  transform: translateY(0);
}

body.td-child-page .hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 75%;
  margin-inline: auto;
}

body.td-child-page .hero-product-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(37, 82, 242, 0.1);
  display: block;
}

body.td-child-page .hero-kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  width: 100%;
  margin-top: 14px;
}

body.td-child-page .hero-kpi-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(37, 82, 242, 0.06);
}

body.td-child-page .hero-kpi-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--td-blue);
  line-height: 1;
  margin-bottom: 3px;
}

body.td-child-page .hero-kpi-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ek-text-primary);
  line-height: 1.2;
}

body.td-child-page #inicio .hero-semantic-line {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(8, 21, 52, 0.52);
  letter-spacing: -0.01em;
  margin-top: 24px;
  display: block;
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
  white-space: normal;
}

/* Fix hero button underlines and alignment */
body.td-child-page .hero-btns a,
body.td-child-page .btn-primary,
body.td-child-page .btn-secondary-page {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* =========================================================
   TURNODIGITAL — HERO HEIGHT FINAL LOCK
   Control final exclusivo de altura para el Hero.
   No toca header ni otras secciones.
========================================================= */

html body.td-child-page main#turnodigital > section#inicio.hero,
html body.td-child-page #turnodigital > section#inicio.hero,
html body.td-child-page section#inicio.hero {
  min-height: 940px !important;
  height: auto !important;
  padding-top: 132px !important;
  padding-bottom: 132px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

html body.td-child-page section#inicio.hero > .container {
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital > section#inicio.hero,
  html body.td-child-page #turnodigital > section#inicio.hero,
  html body.td-child-page section#inicio.hero {
    min-height: 780px !important;
    padding-top: 112px !important;
    padding-bottom: 96px !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital > section#inicio.hero,
  html body.td-child-page #turnodigital > section#inicio.hero,
  html body.td-child-page section#inicio.hero {
    min-height: auto !important;
    display: block !important;
    padding-top: 96px !important;
    padding-bottom: 72px !important;
  }
}


/* =========================================================
   TURNODIGITAL — HERO RIGHT VISUAL BLOCK GROWTH
   Crece hacia la izquierda, anclado a la derecha
========================================================= */

@media (min-width: 1025px) {
  body.td-child-page .hero-visual {
    width: 110% !important;
    max-width: 110% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-self: end !important;
  }

  body.td-child-page .hero-product-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  body.td-child-page .hero-kpi-grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.td-child-page .hero-kpi-card {
    padding: 18px 24px !important;
  }

  body.td-child-page .hero-kpi-value {
    font-size: 1.6rem !important;
  }

  body.td-child-page .hero-kpi-label {
    font-size: 0.85rem !important;
  }
}

/* =========================================================
   TURNODIGITAL — SECTION AFTER HERO
   ========================================================= */
body.td-child-page .trust-strip {
  min-height: clamp(240px, 28vh, 310px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-bottom: 1px solid var(--ek-border);
}

body.td-child-page .trust-grid {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

body.td-child-page .trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95),
    rgba(235, 240, 255, 0.75)
  );
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  box-shadow:
    8px 8px 18px rgba(15, 23, 42, 0.08),
    -8px -8px 18px rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--td-blue-deep);
  white-space: nowrap;
  transition: var(--t);
}

body.td-child-page .trust-pill:hover {
  box-shadow:
    12px 12px 28px rgba(15, 23, 42, 0.12),
    -12px -12px 28px rgba(255, 255, 255, 0.95);
}

body.td-child-page .trust-pill svg {
  flex-shrink: 0;
  color: var(--td-blue);
}

/* =========================================================
   TURNODIGITAL — PROBLEMA SECTION FINAL CONSOLIDATED
========================================================= */

body.td-child-page #problema {
  background: #eef3ff !important;
  min-height: 960px !important;
  height: auto !important;
  padding: 120px 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
}

body.td-child-page #problema > .container {
  width: min(920px, calc(100vw - 64px)) !important;
  max-width: 920px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  box-sizing: border-box !important;
}

body.td-child-page #problema .section-header {
  max-width: 920px !important;
  margin-bottom: 48px !important;
}

body.td-child-page #problema .eyebrow,
body.td-child-page #problema h2,
body.td-child-page #problema .subtitle,
body.td-child-page #problema .section-text {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.td-child-page #problema .eyebrow {
  font-size: 0.72rem !important;
  letter-spacing: 0.18em !important;
  margin-bottom: 18px !important;
}

body.td-child-page #problema h2 {
  font-size: clamp(1.68rem, 2.88vw, 2.92rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.05em !important;
  max-width: 760px !important;
  margin: 0 auto 18px !important;
}

body.td-child-page #problema .subtitle,
body.td-child-page #problema .section-text,
body.td-child-page #problema > .container > p {
  max-width: 760px !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin-bottom: 36px !important;
}

body.td-child-page #problema .problem-grid,
body.td-child-page #problema .pain-grid,
body.td-child-page #problema .cards-grid,
body.td-child-page #problema .problem-cards {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

body.td-child-page #problema .problem-card,
body.td-child-page #problema .pain-card,
body.td-child-page #problema .card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 210px !important;
  height: auto !important;
  padding: 24px 22px !important;
  border-radius: 20px !important;
  box-sizing: border-box !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 241, 252, 0.78)) !important;
  border: 1px solid rgba(37, 99, 235, 0.1) !important;
  box-shadow: 10px 10px 24px rgba(15, 23, 42, 0.08), -10px -10px 24px rgba(255, 255, 255, 0.9) !important;
  transition: var(--t) !important;
}

body.td-child-page #problema .problem-card:hover {
  border-color: rgba(37, 99, 235, 0.25) !important;
  box-shadow: 16px 16px 36px rgba(15, 23, 42, 0.12), -14px -14px 32px rgba(255, 255, 255, 0.98) !important;
}

body.td-child-page #problema .problem-card-number,
body.td-child-page #problema .card-number,
body.td-child-page #problema .problem-number,
body.td-child-page #problema .pain-number {
  font-size: clamp(2.3rem, 3.8vw, 3.6rem) !important;
  line-height: 0.9 !important;
  margin-bottom: 14px !important;
  display: inline-block !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  color: var(--td-blue) !important;
  background: var(--td-blue-ice) !important;
  border-radius: 6px !important;
  padding: 2px 8px !important;
}

body.td-child-page #problema .problem-card h3,
body.td-child-page #problema .pain-card h3,
body.td-child-page #problema .card h3 {
  font-size: 0.9rem !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  color: var(--td-blue-navy) !important;
  margin-bottom: 2px !important;
}

body.td-child-page #problema .problem-card p,
body.td-child-page #problema .pain-card p,
body.td-child-page #problema .card p {
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
  color: var(--ek-text-secondary) !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  body.td-child-page #problema .problem-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   TURNODIGITAL — MODULOS SECTION FINAL CONSOLIDATED
========================================================= */

body.td-child-page main#turnodigital > section#modulos.section-dark {
  background: #f4f6fa !important;
  height: 1040px !important;
  min-height: 1040px !important;
  max-height: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

body.td-child-page main#turnodigital > section#modulos.section-dark > .container {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.td-child-page #modulos .section-header {
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 48px !important;
  text-align: center !important;
}

body.td-child-page #modulos .eyebrow,
body.td-child-page #modulos .section-title,
body.td-child-page #modulos .section-subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.td-child-page #modulos .section-title {
  max-width: 900px !important;
  font-size: clamp(1.71rem, 3.06vw, 2.47rem) !important;
  white-space: nowrap !important;
}

body.td-child-page #modulos .section-subtitle {
  max-width: 760px !important;
}

body.td-child-page #modulos .capabilities-grid {
  width: min(940px, 100%) !important;
  max-width: 940px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}

body.td-child-page #modulos .capability-card {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 138px !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  column-gap: 14px !important;
  row-gap: 8px !important;
  align-items: start !important;
  justify-items: start !important;
  text-align: left !important;
  background: linear-gradient(145deg, rgba(248, 250, 255, 0.97), rgba(216, 225, 244, 0.91)) !important;
  padding: 12px 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25), -5px -5px 14px rgba(255, 255, 255, 0.04), inset 1px 1px 0 rgba(255, 255, 255, 0.65) !important;
  transition: var(--t) !important;
}

body.td-child-page #modulos .capability-card:hover {
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.35), -10px -10px 24px rgba(255, 255, 255, 0.08), inset 1px 1px 0 rgba(255, 255, 255, 0.85) !important;
}

body.td-child-page #modulos .capability-card__head {
  display: contents !important;
}

body.td-child-page #modulos .capability-card__icon {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  align-self: start !important;
  justify-self: start !important;
  background: linear-gradient(145deg, #2458ff, #071a9b) !important;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3), -3px -3px 8px rgba(255, 255, 255, 0.13), inset 1px 1px 0 rgba(255, 255, 255, 0.28) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
}

body.td-child-page #modulos .capability-card__icon svg {
  width: 16px !important;
  height: 16px !important;
}

body.td-child-page #modulos .capability-card h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: start !important;
  text-align: left !important;
  line-height: 1.12 !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: var(--td-blue-navy) !important;
}

body.td-child-page #modulos .capability-card p {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: start !important;
  text-align: left !important;
  line-height: 1.45 !important;
  font-size: 0.8rem !important;
  color: var(--ek-text-secondary) !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital > section#modulos.section-dark {
    height: 860px !important;
    min-height: 860px !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital > section#modulos.section-dark {
    height: auto !important;
    min-height: auto !important;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
    display: block !important;
    overflow: visible !important;
  }
}

/* =========================================================
   TURNODIGITAL — HEADER MATCH HOME FINAL
   Mantiene el header de la página hija igual al header home.
   No altera tipografías ni tamaños internos.
========================================================= */

html body.td-child-page #pageHeader.header,
html body.td-child-page #pageHeader.header.header--scrolled,
html body.td-child-page #pageHeader.header.scrolled,
html body.td-child-page #pageHeader.header.is-scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-height: 96px !important;
  height: 96px !important;
  max-height: 96px !important;
  z-index: 9998 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

html body.td-child-page #pageHeader.header .header__container,
html body.td-child-page #pageHeader.header.header--scrolled .header__container,
html body.td-child-page #pageHeader.header.scrolled .header__container,
html body.td-child-page #pageHeader.header.is-scrolled .header__container {
  min-height: 96px !important;
  height: 96px !important;
  max-height: 96px !important;
  align-items: center !important;
}

/* Evitar compactación del estado scroll sin modificar diseño interno */
html body.td-child-page #pageHeader.header.header--scrolled .logo__img,
html body.td-child-page #pageHeader.header.scrolled .logo__img,
html body.td-child-page #pageHeader.header.is-scrolled .logo__img {
  transform: none !important;
}

html body.td-child-page #siteContent,
html body.td-child-page .site-content {
  overflow: visible !important;
  transform: none !important;
}

html body.td-child-page {
  padding-top: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* =========================================================
   TURNODIGITAL — ECOSISTEMA SECTION FINAL DESIGN
   Diseño final real, estructurado y documentado de 22_.
========================================================= */

html body.td-child-page main#turnodigital > section#ecosistema {
  position: relative !important;
  background-color: transparent !important;
  min-height: 960px !important;
  height: auto !important;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

html body.td-child-page #ecosistema .ecosistema-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

html body.td-child-page #ecosistema .ecosistema-bg__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: blur(56px) !important;
  transform: scale(1.18) !important;
  opacity: 0.22 !important;
}

html body.td-child-page #ecosistema .ecosistema-bg__overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(246, 248, 252, 0.82), rgba(246, 248, 252, 0.92)) !important;
  z-index: 1 !important;
}

html body.td-child-page #ecosistema .ecosistema-content {
  position: relative !important;
  z-index: 2 !important;
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

html body.td-child-page #ecosistema .section-header {
  max-width: 920px !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

html body.td-child-page #ecosistema .eyebrow,
html body.td-child-page #ecosistema .section-title,
html body.td-child-page #ecosistema .section-subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.td-child-page #ecosistema .section-title {
  max-width: 900px !important;
  font-size: clamp(2rem, 3.4vw, 3.4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

html body.td-child-page #ecosistema .section-subtitle {
  max-width: 760px !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

html body.td-child-page #ecosistema .solution-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 220px)) !important;
  justify-content: center !important;
  gap: 14px !important;
  max-width: 920px !important;
  margin: 0 auto !important;
}

html body.td-child-page #ecosistema .pillar-card {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  align-items: flex-start !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 250, 0.88)) !important;
  padding: 16px 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(37, 99, 235, 0.1) !important;
  box-shadow: 10px 10px 24px rgba(15, 23, 42, 0.06), -10px -10px 24px rgba(255, 255, 255, 0.86), inset 1px 1px 0 rgba(255, 255, 255, 0.75) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
  text-align: left !important;
}

html body.td-child-page #ecosistema .pillar-card:hover {
  border-color: rgba(37, 99, 235, 0.18) !important;
  box-shadow: 18px 18px 40px rgba(15, 23, 42, 0.14), -12px -12px 32px rgba(255, 255, 255, 0.95), inset 1px 1px 0 rgba(255, 255, 255, 0.85) !important;
}

html body.td-child-page #ecosistema .pillar-icon {
  width: 40px !important;
  height: 40px !important;
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  flex-shrink: 0 !important;
  box-shadow: 0 6px 16px rgba(37, 82, 242, 0.2) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
}

html body.td-child-page #ecosistema .pillar-card h3 {
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 6px !important;
  margin-top: 0 !important;
}

html body.td-child-page #ecosistema .pillar-card p {
  font-size: 0.78rem !important;
  color: #475569 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital > section#ecosistema {
    min-height: auto !important;
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  html body.td-child-page #ecosistema .ecosistema-content {
    width: min(100%, calc(100vw - 48px)) !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital > section#ecosistema {
    min-height: auto !important;
    display: block !important;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  html body.td-child-page #ecosistema .ecosistema-content {
    width: min(100%, calc(100vw - 32px)) !important;
  }
  
  html body.td-child-page #ecosistema .solution-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* =========================================================
   TURNODIGITAL — ECOSISTEMA BLUE BACKGROUND
   Aplica el mismo azul tenue de #problema.
========================================================= */

html body.td-child-page main#turnodigital > section#ecosistema,
html body.td-child-page #ecosistema {
  background: #eef3ff !important;
}

/* =========================================================
   TURNODIGITAL — COMO FUNCIONA VISUAL ADJUSTMENT FINAL
   Ajusta altura, fondo azul, escala interna y recorte de cards.
========================================================= */

html body.td-child-page main#turnodigital > section#como-funciona.section-light {
  background: #dfe9ff !important;
  min-height: 980px !important;
  height: auto !important;
  padding-top: 96px !important;
  padding-bottom: 96px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

html body.td-child-page main#turnodigital > section#como-funciona.section-light > .container {
  width: min(920px, calc(100vw - 64px)) !important;
  max-width: 920px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

html body.td-child-page #como-funciona .section-header {
  max-width: 760px !important;
  margin: 0 auto 36px !important;
  text-align: center !important;
}

html body.td-child-page #como-funciona .eyebrow {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 14px !important;
  font-size: 0.68rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.22em !important;
}

html body.td-child-page #como-funciona .section-title {
  max-width: 720px !important;
  margin: 0 auto 14px !important;
  text-align: center !important;
  font-size: clamp(1.55rem, 2.45vw, 2.55rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

html body.td-child-page #como-funciona .section-subtitle {
  max-width: 620px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
}

html body.td-child-page #como-funciona .journey-grid {
  width: min(780px, 100%) !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  overflow: visible !important;
  padding-bottom: 18px !important;
}

html body.td-child-page #como-funciona .journey-step {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 150px !important;
  height: auto !important;
  padding: 22px 20px !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow:
    12px 12px 26px rgba(122, 142, 180, 0.24),
    -10px -10px 22px rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  overflow: visible !important;
}

html body.td-child-page #como-funciona .journey-step__num {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
  background: #e63329 !important;
  color: #ffffff !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body.td-child-page #como-funciona .journey-step h3 {
  font-size: 0.86rem !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 9px !important;
}

html body.td-child-page #como-funciona .journey-step p {
  font-size: 0.74rem !important;
  line-height: 1.48 !important;
  margin: 0 !important;
  color: rgba(17, 24, 39, 0.72) !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital > section#como-funciona.section-light {
    min-height: auto !important;
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  html body.td-child-page main#turnodigital > section#como-funciona.section-light > .container {
    width: min(100%, calc(100vw - 48px)) !important;
    max-width: 760px !important;
  }

  html body.td-child-page #como-funciona .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 620px !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital > section#como-funciona.section-light {
    display: block !important;
    min-height: auto !important;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  html body.td-child-page main#turnodigital > section#como-funciona.section-light > .container {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 420px !important;
  }

  html body.td-child-page #como-funciona .section-header {
    margin-bottom: 32px !important;
  }

  html body.td-child-page #como-funciona .section-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem) !important;
  }

  html body.td-child-page #como-funciona .journey-grid {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
    gap: 16px !important;
    padding-bottom: 0 !important;
  }

  html body.td-child-page #como-funciona .journey-step {
    min-height: auto !important;
  }
}

/* =========================================================
   TURNODIGITAL — SECTORES SECTION FINAL
   Sección visual de sectores. CSS local controlado.
========================================================= */

html body.td-child-page main#turnodigital > section#sectores.section-gray {
  background: #eef3ff !important;
  min-height: 1040px !important;
  height: auto !important;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

html body.td-child-page main#turnodigital > section#sectores.section-gray > .container {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

html body.td-child-page #sectores .section-header {
  max-width: 920px !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

html body.td-child-page #sectores .eyebrow {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 14px !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.22em !important;
}

html body.td-child-page #sectores .section-title {
  max-width: 900px !important;
  margin: 0 auto 16px !important;
  text-align: center !important;
  font-size: clamp(1.85rem, 3vw, 3.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

html body.td-child-page #sectores .section-subtitle {
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

html body.td-child-page #sectores .sectors-grid {
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  overflow: visible !important;
  padding-bottom: 18px !important;
}

html body.td-child-page #sectores .sector-card {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 330px !important;
  height: auto !important;
  padding: 16px 16px 22px !important;
  border-radius: 26px !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow:
    12px 12px 26px rgba(122, 142, 180, 0.24),
    -10px -10px 22px rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  text-align: left !important;
  overflow: visible !important;
}

html body.td-child-page #sectores .sector-card__img {
  width: 100% !important;
  height: 138px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  margin-bottom: 18px !important;
  display: block !important;
}

html body.td-child-page #sectores .sector-card h3 {
  font-size: 0.95rem !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px !important;
}

html body.td-child-page #sectores .sector-card p {
  font-size: 0.78rem !important;
  line-height: 1.48 !important;
  margin: 0 !important;
  color: rgba(17, 24, 39, 0.72) !important;
}

@media (max-width: 1180px) {
  html body.td-child-page #sectores .sectors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 860px !important;
  }

  html body.td-child-page #sectores .sector-card:nth-child(4) {
    grid-column: 1 / 2 !important;
  }

  html body.td-child-page #sectores .sector-card:nth-child(5) {
    grid-column: 2 / 3 !important;
  }
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital > section#sectores.section-gray {
    min-height: auto !important;
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  html body.td-child-page main#turnodigital > section#sectores.section-gray > .container {
    width: min(100%, calc(100vw - 48px)) !important;
    max-width: 820px !important;
  }

  html body.td-child-page #sectores .sectors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 620px !important;
  }

  html body.td-child-page #sectores .sector-card:nth-child(4),
  html body.td-child-page #sectores .sector-card:nth-child(5) {
    grid-column: auto !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital > section#sectores.section-gray {
    display: block !important;
    min-height: auto !important;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  html body.td-child-page main#turnodigital > section#sectores.section-gray > .container {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 420px !important;
  }

  html body.td-child-page #sectores .section-header {
    margin-bottom: 36px !important;
  }

  html body.td-child-page #sectores .section-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem) !important;
  }

  html body.td-child-page #sectores .sectors-grid {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
    gap: 18px !important;
    padding-bottom: 0 !important;
  }

  html body.td-child-page #sectores .sector-card {
    min-height: auto !important;
  }

  html body.td-child-page #sectores .sector-card__img {
    height: 180px !important;
  }
}

/* =========================================================
   TURNODIGITAL — CLIENTES CAROUSEL SECTION FINAL
   Carrusel de logos de clientes. CSS local controlado.
========================================================= */

html body.td-child-page main#turnodigital > section.section-light.section--clients {
  background: #ffffff !important;
  min-height: 680px !important;
  height: auto !important;
  padding-top: 96px !important;
  padding-bottom: 96px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  scroll-margin-top: calc(50vh - 300px) !important; /* clientes */
}

html body.td-child-page main#turnodigital > section.section-light.section--clients > .container {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

html body.td-child-page .section--clients .section-header {
  max-width: 880px !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

html body.td-child-page .section--clients .eyebrow {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 14px !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.22em !important;
}

html body.td-child-page .section--clients .section-title,
html body.td-child-page .section--clients .section-title--clients {
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: clamp(1.75rem, 2.7vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

html body.td-child-page .section--clients .logo-carousel {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 18px 0 22px !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
}

html body.td-child-page .section--clients .logo-carousel__track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  gap: 0 !important;
  animation: td-logo-marquee 38s linear infinite !important;
  will-change: transform !important;
}

html body.td-child-page .section--clients .logo-carousel__group {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  padding-right: 22px !important;
}

html body.td-child-page .section--clients .logo-item {
  width: 150px !important;
  height: 82px !important;
  min-width: 150px !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(225, 232, 245, 0.9) !important;
  box-shadow:
    12px 12px 26px rgba(163, 177, 198, 0.20),
    -10px -10px 22px rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  overflow: hidden !important;
}

html body.td-child-page .section--clients .logo-item img {
  max-width: 104px !important;
  max-height: 46px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  filter: grayscale(1) contrast(1.02) opacity(0.82) !important;
  transition: filter 0.25s ease, transform 0.25s ease !important;
}

html body.td-child-page .section--clients .logo-item:hover img {
  filter: grayscale(0) contrast(1) opacity(1) !important;
  transform: scale(1.04) !important;
}

@keyframes td-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital > section.section-light.section--clients {
    min-height: auto !important;
    padding-top: 88px !important;
    padding-bottom: 88px !important;
    scroll-margin-top: calc(50vh - 220px) !important; /* clientes */
  }

  html body.td-child-page main#turnodigital > section.section-light.section--clients > .container {
    width: min(100%, calc(100vw - 48px)) !important;
  }

  html body.td-child-page .section--clients .logo-item {
    width: 138px !important;
    height: 76px !important;
    min-width: 138px !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital > section.section-light.section--clients {
    min-height: auto !important;
    padding-top: 76px !important;
    padding-bottom: 76px !important;
    scroll-margin-top: calc(50vh - 180px) !important; /* clientes */
  }

  html body.td-child-page main#turnodigital > section.section-light.section--clients > .container {
    width: min(100%, calc(100vw - 32px)) !important;
  }

  html body.td-child-page .section--clients .section-header {
    margin-bottom: 34px !important;
  }

  html body.td-child-page .section--clients .section-title,
  html body.td-child-page .section--clients .section-title--clients {
    font-size: clamp(1.75rem, 8vw, 2.55rem) !important;
  }

  html body.td-child-page .section--clients .logo-carousel__group {
    gap: 16px !important;
    padding-right: 16px !important;
  }

  html body.td-child-page .section--clients .logo-item {
    width: 124px !important;
    height: 70px !important;
    min-width: 124px !important;
    border-radius: 20px !important;
  }

  html body.td-child-page .section--clients .logo-item img {
    max-width: 88px !important;
    max-height: 40px !important;
  }
}

/* =========================================================
   TURNODIGITAL — RECURSOS SECTION FINAL
   Blog preview / recursos. CSS local controlado.
========================================================= */

html body.td-child-page main#turnodigital > section#recursos.section-gray {
  background: #f4f6fa !important;
  min-height: 900px !important;
  height: auto !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

html body.td-child-page main#turnodigital > section#recursos.section-gray > .container {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

html body.td-child-page #recursos .section-header {
  max-width: 900px !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

html body.td-child-page #recursos .eyebrow {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 14px !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.22em !important;
}

html body.td-child-page #recursos .section-title {
  max-width: 820px !important;
  margin: 0 auto 16px !important;
  text-align: center !important;
  font-size: clamp(1.85rem, 3vw, 3.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

html body.td-child-page #recursos .section-subtitle {
  max-width: 700px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

html body.td-child-page #recursos .blog-grid {
  width: min(980px, 100%) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  overflow: visible !important;
  padding-bottom: 18px !important;
}

html body.td-child-page #recursos .blog-card {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 300px !important;
  height: auto !important;
  border-radius: 28px !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow:
    14px 14px 30px rgba(122, 142, 180, 0.22),
    -12px -12px 26px rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  overflow: visible !important;
}

html body.td-child-page #recursos .blog-card__body {
  min-height: 300px !important;
  padding: 30px 26px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

html body.td-child-page #recursos .blog-card__tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 12px !important;
  margin-bottom: 18px !important;
  border-radius: 999px !important;
  background: rgba(230, 51, 41, 0.1) !important;
  color: #e63329 !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body.td-child-page #recursos .blog-card h3 {
  font-size: 1.05rem !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
  margin: 0 0 14px !important;
}

html body.td-child-page #recursos .blog-card p {
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
  margin: 0 0 22px !important;
  color: rgba(17, 24, 39, 0.72) !important;
}

html body.td-child-page #recursos .blog-card__link {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #1f55e6 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body.td-child-page #recursos .blog-card__link svg {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital > section#recursos.section-gray {
    min-height: auto !important;
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  html body.td-child-page main#turnodigital > section#recursos.section-gray > .container {
    width: min(100%, calc(100vw - 48px)) !important;
    max-width: 820px !important;
  }

  html body.td-child-page #recursos .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 660px !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital > section#recursos.section-gray {
    display: block !important;
    min-height: auto !important;
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  html body.td-child-page main#turnodigital > section#recursos.section-gray > .container {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 420px !important;
  }

  html body.td-child-page #recursos .section-header {
    margin-bottom: 36px !important;
  }

  html body.td-child-page #recursos .section-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem) !important;
  }

  html body.td-child-page #recursos .blog-grid {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
    gap: 18px !important;
    padding-bottom: 0 !important;
  }

  html body.td-child-page #recursos .blog-card,
  html body.td-child-page #recursos .blog-card__body {
    min-height: auto !important;
  }
}

/* =========================================================
   TURNODIGITAL — TRUST STRIP DARK PREMIUM FINAL
   Franja de badges premium sobre fondo oscuro.
========================================================= */

html body.td-child-page .trust-strip {
  position: relative !important;
  background: linear-gradient(180deg, #0a0d14 0%, #05060a 100%) !important;
  min-height: 290px !important;
  padding: 56px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(111, 140, 255, 0.12) !important;
  border-bottom: 1px solid rgba(111, 140, 255, 0.12) !important;
}

html body.td-child-page .trust-strip::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 20% 30%, rgba(63, 102, 255, 0.14), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(0, 209, 255, 0.08), transparent 30%);
  pointer-events: none !important;
}

html body.td-child-page .trust-strip .container {
  position: relative !important;
  z-index: 2 !important;
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
}

html body.td-child-page .trust-strip .trust-grid {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body.td-child-page .trust-strip .trust-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  color: #f3f6ff !important;
  background: rgba(17, 22, 34, 0.78) !important;
  border: 1px solid rgba(76, 106, 255, 0.32) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 10px 30px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(63, 102, 255, 0.10) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease !important;
  animation: tdTrustChipFloat 4.8s ease-in-out infinite !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(2) {
  animation-delay: 0.25s !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(3) {
  animation-delay: 0.5s !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(4) {
  animation-delay: 0.75s !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(5) {
  animation-delay: 1s !important;
}

html body.td-child-page .trust-strip .trust-pill:hover {
  transform: translateY(-4px) scale(1.02) !important;
  border-color: rgba(111, 140, 255, 0.62) !important;
  background: rgba(20, 27, 44, 0.92) !important;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(63, 102, 255, 0.18) !important;
}

html body.td-child-page .trust-strip svg,
html body.td-child-page .trust-strip i,
html body.td-child-page .trust-strip img {
  color: #6f8cff !important;
  stroke: #6f8cff !important;
  flex: 0 0 auto !important;
  transition: transform 0.28s ease, filter 0.28s ease !important;
}

html body.td-child-page .trust-strip .trust-pill:hover svg,
html body.td-child-page .trust-strip .trust-pill:hover i,
html body.td-child-page .trust-strip .trust-pill:hover img {
  transform: scale(1.08) !important;
  filter: drop-shadow(0 0 10px rgba(111, 140, 255, 0.28)) !important;
}

@keyframes tdTrustChipFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes tdTrustStripReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html body.td-child-page .trust-strip {
  animation: tdTrustStripReveal 0.8s ease-out both !important;
}

@media (max-width: 1024px) {
  html body.td-child-page .trust-strip {
    min-height: auto !important;
    padding: 52px 24px !important;
  }

  html body.td-child-page .trust-strip .trust-grid {
    gap: 14px !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page .trust-strip {
    min-height: auto !important;
    padding: 44px 18px !important;
  }

  html body.td-child-page .trust-strip .trust-pill {
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 0.8rem !important;
  }
}

/* =========================================================
   TURNODIGITAL — TRUST STRIP PREMIUM CAROUSEL FINAL
   Franja compacta oscura con perspectiva, glow y movimiento.
========================================================= */

html body.td-child-page .trust-strip {
  position: relative !important;
  min-height: 340px !important;
  max-height: 380px !important;
  height: 360px !important;
  padding: 64px 24px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(42, 88, 255, 0.22), transparent 30%),
    radial-gradient(circle at 78% 78%, rgba(0, 214, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #080b14 0%, #03040a 100%) !important;
  border-top: 1px solid rgba(116, 145, 255, 0.14) !important;
  border-bottom: 1px solid rgba(116, 145, 255, 0.14) !important;
  animation: tdTrustReveal 0.85s ease-out both !important;
}

html body.td-child-page .trust-strip::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    linear-gradient(90deg, transparent, rgba(92, 122, 255, 0.18), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.026) 0px,
      rgba(255,255,255,0.026) 1px,
      transparent 1px,
      transparent 52px
    ) !important;
  opacity: 0.45 !important;
  transform: translateX(-40%) !important;
  animation: tdTrustSweep 7.5s ease-in-out infinite !important;
  pointer-events: none !important;
}

html body.td-child-page .trust-strip::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 54px !important;
  width: min(820px, 72vw) !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(90deg, transparent, rgba(111, 140, 255, 0.7), transparent) !important;
  box-shadow: 0 0 22px rgba(75, 112, 255, 0.42) !important;
  opacity: 0.8 !important;
  pointer-events: none !important;
}

html body.td-child-page .trust-strip .container {
  position: relative !important;
  z-index: 2 !important;
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  perspective: 1100px !important;
  transform-style: preserve-3d !important;
}

html body.td-child-page .trust-strip .trust-grid {
  list-style: none !important;
  width: 100% !important;
  min-height: 120px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  transform-style: preserve-3d !important;
}

html body.td-child-page .trust-strip .trust-pill {
  position: relative !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  white-space: nowrap !important;
  color: #f7f9ff !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  background:
    linear-gradient(180deg, rgba(21, 28, 48, 0.86), rgba(10, 14, 26, 0.78)) !important;
  border: 1px solid rgba(111, 140, 255, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 38px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(75, 112, 255, 0.11) !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
  overflow: hidden !important;
  transform-style: preserve-3d !important;
  animation: tdTrustOrbit 6.8s ease-in-out infinite !important;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    opacity 0.35s ease !important;
}

html body.td-child-page .trust-strip .trust-pill::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.16) 45%, transparent 70%) !important;
  transform: translateX(-120%) !important;
  animation: tdTrustChipShine 5.6s ease-in-out infinite !important;
  pointer-events: none !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(1) {
  transform: translateX(22px) translateZ(-40px) rotateY(12deg) scale(0.94) !important;
  opacity: 0.82 !important;
  animation-delay: 0s !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(2) {
  transform: translateX(10px) translateZ(20px) rotateY(6deg) scale(1) !important;
  opacity: 0.96 !important;
  animation-delay: 0.18s !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(3) {
  transform: translateZ(72px) scale(1.08) !important;
  opacity: 1 !important;
  border-color: rgba(131, 158, 255, 0.58) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 44px rgba(0, 0, 0, 0.48),
    0 0 36px rgba(75, 112, 255, 0.24) !important;
  animation-delay: 0.36s !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(4) {
  transform: translateX(-10px) translateZ(20px) rotateY(-6deg) scale(1) !important;
  opacity: 0.96 !important;
  animation-delay: 0.54s !important;
}

html body.td-child-page .trust-strip .trust-pill:nth-child(5) {
  transform: translateX(-22px) translateZ(-40px) rotateY(-12deg) scale(0.94) !important;
  opacity: 0.82 !important;
  animation-delay: 0.72s !important;
}

html body.td-child-page .trust-strip .trust-pill:hover {
  z-index: 10 !important;
  opacity: 1 !important;
  transform: translateY(-8px) translateZ(92px) scale(1.08) !important;
  border-color: rgba(144, 170, 255, 0.82) !important;
  background:
    linear-gradient(180deg, rgba(31, 42, 72, 0.98), rgba(13, 20, 39, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 26px 54px rgba(0, 0, 0, 0.52),
    0 0 44px rgba(83, 124, 255, 0.34) !important;
}

html body.td-child-page .trust-strip svg,
html body.td-child-page .trust-strip i {
  width: 16px !important;
  height: 16px !important;
  color: #7f9bff !important;
  fill: none !important;
  stroke: #7f9bff !important;
  flex: 0 0 auto !important;
  filter: drop-shadow(0 0 8px rgba(111, 140, 255, 0.3)) !important;
  transition: transform 0.35s ease, filter 0.35s ease !important;
}

html body.td-child-page .trust-strip .trust-pill:hover svg,
html body.td-child-page .trust-strip .trust-pill:hover i {
  transform: scale(1.18) rotate(-4deg) !important;
  filter: drop-shadow(0 0 14px rgba(127, 155, 255, 0.52)) !important;
}

@keyframes tdTrustReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tdTrustSweep {
  0%, 100% {
    transform: translateX(-42%);
    opacity: 0.28;
  }
  50% {
    transform: translateX(42%);
    opacity: 0.58;
  }
}

@keyframes tdTrustOrbit {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -8px;
  }
}

@keyframes tdTrustChipShine {
  0%, 68%, 100% {
    transform: translateX(-130%);
  }
  78% {
    transform: translateX(130%);
  }
}

@media (max-width: 1024px) {
  html body.td-child-page .trust-strip {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 56px 24px !important;
  }

  html body.td-child-page .trust-strip .trust-grid {
    flex-wrap: wrap !important;
    min-height: auto !important;
    gap: 14px !important;
  }

  html body.td-child-page .trust-strip .trust-pill {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page .trust-strip {
    padding: 48px 18px !important;
  }

  html body.td-child-page .trust-strip .trust-pill {
    min-height: 46px !important;
    padding: 0 16px !important;
    font-size: 0.8rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.td-child-page .trust-strip,
  html body.td-child-page .trust-strip::before,
  html body.td-child-page .trust-strip .trust-pill,
  html body.td-child-page .trust-strip .trust-pill::before {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   TURNODIGITAL — TRUST SHOWCASE CARDS FINAL
   Showcase oscuro con cartas de capacidades rotativas.
========================================================= */

html body.td-child-page .trust-strip {
  position: relative !important;
  min-height: 620px !important;
  height: 660px !important;
  max-height: 720px !important;
  padding: 72px 24px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 20% 16%, rgba(52, 93, 255, 0.24), transparent 28%),
    radial-gradient(circle at 80% 82%, rgba(0, 219, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #06070b 0%, #020309 100%) !important;
  border-top: 1px solid rgba(128, 154, 255, 0.14) !important;
  border-bottom: 1px solid rgba(128, 154, 255, 0.14) !important;
}

html body.td-child-page .trust-strip::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0px,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 56px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018) 0px,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 56px
    ) !important;
  opacity: 0.42 !important;
  pointer-events: none !important;
}

html body.td-child-page .trust-strip::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 84px !important;
  width: min(760px, 72vw) !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(90deg, transparent, rgba(119, 148, 255, 0.75), transparent) !important;
  box-shadow: 0 0 28px rgba(90, 125, 255, 0.45) !important;
  pointer-events: none !important;
}

html body.td-child-page .trust-showcase {
  position: relative !important;
  z-index: 2 !important;
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

html body.td-child-page .trust-showcase__header {
  max-width: 860px !important;
  margin: 0 auto 42px !important;
  text-align: center !important;
  animation: tdTrustShowcaseHeader 0.8s ease-out both !important;
}

html body.td-child-page .trust-showcase__eyebrow {
  display: block !important;
  margin: 0 auto 14px !important;
  color: #86a0ff !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.24em !important;
  line-height: 1.2 !important;
}

html body.td-child-page .trust-showcase__title {
  max-width: 880px !important;
  margin: 0 auto 16px !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 3.2vw, 3.6rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
}

html body.td-child-page .trust-showcase__subtitle {
  max-width: 720px !important;
  margin: 0 auto !important;
  color: rgba(235, 240, 255, 0.72) !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

html body.td-child-page .trust-showcase__carousel {
  position: relative !important;
  width: min(820px, 100%) !important;
  height: 250px !important;
  margin: 0 auto !important;
  perspective: 1000px !important;
  transform-style: preserve-3d !important;
}

html body.td-child-page .trust-card {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 250px !important;
  min-height: 210px !important;
  padding: 28px 24px !important;
  box-sizing: border-box !important;
  border-radius: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(24, 32, 56, 0.92), rgba(8, 12, 24, 0.86)) !important;
  border: 1px solid rgba(126, 154, 255, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 24px 54px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(83, 124, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.2) !important;
  overflow: hidden !important;
  transform-style: preserve-3d !important;
  transition:
    transform 0.7s ease,
    opacity 0.7s ease,
    filter 0.7s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease !important;
  animation: tdTrustCardsAuto 15s infinite ease-in-out !important;
}

html body.td-child-page .trust-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.13) 45%, transparent 70%) !important;
  transform: translateX(-130%) !important;
  animation: tdTrustCardShine 5s ease-in-out infinite !important;
  pointer-events: none !important;
}

html body.td-child-page .trust-card__icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 16px !important;
  margin-bottom: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #285cff, #7c5cff) !important;
  box-shadow: 0 12px 24px rgba(66, 105, 255, 0.28) !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
}

html body.td-child-page .trust-card h3 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 1.05rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
  font-weight: 900 !important;
}

html body.td-child-page .trust-card p {
  margin: 0 !important;
  color: rgba(235, 240, 255, 0.72) !important;
  font-size: 0.82rem !important;
  line-height: 1.48 !important;
}

html body.td-child-page .trust-card:hover {
  border-color: rgba(150, 174, 255, 0.74) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 30px 70px rgba(0, 0, 0, 0.56),
    0 0 52px rgba(92, 132, 255, 0.30) !important;
}

/* Estado inicial tipo carousel */
html body.td-child-page .trust-card:nth-child(1) {
  transform: translate(-50%, -50%) translateX(-290px) scale(0.74) rotateY(16deg) !important;
  opacity: 0.26 !important;
  filter: blur(4px) !important;
  z-index: 1 !important;
  animation-delay: 0s !important;
}

html body.td-child-page .trust-card:nth-child(2) {
  transform: translate(-50%, -50%) translateX(-150px) scale(0.86) rotateY(10deg) !important;
  opacity: 0.46 !important;
  filter: blur(2px) !important;
  z-index: 3 !important;
  animation-delay: -3s !important;
}

html body.td-child-page .trust-card:nth-child(3) {
  transform: translate(-50%, -50%) translateX(0) scale(1) rotateY(0deg) !important;
  opacity: 1 !important;
  filter: blur(0) !important;
  z-index: 10 !important;
  border-color: rgba(150, 174, 255, 0.64) !important;
  animation-delay: -6s !important;
}

html body.td-child-page .trust-card:nth-child(4) {
  transform: translate(-50%, -50%) translateX(150px) scale(0.86) rotateY(-10deg) !important;
  opacity: 0.46 !important;
  filter: blur(2px) !important;
  z-index: 3 !important;
  animation-delay: -9s !important;
}

html body.td-child-page .trust-card:nth-child(5) {
  transform: translate(-50%, -50%) translateX(290px) scale(0.74) rotateY(-16deg) !important;
  opacity: 0.26 !important;
  filter: blur(4px) !important;
  z-index: 1 !important;
  animation-delay: -12s !important;
}

@keyframes tdTrustShowcaseHeader {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Movimiento automático por fases */
@keyframes tdTrustCardsAuto {
  0%, 16% {
    transform: translate(-50%, -50%) translateX(0) scale(1) rotateY(0deg);
    opacity: 1;
    filter: blur(0);
    z-index: 10;
  }

  20%, 36% {
    transform: translate(-50%, -50%) translateX(150px) scale(0.86) rotateY(-10deg);
    opacity: 0.46;
    filter: blur(2px);
    z-index: 3;
  }

  40%, 56% {
    transform: translate(-50%, -50%) translateX(290px) scale(0.74) rotateY(-16deg);
    opacity: 0.26;
    filter: blur(4px);
    z-index: 1;
  }

  60%, 76% {
    transform: translate(-50%, -50%) translateX(-290px) scale(0.74) rotateY(16deg);
    opacity: 0.26;
    filter: blur(4px);
    z-index: 1;
  }

  80%, 96% {
    transform: translate(-50%, -50%) translateX(-150px) scale(0.86) rotateY(10deg);
    opacity: 0.46;
    filter: blur(2px);
    z-index: 3;
  }

  100% {
    transform: translate(-50%, -50%) translateX(0) scale(1) rotateY(0deg);
    opacity: 1;
    filter: blur(0);
    z-index: 10;
  }
}

@keyframes tdTrustCardShine {
  0%, 70%, 100% {
    transform: translateX(-130%);
  }
  82% {
    transform: translateX(130%);
  }
}

@media (max-width: 1024px) {
  html body.td-child-page .trust-strip {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 88px 24px !important;
  }

  html body.td-child-page .trust-showcase__carousel {
    height: 260px !important;
    width: min(720px, 100%) !important;
  }

  html body.td-child-page .trust-card {
    width: 230px !important;
    min-height: 205px !important;
  }

  html body.td-child-page .trust-card:nth-child(1),
  html body.td-child-page .trust-card:nth-child(5) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page .trust-strip {
    padding: 76px 18px !important;
  }

  html body.td-child-page .trust-showcase {
    width: min(100%, calc(100vw - 32px)) !important;
  }

  html body.td-child-page .trust-showcase__header {
    margin-bottom: 34px !important;
  }

  html body.td-child-page .trust-showcase__title {
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }

  html body.td-child-page .trust-showcase__subtitle {
    font-size: 0.9rem !important;
  }

  html body.td-child-page .trust-showcase__carousel {
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    perspective: none !important;
  }

  html body.td-child-page .trust-card,
  html body.td-child-page .trust-card:nth-child(1),
  html body.td-child-page .trust-card:nth-child(2),
  html body.td-child-page .trust-card:nth-child(3),
  html body.td-child-page .trust-card:nth-child(4),
  html body.td-child-page .trust-card:nth-child(5) {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    width: 100% !important;
    min-height: auto !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.td-child-page .trust-showcase__header,
  html body.td-child-page .trust-card,
  html body.td-child-page .trust-card::before {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   TURNODIGITAL — TRUST SHOWCASE REAL ROTATION FIX
   Rotación real por clases de estado controladas localmente.
========================================================= */

html body.td-child-page .trust-showcase__carousel .trust-card {
  animation: none !important;
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.72s ease,
    filter 0.72s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease !important;
}

html body.td-child-page .trust-showcase__carousel .trust-card.is-center {
  transform: translate(-50%, -50%) translateX(0) scale(1) rotateY(0deg) !important;
  opacity: 1 !important;
  filter: blur(0) !important;
  z-index: 10 !important;
  border-color: rgba(150, 174, 255, 0.68) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 30px 70px rgba(0, 0, 0, 0.56),
    0 0 52px rgba(92, 132, 255, 0.30) !important;
}

html body.td-child-page .trust-showcase__carousel .trust-card.is-left {
  transform: translate(-50%, -50%) translateX(-155px) scale(0.86) rotateY(12deg) !important;
  opacity: 0.48 !important;
  filter: blur(2px) !important;
  z-index: 4 !important;
}

html body.td-child-page .trust-showcase__carousel .trust-card.is-right {
  transform: translate(-50%, -50%) translateX(155px) scale(0.86) rotateY(-12deg) !important;
  opacity: 0.48 !important;
  filter: blur(2px) !important;
  z-index: 4 !important;
}

html body.td-child-page .trust-showcase__carousel .trust-card.is-far-left {
  transform: translate(-50%, -50%) translateX(-300px) scale(0.72) rotateY(18deg) !important;
  opacity: 0.22 !important;
  filter: blur(5px) !important;
  z-index: 1 !important;
}

html body.td-child-page .trust-showcase__carousel .trust-card.is-far-right {
  transform: translate(-50%, -50%) translateX(300px) scale(0.72) rotateY(-18deg) !important;
  opacity: 0.22 !important;
  filter: blur(5px) !important;
  z-index: 1 !important;
}

html body.td-child-page .trust-showcase__carousel:hover .trust-card {
  transition-duration: 0.42s !important;
}

@media (max-width: 1024px) {
  html body.td-child-page .trust-showcase__carousel .trust-card.is-far-left,
  html body.td-child-page .trust-showcase__carousel .trust-card.is-far-right {
    display: none !important;
  }

  html body.td-child-page .trust-showcase__carousel .trust-card.is-left {
    transform: translate(-50%, -50%) translateX(-130px) scale(0.84) rotateY(10deg) !important;
    opacity: 0.42 !important;
  }

  html body.td-child-page .trust-showcase__carousel .trust-card.is-right {
    transform: translate(-50%, -50%) translateX(130px) scale(0.84) rotateY(-10deg) !important;
    opacity: 0.42 !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page .trust-showcase__carousel .trust-card,
  html body.td-child-page .trust-showcase__carousel .trust-card.is-center,
  html body.td-child-page .trust-showcase__carousel .trust-card.is-left,
  html body.td-child-page .trust-showcase__carousel .trust-card.is-right,
  html body.td-child-page .trust-showcase__carousel .trust-card.is-far-left,
  html body.td-child-page .trust-showcase__carousel .trust-card.is-far-right {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    width: 100% !important;
    min-height: auto !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
    animation: none !important;
  }
}

/* =========================================================
   TURNODIGITAL — TRUST SHOWCASE TYPOGRAPHY ALIGNMENT FINAL
   Ajuste tipográfico local para coherencia con Electronika.
========================================================= */

html body.td-child-page .trust-showcase,
html body.td-child-page .trust-showcase * {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
}

html body.td-child-page .trust-showcase__eyebrow {
  color: #86a0ff !important;
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

html body.td-child-page .trust-showcase__title {
  max-width: 780px !important;
  color: #ffffff !important;
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: clamp(2.25rem, 4.2vw, 4.15rem) !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  letter-spacing: -0.055em !important;
  text-wrap: balance !important;
  margin: 0 auto 18px !important;
}

html body.td-child-page .trust-showcase__subtitle {
  max-width: 760px !important;
  color: rgba(235, 240, 255, 0.70) !important;
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: clamp(0.95rem, 1.25vw, 1.12rem) !important;
  line-height: 1.58 !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em !important;
  margin: 0 auto !important;
}

html body.td-child-page .trust-card h3 {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
}

html body.td-child-page .trust-card p {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}

@media (max-width: 1024px) {
  html body.td-child-page .trust-showcase__title {
    max-width: 720px !important;
    font-size: clamp(2rem, 5.4vw, 3.4rem) !important;
  }

  html body.td-child-page .trust-showcase__subtitle {
    max-width: 660px !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page .trust-showcase__eyebrow {
    font-size: 0.62rem !important;
    letter-spacing: 0.22em !important;
    margin-bottom: 2px !important;
  }

  html body.td-child-page .trust-showcase__title {
    max-width: 360px !important;
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.05em !important;
  }

  html body.td-child-page .trust-showcase__subtitle {
    max-width: 360px !important;
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }
}

/* =========================================================
   TURNODIGITAL — GLOBAL LOCAL TYPOGRAPHY ALIGNMENT FINAL
   Alineación tipográfica local de títulos y textos clave.
========================================================= */

html body.td-child-page,
html body.td-child-page main#turnodigital {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
}

html body.td-child-page h1,
html body.td-child-page h2,
html body.td-child-page h3,
html body.td-child-page h4,
html body.td-child-page h5,
html body.td-child-page h6,
html body.td-child-page .hero-title,
html body.td-child-page .section-title,
html body.td-child-page .trust-showcase__title,
html body.td-child-page .faq-question {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
}

html body.td-child-page p,
html body.td-child-page a,
html body.td-child-page span,
html body.td-child-page li,
html body.td-child-page button,
html body.td-child-page input,
html body.td-child-page textarea,
html body.td-child-page label,
html body.td-child-page .section-subtitle,
html body.td-child-page .hero-subtitle,
html body.td-child-page .trust-showcase__subtitle {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
}

/* Títulos principales: mantener fuerza sin verse ajenos al sitio */
html body.td-child-page .hero-title,
html body.td-child-page .section-title,
html body.td-child-page .trust-showcase__title {
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
}

/* Títulos internos de cards: consistentes y legibles */
html body.td-child-page .problem-card h3,
html body.td-child-page .capability-card h3,
html body.td-child-page .ecosystem-item h3,
html body.td-child-page .journey-step h3,
html body.td-child-page .sector-card h3,
html body.td-child-page .blog-card h3,
html body.td-child-page .trust-card h3 {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
}

/* Eyebrows / etiquetas superiores */
html body.td-child-page .eyebrow,
html body.td-child-page .trust-showcase__eyebrow,
html body.td-child-page .blog-card__tag {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
}

/* =========================================================
   TURNODIGITAL — MODULOS TITLE WRAP FIX FINAL
   Permite respiración natural del título sin cambiar tamaño.
========================================================= */

html body.td-child-page main#turnodigital #modulos .section-title {
  white-space: normal !important;
  line-height: 1.1 !important;
}

/* =========================================================
   TURNODIGITAL — TRUST SHOWCASE TITLE SIZE FIX FINAL
   Ajuste local del título oscuro al sistema tipográfico del sitio.
========================================================= */

html body.td-child-page main#turnodigital .trust-showcase__title {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  max-width: 760px !important;
  font-size: clamp(1.85rem, 3.15vw, 2.65rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.td-child-page main#turnodigital .trust-showcase__subtitle {
  max-width: 680px !important;
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: 0.98rem !important;
  line-height: 1.56 !important;
  font-weight: 400 !important;
}

html body.td-child-page main#turnodigital .trust-showcase__eyebrow {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital .trust-showcase__title {
    max-width: 680px !important;
    font-size: clamp(1.75rem, 4.8vw, 2.55rem) !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital .trust-showcase__title {
    max-width: 360px !important;
    font-size: clamp(1.75rem, 8.5vw, 2.45rem) !important;
    line-height: 1.08 !important;
  }

  html body.td-child-page main#turnodigital .trust-showcase__subtitle {
    max-width: 360px !important;
    font-size: 0.88rem !important;
  }

  html body.td-child-page main#turnodigital .trust-showcase__eyebrow {
    font-size: 0.62rem !important;
    letter-spacing: 0.22em !important;
  }
}

/* =========================================================
   TURNODIGITAL — CLIENTS TITLE SIZE FIX FINAL
   Ajuste local del título de clientes al sistema tipográfico.
========================================================= */

html body.td-child-page main#turnodigital .section--clients .section-title,
html body.td-child-page main#turnodigital .section--clients .section-title--clients {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  max-width: 760px !important;
  font-size: clamp(1.85rem, 3.15vw, 2.65rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.td-child-page main#turnodigital .section--clients .eyebrow {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital .section--clients .section-title,
  html body.td-child-page main#turnodigital .section--clients .section-title--clients {
    max-width: 680px !important;
    font-size: clamp(1.75rem, 4.8vw, 2.55rem) !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital .section--clients .section-title,
  html body.td-child-page main#turnodigital .section--clients .section-title--clients {
    max-width: 360px !important;
    font-size: clamp(1.75rem, 8.5vw, 2.45rem) !important;
    line-height: 1.08 !important;
  }

  html body.td-child-page main#turnodigital .section--clients .eyebrow {
    font-size: 0.62rem !important;
    letter-spacing: 0.22em !important;
  }
}

/* =========================================================
   TURNODIGITAL — ECOSISTEMA TITLE SIZE FIX FINAL
   Ajuste local del título de ecosistema al sistema tipográfico.
========================================================= */

html body.td-child-page main#turnodigital #ecosistema .section-title {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  max-width: 800px !important;
  font-size: clamp(1.85rem, 3.15vw, 2.65rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.td-child-page main#turnodigital #ecosistema .eyebrow {
  font-family: "Montserrat", var(--font-primary, var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
}

@media (max-width: 1024px) {
  html body.td-child-page main#turnodigital #ecosistema .section-title {
    max-width: 680px !important;
    font-size: clamp(1.75rem, 4.8vw, 2.55rem) !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page main#turnodigital #ecosistema .section-title {
    max-width: 360px !important;
    font-size: clamp(1.75rem, 8.5vw, 2.45rem) !important;
    line-height: 1.08 !important;
  }

  html body.td-child-page main#turnodigital #ecosistema .eyebrow {
    font-size: 0.62rem !important;
    letter-spacing: 0.22em !important;
  }
}

/* =========================================================
   TURNODIGITAL — FAQ CONTACT FORM NEUMORPHISM FINAL
   FAQ con neumorphism suave inspirado en formulario de contacto.
========================================================= */

/* Contenedor visual principal de la lista FAQ */
html body.td-child-page .faq-geo-panel {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 28px 34px !important;
  border-radius: 38px !important;
  box-sizing: border-box !important;
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(235,239,247,0.88)) !important;
  border: 1px solid rgba(255,255,255,0.78) !important;
  box-shadow:
    18px 18px 42px rgba(163, 177, 198, 0.28),
    -14px -14px 34px rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  overflow: hidden !important;
}

/* Si el scroll vive dentro de un wrapper interno, este debe quedarse dentro del radio */
html body.td-child-page .faq-geo-panel .simplebar-content-wrapper {
  border-radius: 28px !important;
  overflow: auto !important;
  max-height: inherit !important;
}

/* Scrollbar interna, fina y coherente */
html body.td-child-page .faq-geo-panel::-webkit-scrollbar,
html body.td-child-page .faq-geo-panel .simplebar-content-wrapper::-webkit-scrollbar {
  width: 8px !important;
}

html body.td-child-page .faq-geo-panel::-webkit-scrollbar-track,
html body.td-child-page .faq-geo-panel .simplebar-content-wrapper::-webkit-scrollbar-track {
  background: rgba(230, 235, 245, 0.55) !important;
  border-radius: 999px !important;
}

html body.td-child-page .faq-geo-panel::-webkit-scrollbar-thumb,
html body.td-child-page .faq-geo-panel .simplebar-content-wrapper::-webkit-scrollbar-thumb {
  background: rgba(120, 132, 154, 0.42) !important;
  border-radius: 999px !important;
}

/* Items internos limpios */
html body.td-child-page .faq-geo-item {
  background: transparent !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
}

/* Preguntas: mantener lectura fuerte pero limpia */
html body.td-child-page .faq-geo-question,
html body.td-child-page .faq-geo-question .faq-geo-question-text {
  color: #111827 !important;
}

/* Números y símbolos más suaves */
html body.td-child-page .faq-geo-number,
html body.td-child-page .faq-geo-icon {
  color: rgba(17, 24, 39, 0.46) !important;
}

/* Respuestas si abren dentro del mismo bloque */
html body.td-child-page .faq-geo-answer,
html body.td-child-page .faq-geo-answer p {
  color: rgba(17, 24, 39, 0.72) !important;
}

/* Evitar cortes visuales en bordes */
html body.td-child-page .faq-geo-item:first-child {
  border-top-color: transparent !important;
}

html body.td-child-page .faq-geo-item:last-child {
  border-bottom-color: transparent !important;
}

@media (max-width: 768px) {
  html body.td-child-page .faq-geo-panel {
    padding: 22px 18px !important;
    border-radius: 28px !important;
    box-shadow:
      12px 12px 28px rgba(163, 177, 198, 0.24),
      -10px -10px 24px rgba(255,255,255,0.88) !important;
  }
}



\n

/* =========================================================
   TURNODIGITAL — FAQ PANEL REBUILD FROM ZERO FINAL
   Panel derecho FAQ nuevo, limpio, tipo formulario de contacto.
========================================================= */

html body.td-child-page {
  --td-faq-base: var(--neumo-base, #e0e0e0);
  --td-faq-text: var(--color-text-primary, #0f172a);
  --td-faq-muted: var(--color-text-secondary, #475569);
  --td-faq-font: var(--font-primary, "Montserrat", sans-serif);
}

/* Panel padre: equivalente visual al formulario de contacto */
html body.td-child-page .td-faq-panel {
  width: 100% !important;
  max-width: 980px !important;
  height: 520px !important;
  padding: 22px !important;
  border-radius: 28px !important;
  background: var(--td-faq-base) !important;
  box-shadow:
    6px 6px 12px rgba(161, 161, 161, 0.55),
    -6px -6px 12px rgba(255, 255, 255, 0.95) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  font-family: var(--td-faq-font) !important;
}

/* Interior inset: equivalente a input/textarea */
html body.td-child-page .td-faq-panel__inner {
  width: 100% !important;
  height: 100% !important;
  padding: 12px 14px !important;
  border-radius: 18px !important;
  background: var(--td-faq-base) !important;
  box-shadow:
    inset 8px 8px 16px #b0b0b0,
    inset -8px -8px 16px #ffffff !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
  scrollbar-gutter: stable !important;
}

/* Items */
html body.td-child-page .td-faq-item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.td-child-page .td-faq-item:last-child {
  border-bottom: 0 !important;
}

/* Pregunta */
html body.td-child-page .td-faq-question {
  width: 100% !important;
  min-height: 58px !important;
  display: grid !important;
  grid-template-columns: 54px 1fr 32px !important;
  align-items: center !important;
  gap: 18px !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  text-align: left !important;
  font-family: var(--td-faq-font) !important;
  color: var(--td-faq-text) !important;
  appearance: none !important;
}

html body.td-child-page .td-faq-number {
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  color: rgba(15, 23, 42, 0.38) !important;
}

html body.td-child-page .td-faq-title {
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  color: var(--td-faq-text) !important;
}

html body.td-child-page .td-faq-icon {
  justify-self: end !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  color: rgba(15, 23, 42, 0.45) !important;
}

/* Accordion state */
html body.td-child-page .td-faq-answer {
  display: none !important;
}

html body.td-child-page .td-faq-question[aria-expanded="true"] + .td-faq-answer,
html body.td-child-page .td-faq-item.is-active .td-faq-answer,
html body.td-child-page .td-faq-item.is-open .td-faq-answer {
  display: block !important;
}

html body.td-child-page .td-faq-answer p {
  margin: 0 0 18px 72px !important;
  max-width: 720px !important;
  font-size: 0.72rem !important;
  line-height: 1.55 !important;
  color: var(--td-faq-muted) !important;
  font-family: var(--td-faq-font) !important;
}

/* Scrollbar interna */
html body.td-child-page .td-faq-panel__inner::-webkit-scrollbar {
  width: 8px !important;
}

html body.td-child-page .td-faq-panel__inner::-webkit-scrollbar-track {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  border-radius: 999px !important;
  background: rgba(176, 176, 176, 0.28) !important;
  box-shadow:
    inset 2px 2px 5px rgba(161, 161, 161, 0.35),
    inset -2px -2px 5px rgba(255, 255, 255, 0.88) !important;
}

html body.td-child-page .td-faq-panel__inner::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(161, 161, 161, 0.72) !important;
  border: 2px solid var(--td-faq-base) !important;
}

@media (max-width: 768px) {
  html body.td-child-page .td-faq-panel {
    height: auto !important;
    max-height: none !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  html body.td-child-page .td-faq-panel__inner {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
  }

  html body.td-child-page .td-faq-question {
    grid-template-columns: 38px 1fr 24px !important;
    gap: 12px !important;
    min-height: 58px !important;
  }

  html body.td-child-page .td-faq-answer p {
    margin-left: 50px !important;
  }
}


/* Scroll interno dedicado dentro del contenedor inset */
html body.td-child-page .td-faq-panel__inner {
  overflow: hidden !important;
}

html body.td-child-page .td-faq-scroll {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 14px !important;
  box-sizing: border-box !important;
  scrollbar-gutter: stable !important;
}

/* La scrollbar vive dentro de .td-faq-scroll */
html body.td-child-page .td-faq-scroll::-webkit-scrollbar {
  width: 8px !important;
}

html body.td-child-page .td-faq-scroll::-webkit-scrollbar-track {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  border-radius: 999px !important;
  background: rgba(176, 176, 176, 0.28) !important;
  box-shadow:
    inset 2px 2px 5px rgba(161, 161, 161, 0.35),
    inset -2px -2px 5px rgba(255, 255, 255, 0.88) !important;
}

html body.td-child-page .td-faq-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(161, 161, 161, 0.72) !important;
  border: 2px solid var(--td-faq-base) !important;
}

/* Evitar scrollbar en el panel interior antiguo */
html body.td-child-page .td-faq-panel__inner::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}


/* =========================================================
   TURNODIGITAL — FAQ INNER SCROLL HEIGHT FIX
   Fuerza altura real del contenedor scroll interno.
========================================================= */

html body.td-child-page .td-faq-panel {
  height: 520px !important;
}

html body.td-child-page .td-faq-panel__inner {
  height: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
}

html body.td-child-page .td-faq-scroll {
  display: block !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 18px !important;
  scrollbar-gutter: stable both-edges !important;
}

/* TEMPORAL VISUAL TEST:
   Con solo 3 preguntas no hay overflow.
   Esta regla reduce internamente el área visible para confirmar que el scroll está dentro.
   Si aparece scrollbar, luego quitamos esta regla y metemos todas las preguntas reales.
*/
html body.td-child-page .td-faq-scroll {
  max-height: 260px !important;
}


/* =========================================================
   TURNODIGITAL — FAQ LEFT COLUMN DESIGN FINAL
   Columna izquierda FAQ alineada al lenguaje visual Turno Digital.
========================================================= */

html body.td-child-page .faq-geo-copy {
  max-width: 420px !important;
  font-family: var(--font-primary, "Montserrat", sans-serif) !important;
}

html body.td-child-page .faq-geo-copy .eyebrow,
html body.td-child-page .faq-geo-copy .section-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  color: #1749d8 !important;
  font-family: var(--font-primary, "Montserrat", sans-serif) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
}

html body.td-child-page .faq-geo-copy h2,
html body.td-child-page .faq-geo-copy .section-title {
  max-width: 410px !important;
  margin: 0 0 22px !important;
  color: #080d1c !important;
  font-family: var(--font-primary, "Montserrat", sans-serif) !important;
  font-size: clamp(2.05rem, 3.15vw, 3.35rem) !important;
  line-height: 1.03 !important;
  font-weight: 900 !important;
  letter-spacing: -0.065em !important;
  text-wrap: balance !important;
}

html body.td-child-page .faq-geo-copy p,
html body.td-child-page .faq-geo-copy .section-subtitle {
  max-width: 400px !important;
  margin: 0 0 28px !important;
  color: rgba(15, 23, 42, 0.58) !important;
  font-family: var(--font-primary, "Montserrat", sans-serif) !important;
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
  letter-spacing: -0.015em !important;
}

/* Responsive */
@media (max-width: 980px) {
  html body.td-child-page .faq-geo-copy {
    max-width: 720px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.td-child-page .faq-geo-copy h2,
  html body.td-child-page .faq-geo-copy .section-title,
  html body.td-child-page .faq-geo-copy p,
  html body.td-child-page .faq-geo-copy .section-subtitle,
  html body.td-child-page .faq-geo-filters,
  html body.td-child-page .faq-filter-list,
  html body.td-child-page .faq-geo-tabs {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.td-child-page .faq-geo-filters,
  html body.td-child-page .faq-filter-list,
  html body.td-child-page .faq-geo-tabs {
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  html body.td-child-page .faq-geo-copy h2,
  html body.td-child-page .faq-geo-copy .section-title {
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
  }

  html body.td-child-page .faq-geo-copy p,
  html body.td-child-page .faq-geo-copy .section-subtitle {
    font-size: 0.86rem !important;
  }
}


/* =========================================================
   TURNODIGITAL — FAQ FILTERS HEADER STYLE FINAL
   Filtros FAQ alineados al lenguaje de botones/nav del header.
========================================================= */

html body.td-child-page .faq-geo-filters,
html body.td-child-page .faq-filter-list,
html body.td-child-page .faq-geo-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  max-width: 460px !important;
}

/* Pills estilo header: limpios, bajos, corporativos */
html body.td-child-page .faq-geo-filter,
html body.td-child-page .faq-filter,
html body.td-child-page .faq-geo-tab,
html body.td-child-page .faq-geo-filters button,
html body.td-child-page .faq-filter-list button,
html body.td-child-page .faq-geo-tabs button {
  min-height: 32px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15, 23, 42, 0.10) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: var(--color-text-secondary, rgba(15, 23, 42, 0.72)) !important;
  font-family: var(--font-primary, "Montserrat", sans-serif) !important;
  font-size: 0.75rem !important; /* from .nav__link */
  font-weight: 600 !important; /* from .nav__link */
  letter-spacing: 0.02em !important; /* from .nav__link */
  line-height: 1 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease !important;
}

/* Hover tipo header: cambio sobrio, no neumorphism exagerado */
html body.td-child-page .faq-geo-filter:hover,
html body.td-child-page .faq-filter:hover,
html body.td-child-page .faq-geo-tab:hover,
html body.td-child-page .faq-geo-filters button:hover,
html body.td-child-page .faq-filter-list button:hover,
html body.td-child-page .faq-geo-tabs button:hover {
  transform: translateY(-1px) !important;
  color: var(--color-accent, #1749d8) !important;
  border-color: rgba(23, 73, 216, 0.28) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

/* Activo como botón principal oscuro/header */
html body.td-child-page .faq-geo-filter.is-active,
html body.td-child-page .faq-filter.is-active,
html body.td-child-page .faq-geo-tab.is-active,
html body.td-child-page .faq-geo-filters button.is-active,
html body.td-child-page .faq-filter-list button.is-active,
html body.td-child-page .faq-geo-tabs button.is-active,
html body.td-child-page .faq-geo-filters button.active,
html body.td-child-page .faq-filter-list button.active,
html body.td-child-page .faq-geo-tabs button.active,
html body.td-child-page .faq-geo-filter[aria-pressed="true"],
html body.td-child-page .faq-filter[aria-pressed="true"],
html body.td-child-page .faq-geo-tab[aria-pressed="true"],
html body.td-child-page .faq-geo-filters button[aria-pressed="true"],
html body.td-child-page .faq-filter-list button[aria-pressed="true"],
html body.td-child-page .faq-geo-tabs button[aria-pressed="true"] {
  color: #ffffff !important;
  background: #080d1c !important;
  border-color: #080d1c !important;
  box-shadow: 0 12px 28px rgba(8, 13, 28, 0.18) !important;
}

/* Focus accesible sin cambiar diseño */
html body.td-child-page .faq-geo-filter:focus-visible,
html body.td-child-page .faq-filter:focus-visible,
html body.td-child-page .faq-geo-tab:focus-visible,
html body.td-child-page .faq-geo-filters button:focus-visible,
html body.td-child-page .faq-filter-list button:focus-visible,
html body.td-child-page .faq-geo-tabs button:focus-visible {
  outline: 2px solid rgba(23, 73, 216, 0.34) !important;
  outline-offset: 3px !important;
}


/* =========================================================
   TURNODIGITAL — FAQ SCROLLBAR HEIGHT EXTEND FINAL
   Extiende el área útil del scrollbar interno sin rediseñar.
========================================================= */

/* Mantener panel aprobado */
html body.td-child-page .td-faq-panel {
  height: 520px !important;
}

/* Reducir pérdida vertical del contenedor interno */
html body.td-child-page .td-faq-panel__inner {
  height: 100% !important;
  max-height: 100% !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  overflow: hidden !important;
}

/* El scroll debe ocupar más alto dentro del inset */
html body.td-child-page .td-faq-scroll {
  height: calc(100% - 0px) !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 18px !important;
  box-sizing: border-box !important;
  scrollbar-gutter: stable both-edges !important;
}

/* El track debe crecer: márgenes mínimos arriba/abajo */
html body.td-child-page .td-faq-scroll::-webkit-scrollbar {
  width: 8px !important;
}

html body.td-child-page .td-faq-scroll::-webkit-scrollbar-track {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  border-radius: 999px !important;
  background: rgba(176, 176, 176, 0.28) !important;
  box-shadow:
    inset 2px 2px 5px rgba(161, 161, 161, 0.35),
    inset -2px -2px 5px rgba(255, 255, 255, 0.88) !important;
}

html body.td-child-page .td-faq-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(161, 161, 161, 0.72) !important;
  border: 2px solid var(--td-faq-base, #e0e0e0) !important;
}


/* ========================================================
   COMPACT OVERRIDE - EXITO PAGE (Aprox 25% reduction)
   ======================================================== */
.td-exito-page .exito-hero {
  padding: 120px 0 45px !important;
}
.td-exito-page .exito-hero .container {
  max-width: 600px !important;
}
.td-exito-page .exito-hero span {
  font-size: 11px !important;
  margin-bottom: 18px !important;
  padding: 4px 12px !important;
}
.td-exito-page .exito-hero h1 {
  font-size: clamp(28px, 4vw, 42px) !important;
  margin-bottom: 18px !important;
}
.td-exito-page .exito-hero p {
  font-size: 14px !important;
  margin-bottom: 24px !important;
}
.td-exito-page .exito-hero a {
  font-size: 13px !important;
}
.td-exito-page .exito-filters {
  padding: 15px 0 !important;
}
.td-exito-page .exito-filters__wrapper {
  gap: 8px !important;
}
.td-exito-page .exito-filter-btn {
  padding: 6px 12px !important;
  font-size: 11px !important;
  border-radius: 16px !important;
}
.td-exito-page .exito-grid-section {
  padding: 60px 0 !important;
}
.td-exito-page .exito-grid {
  gap: 24px !important;
}
@media (max-width: 768px) {
  .td-exito-page .exito-grid {
    gap: 16px !important;
  }
}
.td-exito-page .exito-card {
  border-radius: 12px !important;
}
.td-exito-page .exito-card__content {
  padding: 18px !important;
}
.td-exito-page .exito-card__category {
  font-size: 9px !important;
  margin-bottom: 8px !important;
}
.td-exito-page .exito-card__client {
  font-size: 16px !important;
  margin-bottom: 6px !important;
}
.td-exito-page .exito-card__ref {
  font-size: 12px !important;
  margin-bottom: 12px !important;
}
.td-exito-page .exito-card__context {
  font-size: 10px !important;
  padding-top: 12px !important;
}


/* ========================================================
   PREMIUM CENTERING & NEUMORPHISM - EXITO PAGE
   ======================================================== */
.td-exito-page .exito-filters__wrapper {
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.td-exito-page .exito-filter-btn {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.03) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04), inset 0 2px 4px rgba(255,255,255,0.5) !important;
  color: var(--td-text) !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.td-exito-page .exito-filter-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06), inset 0 2px 4px rgba(255,255,255,0.5) !important;
  color: var(--td-blue) !important;
}

.td-exito-page .exito-filter-btn.active {
  background: var(--td-blue-navy) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(7,27,92,0.25), inset 0 2px 4px rgba(255,255,255,0.1) !important;
  border-color: transparent !important;
  transform: translateY(-2px) !important;
}

.td-exito-page .exito-grid-section .container {
  max-width: 900px !important;
  margin: 0 auto !important;
}

.td-exito-page .exito-card {
  box-shadow: 0 8px 24px rgba(0,0,0,0.04) !important;
  border: 1px solid rgba(0,0,0,0.03) !important;
}

.td-exito-page .exito-card:hover {
  box-shadow: 0 16px 40px rgba(0,0,0,0.08) !important;
  transform: translateY(-6px) !important;
}

/* === Accessibility utilities migrated from inline CSS === */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* === Expanding platform cards migrated from inline CSS === */
      /* === PLATFORM EXPANDING CARDS — Turno Digital === */

      .td-expanding-platform {
        position: relative;
        overflow: hidden;
        padding: 96px 24px 108px;
        background:
          radial-gradient(circle at 16% 12%, rgba(47, 83, 255, 0.13), transparent 30%),
          radial-gradient(circle at 86% 82%, rgba(0, 180, 255, 0.10), transparent 34%),
          linear-gradient(180deg, #f6f8fd 0%, #edf3fb 100%);
      }

      .td-expanding-platform::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image:
          linear-gradient(rgba(47,83,255,0.035) 1px, transparent 1px),
          linear-gradient(90deg, rgba(47,83,255,0.035) 1px, transparent 1px);
        background-size: 44px 44px;
        opacity: 0.55;
        mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
      }

      .td-expanding-platform > .container {
        position: relative;
        z-index: 1;
      }

      .td-expanding-platform .section-header {
        margin-bottom: 58px;
      }

      /* --- Grid --- */
      .td-expanding-cards {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1120px;
        height: 480px;
        display: grid;
        gap: 10px;
        grid-template-columns: 4fr 1.15fr 1.15fr 1.15fr 1.15fr 1.15fr 1.15fr 1.15fr;
        transition: grid-template-columns 520ms cubic-bezier(0.22, 1, 0.36, 1);
      }

      /* --- Card shell --- */
      .td-expanding-card {
        position: relative;
        min-width: 0;
        overflow: hidden;
        cursor: pointer;
        border-radius: 22px;
        border: 1px solid rgba(119, 150, 220, 0.28);
        background: #080f22;
        box-shadow:
          0 24px 60px rgba(40, 58, 105, 0.24),
          inset 1px 1px 0 rgba(255,255,255,0.08);
        isolation: isolate;
        transition:
          transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
          border-color 420ms ease,
          box-shadow 420ms ease;
      }

      .td-expanding-card:hover,
      .td-expanding-card:focus-visible {
        transform: translateY(-5px);
        border-color: rgba(47, 83, 255, 0.50);
        box-shadow:
          0 32px 80px rgba(30, 52, 110, 0.32),
          0 0 28px rgba(47, 83, 255, 0.16),
          inset 1px 1px 0 rgba(255,255,255,0.14);
        outline: none;
      }

      /* --- Background layer (image + gradient fallback) --- */
      .td-expanding-card__bg {
        position: absolute;
        inset: 0;
        z-index: -3;
        background-color: #0a1228;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* fallback gradient if image missing */
        background-image:
          radial-gradient(circle at 25% 22%, rgba(0, 213, 255, 0.28), transparent 32%),
          radial-gradient(circle at 82% 78%, rgba(47, 83, 255, 0.26), transparent 38%),
          linear-gradient(145deg, #0c1534 0%, #050816 100%);
        filter: grayscale(0.88) brightness(0.55) saturate(0.4);
        transform: scale(1.06);
        transition:
          transform 540ms cubic-bezier(0.22, 1, 0.36, 1),
          filter 540ms ease;
      }

      .td-expanding-card.is-active .td-expanding-card__bg {
        transform: scale(1);
        filter: grayscale(0) brightness(1) saturate(1.08);
      }

      /* --- Overlay --- */
      .td-expanding-card__overlay {
        position: absolute;
        inset: 0;
        z-index: -2;
        background: rgba(3, 7, 22, 0.76);
        transition: background 540ms ease;
      }

      .td-expanding-card.is-active .td-expanding-card__overlay {
        background:
          linear-gradient(to top, rgba(2, 5, 15, 0.88) 0%, rgba(2, 5, 15, 0.42) 50%, rgba(2, 5, 15, 0.12) 100%),
          linear-gradient(90deg, rgba(2, 5, 15, 0.48), transparent 64%);
      }

      /* --- Sheen on active --- */
      .td-expanding-card::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
          linear-gradient(135deg, rgba(255,255,255,0.09), transparent 36%),
          radial-gradient(circle at 18% 0%, rgba(0,213,255,0.16), transparent 40%);
        opacity: 0;
        transition: opacity 420ms ease;
        pointer-events: none;
      }

      .td-expanding-card.is-active::after {
        opacity: 1;
      }

      /* --- Content (icon + title + description) --- */
      .td-expanding-card__content {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 26px 28px 36px;
        gap: 14px;
      }

      .td-expanding-card__icon {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
        border-radius: 16px;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, #0037ff, #00c8ff);
        color: white;
        box-shadow:
          0 14px 32px rgba(47,83,255,0.44),
          0 0 24px rgba(0,200,255,0.22),
          inset 1px 1px 0 rgba(255,255,255,0.32);
        opacity: 0;
        transform: translateY(14px) scale(0.88);
        transition:
          opacity 340ms ease 80ms,
          transform 340ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
      }

      .td-expanding-card__icon svg {
        width: 22px;
        height: 22px;
        stroke: currentColor;
        fill: none;
      }

      .td-expanding-card__title {
        margin: 0;
        max-width: 340px;
        color: #ffffff;
        font-size: 1.48rem;
        line-height: 1.06;
        letter-spacing: -0.028em;
        opacity: 0;
        transform: translateY(14px);
        transition:
          opacity 340ms ease 140ms,
          transform 340ms cubic-bezier(0.22, 1, 0.36, 1) 140ms;
      }

      .td-expanding-card__description {
        margin: 0;
        max-width: 360px;
        color: rgba(255,255,255,0.74);
        font-size: 0.96rem;
        line-height: 1.5;
        opacity: 0;
        transform: translateY(16px);
        transition:
          opacity 340ms ease 200ms,
          transform 340ms cubic-bezier(0.22, 1, 0.36, 1) 200ms;
      }

      .td-expanding-card.is-active .td-expanding-card__icon,
      .td-expanding-card.is-active .td-expanding-card__title,
      .td-expanding-card.is-active .td-expanding-card__description {
        opacity: 1;
        transform: translateY(0) scale(1);
      }

      /* --- Rail title (vertical label on closed cards) --- */
      .td-expanding-card__rail-title {
        position: absolute;
        top: auto;
        bottom: 52px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        margin: 0;
        max-height: calc(100% - 96px);
        overflow: hidden;
        white-space: nowrap;
        color: rgba(255,255,255,0.78);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        line-height: 1.1;
        opacity: 1;
        transition: opacity 260ms ease;
        pointer-events: none;
      }

      .td-expanding-card.is-active .td-expanding-card__rail-title {
        opacity: 0;
        pointer-events: none;
      }

      /* --- Responsive: mobile vertical accordion --- */
      @media (max-width: 900px) {
        .td-expanding-platform {
          padding: 72px 16px 80px;
        }

        .td-expanding-cards {
          height: 800px;
          grid-template-columns: 1fr !important;
          grid-template-rows: 4fr 1.15fr 1.15fr 1.15fr 1.15fr 1.15fr 1.15fr 1.15fr;
          transition: grid-template-rows 520ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .td-expanding-card__rail-title {
          left: 24px;
          top: 50%;
          bottom: auto;
          transform: translateY(-50%);
          writing-mode: horizontal-tb;
          white-space: normal;
          max-width: 86%;
          max-height: none;
          font-size: 0.72rem;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        .td-expanding-card__content {
          padding: 20px 22px 28px;
        }

        .td-expanding-card__title {
          font-size: 1.22rem;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .td-expanding-cards,
        .td-expanding-card,
        .td-expanding-card__bg,
        .td-expanding-card__overlay,
        .td-expanding-card__icon,
        .td-expanding-card__title,
        .td-expanding-card__description,
        .td-expanding-card__rail-title {
          transition: none !important;
        }
      }


/* === Hero KPI animations migrated from inline CSS === */
      @keyframes tdKpiEntrance {
        from {
          opacity: 0;
          transform: translateY(18px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes tdKpiFloat {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-6px);
        }
      }

      .hero-kpi-card {
        opacity: 0;
        animation:
          tdKpiEntrance 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards,
          tdKpiFloat 5.5s ease-in-out infinite;
        animation-delay:
          var(--td-kpi-delay, 0ms), calc(var(--td-kpi-delay, 0ms) + 900ms);
        will-change: transform, opacity;
      }

      .hero-kpi-card:nth-child(1) {
        --td-kpi-delay: 120ms;
      }
      .hero-kpi-card:nth-child(2) {
        --td-kpi-delay: 240ms;
      }
      .hero-kpi-card:nth-child(3) {
        --td-kpi-delay: 360ms;
      }
      .hero-kpi-card:nth-child(4) {
        --td-kpi-delay: 480ms;
      }

      @media (prefers-reduced-motion: reduce) {
        .hero-kpi-card {
          opacity: 1;
          animation: none;
          transform: none;
        }
      }


/* === Trust carousel icons and problem cards migrated from inline CSS === */
      @keyframes tdIconPulseFloat {
        0%,
        100% {
          transform: translateY(0) scale(1);
          box-shadow: 0 0 0 rgba(47, 83, 255, 0);
          filter: brightness(1);
        }
        35% {
          transform: translateY(-5px) scale(1.06);
          box-shadow: 0 14px 34px rgba(47, 83, 255, 0.28);
          filter: brightness(1.15);
        }
        70% {
          transform: translateY(2px) scale(0.99);
          box-shadow: 0 8px 20px rgba(47, 83, 255, 0.16);
          filter: brightness(1.05);
        }
      }

      .trust-card__icon {
        animation: tdIconPulseFloat 2.4s ease-in-out infinite;
        transform-origin: center;
        will-change: transform, filter, box-shadow;
      }

      .trust-card:nth-child(1) .trust-card__icon {
        animation-delay: 0ms;
      }
      .trust-card:nth-child(2) .trust-card__icon {
        animation-delay: 250ms;
      }
      .trust-card:nth-child(3) .trust-card__icon {
        animation-delay: 500ms;
      }
      .trust-card:nth-child(4) .trust-card__icon {
        animation-delay: 750ms;
      }
      .trust-card:nth-child(5) .trust-card__icon {
        animation-delay: 1000ms;
      }

      .trust-card:not(.is-center) .trust-card__icon {
        background: linear-gradient(135deg, #314cff, #5268ff);
        box-shadow: 0 10px 26px rgba(47, 83, 255, 0.18);
        transition:
          background 0.4s ease,
          box-shadow 0.4s ease;
      }

      .trust-card.is-center .trust-card__icon,
      .trust-showcase__carousel .trust-card.is-center .trust-card__icon {
        background: linear-gradient(
          135deg,
          #00e5ff 0%,
          #2f53ff 100%
        ) !important;
        box-shadow:
          0 0 28px rgba(0, 229, 255, 0.55),
          0 16px 36px rgba(47, 83, 255, 0.3) !important;
        border-color: rgba(0, 229, 255, 0.42) !important;
        transition:
          background 0.4s ease,
          box-shadow 0.4s ease;
      }

      .trust-card.is-center .trust-card__icon svg,
      .trust-showcase__carousel .trust-card.is-center .trust-card__icon svg {
        color: #ffffff !important;
        fill: #ffffff !important;
        stroke: #ffffff !important;
      }

      @media (prefers-reduced-motion: reduce) {
        .trust-card__icon {
          animation: none;
          transform: none;
          filter: none;
        }
      }

      .problem-card {
        background: linear-gradient(
          145deg,
          rgba(255, 255, 255, 0.92),
          rgba(232, 238, 249, 0.74)
        );
        border: 1px solid rgba(255, 255, 255, 0.78);
        box-shadow:
          18px 18px 38px rgba(119, 136, 169, 0.18),
          -14px -14px 30px rgba(255, 255, 255, 0.82),
          inset 1px 1px 0 rgba(255, 255, 255, 0.92),
          inset -1px -1px 0 rgba(124, 143, 178, 0.1);
        outline: 1px solid rgba(71, 95, 145, 0.08);
        backdrop-filter: blur(10px);
      }

      .problem-card::before {
        opacity: 0.9;
      }


/* === How it works carousel migrated from inline CSS === */
  /* === HOW IT WORKS FEATURE CAROUSEL — Turno Digital === */

  .td-how-carousel-section {
    position: relative;
    overflow: hidden;
    padding: 196px 24px 158px;
    background:
      radial-gradient(circle at 16% 14%, rgba(47, 83, 255, 0.12), transparent 30%),
      radial-gradient(circle at 86% 78%, rgba(0, 180, 255, 0.08), transparent 34%),
      linear-gradient(180deg, #eef4ff 0%, #e6eefb 100%);
  }

  .td-how-carousel-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(47,83,255,0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(47,83,255,0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.5;
    mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
  }

  .td-how-carousel-section > .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }

  .td-how-carousel-section .section-header {
    margin-bottom: 54px;
  }

  .td-how-carousel {
    width: 100%;
    max-width: 980px;
    min-height: 450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(240px, 38%) minmax(360px, 1fr);
    border-radius: 42px;
    overflow: hidden;
    border: 1px solid rgba(119, 150, 220, 0.26);
    box-shadow:
      0 34px 90px rgba(74, 94, 138, 0.24),
      inset 1px 1px 0 rgba(255,255,255,0.72);
    background: rgba(255,255,255,0.42);
    backdrop-filter: blur(18px);
  }

  .td-how-carousel__nav {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    padding: 46px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    background:
      linear-gradient(180deg, #f8fbff 0%, #eef3fb 100%);
  }

  .td-how-carousel__nav::before,
  .td-how-carousel__nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 72px;
    z-index: 2;
    pointer-events: none;
  }

  .td-how-carousel__nav::before {
    top: 0;
    background: linear-gradient(to bottom, #f8fbff, transparent);
  }

  .td-how-carousel__nav::after {
    bottom: 0;
    background: linear-gradient(to top, #eef3fb, transparent);
  }

  .td-how-carousel__chip {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 1px solid rgba(47, 83, 255, 0.14);
    background: rgba(255, 255, 255, 0.62);
    color: rgba(21, 34, 64, 0.62);
    box-shadow:
      0 10px 26px rgba(80, 102, 145, 0.10),
      inset 1px 1px 0 rgba(255,255,255,0.72);
    border-radius: 999px;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    transition:
      background 360ms ease,
      color 360ms ease,
      border-color 360ms ease,
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 360ms ease;
  }

  .td-how-carousel__chip:hover,
  .td-how-carousel__chip:focus-visible {
    color: #17356f;
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(47, 83, 255, 0.26);
    transform: translateX(6px);
    outline: none;
  }

  .td-how-carousel__chip.is-active {
    background: #ffffff;
    color: #1747ff;
    border-color: #ffffff;
    box-shadow:
      0 18px 42px rgba(0,0,0,0.18),
      0 0 24px rgba(255,255,255,0.24);
    transform: translateX(10px);
  }

  .td-how-carousel__number {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 0.68rem;
    font-weight: 700;
    background: rgba(47, 83, 255, 0.08);
    color: rgba(21, 52, 120, 0.66);
  }

  .td-how-carousel__chip.is-active .td-how-carousel__number {
    background: linear-gradient(135deg, #1747ff, #00a8ff);
    color: #ffffff;
  }

  .td-how-carousel__label {
    font-size: 0.80rem;
    font-weight: 560;
    letter-spacing: 0.01em;
  }

  .td-how-carousel__stage {
    position: relative;
    min-height: 450px;
    padding: 32px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
      radial-gradient(circle at 72% 24%, rgba(0, 200, 255, 0.16), transparent 32%),
      linear-gradient(145deg, #071024 0%, #030712 100%);
  }

  .td-how-carousel__stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.32;
    pointer-events: none;
  }

  .td-how-card {
    position: absolute;
    width: min(350px, calc(100% - 70px));
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    overflow: hidden;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 6px solid rgba(255,255,255,0.08);
    background: #091226;
    box-shadow:
      0 34px 90px rgba(0,0,0,0.46),
      inset 1px 1px 0 rgba(255,255,255,0.12);
    opacity: 0;
    transform: translateX(110px) scale(0.84) rotate(3deg);
    pointer-events: none;
    transition:
      opacity 520ms ease,
      transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 520ms ease;
  }

  .td-how-card.is-active {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
    pointer-events: auto;
    z-index: 3;
  }

  .td-how-card.is-prev {
    opacity: 0.34;
    transform: translateX(-96px) scale(0.86) rotate(-3deg);
    z-index: 1;
  }

  .td-how-card.is-next {
    opacity: 0.34;
    transform: translateX(96px) scale(0.86) rotate(3deg);
    z-index: 1;
  }

  .td-how-card__bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-color: #071024;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(0.72) brightness(0.58) saturate(0.62);
    transform: scale(1.06);
    transition:
      transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 620ms ease;
  }

  .td-how-card.is-active .td-how-card__bg {
    filter: grayscale(0) brightness(0.90) saturate(1.05);
    transform: scale(1);
  }

  .td-how-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(to top, rgba(2,5,15,0.92), rgba(2,5,15,0.38), rgba(2,5,15,0.12)),
      linear-gradient(90deg, rgba(2,5,15,0.52), transparent 62%);
  }

  .td-how-card__badge {
    width: fit-content;
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255,255,255,0.92);
    color: #10172f;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0,0,0,0.20);
  }

  .td-how-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 1.48rem;
    font-weight: 650;
    line-height: 1.06;
    letter-spacing: -0.03em;
  }

  .td-how-card p {
    margin: 0;
    max-width: 300px;
    color: rgba(255,255,255,0.76);
    font-size: 0.86rem;
    font-weight: 400;
    line-height: 1.50;
  }

  @media (max-width: 960px) {
    .td-how-carousel {
      grid-template-columns: 1fr;
    }

    .td-how-carousel__nav {
      min-height: auto;
      padding: 28px;
      gap: 10px;
    }

    .td-how-carousel__stage {
      min-height: 450px;
    }
  }

  @media (max-width: 640px) {
    .td-how-carousel-section {
      padding: 72px 16px 80px;
    }

    .td-how-carousel {
      border-radius: 28px;
    }

    .td-how-carousel__nav {
      padding: 22px;
    }

    .td-how-carousel__chip {
      padding: 10px 12px;
    }

    .td-how-carousel__label {
      font-size: 0.72rem;
      font-weight: 560;
    }

    .td-how-card {
      width: calc(100% - 36px);
      padding: 22px;
      border-radius: 22px;
    }

    .td-how-card h3 {
      font-size: 1.22rem;
      font-weight: 650;
    }

    .td-how-card p {
      font-size: 0.82rem;
      font-weight: 400;
      line-height: 1.52;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html, * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
    .td-how-carousel__chip,
    .td-how-card,
    .td-how-card__bg,
    .trust-card,
    .td-expanding-card,
    .logo-carousel__track {
      transition: none !important;
      animation: none !important;
    }
  }

/* ── Success Stories CTA Form ─────────────────────────────────────────────── */
.td-success-contact-section {
  padding: 72px 0;
  background: var(--neumo-base);
}

.td-sc-frame {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  align-items: start;
}

.td-sc-copy {
  max-width: 440px;
}

.td-sc-copy .eyebrow {
  display: block;
  margin-bottom: 14px;
}

.td-sc-title {
  font-size: clamp(1.5rem, 2.35vw, 2.25rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 12px;
  color: var(--color-text-primary);
}

.td-sc-text {
  font-size: 0.8rem;
  line-height: 1.5;
  max-width: 410px;
  margin: 0;
  color: var(--color-text-secondary);
}

.td-sc-form-wrap {
  min-width: 0;
}

.td-sc-form {
  background: var(--neumo-base);
  border-radius: 28px;
  padding: 22px;
  box-shadow: var(--neumo-shadow-raised-sm);
  display: grid;
  gap: 12px;
}

.td-sc-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.td-sc-form input[type="text"],
.td-sc-form input[type="email"],
.td-sc-form input[type="tel"],
.td-sc-form select,
.td-sc-form textarea {
  width: 100%;
  border: none;
  outline: none;
  background: var(--neumo-base);
  border-radius: 18px;
  box-shadow: var(--neumo-shadow-inset);
  padding: 12px 14px;
  font-family: var(--font-primary);
  font-size: 0.72rem;
  color: var(--color-text-primary);
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.td-sc-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: var(--neumo-base);
  padding-right: 36px;
  cursor: pointer;
}

.td-sc-form textarea {
  min-height: 82px;
  resize: none;
}

.td-sc-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.66rem;
  line-height: 1.4;
  color: var(--color-text-secondary);
  cursor: pointer;
}

.td-sc-check input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 2px;
  width: auto;
  box-shadow: none;
}

.td-sc-check a {
  color: var(--color-accent);
  text-decoration: none;
}

.td-sc-check a:hover {
  text-decoration: underline;
}

.td-sc-btn {
  width: 100%;
  padding: 14px 20px;
  background: var(--color-accent);
  color: #fff;
  border: none;
  border-radius: 18px;
  font-family: var(--font-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.td-sc-btn:hover {
  background: var(--color-accent-hover);
  transform: translateY(-1px);
}

.td-sc-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.td-sc-error {
  font-size: 0.72rem;
  color: #dc2626;
  margin: 0;
  padding: 2px 0;
}

.td-sc-success {
  background: var(--neumo-base);
  border-radius: 28px;
  padding: 40px 22px;
  box-shadow: var(--neumo-shadow-raised-sm);
  text-align: center;
}

.td-sc-success__icon {
  font-size: 2.5rem;
  color: #16a34a;
  margin: 0 0 12px;
}

.td-sc-success__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 8px;
}

.td-sc-success__text {
  font-size: 0.8rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1000px) {
  .td-sc-frame {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .td-sc-copy {
    max-width: 100%;
    text-align: center;
  }
  .td-sc-text {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .td-sc-row {
    grid-template-columns: 1fr;
  }
}
