/*
Theme Name: ITServicios
Theme URI: https://www.itservicios.cl/
Author: ITServicios SPA
Description: Tema a medida para ITServicios SPA — portada con vista despiezada del plotter controlada por scroll, franja de clientes, los cuatro pilares de servicio, digitalización, confianza y contacto en dos rutas con Contact Form 7. Todo el contenido se edita en Apariencia › Personalizar y en inc/content.php.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Uso privado del cliente
Text Domain: itservicios
*/

/* ==========================================================================
   1. Tokens de marca — cambie aquí los colores y tipografías del sitio
   ========================================================================== */
:root {
  --it-teal: #0d6e62;
  --it-teal-dark: #0a5b51;
  --it-teal-deep: #0a4f47;
  --it-teal-light: #9be0d4;
  --it-ink: #1b1f1e;
  --it-ink-soft: rgba(27, 31, 30, 0.68);
  --it-bg: #f6f7f7;
  --it-bg-alt: #eceeee;
  --it-radius: 18px;
  --it-max: 1240px;
  --it-pad: clamp(18px, 4vw, 48px);
  --it-section: clamp(60px, 9vw, 116px);
  --it-gap: clamp(38px, 5vw, 64px);
  --it-font-title: "Questrial", "Century Gothic", "URW Gothic", system-ui, sans-serif;
  --it-font-body: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --it-ease: cubic-bezier(.22, 1, .36, 1);
  --it-header-h: 76px; /* alto real de la cabecera fija */
}

/* ==========================================================================
   2. Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--it-header-h) + 12px); }
/* El atributo hidden debe ganarle a cualquier display de componente. */
[hidden] { display: none !important; }
body {
  margin: 0;
  background: var(--it-bg);
  color: var(--it-ink);
  font-family: var(--it-font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  overflow-x: hidden;
}
h1, h2, h3 { margin: 0; font-family: var(--it-font-title); font-weight: 400; line-height: 1.05; letter-spacing: -0.02em; }
p, ul, ol, dl, dd { margin: 0; }
ul { padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--it-teal); text-underline-offset: 3px; transition: color .16s ease-out; }
a:hover { color: #084a42; }
input, select, textarea, button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--it-teal); outline-offset: 3px; }
.it-wrap { max-width: var(--it-max); margin: 0 auto; padding: 0 var(--it-pad); }
.it-section { padding-block: var(--it-section); }
.it-kicker { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--it-teal); }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap;
}
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 999; background: #fff; padding: 10px 16px; }

/* ==========================================================================
   3. Header y botones
   ========================================================================== */
