/*
Theme Name:  SETEC Theme
Theme URI:   https://setec.com.do
Author:      SETEC / OMG Dominicana
Description: Tema corporativo para Servicios e Instalaciones Técnicas. Compatible con Gutenberg y ACF Pro.
Version:     1.0.1
Text Domain: setec
Requires at least: 6.4
Requires PHP: 8.1
*/

/* Los estilos del tema se manejan con Tailwind CSS CDN.
   Este archivo solo contiene la cabecera requerida por WordPress. */

/* ── Estilos globales adicionales ─────────────────────── */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* Hero slider dots */
.hero-dot {
  background: rgba(255,255,255,0.4);
  transition: all .3s;
}
.hero-dot.active {
  background: white;
  transform: scale(1.35);
}
/* A11y (Lighthouse target-size): área táctil ≥24px para los dots del hero
   y del portafolio sin cambiar su tamaño visual — el ::before expande la
   zona clicable. Los gaps de sus contenedores (gap-4) separan los centros
   ≥24px para que las áreas no se solapen. */
.hero-dot, .pf-dot { position: relative; }
.hero-dot::before, .pf-dot::before {
  content: '';
  position: absolute;
  inset: -8px;
}

/* Carousel dots */
.c-dot {
  background: #d1d5db;
  transition: background .3s;
}
.c-dot.active {
  background: #1450F5;
}

/* Smooth scroll global */
html {
  scroll-behavior: smooth;
}

/* ── Contacto ─────────────────────────────────────── */

/* ── HERO: fondo blanco, isotipo naranja posicionado exacto ── */
.contacto-hero {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  min-height: 520px;
}
.contacto-hero-graphic {
  position: absolute;
  top: 0;
  left: -218px;
  width: 730px;
  height: 726px;
  pointer-events: none;
  user-select: none;
}
.contacto-hero-graphic img {
  width: 730px;
  height: 726px;
  display: block;
}
.contacto-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: 0 auto;
  padding: 80px 107px 80px 530px;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.contacto-hero-content {
  max-width: 480px;
}
.contacto-hero-title {
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: .96;
  margin-bottom: 24px;
  color: #111827;
}
.contacto-hero-sub {
  font-size: 17px;
  max-width: 400px;
  line-height: 1.75;
  color: #000000;
}

/* ── MAIN: Rectangle 86 PNG como fondo ── */
.contacto-main {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  border-radius: 7px;
  padding: 80px 107px 88px;
  gap: 64px;
  align-items: center;
  overflow: hidden;
}
.contacto-info-col {
  display: flex;
  flex-direction: column;
}
.contacto-info-title {
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff;
}
.contacto-info-body {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 56px;
  color: rgba(255,255,255,.85);
}
.contacto-datos { display: flex; flex-direction: column; gap: 28px; }
.contacto-dato {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-decoration: none;
  transition: opacity .2s;
}
.contacto-dato:hover { opacity: .75; }
.contacto-dato-icon { width: 53px; height: 53px; flex-shrink: 0; }
.contacto-dato-text {
  font-size: 17px;
  line-height: 1.4;
  padding-top: 12px;
  color: #ffffff !important;
}

/* Columna derecha: Rectangle 87 como imagen, formulario encima */
.contacto-form-col {
  display: flex;
  align-items: flex-start;
}
/* Wrapper usa CSS grid para superponer img y card */
.cf-rect87-wrap {
  display: grid;
  width: 100%;
}
.cf-rect87-bg {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 20px;
  display: block;
}
.contacto-card {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 48px 44px 52px;
  width: 100%;
}
.contacto-form-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}

/* Success state */
.contacto-success {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}

