/* ============================================================
   SITW — Landing: Automatizaciones
   ============================================================ */

.sitw-service-automations-page .entry-header,
.sitw-service-automations-page .page-header,
.sitw-service-automations-page .site-header,
.sitw-service-automations-page #masthead,
.sitw-service-automations-page .site-footer,
.sitw-service-automations-page #colophon,
.sitw-service-automations-page .post-navigation,
.sitw-service-automations-page .ast-breadcrumbs-wrap {
  display: none !important;
}

body.sitw-service-automations-page {
  background: #07080c !important;
  cursor: auto !important;
}

.sitw-service-automations-page .site-content,
.sitw-service-automations-page .ast-container,
.sitw-service-automations-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sitw-automations {
  --auto-bg: #07080c;
  --auto-panel: rgba(0,0,0,0.64);
  --auto-card: rgba(255,255,255,0.035);
  --auto-line: rgba(255,255,255,0.08);
  --auto-line-strong: rgba(155,48,255,0.3);
  --auto-text: rgba(255,255,255,0.92);
  --auto-muted: rgba(255,255,255,0.58);
  --auto-dim: rgba(255,255,255,0.36);
  --auto-purple: #9b30ff;
  --auto-blue: #72d7ff;
  min-height: 100vh;
  padding: 0 clamp(18px, 4vw, 64px) 88px;
  overflow-x: clip;
  color: var(--auto-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 78% 8%, rgba(155,48,255,0.13), transparent 28%),
    radial-gradient(circle at 18% 18%, rgba(114,215,255,0.08), transparent 30%),
    linear-gradient(180deg, #07080c 0%, #090a10 48%, #06070a 100%);
}

.sitw-automations *,
.sitw-automations *::before,
.sitw-automations *::after {
  box-sizing: border-box;
}

.auto-hero,
.auto-section,
.auto-flow-section,
.auto-stack-section,
.auto-final-cta,
.auto-faq-section {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  z-index: 1;
}

.auto-hero {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  min-height: calc(100vh - 64px);
  margin-top: calc(var(--mm-h, 64px) * -1);
  padding: calc(var(--mm-h, 64px) + clamp(18px, 3vw, 44px)) 0 clamp(62px, 8vw, 104px);
}

.auto-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -2;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(7,8,12,0.92), rgba(7,8,12,0.58) 52%, rgba(7,8,12,0.78)),
    linear-gradient(135deg, rgba(155,48,255,0.16), transparent 35%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 88px),
    url(../images/agente.png) center / cover no-repeat;
}

.auto-hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(10,10,15,0.95) 0%, transparent 25%, transparent 75%, rgba(10,10,15,0.95) 100%);
  pointer-events: none;
}

.auto-city-block {
  position: relative;
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
  z-index: 1;
  min-height: 320px;
  padding: 80px clamp(18px, 4vw, 64px);
}

.auto-city-block-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7,8,12,0.92), rgba(7,8,12,0.58) 52%, rgba(7,8,12,0.78)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 88px),
    url(../images/ciudad.png) center / cover no-repeat;
}

.auto-city-block-fade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,10,15,0.95) 0%, transparent 25%, transparent 75%, rgba(10,10,15,0.95) 100%);
  pointer-events: none;
}

.auto-city-block-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.auto-city-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 32px 20px;
  min-height: 180px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background: rgba(0,0,0,0.44);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.auto-city-card-num {
  color: #9b30ff;
  font-size: clamp(58px, 8vw, 96px);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 1;
}

.auto-city-card-svg {
  width: clamp(40px, 6vw, 64px);
  height: clamp(40px, 6vw, 64px);
  color: #9b30ff;
}

.auto-city-card-label {
  color: rgba(255,255,255,0.88);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 760;
  letter-spacing: -0.03em;
}

.auto-image-band {
  position: relative;
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
  z-index: 1;
}