.it-header {
  position: fixed; inset: 0 0 auto; z-index: 60;
  background: rgba(246, 247, 247, .86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(27, 31, 30, .07);
}
.it-header__inner {
  max-width: var(--it-max); margin: 0 auto; padding: 13px var(--it-pad);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px clamp(16px, 3vw, 28px);
}
/* Logo oficial. Para cambiarlo suba uno nuevo en Apariencia › Personalizar ›
   Identidad del sitio, o reemplace los PNG de assets/img/ manteniendo el nombre. */
.it-brand { display: flex; align-items: center; text-decoration: none; color: var(--it-ink); }
.it-brand__img, .custom-logo { width: auto; height: clamp(30px, 4vw, 36px); }
.it-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 8px clamp(14px, 2vw, 26px); margin-left: auto; }
.it-nav a { font-size: 14px; font-weight: 500; color: rgba(27, 31, 30, .68); text-decoration: none; }
.it-nav a:hover { color: var(--it-teal); }
.it-nav .it-btn { color: #fff; }

.it-btn {
  display: inline-flex; align-items: center; gap: 8px; border: 0; cursor: pointer;
  font-size: 15px; font-weight: 700; text-decoration: none; padding: 16px 26px; border-radius: 999px;
  transition: background .18s var(--it-ease), transform .18s var(--it-ease), box-shadow .18s var(--it-ease);
}
.it-btn--teal { background: var(--it-teal); color: #fff; box-shadow: 0 1px 2px rgba(13, 110, 98, .25); }
.it-btn--teal:hover { background: var(--it-teal-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px -14px rgba(13, 110, 98, .6); }
.it-btn--teal:active { transform: translateY(0) scale(.975); }
.it-btn--white { background: #fff; color: var(--it-teal); }
.it-btn--white:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -16px rgba(0, 0, 0, .5); color: var(--it-teal); }
.it-btn--white:active { transform: translateY(0) scale(.98); }
.it-btn--ghost { border: 2px solid rgba(255, 255, 255, .55); color: #fff; padding: 14px 26px; }
.it-btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; color: #fff; }
.it-btn--sm { padding: 10px 18px; font-size: 14px; font-weight: 600; }
.it-link {
  align-self: start; font-size: 14px; font-weight: 600; text-decoration: none;
  border-bottom: 2px solid var(--it-teal); padding-bottom: 3px;
  transition: color .16s ease-out, border-color .16s ease-out;
}
.it-link:hover { border-color: #084a42; }

/* ==========================================================================
   4. Hero — vista despiezada
   ========================================================================== */
.it-hero {
  position: relative;
  height: 440vh; /* recorrido de scroll que controla el despieze */
  background: radial-gradient(1100px 620px at 50% 26%, #fff 0%, #f1f3f3 52%, #e8ebeb 100%);
}
.it-hero__pin { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.it-hero__copy {
  position: absolute; inset: 0 0 auto; z-index: 3;
  padding: calc(var(--it-header-h) + clamp(14px, 3vh, 34px)) var(--it-pad) 0;
  text-align: center; pointer-events: none;
}
.it-hero__title { margin-top: 14px; font-size: clamp(28px, 4.4vw, 58px); max-width: 20ch; margin-inline: auto; }
.it-hero__sub { margin-top: 14px; max-width: 46ch; margin-inline: auto; font-size: clamp(14px, 1.2vw, 17px); color: rgba(27, 31, 30, .6); }
.it-stagewrap { position: absolute; left: 0; right: 0; top: clamp(228px, 31vh, 300px); bottom: clamp(62px, 9vh, 96px); }
.it-stage {
  position: absolute; left: 50%; top: 50%; width: 800px; height: 800px;
  margin: -400px 0 0 -400px; transform-origin: center center; will-change: transform;
}
.it-stage__floor {
  position: absolute; left: 50%; top: 50%; margin: 290px 0 0 -230px; width: 460px; height: 54px;
  border-radius: 50%; background: radial-gradient(closest-side, rgba(27, 31, 30, .22), rgba(27, 31, 30, 0));
}
.it-part { position: absolute; left: 0; top: 0; width: 800px; height: 800px; will-change: transform, filter; }
.it-labels { position: absolute; inset: 0; pointer-events: none; }
.it-label { position: absolute; left: 50%; top: 50%; opacity: 0; will-change: transform, opacity; }
.it-label__row { display: flex; align-items: center; gap: 12px; }
.it-label--left .it-label__row { justify-content: flex-end; }
.it-label--left .it-label__text { text-align: right; }
.it-label__line { width: clamp(16px, 3vw, 52px); height: 1px; background: rgba(13, 110, 98, .5); flex: none; }
.it-label__text {
  background: rgba(255, 255, 255, .94); box-shadow: 0 8px 24px -12px rgba(27, 31, 30, .4);
  padding: 9px 14px; max-width: clamp(132px, 26vw, 210px);
  font-size: clamp(12px, 1.1vw, 13px); font-weight: 600; line-height: 1.35;
}
.it-hero__foot {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  padding: 0 var(--it-pad) clamp(22px, 4vh, 40px);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
/* Rótulo móvil del despieze: reemplaza las etiquetas laterales cuando no caben. */
.it-caption {
  margin: 0 0 4px; max-width: 34ch; text-align: center;
  font-size: 14px; font-weight: 600; line-height: 1.35; color: var(--it-teal);
  opacity: 0; transition: opacity .2s ease-out;
}
.it-progress { width: min(420px, 66vw); height: 2px; background: rgba(27, 31, 30, .1); overflow: hidden; }
.it-progress__fill { height: 100%; background: var(--it-teal); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.it-hint { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(27, 31, 30, .42); animation: it-hint 2.4s ease-in-out infinite; }
@keyframes it-hint { 0%, 100% { transform: translateY(0); opacity: .5 } 50% { transform: translateY(5px); opacity: .95 } }

/* ==========================================================================
   5. Franja de logos de clientes (marquee)
   ========================================================================== */
.it-logos { background: #fff; border-top: 1px solid rgba(27, 31, 30, .08); border-bottom: 1px solid rgba(27, 31, 30, .08); }
.it-logos__inner { height: clamp(92px, 12vh, 110px); display: flex; align-items: center; gap: clamp(14px, 3vw, 32px); }
.it-logos__title { flex: none; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(27, 31, 30, .5); }
.it-logos__viewport {
  flex: 1; min-width: 0; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
/* Dos grupos idénticos; cada uno lleva su gap interno y un padding-right igual al
   gap, así -50% cae exacto en el inicio del segundo grupo y el loop no salta. */
.it-logos__track { display: flex; width: max-content; align-items: center; animation: it-marquee 46s linear infinite; will-change: transform; }
.it-logos__track:hover { animation-duration: 138s; }
.it-logos__group { display: flex; align-items: center; gap: var(--it-gap); padding-right: var(--it-gap); }
.it-logos__group img { width: auto; filter: grayscale(1); opacity: .52; transition: filter .22s ease-out, opacity .22s ease-out; }
/* Al pasar el puntero, el logo recupera su color (en táctil no aplica). */
.it-logos__group img:hover { filter: none; opacity: 1; }
@keyframes it-marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ==========================================================================
   6. Servicios — los cuatro pilares
   ========================================================================== */
.it-services__head { margin-top: 18px; display: grid; gap: clamp(20px, 4vw, 64px); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: end; }
.it-services__head h2 { font-size: clamp(28px, 4vw, 52px); max-width: 20ch; }
.it-services__head p { max-width: 46ch; font-size: 17px; line-height: 1.65; color: var(--it-ink-soft); }
.it-services__grid { margin-top: clamp(36px, 5vw, 64px); display: grid; gap: clamp(18px, 2.4vw, 26px); grid-template-columns: repeat(auto-fit, minmax(266px, 1fr)); }
.it-service {
  background: #fff; border-radius: var(--it-radius); padding: clamp(24px, 2.6vw, 32px);
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 1px 2px rgba(27, 31, 30, .06), 0 18px 40px -30px rgba(27, 31, 30, .35);
  transition: transform .2s var(--it-ease), box-shadow .2s var(--it-ease);
}
.it-service:hover { transform: translateY(-3px); box-shadow: 0 1px 2px rgba(27, 31, 30, .06), 0 26px 50px -30px rgba(27, 31, 30, .45); }
.it-service__num { font-family: var(--it-font-title); font-size: 13px; color: var(--it-teal); }
.it-service h3 { font-size: 23px; }
.it-service p { font-size: 15px; line-height: 1.65; color: var(--it-ink-soft); }
.it-service ul { display: grid; gap: 8px; font-size: 14px; color: rgba(27, 31, 30, .6); }
.it-service .it-link { margin-top: auto; }

/* ==========================================================================
   7. Digitalización, confianza y fotografía
   ========================================================================== */
.it-digital { background: var(--it-teal); color: #fff; }
.it-digital .it-kicker { color: rgba(255, 255, 255, .7); }
.it-digital__inner { display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }
.it-digital h2 { margin-top: 18px; font-size: clamp(28px, 4vw, 50px); max-width: 19ch; }
.it-digital__lead { margin-top: 20px; max-width: 50ch; font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, .84); }
.it-digital__rows { margin-top: clamp(28px, 4vw, 40px); border-top: 1px solid rgba(255, 255, 255, .22); }
.it-digital__rows > div { display: grid; gap: 6px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.it-digital__rows dt { font-size: 16px; font-weight: 600; }
.it-digital__rows dd { font-size: 15px; color: rgba(255, 255, 255, .78); }
.it-digital .it-btn { margin-top: clamp(24px, 3vw, 32px); }

.it-trust { background: var(--it-bg-alt); }
.it-trust__inner { display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }
.it-trust__title { margin-top: 18px; font-size: clamp(28px, 4vw, 50px); max-width: 19ch; }
.it-trust__lead { margin-top: 20px; max-width: 50ch; font-size: 17px; line-height: 1.7; color: var(--it-ink-soft); }
.it-trust__stats { margin-top: clamp(28px, 4vw, 40px); display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.it-trust__num { font-family: var(--it-font-title); font-size: 34px; color: var(--it-teal); }
.it-trust__note { margin-top: 6px; font-size: 14px; color: rgba(27, 31, 30, .62); }

/* Fotografía: color natural con un velo teal diagonal muy leve. */
.it-photo { margin: 0; }
.it-photo__frame { position: relative; border-radius: var(--it-radius); overflow: hidden; box-shadow: 0 24px 60px -34px rgba(27, 31, 30, .5); }
.it-photo__frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 34%; filter: saturate(.9) contrast(1.06); }
.it-photo__tint { position: absolute; inset: 0; mix-blend-mode: multiply; background: linear-gradient(200deg, rgba(13, 110, 98, .22), rgba(13, 110, 98, .03) 62%); }
.it-photo figcaption { margin-top: 12px; font-size: 13px; color: rgba(27, 31, 30, .5); }
.it-photo--strong .it-photo__frame { box-shadow: 0 26px 60px -30px rgba(0, 0, 0, .55); }
.it-photo--strong .it-photo__frame img { object-position: 50% 58%; filter: saturate(.88) contrast(1.06); }
.it-photo--strong .it-photo__tint { background: linear-gradient(200deg, rgba(13, 110, 98, .3), rgba(13, 110, 98, .04) 62%); }
.it-photo--strong figcaption { color: rgba(255, 255, 255, .7); }

/* ==========================================================================
   8. Contacto — dos rutas + formularios de Contact Form 7
   ========================================================================== */
.it-contact { background: var(--it-bg); }
.it-contact__head { margin-top: 18px; display: grid; gap: clamp(20px, 4vw, 64px); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: end; }
.it-contact__head h2 { font-size: clamp(28px, 4vw, 52px); max-width: 20ch; }
.it-contact__head p { max-width: 46ch; font-size: 17px; line-height: 1.65; color: var(--it-ink-soft); }
.it-contact__grid { margin-top: clamp(36px, 5vw, 56px); display: grid; gap: clamp(24px, 4vw, 48px); grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: start; }

.it-picks { display: grid; gap: 16px; }
.it-pick {
  text-align: left; background: #fff; border: 2px solid rgba(27, 31, 30, .1); border-radius: var(--it-radius);
  padding: clamp(22px, 2.6vw, 30px); cursor: pointer; display: grid; gap: 8px;
  transition: border-color .18s var(--it-ease), transform .18s var(--it-ease), box-shadow .18s var(--it-ease);
}
.it-pick:hover { border-color: var(--it-teal); transform: translateY(-2px); box-shadow: 0 20px 44px -30px rgba(27, 31, 30, .5); }
.it-pick:active { transform: translateY(0) scale(.995); }
.it-pick__tag { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--it-teal); }
.it-pick__title { font-family: var(--it-font-title); font-size: 24px; letter-spacing: -.02em; }
.it-pick__text { font-size: 15px; line-height: 1.6; color: var(--it-ink-soft); }

.it-panel {
  background: #fff; border-radius: var(--it-radius);
  box-shadow: 0 1px 2px rgba(27, 31, 30, .06), 0 20px 44px -32px rgba(27, 31, 30, .4);
  padding: clamp(24px, 3vw, 36px);
}
.it-panel__head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; justify-content: space-between; margin-bottom: 18px; }
.it-panel__head h3 { font-size: 23px; }
.it-panel .it-link { background: none; border: 0; cursor: pointer; }

/* Campos: aplica igual al markup de Contact Form 7 y al de respaldo. */
.it-panel .it-field { display: grid; gap: 8px; margin-bottom: 18px; }
.it-panel label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(27, 31, 30, .6); }
.it-panel input[type="text"], .it-panel input[type="email"], .it-panel input[type="tel"], .it-panel select, .it-panel textarea {
  width: 100%; background: var(--it-bg); border: 2px solid rgba(27, 31, 30, .12); border-radius: 12px;
  padding: 13px 15px; font-size: 16px;
  transition: border-color .16s ease-out, box-shadow .16s ease-out;
}
.it-panel input:focus, .it-panel select:focus, .it-panel textarea:focus {
  outline: none; border-color: var(--it-teal); box-shadow: 0 0 0 3px rgba(13, 110, 98, .16);
}
.it-panel textarea { resize: vertical; }
.it-panel .wpcf7-form-control-wrap { display: block; }
.it-panel .it-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0; }
.it-panel .it-note { font-size: 13px; color: rgba(27, 31, 30, .55); }
.it-panel .wpcf7-not-valid-tip { font-size: 13px; color: #b3261e; }
.it-panel .wpcf7-response-output { margin: 18px 0 0; border: 2px solid var(--it-teal); border-radius: 12px; padding: 14px 16px; font-size: 15px; }
.it-panel .wpcf7-spinner { margin: 0 0 0 8px; }

.it-direct { display: grid; gap: 0; align-content: start; border-top: 2px solid rgba(27, 31, 30, .14); }
.it-direct__row { display: grid; gap: 6px; padding: 18px 0; border-bottom: 1px solid rgba(27, 31, 30, .12); }
.it-direct__row:last-of-type { border-bottom: 2px solid rgba(27, 31, 30, .14); }
.it-direct__label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(27, 31, 30, .5); }
.it-direct a { font-size: 18px; font-weight: 600; text-decoration: none; }
.it-direct address { font-style: normal; font-size: 17px; line-height: 1.6; }
.it-direct__note { margin-top: 18px; font-size: 14px; color: rgba(27, 31, 30, .6); }

/* Redes sociales */
.it-social { display: flex; flex-wrap: wrap; gap: 10px; }
.it-social a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; transition: color .16s ease-out, border-color .16s ease-out, background .16s ease-out, transform .18s var(--it-ease); }
.it-social a:active { transform: translateY(0) scale(.95); }
.it-social--light a { border: 2px solid rgba(27, 31, 30, .12); color: rgba(27, 31, 30, .7); }
.it-social--light a:hover { color: var(--it-teal); border-color: var(--it-teal); transform: translateY(-2px); }
.it-social--dark { margin-top: 20px; }
.it-social--dark a { width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .3); color: #fff; }
.it-social--dark a:hover { background: rgba(255, 255, 255, .14); border-color: #fff; color: #fff; transform: translateY(-2px); }

/* ==========================================================================
   9. Footer
   ========================================================================== */
.it-footer { background: var(--it-teal-deep); color: #fff; }
.it-footer__inner { display: grid; gap: clamp(28px, 5vw, 56px); grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); padding-top: clamp(48px, 7vw, 88px); padding-bottom: 32px; }
.it-footer__img { width: auto; height: 40px; margin-bottom: 18px; }
.it-footer h2 { font-family: var(--it-font-body); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .6); margin-bottom: 14px; }
.it-footer p, .it-footer address { font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, .75); font-style: normal; }
.it-footer a { color: #fff; text-decoration: none; }
.it-footer a:hover { color: var(--it-teal-light); }
.it-footer__list { display: grid; gap: 9px; font-size: 15px; }
.it-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .18); }
.it-footer__bottom .it-wrap { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; padding-block: 18px; font-size: 13px; color: rgba(255, 255, 255, .6); }

/* Páginas internas de WordPress */
.it-page { padding-block: clamp(120px, 18vh, 200px) var(--it-section); }
.it-page h1 { font-size: clamp(30px, 4.4vw, 56px); max-width: 22ch; }
.it-page__content { margin-top: 28px; max-width: 68ch; }
.it-page__content > * + * { margin-top: 18px; }

/* ==========================================================================
   10. Tablet
   ========================================================================== */
@media (max-width: 1024px) {
  .it-services__grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  .it-digital__inner, .it-trust__inner { grid-template-columns: 1fr; }
  .it-photo__frame img { aspect-ratio: 16 / 10; }
}

/* ==========================================================================
   11. Teléfono
   ========================================================================== */
@media (max-width: 720px) {
  :root { --it-header-h: 104px; } /* dos filas: logo y menú */
  /* Recorrido ajustado: corto de recorrer, pero con tiempo para leer los cuatro
     mensajes del rótulo central. */
  .it-hero { height: 265vh; }
  .it-stagewrap { top: calc(var(--it-header-h) + 118px); bottom: clamp(52px, 7vh, 72px); }
  .it-header__inner { padding-block: 9px; gap: 6px 10px; }
  .it-brand__img, .custom-logo { height: 26px; }
  .it-nav { width: 100%; justify-content: space-between; gap: 6px 10px; }
  .it-nav a { font-size: 13px; }
  .it-nav .it-btn--sm { padding: 8px 14px; font-size: 13px; }
  .it-hero__title { font-size: clamp(26px, 7.4vw, 34px); }
  .it-hero__sub { font-size: 14px; }
  .it-label__text { max-width: 132px; font-size: 11.5px; padding: 7px 10px; }
  .it-logos__inner { flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; height: auto; padding-block: 16px; }
  .it-logos__viewport { width: 100%; }
  .it-contact__grid, .it-services__grid { grid-template-columns: 1fr; }
  .it-panel, .it-service, .it-pick { border-radius: 14px; }
  .it-trust__stats { grid-template-columns: 1fr 1fr; }
  .it-footer__inner { grid-template-columns: 1fr; }
  .it-direct a { font-size: 17px; }
}

@media (max-width: 420px) {
  body { font-size: 16px; }
  .it-trust__stats { grid-template-columns: 1fr; }
  .it-logos__group { gap: 28px; padding-right: 28px; }
}

/* ==========================================================================
   12. Accesibilidad — sin movimiento
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
}