/* ── Campos formulario (pill) ── */
.cf-field { margin-bottom: 14px; }
.cf-input {
  width: 100%;
  border: 2px solid #F27405 !important;
  border-radius: 9999px !important;
  padding: 0 22px;
  height: 59px;
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  color: #111827;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.cf-input::placeholder { color: #9CA3AF; }
.cf-input:focus { border-color: #F27405 !important; box-shadow: 0 0 0 3px rgba(242,116,5,.15); }
.cf-textarea {
  border-radius: 16px !important;
  resize: vertical;
  min-height: 120px;
  height: auto;
  padding: 16px 22px;
}

/* Fieldset radios */
.cf-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 14px;
}
.cf-legend {
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.cf-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.cf-radio-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.cf-radio {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #F27405;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background .2s;
}
.cf-radio:checked { background: #F27405; }
.cf-radio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Error */
.cf-error {
  font-family: 'stolzl', sans-serif;
  font-size: 13px;
  color: #DC2626;
  margin-bottom: 12px;
}

/* Submit */
.cf-submit-wrap { display: flex; justify-content: center; margin-top: 8px; }
.cf-submit {
  background: #2563EB;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 15px 48px;
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s;
}
.cf-submit:hover   { opacity: .88; }
.cf-submit:disabled { opacity: .6; cursor: not-allowed; }

/* Success state */
.contacto-success {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}

/* Form fields */
.cf-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-field { margin-bottom: 16px; }
.cf-label {
  display: block;
  font-family: 'stolzl', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 6px;
}
.cf-optional { font-weight: 400; color: #9CA3AF; }
.cf-input {
  width: 100%;
  border: 1.5px solid #E5E7EB;
  border-radius: 8px;
  padding: 11px 14px;
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  color: #111827;
  outline: none;
  transition: border-color .2s;
  background: #fff;
}
.cf-input::placeholder { color: #9CA3AF; }
.cf-input:focus { border-color: #F27405; }
.cf-textarea { resize: vertical; min-height: 110px; }

/* Radios */
.cf-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 8px;
}
.cf-radio-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.cf-radio {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #F27405;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background .2s;
}
.cf-radio:checked { background: #F27405; }
.cf-radio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Error */
.cf-error {
  font-family: 'stolzl', sans-serif;
  font-size: 13px;
  color: #DC2626;
  margin-bottom: 12px;
}

/* Submit */
.cf-submit {
  width: 100%;
  background: #1450F5;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 15px 32px;
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity .2s;
}
.cf-submit:hover   { opacity: .88; }
.cf-submit:disabled { opacity: .6; cursor: not-allowed; }

/* ── CF7 – Servicio al Cliente ── */
.sac-form-wrap .wpcf7 { margin: 0; }
.sac-form-wrap .wpcf7-form { display: flex; flex-direction: column; gap: 16px; }
.sac-form-wrap .wpcf7-form-control-wrap { display: block; }

.sac-input {
  width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: 'stolzl', sans-serif;
  color: #111827;
  background: #fff;
  outline: none;
  transition: border-color .18s;
  resize: none;
}
.sac-input:focus { border-color: #F27405; }

.sac-label {
  display: block;
  font-family: 'stolzl', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  margin-bottom: 6px;
}

.sac-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sac-submit {
  width: 100%;
  background: #F27405;
  color: #fff;
  font-family: 'stolzl', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 24px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: opacity .2s;
}
.sac-submit:hover { opacity: .88; }

/* Respuesta CF7 SAC */
.sac-form-wrap .wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'stolzl', sans-serif;
  font-weight: 600;
  border: none !important;
}
.sac-form-wrap .wpcf7-mail-sent-ok { background:#f0fdf4; color:#166534; }
.sac-form-wrap .wpcf7-validation-errors,
.sac-form-wrap .wpcf7-mail-sent-ng  { background:#fef2f2; color:#991b1b; }
.sac-form-wrap .wpcf7-not-valid-tip { display:block; color:#ef4444; font-size:12px; margin-top:4px; }
.sac-form-wrap .wpcf7-not-valid     { border-color:#ef4444 !important; }
.sac-form-wrap .wpcf7-spinner       { display:none !important; }

/* ── CF7 – integración diseño SETEC ── */

/* textarea CF7 hereda cf-input pero con bordes redondeados */
.contacto-card .wpcf7-textarea,
.sac-form-wrap .wpcf7-textarea {
  border-radius: 16px !important;
  resize: vertical;
  min-height: 120px;
  height: auto;
  padding: 16px 22px;
}

/* Elimina el borde/margen default de CF7 */
.contacto-card .wpcf7 { margin: 0; }
.contacto-card .wpcf7-form-control-wrap { display: block; }

/* Mensaje de respuesta global */
.contacto-card .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 20px;
  border-radius: 12px;
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  text-align: center;
}
.contacto-card .wpcf7-mail-sent-ok {
  background: #f0fdf4;
  color: #166534;
}
.contacto-card .wpcf7-validation-errors,
.contacto-card .wpcf7-spam-blocked,
.contacto-card .wpcf7-mail-sent-ng,
.contacto-card .wpcf7-acceptance-missing {
  background: #fef2f2;
  color: #991b1b;
}

/* Error inline por campo */
.contacto-card .wpcf7-not-valid-tip {
  display: block;
  color: #ef4444;
  font-size: 12px;
  margin-top: 4px;
  font-family: 'stolzl', sans-serif;
}
.contacto-card .wpcf7-not-valid {
  border-color: #ef4444 !important;
}

/* Radios CF7 – hereda diseño de .cf-radio-label */
.contacto-card .wpcf7-radio { display: flex; flex-wrap: wrap; gap: 10px; }
.contacto-card .wpcf7-radio .wpcf7-list-item { margin: 0; }
.contacto-card .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 1.5px solid #E5E7EB;
  border-radius: 9999px;
  font-family: 'stolzl', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: border-color .18s, background .18s;
  user-select: none;
}
.contacto-card .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}
.contacto-card .wpcf7-radio .wpcf7-list-item:has(input:checked) label {
  border-color: #F27405;
  background: #fff7f0;
  color: #F27405;
}

/* Spinner CF7 – ocultar (el botón maneja su estado) */
.contacto-card .wpcf7-spinner { display: none !important; }

/* Síguenos */
.contacto-siguenos { padding: 0 0 88px; }
.siguenos-wrap {
  border-top: 1px solid #E5E7EB;
  padding-top: 52px;
  display: flex;
  align-items: center;
  gap: 64px;
}
.siguenos-title { font-size: 22px; margin-bottom: 10px; }
.siguenos-body  { font-size: 15px; line-height: 1.7; max-width: 420px; }
.siguenos-text  { flex: 1; }
.siguenos-icons { display: flex; gap: 32px; flex-shrink: 0; align-items: center; }
.siguenos-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s, opacity .2s;
}
.siguenos-icon-link:hover { transform: translateY(-3px); opacity: .8; }

/* ── Misión/Visión — borde gradiente ──────────────── */
.mv-card-outer {
  background: linear-gradient(135deg, #F27405 0%, #1450F5 100%);
  border-radius: 7px; /* spec Figma 2026-07-21 */
  padding: 6px;      /* grosor del borde gradiente */
}
.mv-card-inner {
  background: white;
  border-radius: 1px; /* 7px del borde − 6px del padding = esquina pareja */
  padding: 40px;
  height: 100%;
}

/* ── Valores SETEC — pills con corte cóncavo ──────── */
.valores-col-left,
.valores-col-right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
}
.pill-val {
  display: block;
  background: #1450F5;
  border-radius: 9999px;
  font-family: 'stolzl', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: white;
  white-space: nowrap;
  text-align: center;
  padding: 44px 88px;
  line-height: 1;
}
.pill-val-text {
  position: relative;
  z-index: 3;
}
/* Círculo blanco del corte cóncavo — uno por columna, centrado en el gap */
.val-concave-r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: white;
  z-index: 2;
}
.val-concave-l {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: white;
  z-index: 2;
}

/* ══════════════════════════════════════════════
   Servicio al Cliente
══════════════════════════════════════════════ */

/* ── Hero ── */
.sac-hero {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
}
.sac-hero-isotipo {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: auto;
  opacity: .18;
  pointer-events: none;
  user-select: none;
}
.sac-hero-inner {
  position: relative;
  z-index: 1;
  padding: 80px 107px;
  max-width: 780px;
}
.sac-hero-title {
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 24px;
}
.sac-hero-body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.9);
  max-width: 660px;
}

/* ── Form section ── */
.sac-form-section { padding: 80px 0 88px; }
.sac-form-wrap { padding: 0 107px; }
.sac-form-title {
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.1;
  margin-bottom: 48px;
  color: #111827;
}

/* 2-col grid */
.sac-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.sac-col-left,
.sac-col-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Sublabels */
.sac-sublabel {
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 12px;
}
.sac-optional { font-weight: 400; color: #9CA3AF; }

/* Textarea override */
.sac-textarea {
  border-radius: 16px !important;
  min-height: 140px;
}

.sac-field-label-top { margin-top: 8px; }
.sac-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 28px;
}

/* Radio stack (vertical) */
.sac-radios {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* Opciones de cada pregunta en fila con separación (antes iban pegadas al texto vecino) */
.sac-radios .wpcf7-radio { display: flex; flex-wrap: wrap; gap: 12px 28px; }
/* CF7 radio items dentro de .sac-radios */
.sac-radios .wpcf7-list-item { margin: 0; }
.sac-radios .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.sac-radios .wpcf7-list-item input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #F27405;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background .2s;
}
.sac-radios .wpcf7-list-item input[type="radio"]:checked { background: #F27405; }
.sac-radios .wpcf7-list-item input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* File upload */
.sac-upload-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #F27405;
  border-radius: 12px;
  padding: 32px 24px;
  cursor: pointer;
  transition: background .2s;
  min-height: 100px;
}
.sac-upload-area:hover { background: rgba(242,116,5,.04); }
.sac-file-input { display: none; }
.sac-upload-text {
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  color: #F27405;
  font-weight: 700;
}

/* Submit */
.sac-submit-wrap { display: flex; justify-content: center; }
.sac-btn-submit {
  background: #1450F5;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 16px 56px;
  font-family: 'stolzl', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity .2s;
}
.sac-btn-submit:hover { opacity: .88; }
.sac-btn-submit:disabled { opacity: .6; cursor: not-allowed; }

/* ══════════════════════════════════════════════════════
   PREGUNTAS FRECUENTES
   ══════════════════════════════════════════════════════ */

/* ── Hero ── */
.faq-hero {
  background: #ffffff;
  position: relative;
  overflow: visible;
  min-height: calc(28.3vw - 44px); /* isotipo height − overlap en nav */
  display: flex;
  align-items: center;
}
.faq-hero-isotipo {
  position: absolute;
  top: -44px;
  right: 0;
  /* Sin max-width: el isotipo crece con el viewport igual que el hero
     (min-height: 28.3vw), manteniéndose proporcional en todas las pantallas. */
  width: 56.5vw;
  height: auto;
  pointer-events: none;
  display: block;
  z-index: 0;
}
.faq-hero-inner {
  position: relative;
  z-index: 1;
  padding: 80px 107px;
  width: 100%;
}
.faq-hero-title {
  font-size: clamp(48px, 6vw, 96px);
  line-height: 1;
  color: #111827;
}

/* ── FAQ Section ── */
.faq-section {
  background: linear-gradient(180deg, #F27405 0%, #1450F5 100%);
  padding: 80px 0 100px;
}
.faq-wrap {
  padding: 0 107px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* Category */
.faq-category { display: flex; flex-direction: column; gap: 16px; }
.faq-category-title {
  font-family: 'stolzl', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}

/* FAQ item */
.faq-item { display: flex; flex-direction: column; }

/* Pill button */
.faq-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: #ffffff;
  border: 2px solid #F27405;
  border-radius: 9999px;
  padding: 18px 20px 18px 36px;
  cursor: pointer;
  text-align: left;
  transition: background .2s;
}
.faq-pill:hover { background: #fff8f3; }

.faq-question {
  font-family: 'stolzl', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #111827;
  line-height: 1.4;
}

.faq-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform .3s ease;
}

/* Rotate arrow when open */
.faq-item.open .faq-arrow {
  transform: rotate(90deg);
}

/* Answer area */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: rgba(255,255,255,.08);
  border-radius: 0 0 16px 16px;
  margin-top: -2px;
  padding: 0 36px;
}
.faq-item.open .faq-answer {
  padding: 20px 36px 28px;
}
.faq-answer p {
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
}

/* ══════════════════════════════════════════════════════
   MENÚ MOBILE / TABLET (smm = setec mobile menu)
   ══════════════════════════════════════════════════════ */

/* Overlay */
#setec-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 9997;
  backdrop-filter: blur(2px);
}
#setec-mobile-overlay.open { display: block; }

/* Panel */
#setec-mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: min(340px, 88vw);
  height: 100%;
  background: #fff;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  box-shadow: 4px 0 32px rgba(0,0,0,.12);
}
#setec-mobile-menu.open { transform: translateX(0); }

/* Cabecera */
.smm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.smm-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.smm-logo-icon { height: 32px; width: auto; }
.smm-logo-text { height: 22px; width: auto; }
.smm-close {
  width: 36px; height: 36px;
  border-radius: 8px;
  border: none;
  background: #f3f4f6;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #000000;
  transition: background .15s;
}
.smm-close:hover { background: #e5e7eb; }

/* Buscador */
.smm-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 20px;
  padding: 0 14px;
  height: 44px;
  border: 1.5px solid #e5e7eb;
  border-radius: 9999px;
  background: #f9fafb;
}
.smm-search:focus-within { border-color: #F27405; background: #fff; }
.smm-search-icon { flex-shrink: 0; }
.smm-search-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #000000;
}
.smm-search-input::placeholder { color: #9ca3af; }

/* Nav */
.smm-nav {
  flex: 1;
  padding: 8px 0;
}

/* Links directos */
.smm-link {
  display: block;
  padding: 14px 20px;
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  transition: color .15s, background .15s;
}
.smm-link:hover { color: #F27405; background: #fff8f3; }

/* Acordeón */
.smm-group { border-bottom: 1px solid #f5f5f5; }
.smm-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color .15s, background .15s;
}
.smm-trigger:hover { color: #F27405; background: #fff8f3; }
.smm-trigger.active { color: #F27405; }
.smm-chevron { transition: transform .22s ease; flex-shrink: 0; }
.smm-trigger.active .smm-chevron { transform: rotate(180deg); }

/* Sub-items */
.smm-sub {
  background: #fafafa;
  padding: 4px 0 8px;
}
.smm-sub[hidden] { display: none; }
.smm-sub-link {
  display: block;
  padding: 10px 20px 10px 36px;
  font-family: 'stolzl', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: color .15s;
}
.smm-sub-link:hover { color: #F27405; }
.smm-sub-all {
  font-weight: 700;
  color: #F27405;
  margin-top: 4px;
}

/* Footer del menú */
.smm-footer {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}
.smm-cta {
  display: block;
  text-align: center;
  background: #F27405;
  color: #fff;
  font-family: 'stolzl', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background .2s;
}
.smm-cta:hover { background: #d96008; }
.smm-contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}
.smm-contact-link {
  font-family: 'stolzl', sans-serif;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
.smm-contact-link:hover { color: #F27405; }

/* ══════════════════════════════════════════════════════════════
   POLÍTICA DE PRIVACIDAD
══════════════════════════════════════════════════════════════ */
.pp-content {
  background: #ffffff;
  padding: 64px 56px 80px;
}
.pp-inner {
  max-width: 860px;
  margin: 0 auto;
}
.pp-h2 {
  font-family: 'stolzl', sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.2vw, 22px);
  color: #111827;
  text-transform: uppercase;
  margin: 48px 0 16px;
  line-height: 1.3;
}
.pp-h2:first-child { margin-top: 0; }
.pp-num {
  color: #F27405;
}
.pp-h3 {
  font-family: 'stolzl', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #111827;
  margin: 28px 0 10px;
  line-height: 1.4;
}
.pp-content p {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 14px;
}
.pp-list {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}
.pp-list li {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 4px;
}
.pp-contact {
  background: #f9fafb;
  border-left: 4px solid #F27405;
  padding: 20px 24px;
  border-radius: 4px;
  margin-top: 16px;
}
.pp-contact p {
  margin-bottom: 4px;
}
.pp-contact a {
  color: #F27405;
  text-decoration: none;
}
.pp-contact a:hover {
  text-decoration: underline;
}

/* ── Flash de fila en tabla comparativa (productos) ── */
@keyframes setec-row-flash {
  0%   { background-color: rgba(242, 116, 5, 0.30); }
  55%  { background-color: rgba(242, 116, 5, 0.30); }
  100% { background-color: transparent; }
}
tr.row-flash > td {
  animation: setec-row-flash 2.4s ease-out;
}

/* ╔══════════════════════════════════════════════════════════════╗
   FASE 1 — Modernización de interacciones (2026-06-10)
   Para REVERTIR: borrar este bloque completo hasta "FIN FASE 1".
   ╚══════════════════════════════════════════════════════════════╝ */

/* Botones (enlaces-píldora con fondo inline, botones y submits):
   transición uniforme + feedback táctil al presionar */
a[style*="background"],
button,
input[type="submit"],
.pn-btn,
.sac-btn-submit {
  transition: background-color .25s ease, color .25s ease,
              box-shadow .25s ease, transform .15s ease, opacity .25s ease;
}
a[style*="background"]:active,
button:active,
input[type="submit"]:active,
.pn-btn:active,
.sac-btn-submit:active {
  transform: scale(.97);
}

/* Navegación por teclado visible en todo el sitio */
a:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #F27405;
  outline-offset: 2px;
}

/* Submit del form SAC: hover moderno (antes opacity .88) */
.sac-btn-submit:hover {
  opacity: 1;
  background: #0F1B4C;
}

/* Respeta la preferencia de movimiento reducido en TODO el sitio */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto !important; }
}

/* ── FIN FASE 1 ── */

/* Isotipo blanco como marca de agua detrás de la descripción de cada servicio */
.svc-panel {
  position: relative;
  overflow: hidden;
}
.svc-panel-content {
  position: relative;
  z-index: 1;
}
.svc-panel-isotipo {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 320px;
  height: auto;
  opacity: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* ── Carrusel de productos del home (#pf-carousel): 3 cards visibles + asomos ── */
/* Cards iguales (392×575), sin atenuar — igual que el Figma */
.pf-dot {
  width: 8px; height: 8px; border-radius: 9999px;
  background: #d1d5db; transition: width .3s ease, background .3s ease;
}
.pf-dot.active { width: 24px; background: #1450F5; }
@media (prefers-reduced-motion: reduce) {
  .pf-slide > a { transition: none; }
}