.auto-image-band::before {
  content: "";
  display: block;
  background:
    linear-gradient(90deg, rgba(7,8,12,0.92), rgba(7,8,12,0.58) 52%, rgba(7,8,12,0.78)),
    linear-gradient(135deg, rgba(155,48,255,0.16), transparent 35%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 88px),
    var(--band-img, url(../images/agente1.png)) center / cover no-repeat;
  aspect-ratio: 1672 / 941;
}

.auto-image-band::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: 1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(10,10,15,0.95) 0%, transparent 25%, transparent 75%, rgba(10,10,15,0.95) 100%);
  pointer-events: none;
}

.auto-image-band-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: min(580px, 40%);
  margin-left: auto;
  margin-right: clamp(24px, 6vw, 80px);
  padding: clamp(24px, 4vw, 60px) 0;
  pointer-events: none;
  text-align: right;
}

.auto-image-band-content--left {
  align-items: flex-start;
  margin-left: clamp(24px, 6vw, 80px);
  margin-right: auto;
  text-align: left;
  width: min(680px, 50%);
}

.auto-image-band-content--center {
  align-items: center;
  margin-left: auto;
  margin-right: clamp(24px, 6vw, 80px);
  text-align: center;
}

.auto-image-band-content h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.auto-image-band-content p {
  margin: 0 0 14px;
  color: var(--auto-muted);
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.72;
}

.auto-image-band-content p:last-child {
  margin-bottom: 0;
}

.auto-image-band--alt::before {
  --band-img: url(../images/agente2.png);
}

.auto-image-band--tercero::before {
  --band-img: url(../images/agente3.png);
}

.auto-image-band--cuarto::before {
  --band-img: url(../images/agente4.png);
}

.auto-image-band--quinto::before {
  --band-img: url(../images/agente5.png);
}

.auto-image-band--sexto::before {
  --band-img: url(../images/agente6.png);
}

.auto-cta-band {
  position: relative;
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
  z-index: 1;
  background: #07080c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 10vw, 120px) clamp(18px, 4vw, 64px);
}

.auto-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 88px);
  pointer-events: none;
}

.auto-cta-band-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.auto-cta-band-content h2 {
  margin: 0 0 32px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.auto-cta-band-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 40px;
  border: 1px solid rgba(155,48,255,0.5);
  border-radius: 999px;
  color: rgba(255,255,255,0.88) !important;
  background: rgba(255,255,255,0.06);
  font-size: 16px;
  font-weight: 760;
  text-decoration: none !important;
  transition: border-color .22s ease, background .22s ease;
}

.auto-cta-band-btn:hover {
  border-color: rgba(155,48,255,0.8);
  background: rgba(155,48,255,0.15);
}

.auto-image-band--quinto .auto-image-band-content h2 {
  font-size: clamp(44px, 6vw, 72px);
}

.auto-image-band--quinto .auto-image-band-content p {
  font-size: clamp(17px, 1.8vw, 22px);
}

.auto-kicker {
  margin: 0 0 16px;
  color: rgba(155,48,255,0.82);
  font-family: "Share Tech Mono", "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.auto-hero h1,
.auto-section-heading h2,
.auto-stack-section h2,
.auto-final-cta h2 {
  margin: 0;
  color: #fff;
  font-weight: 820;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.auto-hero h1 {
  max-width: 880px;
  font-size: clamp(48px, 8vw, 96px);
}

.auto-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--auto-muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.72;
}

.auto-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.auto-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--auto-line);
  border-radius: 999px;
  color: rgba(255,255,255,0.88) !important;
  background: rgba(255,255,255,0.035);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none !important;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease;
}

.auto-btn-primary {
  border-color: rgba(155,48,255,0.86);
  color: #fff !important;
  background: rgba(155,48,255,0.9);
  box-shadow: 0 18px 46px rgba(155,48,255,0.16);
}

.auto-btn-ghost {
  background: transparent;
}

.auto-btn:hover {
  border-color: rgba(114,215,255,0.36);
  box-shadow: 0 16px 36px rgba(0,0,0,0.26);
}

.auto-command-center {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 0%, rgba(155,48,255,0.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(0,0,0,0.68));
  box-shadow: 0 34px 110px rgba(0,0,0,0.44);
}

.auto-command-center::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: translateX(-58%);
  pointer-events: none;
}

.auto-panel-header,
.auto-panel-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(0,0,0,0.48);
}

.auto-panel-header span,
.auto-panel-footer span,
.auto-terminal span {
  color: var(--auto-dim);
  font-family: "Share Tech Mono", "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.auto-panel-header strong,
.auto-panel-footer strong {
  color: var(--auto-purple);
  font-size: 13px;
}

.auto-node-map {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin: 24px 0;
}

.auto-node-map span {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid rgba(155,48,255,0.28);
  border-radius: 18px;
  background: rgba(0,0,0,0.54);
  color: #fff;
  font-weight: 760;
}

.auto-node-map i {
  height: 1px;
  background: linear-gradient(90deg, rgba(155,48,255,0.18), rgba(114,215,255,0.48));
}

.auto-terminal {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

.auto-terminal p {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  background: rgba(0,0,0,0.42);
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}

.auto-section,
.auto-flow-section,
.auto-faq-section {
  padding: clamp(64px, 9vw, 112px) 0;
  border-top: 1px solid rgba(255,255,255,0.055);
}

.auto-section-heading {
  max-width: 880px;
  margin: 0 auto 38px;
  text-align: center;
}

.auto-section-heading-left {
  margin-left: 0;
  text-align: left;
}

.auto-section-heading h2,
.auto-stack-section h2,
.auto-final-cta h2 {
  font-size: clamp(36px, 5.8vw, 70px);
}

.auto-section-heading p:not(.auto-kicker),
.auto-stack-section p,
.auto-final-cta > p:not(.auto-kicker) {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--auto-muted);
  font-size: 16px;
  line-height: 1.78;
}

.auto-signal-grid,
.auto-use-grid,
.auto-process-grid {
  display: grid;
  gap: 12px;
}

.auto-signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auto-use-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.auto-process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.auto-signal-grid article,
.auto-use-grid article,
.auto-process-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--auto-line);
  border-radius: 22px;
  background: var(--auto-card);
}

.auto-signal-grid article > span,
.auto-process-grid article > span,
.auto-flow-track article > span {
  display: block;
  margin-bottom: 34px;
  color: var(--auto-purple);
  font-family: "Share Tech Mono", "Courier New", monospace;
  font-size: 12px;
}

.auto-signal-grid h3,
.auto-use-grid h3,
.auto-process-grid h3,
.auto-flow-track h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.auto-signal-grid p,
.auto-use-grid p,
.auto-process-grid p,
.auto-flow-track p {
  margin: 0;
  color: var(--auto-muted);
  font-size: 14px;
  line-height: 1.68;
}

.auto-flow-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--auto-line);
  border-radius: 30px;
  background: rgba(0,0,0,0.54);
}

.auto-flow-track article {
  min-height: 260px;
  padding: 24px;
  border-right: 1px solid var(--auto-line);
  background: linear-gradient(180deg, rgba(255,255,255,0.026), rgba(0,0,0,0.2));
}

.auto-flow-track article:last-child {
  border-right: none;
}

.auto-stack-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  margin: clamp(36px, 7vw, 86px) auto;
  padding: clamp(42px, 7vw, 78px);
  border: 1px solid rgba(155,48,255,0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(155,48,255,0.12), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.04), rgba(0,0,0,0.66));
}

.auto-stack-section p {
  margin-left: 0;
}

.auto-stack-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auto-stack-cloud span {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: rgba(255,255,255,0.74);
  background: rgba(0,0,0,0.44);
  font-size: 13px;
}

.auto-final-cta {
  margin-top: 28px;
  padding: clamp(44px, 7vw, 84px);
  border: 1px solid rgba(155,48,255,0.16);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(155,48,255,0.08), rgba(0,0,0,0.72)),
    radial-gradient(circle at 86% 12%, rgba(114,215,255,0.12), transparent 34%);
  text-align: center;
}

.auto-final-cta > p:not(.auto-kicker),
.auto-final-cta .auto-actions {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.auto-faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin: 0 auto;
}

.auto-faq-list details {
  overflow: hidden;
  border: 1px solid var(--auto-line);
  border-radius: 20px;
  background: var(--auto-card);
}

.auto-faq-list summary {
  padding: 18px 22px;
  color: #fff;
  cursor: pointer;
  font-weight: 760;
  list-style: none;
  transition: color .25s ease;
}

.auto-faq-list summary:hover {
  color: #d8a3ff;
}

.auto-faq-list summary::-webkit-details-marker {
  display: none;
}

.auto-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--auto-purple);
}

.auto-faq-list details[open] summary::after {
  content: "-";
}

.auto-faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--auto-muted);
  font-size: 14px;
  line-height: 1.72;
}

@media (max-width: 1199px) {
  .auto-hero {
    margin-top: 0;
  }
}

@media (max-width: 1120px) {
  .auto-flow-track,
  .auto-use-grid,
  .auto-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .auto-flow-track article {
    border-right: none;
    border-bottom: 1px solid var(--auto-line);
  }
}

@media (max-width: 900px) {
  .auto-hero,
  .auto-stack-section {
    grid-template-columns: 1fr;
  }

  .auto-signal-grid {
    grid-template-columns: 1fr;
  }
}

/* Las composiciones verticales reservan su parte superior para el texto. */
@media (max-width: 760px) {
  .auto-hero-copy {
    width: 100%;
    text-align: center;
  }

  .auto-hero-copy .auto-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .auto-hero-copy .auto-actions {
    justify-content: center;
  }

  .auto-hero {
    min-height: max(calc(100vw * 1672 / 941), 900px);
    padding-bottom: calc(99.26vw + 40px);
  }

  .auto-hero::before {
    background:
      linear-gradient(180deg, rgba(7,8,12,0.18), transparent 20%, transparent 90%, rgba(7,8,12,0.34)),
      url(../images/assetAUTOMATIZACIONES1.png) center bottom / 100% auto no-repeat,
      #000;
  }

  .auto-hero::after {
    background: linear-gradient(180deg, rgba(10,10,15,0.24), transparent 18%, transparent 90%, rgba(10,10,15,0.36));
  }

  .auto-image-band {
    --mobile-art-tail: 102.66vw;
    min-height: max(calc(100vw * 1672 / 941), 820px);
    padding-bottom: calc(var(--mobile-art-tail) + 40px);
    background: #000;
  }

  .auto-image-band::before {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(0,0,0,0.04), transparent 86%, rgba(7,8,12,0.32)),
      var(--mobile-band-img, url(../images/assetAUTOMATIZACIONES2.png)) center bottom / 100% auto no-repeat,
      #000;
  }

  .auto-image-band--alt::before {
    --mobile-band-img: url(../images/assetAUTOMATIZACIONES3.png);
  }

  .auto-image-band--alt {
    --mobile-art-tail: 93.31vw;
  }

  .auto-image-band--tercero::before {
    --mobile-band-img: url(../images/assetAUTOMATIZACIONES4.png);
  }

  .auto-image-band--tercero {
    --mobile-art-tail: 109.88vw;
  }

  .auto-image-band--cuarto::before {
    --mobile-band-img: url(../images/assetAUTOMATIZACIONES5.png);
  }

  .auto-image-band--cuarto {
    --mobile-art-tail: 85.65vw;
  }

  .auto-image-band--quinto::before {
    --mobile-band-img: url(../images/assetAUTOMATIZACIONES6.png);
  }

  .auto-image-band--quinto {
    --mobile-art-tail: 92.24vw;
  }

  .auto-image-band--sexto::before {
    --mobile-band-img: url(../images/assetAUTOMATIZACIONES7.png);
  }

  .auto-image-band--sexto {
    --mobile-art-tail: 109.03vw;
  }

  .auto-image-band::after { content: none; }

  .auto-image-band-content,
  .auto-image-band-content--left,
  .auto-image-band-content--center {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(34px, 9vw, 54px) 20px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-shadow: 0 2px 18px rgba(0,0,0,0.92);
  }

  .auto-image-band-content h2,
  .auto-image-band--quinto .auto-image-band-content h2 {
    margin-bottom: 14px;
    font-size: clamp(30px, 8vw, 42px);
  }

  .auto-image-band-content p,
  .auto-image-band--quinto .auto-image-band-content p {
    margin-bottom: 10px;
    color: rgba(255,255,255,0.76);
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  .sitw-automations {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 56px;
  }

  .auto-hero {
    min-height: max(calc(100vw * 1672 / 941), 900px);
    padding-top: calc(var(--mm-h, 64px) + 34px);
  }

  .auto-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .auto-lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .auto-actions {
    margin-top: 22px;
  }

  .auto-hero h1,
  .auto-section-heading h2,
  .auto-stack-section h2,
  .auto-final-cta h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .auto-actions,
  .auto-btn {
    width: 100%;
  }

  .auto-node-map,
  .auto-use-grid,
  .auto-process-grid,
  .auto-flow-track {
    grid-template-columns: 1fr;
  }

  .auto-node-map i {
    min-height: 22px;
    width: 1px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(155,48,255,0.18), rgba(114,215,255,0.48));
  }

  .auto-command-center,
  .auto-stack-section,
  .auto-final-cta {
    border-radius: 24px;
  }
}

/* ============================================================
   SITW — Automatizaciones: zoom de entrada en títulos y párrafos
   Solo texto (títulos y párrafos). Gateado por prefers-reduced-motion
   y por @supports → si no hay soporte, el texto queda visible.
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {

  /* Estado inicial (oculto + reducido) SOLO cuando el JS añadió la clase.
     Sin JS, el texto se ve normal (no se oculta nada). */
  .sitw-automations.sitw-textreveal :where(h1, h2, h3, h4, p),
  .sitw-automations.sitw-textreveal .auto-faq-list summary {
    opacity: 0;
    scale: .9;
    transition: opacity .6s ease-out, scale .6s ease-out;
    will-change: opacity, scale;
  }

  /* Estado visible: el IntersectionObserver agrega .is-visible al entrar */
  .sitw-automations.sitw-textreveal :where(h1, h2, h3, h4, p).is-visible,
  .sitw-automations.sitw-textreveal .auto-faq-list summary.is-visible {
    opacity: 1;
    scale: 1;
  }
}

/* ============================================================
   SITW — Automatizaciones: aparición lateral en bandas de texto
   Mismo efecto que suite-interactiva: los bloques alineados a la
   derecha entran desde la derecha y los alineados a la izquierda
   desde la izquierda. Los centrados conservan el zoom original.
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {

  /* Por defecto la banda está alineada a la derecha → entra desde la derecha */
  .sitw-automations.sitw-textreveal .auto-image-band-content :where(h1, h2, h3, h4, p) {
    scale: 1;
    translate: 60px 0;
    transition: opacity .7s ease-out, translate .7s cubic-bezier(.2,.7,.2,1);
    will-change: opacity, translate;
  }

  /* Banda alineada a la izquierda → entra desde la izquierda */
  .sitw-automations.sitw-textreveal .auto-image-band-content--left :where(h1, h2, h3, h4, p) {
    translate: -60px 0;
  }

  /* Banda centrada → mantiene el zoom de entrada original (sin slide lateral) */
  .sitw-automations.sitw-textreveal .auto-image-band-content--center :where(h1, h2, h3, h4, p) {
    translate: 0 0;
    scale: .9;
    transition: opacity .6s ease-out, scale .6s ease-out;
  }

  /* Estado visible: el IntersectionObserver agrega .is-visible al entrar */
  .sitw-automations.sitw-textreveal .auto-image-band-content :where(h1, h2, h3, h4, p).is-visible {
    translate: 0 0;
    scale: 1;
  }
}
