/* Verdtical · sitio público estático.
   Transplante literal del CSS del portal v1.0 en producción.
   No introducir tokens ni colores nuevos: v1.0 es la referencia canónica. */

body { margin: 0; background: #F0F2F1; font-family: Calibri, 'Segoe UI', sans-serif; color: #36454F; }
::selection { background: #069880; color: #F0F2F1; }
a { color: #069880; text-decoration: none; }
a:hover { color: #00BFA5; }
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
img { max-width: 100%; }

/* Animaciones transplantadas literalmente de v1.0 */
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @keyframes sway { 0%, 100% { transform: rotate(-2deg); } 50% { transform: rotate(2.5deg); } }
  @keyframes riseIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes dropFall { 0% { transform: translateY(-6px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(26px); opacity: 0; } }
  @keyframes sensorPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.35; transform: scale(1.9); } }
  @keyframes flowDash { to { stroke-dashoffset: -160; } }
  @keyframes poolBreathe { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
  @keyframes dripDrop { 0% { transform: translateY(0); opacity: 0; } 18% { opacity: 1; } 100% { transform: translateY(38px); opacity: 0; } }
  @keyframes tankFert { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.35); } }
  @keyframes tankAgua { 0%, 100% { transform: scaleY(0.4); } 50% { transform: scaleY(1); } }
  @keyframes capRise { from { stroke-dashoffset: 0; } to { stroke-dashoffset: 44; } }
  @keyframes seepDown { 0% { transform: translateY(-14px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(48px); opacity: 0; } }
  @keyframes rootBlink { 0%, 100% { opacity: 0.18; filter: none; } 45% { opacity: 1; filter: drop-shadow(0 0 3px #5fe3cd); } 55% { opacity: 1; filter: drop-shadow(0 0 3px #5fe3cd); } }
  @keyframes dotBlink { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.15; transform: scale(0.7); } }
  @keyframes wifiWave { 0%, 100% { opacity: 0.25; } 50% { opacity: 1; } }
  @keyframes scanRoof { 0% { transform: translateY(60px); opacity: 0; } 6% { opacity: 1; } 82% { opacity: 1; } 92% { transform: translateY(336px); opacity: 0; } 100% { transform: translateY(336px); opacity: 0; } }
  @keyframes scanSweep { 0% { transform: translateY(-20px); opacity: 0; } 6% { opacity: 1; } 82% { opacity: 1; } 92% { transform: translateY(660px); opacity: 0; } 100% { transform: translateY(660px); opacity: 0; } }
  @keyframes radarRing { 0% { r: 10; opacity: 0.8; } 100% { r: 34; opacity: 0; } }
  @keyframes alertRoof { 0%, 55%, 100% { opacity: 0; } 62%, 78% { opacity: 0.35; } 86% { opacity: 0; } }
  @keyframes alertCycle { 0%, 55%, 100% { fill: #5c4632; } 62%, 78% { fill: #8A6D00; } 86% { fill: #5c4632; } }
  @keyframes alertLine { 0%, 55%, 100% { stroke: #5fe3cd; opacity: 0.9; } 62%, 78% { stroke: #F5C400; opacity: 1; } }
  @keyframes slipPush { 0%, 100% { transform: translate(0, 0); } 55% { transform: translate(-3.1px, 1.5px); } }
  @keyframes holdFlash { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
  @keyframes gridDrift { from { background-position: 0 0, 0 0; } to { background-position: 44px 44px, 44px 44px; } }
  .v2-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .v2-card { position: relative; padding: 30px 26px; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s; }
  .v2-card:hover { transform: translateY(-4px); }
  .v2-card:hover .v2-mod-arrow { transform: translateX(5px); }
  .v2-cnr { position: absolute; width: 13px; height: 13px; border: 1.5px solid rgba(0,191,165,0.7); }
  .v2-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
  .v2-phases > div { display: flex; flex-direction: column; }
  @media (max-width: 860px) {
  .v2-phases { grid-template-columns: 1fr; }
  .v2-cards { grid-template-columns: 1fr; }
  .v2-card { padding: 34px 26px; }
  /* A una columna, todas las tarjetas ocupan el ancho: el cuerpo sube a 17px y el
     titulo tiene que subir con el. Antes el primer parrafo de CADA tarjeta se
     iba a 36px -regla pensada para una cifra de display que ya no existe en el
     HTML-, asi que el titulo se veia mas pequeno que su propio texto. */
  .v2-card p { font-size: 17px !important; line-height: 1.6 !important; }
  .v2-card h2, .v2-card h3 { font-size: 22px !important; }
  }
.v2-rise { animation: riseIn 0.9s ease-out both; }

/* ---------- envoltorio ---------- */
.v2-wrap { max-width: 1240px; margin: 0 auto; padding-left: clamp(20px, 4vw, 56px); padding-right: clamp(20px, 4vw, 56px); }

/* ---------- cabecera ---------- */
.v2-head { background: #36454F; border-bottom: 3px solid #00BFA5; position: sticky; top: 0; z-index: 50; }
.v2-head-top { padding-top: 18px; padding-bottom: 14px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.v2-head-live { display: flex; align-items: center; gap: 20px; min-width: 0; }
.v2-head-live .v2-cta-header { flex-shrink: 0; }
.v2-status, .v2-ai-pulse { min-width: 0; }
.v2-status [data-status], .v2-ai-pulse [data-ai] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-head-navbar { border-top: 1px solid rgba(255,255,255,0.10); position: relative; }
.v2-head-navbar::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 44px; pointer-events: none; opacity: 0; transition: opacity 0.2s; background: linear-gradient(to right, rgba(54,69,79,0), #36454F); }
.v2-nav-bar { padding-top: 12px; padding-bottom: 12px; }
.v2-nav-toggle { display: none; }
.v2-nav-toggle-txt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.v2-ai-pulse { font-size: 11px; letter-spacing: 0.08em; color: #5fe3cd; display: flex; align-items: center; gap: 7px; font-family: Consolas, monospace; }
.v2-ai-pulse .pulse { width: 5px; height: 5px; background: #5fe3cd; display: inline-block; animation: sensorPulse 2s ease-in-out infinite; }
.v2-head img { height: 24px; display: block; filter: brightness(0) invert(1); flex-shrink: 0; }
.v2-status { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #9fb0b7; display: flex; align-items: center; gap: 10px; }
.v2-status .dot { width: 7px; height: 7px; border-radius: 50%; background: #00BFA5; display: inline-block; animation: dotBlink 1.4s ease-in-out infinite; }

.v2-nav { display: flex; align-items: center; gap: 26px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.v2-nav a { position: relative; transition: color 0.2s; color: #d8dedd; }
.v2-nav a:hover { color: #00BFA5; }
.v2-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: #00BFA5; transition: right 0.25s; }
.v2-nav a:hover::after { right: 0; }
.v2-nav a[aria-current="page"] { color: #00BFA5; }
.v2-nav a[aria-current="page"]::after { right: 0; }

/* ---------- desplegable de navegación ---------- */
.v2-nav-drop { position: relative; }
.v2-nav-drop > summary { list-style: none; cursor: pointer; color: #d8dedd; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s; }
.v2-nav-drop > summary::-webkit-details-marker { display: none; }
.v2-nav-drop > summary::after { content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; transition: transform 0.2s; }
.v2-nav-drop[open] > summary::after { transform: rotate(180deg); }
.v2-nav-drop > summary:hover, .v2-nav-drop[open] > summary { color: #00BFA5; }
.v2-nav-drop-activa > summary { color: #00BFA5; }
.v2-nav-drop-activa > summary::before { content: ""; position: absolute; left: 0; right: 14px; bottom: -6px; height: 1px; background: #00BFA5; }
.v2-nav-drop-activa > summary { position: relative; }
.v2-nav-drop > summary:focus-visible { outline: 2px solid #00BFA5; outline-offset: 3px; }
.v2-nav-menu { position: absolute; top: calc(100% + 13px); left: -16px; z-index: 60; min-width: 300px; display: flex; flex-direction: column; background: #2b3942; border: 1px solid rgba(0,191,165,0.45); padding: 6px 0; }
.v2-nav-menu a { display: block; padding: 11px 18px; font-size: 13px; line-height: 1.4; letter-spacing: 0.02em; text-transform: none; color: #d8dedd; }
.v2-nav-menu a::after { display: none; }
.v2-nav-menu a:hover { background: rgba(0,191,165,0.12); color: #00BFA5; }
.v2-nav-menu a[aria-current="page"] { color: #5fe3cd; }
.v2-nav-menu .v2-nav-menu-kicker { display: block; padding: 8px 18px 4px; font-size: 10.5px; letter-spacing: 0.16em; color: #7a9099; }
@media (max-width: 700px) {
  .v2-nav-menu { position: static; min-width: 0; background: transparent; border: 0; border-left: 2px solid rgba(0,191,165,0.45); margin: 6px 0 6px 4px; padding: 0; }
  .v2-nav-menu a { padding: 10px 14px; font-size: 15px; }
  .v2-nav-menu .v2-nav-menu-kicker { padding: 6px 14px 2px; }
}

/* ---------- botones ---------- */
.v2-cta { display: inline-block; background: #00BFA5; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 16px 26px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.v2-cta:hover { background: #069880; color: #fff; transform: translateY(-2px); }
.v2-cta-header { font-size: 12px; letter-spacing: 0.14em; padding: 11px 18px; white-space: nowrap; }
.v2-ctas .v2-cta, .v2-ctas .v2-cta-ghost { white-space: nowrap; }
.v2-cta-ghost { display: inline-block; border: 1px solid #36454F; color: #36454F; font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 16px 26px; text-decoration: none; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.v2-cta-ghost:hover { background: #36454F; border-color: #36454F; color: #fff; }
/* variante sobre fondo oscuro: invierte en lugar de rellenar con la tinta */
.v2-sec-dark .v2-cta-ghost { border-color: #9fb0b7; color: #F0F2F1; }
.v2-sec-dark .v2-cta-ghost:hover { background: #F0F2F1; border-color: #F0F2F1; color: #36454F; }
.v2-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
@media (max-width: 560px) {
  .v2-ctas { flex-wrap: nowrap; gap: 10px; }
  .v2-ctas > * { flex: 1 1 0; min-width: 0; text-align: center; padding: 15px 8px; font-size: 12px; letter-spacing: 0.04em; }
  .v2-ctas .v2-cta, .v2-ctas .v2-cta-ghost { white-space: normal; }
}

/* ---------- tipografía ---------- */
.v2-hero-kicker { margin: 0 0 20px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #069880; }
.v2-display { margin: 0; font-weight: 600; font-size: clamp(34px, 7.5vw, 110px); line-height: 1.05; letter-spacing: -0.02em; overflow-wrap: break-word; }
.v2-display-sm { font-size: clamp(32px, 5vw, 62px); }
.v2-hero-sub { margin: 0; font-size: 17px; line-height: 1.65; max-width: 55ch; color: #7a9099; }
.v2-sec-kicker { margin: 0 0 8px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #069880; }
.v2-sec-title { margin: 0 0 12px; font-weight: 500; font-size: clamp(26px, 3vw, 40px); line-height: 1.15; }
.v2-sub-title { margin: 40px 0 10px; font-weight: 600; font-size: 20px; line-height: 1.25; }
.v2-sec-lead { margin: 0 0 16px; font-size: 17px; line-height: 1.65; color: #7a9099; max-width: 58ch; }
.v2-body { margin: 0 0 16px; font-size: 17px; line-height: 1.7; max-width: 59ch; }

.v2-sec { padding-top: clamp(40px, 7vh, 84px); padding-bottom: clamp(40px, 7vh, 84px); }
.v2-sec-white { background: #fff; }
.v2-sec-dark { background: #2b3942; color: #F0F2F1; }
.v2-sec-dark .v2-sec-kicker { color: #00BFA5; }
.v2-sec-dark .v2-sec-title { color: #F0F2F1; }
.v2-sec-dark .v2-sec-lead, .v2-sec-dark .v2-body { color: #9fb0b7; }
.v2-sec-dark a { color: #5fe3cd; }

/* ---------- marcas de esquina ---------- */
.v2-frame { position: relative; }
.v2-cnr { position: absolute; width: 13px; height: 13px; border: 1.5px solid rgba(0,191,165,0.7); pointer-events: none; }
.v2-cnr.tl { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.v2-cnr.tr { top: -1px; right: -1px; border-left: none; border-bottom: none; }
.v2-cnr.bl { bottom: -1px; left: -1px; border-right: none; border-top: none; }
.v2-cnr.br { bottom: -1px; right: -1px; border-left: none; border-top: none; }

/* ---------- tarjetas ---------- */
.v2-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.v2-card { position: relative; padding: 30px 26px; display: flex; flex-direction: column; background: #fff; border: 1px solid #d8dedd; color: #36454F; text-decoration: none; transition: transform 0.25s, box-shadow 0.25s; }
.v2-card:hover { transform: translateY(-4px); }
.v2-card:hover .v2-mod-arrow { transform: translateX(5px); }
.v2-card-dark { background: #2b3942; border: 1px solid rgba(0,191,165,0.5); color: #F0F2F1; }
.v2-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #5d7078; }
.v2-card-dark .v2-card-head { color: #5fe3cd; }
.v2-card h2, .v2-card h3 { margin: 0 0 10px; font-weight: 600; font-size: 22px; line-height: 1.2; }
.v2-card p { margin: 0 0 20px; font-size: 16px; line-height: 1.6; color: #5d7078; }
.v2-card-dark p { color: #9fb0b7; }
.v2-card .v2-mod-arrow { transition: transform 0.25s; }
.v2-more { margin-top: auto; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #069880; }
.v2-card-dark .v2-more { color: #5fe3cd; }
.v2-badge-on { background: #00BFA5; color: #fff; font-weight: 600; padding: 3px 8px; white-space: nowrap; }
.v2-badge-off { border: 1px solid #d8dedd; color: #5d7078; padding: 3px 8px; white-space: nowrap; }
.v2-card-dark .v2-badge-off { border-color: rgba(255,255,255,0.25); color: #9fb0b7; }

/* ---------- listas numeradas ---------- */
.v2-list { display: flex; flex-direction: column; font-size: 14px; margin: 0; padding: 0; list-style: none; }
.v2-list li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid #d8dedd; }
.v2-list li:last-child { border-bottom: 1px solid #d8dedd; }
.v2-sec-dark .v2-list li { border-color: rgba(255,255,255,0.14); }
.v2-list span.n { font-size: 15px; font-weight: 600; color: #069880; letter-spacing: 0.06em; }
.v2-sec-dark .v2-list span.n { color: #00BFA5; }
.v2-list strong { display: block; font-weight: 600; font-size: 17px; }
.v2-list p { margin: 4px 0 0; font-size: 16px; line-height: 1.6; color: #5d7078; max-width: 57ch; }
.v2-sec-dark .v2-list p { color: #9fb0b7; }

/* ---------- faqs desplegables ---------- */
.v2-faq { margin-top: 28px; border-top: 1px solid #d8dedd; max-width: 900px; }
.v2-faq-item { border-bottom: 1px solid #d8dedd; }
.v2-faq-item > summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 17px 0; cursor: pointer; list-style: none; }
.v2-faq-item > summary::-webkit-details-marker { display: none; }
.v2-faq-item > summary::after { content: "+"; flex: 0 0 auto; font-size: 24px; font-weight: 400; line-height: 1; color: #00BFA5; margin-top: 1px; }
.v2-faq-item[open] > summary::after { content: "\2013"; }
.v2-faq-item > summary:hover .v2-faq-q { color: #069880; }
.v2-faq-item > summary:focus-visible { outline: 2px solid #00BFA5; outline-offset: 3px; }
.v2-faq-q { margin: 0; font-weight: 600; font-size: 17px; line-height: 1.35; transition: color 0.2s; }
.v2-faq-a { padding: 0 0 22px; max-width: 58ch; }
.v2-faq-a p { margin: 0; font-size: 17px; line-height: 1.7; }
.v2-faq-a p + p { margin-top: 13px; }
@media (max-width: 640px) {
  .v2-faq-item > summary { padding: 15px 0; }
  .v2-faq-q { font-size: 16px; }
}

/* ---------- figuras y pendientes ---------- */
figure { margin: 32px 0; }
figure img { display: block; width: 100%; height: auto; }
figcaption { font-size: 13px; letter-spacing: 0.02em; color: #7a9099; margin-top: 10px; }
.v2-ph { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 220px; padding: 28px; background: #fff; border: 1px dashed #d8dedd; color: #7a9099; font-size: 15px; line-height: 1.6; }
.v2-pendiente { display: inline-block; background: #FFF3BF; border: 1px solid #E6C34A; color: #5c4632; font-size: 13px; font-weight: 600; padding: 3px 9px; }

/* ---------- pie ---------- */
.v2-footer { background: #36454F; color: #d8dedd; }
.v2-foot { max-width: 1240px; margin: 0 auto; padding: 48px clamp(20px, 4vw, 56px); display: grid; grid-template-columns: minmax(340px, 1fr) minmax(0, auto); align-items: end; gap: 24px 40px; }
.v2-foot-quote { margin: 0 0 10px; font-size: 24px; font-weight: 500; line-height: 1.3; color: #F0F2F1; }
.v2-foot-src { margin: 0 0 14px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #9fb0b7; }
.v2-foot-line { margin: 0; font-size: 18px; line-height: 1.6; color: #00BFA5; }
.v2-foot-meta { text-align: right; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #9fb0b7; max-width: 340px; margin-left: auto; }
.v2-foot-meta img { height: 26px; margin: 0 0 16px auto; display: block; filter: brightness(0) invert(1); opacity: 0.85; }
.v2-foot-nav { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.v2-foot-nav a { color: #d8dedd; transition: color 0.2s; }
.v2-foot-nav a:hover { color: #00BFA5; }

/* certificados: integrados en la columna de enlaces, pequeños y sin placa,
   como en la web corporativa. Van directamente sobre el pie oscuro. */
.v2-foot-cert-kicker { margin: 6px 0 9px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #9fb0b7; }
.v2-foot-cert-row { display: flex; align-items: center; justify-content: flex-end; gap: 11px; margin-bottom: 16px; }
.v2-foot-meta .v2-foot-cert-row img { display: block; height: auto; margin: 0; filter: none; opacity: 1; }
.v2-foot-meta .v2-foot-cert-row img.v2-foot-cert-seal { width: 92px; }
.v2-foot-meta .v2-foot-cert-row img.v2-foot-cert-life { width: 66px; }

/* ---------- accesibilidad ---------- */
.v2-skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: #00BFA5; color: #fff; padding: 10px 16px; font-weight: 600; }
.v2-skip:focus { left: 8px; top: 8px; color: #fff; }
a:focus-visible { outline: 2px solid #00BFA5; outline-offset: 3px; }

/* ---------- responsive: mismos cortes que v1.0 ---------- */
@media (max-width: 860px) {
  .v2-cards { grid-template-columns: 1fr; }
  .v2-card { padding: 34px 26px; }
  /* el tope de 65px enlaza con el clamp de escritorio (7,5vw = 64,6px a 861px):
     sin el, a 834px el titular media 88px y a 900px bajaba a 67px */
  .v2-display { font-size: min(10.5vw, 65px) !important; word-break: keep-all; }
}
/* tipografia de movil y tablet: hasta 860px la retícula es de una columna,
   asi que el texto necesita el mismo cuerpo en un movil que en un iPad vertical */
@media (max-width: 860px) {
  .v2-hero-kicker { font-size: 15px !important; letter-spacing: 0.14em !important; }
  .v2-hero-sub { font-size: 20px !important; line-height: 1.6 !important; }
  .v2-sec-kicker { font-size: 15px !important; letter-spacing: 0.14em !important; }
  .v2-sec-title { font-size: 28px !important; }
  .v2-sec-lead, .v2-body { font-size: 18px !important; line-height: 1.6 !important; }
  .v2-list { font-size: 17px !important; }
  .v2-list p { font-size: 16px !important; }
}
@media (max-width: 720px) {
  .v2-list li { grid-template-columns: 38px 1fr !important; }
  .v2-foot-quote { font-size: 21px !important; }
  .v2-foot-src { margin-bottom: 10px !important; }
  .v2-foot-line { font-size: 16px !important; }
  .v2-foot-meta { font-size: 13px !important; text-align: left !important; max-width: none !important; margin-left: 0 !important; }
  .v2-foot { grid-template-columns: 1fr !important; align-items: start !important; padding-top: 32px !important; padding-bottom: 26px !important; gap: 18px !important; }
  .v2-foot-meta img { margin: 0 0 12px 0; height: 22px; }
  /* 25 px de paso entre enlaces es poco para el dedo: se le da altura de toque */
  .v2-foot-nav { gap: 0 !important; margin-bottom: 8px !important; }
  .v2-foot-nav a { padding: 7px 0; }
  .v2-foot-cert-row { justify-content: flex-start !important; flex-wrap: wrap; }
  .v2-foot-cert-kicker { font-size: 12px !important; }
}
@media (max-width: 860px) { .v2-ai-pulse { display: none !important; } }
@media (max-width: 860px) { .v2-nav { gap: 18px; font-size: 11.5px; } }
@media (max-width: 780px) {
  /* la cabecera pasa a rejilla: el CTA queda anclado a la derecha y no se mueve
     aunque cambie el texto de estado; el pulso de IA baja a su propia fila */
  .v2-head-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; row-gap: 10px; column-gap: 12px; }
  .v2-head-top > a:first-child { grid-column: 1; grid-row: 1; }
  .v2-head-live { display: contents; }
  .v2-head-live .v2-cta-header { grid-column: 3; grid-row: 1; justify-self: end; }
  .v2-status { grid-column: 1 / -1; grid-row: 2; font-size: 12px !important; letter-spacing: 0.12em !important; gap: 7px !important; }
  .v2-ai-pulse { display: flex !important; grid-column: 1 / -1; grid-row: 3; font-size: 11px; }
}

@media (max-width: 700px) {
  /* menú desplegable: sustituye al desplazamiento horizontal, que cortaba "Inicio" */
  .v2-nav-bar { padding-top: 0; padding-bottom: 0; }
  .v2-nav-toggle { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-left: -8px; background: transparent; border: 0; padding: 0; color: #d8dedd; cursor: pointer; }
  .v2-nav-toggle:focus-visible { outline: 2px solid #00BFA5; outline-offset: 2px; }
  .v2-burger { position: relative; width: 30px; height: 3px; background: #00BFA5; display: block; transition: background 0.2s; }
  .v2-burger::before, .v2-burger::after { content: ""; position: absolute; left: 0; width: 30px; height: 3px; background: #00BFA5; transition: transform 0.25s; }
  .v2-burger::before { top: -9px; }
  .v2-burger::after { top: 9px; }
  .v2-nav-toggle[aria-expanded="true"] .v2-burger { background: transparent; }
  .v2-nav-toggle[aria-expanded="true"] .v2-burger::before { transform: translateY(9px) rotate(45deg); }
  .v2-nav-toggle[aria-expanded="true"] .v2-burger::after { transform: translateY(-9px) rotate(-45deg); }
  .v2-nav { display: none; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 10px; }
  .v2-nav-bar[data-open] .v2-nav { display: flex; }
  .v2-nav a { padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.10); font-size: 13px; }
  .v2-nav a::after { display: none; }
  /* el desplegable es un elemento de primer nivel: necesita su propia línea
     separadora, o se lee como si "Ejemplos técnicos" colgara de "Ecosistema" */
  .v2-nav-drop { border-top: 1px solid rgba(255,255,255,0.10); }
  .v2-nav-drop > summary { padding: 14px 0; font-size: 13px; justify-content: space-between; }
  .v2-nav-drop > summary::after { margin-right: 2px; }
  .v2-nav-drop-activa > summary::before { display: none; }
  /* y sus hijos son subniveles: sin línea propia, sangrados y en tono secundario */
  .v2-nav-menu a { border-top: 0; padding: 11px 0 11px 14px; font-size: 13px; color: #9fb0b7; }
  .v2-nav-menu a:hover, .v2-nav-menu a[aria-current="page"] { background: transparent; color: #00BFA5; }
  .v2-head-navbar::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- figuras SVG del sistema (v1.0) ---------- */
.v2-fig-svg { margin: 0; }
.v2-fig-svg svg { width: 100%; height: auto; display: block; }
.v2-layers { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
@media (max-width: 860px) { .v2-layers { grid-template-columns: 1fr; } }

/* ---------- fases de la cubierta: diferenciadas por intensidad del acento ---------- */
.v2-fase { margin-top: 40px; }
.v2-fase-tag { display: inline-flex; align-items: baseline; gap: 10px; margin: 0 0 14px; padding: 8px 15px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; line-height: 1.2; }
.v2-fase-tag .num { font-family: Consolas, monospace; opacity: 0.7; letter-spacing: 0.06em; font-size: 11px; }

/* 01 · Antes de empezar — perfilada */
.v2-fase-a .v2-fase-tag { border: 1px solid #069880; color: #069880; background: transparent; }
.v2-fase-a .v2-list li { border-top-color: #d8dedd; box-shadow: inset 3px 0 0 rgba(6,152,128,0.35); padding-left: 16px; }
.v2-fase-a .v2-list span.n { color: #069880; }

/* 02 · Ejecución — sólida, es el bloque principal */
.v2-fase-b .v2-fase-tag { background: #00BFA5; color: #fff; border: 1px solid #00BFA5; }
.v2-fase-b .v2-list li { border-top-color: #d8dedd; box-shadow: inset 3px 0 0 #00BFA5; padding-left: 16px; }
.v2-fase-b .v2-list span.n { color: #00BFA5; }

/* 03 · En servicio — invertida sobre el panel oscuro */
.v2-fase-c .v2-fase-tag { background: #36454F; color: #5fe3cd; border: 1px solid #36454F; }
.v2-fase-c .v2-list li { border-top-color: #d8dedd; box-shadow: inset 3px 0 0 #36454F; padding-left: 16px; }
.v2-fase-c .v2-list span.n { color: #36454F; }

@media (max-width: 720px) {
  .v2-fase-tag { font-size: 13px !important; }
  .v2-fase-a .v2-list li, .v2-fase-b .v2-list li, .v2-fase-c .v2-list li { padding-left: 13px; }
}

/* ---------- diagrama interactivo de la capa IA ---------- */
@keyframes iaScan { 0% { transform: translateX(0); opacity: 0; } 5% { opacity: 1; } 88% { opacity: 1; } 96% { transform: translateX(792px); opacity: 0; } 100% { transform: translateX(792px); opacity: 0; } }
@keyframes iaToken { 0% { transform: translateX(0); opacity: 0; } 12% { opacity: 1; } 82% { opacity: 1; } 100% { transform: translateX(40px); opacity: 0; } }
@keyframes iaProbe { 0%, 100% { opacity: 0.28; } 50% { opacity: 1; } }
@keyframes iaTrace { to { stroke-dashoffset: -240; } }

.v2-ia-panel { position: relative; background: #2b3942; border: 1px solid rgba(0,191,165,0.35); padding: clamp(16px, 2.5vw, 28px); margin: 32px 0 0; }
.v2-ia-panel svg { width: 100%; height: auto; display: block; }
.v2-ia-panel figcaption { color: #9fb0b7; margin-top: 14px; }

@keyframes iaHalo { 0%, 100% { opacity: 0.12; } 50% { opacity: 0.85; } }
@keyframes iaBoxPulse { 0%, 100% { stroke-opacity: 0.55; } 50% { stroke-opacity: 1; } }

.v2-ia-mod { cursor: pointer; }
.v2-ia-mod:focus { outline: none; }
.v2-ia-mod:focus-visible { outline: none; }
.v2-ia-mod .box { transition: fill 0.25s, stroke 0.25s; }
.v2-ia-mod .halo { transition: opacity 0.25s; }

/* estado activo o enfocado: la caja late — nada fuera de ella */
.v2-ia-mod:hover .box,
.v2-ia-mod:focus-visible .box,
.v2-ia-mod.is-on .box { fill: #36454F; stroke: #00BFA5; stroke-width: 2; animation: iaBoxPulse 1.8s ease-in-out infinite; }
.v2-ia-mod:hover .halo,
.v2-ia-mod:focus-visible .halo,
.v2-ia-mod.is-on .halo { animation: iaHalo 1.8s ease-in-out infinite; }
.v2-ia-mod:focus-visible .halo { stroke-dasharray: 6 4; }

.v2-ia-probe { transition: opacity 0.25s; }
.v2-ia-probe .probe { transition: opacity 0.25s; }
.v2-ia-mod:hover ~ .v2-ia-probe.on .probe,
.v2-ia-probe.on .probe { opacity: 1 !important; animation: none; }
#ia-mod-pec:hover ~ #probe-pec .probe,
#ia-mod-obr:hover ~ #probe-obr .probe,
#ia-mod-ctl:hover ~ #probe-ctl .probe { opacity: 1 !important; animation: none; }

/* pestañas */
.v2-ia-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; }
.v2-ia-tab { font-family: inherit; white-space: nowrap; background: transparent; border: 1px solid rgba(255,255,255,0.22); color: #9fb0b7; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 11px 16px; cursor: pointer; transition: color 0.2s, border-color 0.2s, background 0.2s; }
.v2-ia-tab:hover { color: #5fe3cd; border-color: rgba(0,191,165,0.6); }
.v2-ia-tab[aria-selected="true"] { background: #00BFA5; border-color: #00BFA5; color: #fff; }
.v2-ia-tab:focus-visible { outline: 2px solid #00BFA5; outline-offset: 2px; }

.v2-ia-cases { display: grid; gap: 16px; margin-top: 16px; }
.v2-ia-case { position: relative; border: 1px solid rgba(255,255,255,0.16); padding: 24px; }
.v2-ia-case h3 { margin: 0 0 4px; font-size: 19px; font-weight: 600; color: #F0F2F1; }
.v2-ia-case .fase { display: block; margin: 0 0 12px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #00BFA5; }
.v2-ia-case p { margin: 0 0 10px; font-size: 17px; line-height: 1.65; color: #9fb0b7; max-width: 56ch; }
.v2-ia-case p:last-child { margin-bottom: 0; }
.v2-ia-case .lee { color: #5fe3cd; font-family: Consolas, monospace; font-size: 13px; letter-spacing: 0.02em; }
/* con JS: se comporta como pestañas */
.js .v2-ia-case[hidden] { display: none; }

@media (max-width: 720px) {
  .v2-ia-tab { flex: 1; min-width: 0; text-align: center; font-size: 11px; letter-spacing: 0.04em; padding: 12px 6px; }
  .v2-ia-case p { font-size: 17px; }
}

/* ---------- CTA al pie de cada tarjeta de servicio ---------- */
.v2-card-cta { margin-top: auto; padding-top: 8px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.v2-cta-sm { font-size: 12.5px; letter-spacing: 0.08em; padding: 13px 18px; }
.v2-card-dark .v2-cta-sm:hover { background: #5fe3cd; color: #1f2a31; }

/* ---------- rejilla de contacto ---------- */
.v2-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.v2-contact-card { position: relative; padding: 28px 24px; background: #fff; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.v2-contact-card-lg { grid-column: span 3; background: #2b3942; border: 1px solid rgba(0,191,165,0.5); flex-direction: row; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }
.v2-contact-card-lg .v2-contact-inner { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.v2-contact-card-lg .v2-contact-map { margin-top: 0; padding-top: 0; flex-shrink: 0; }
.v2-contact-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #069880; }
.v2-contact-card-lg .v2-contact-eyebrow { color: #5fe3cd; }
.v2-contact-name { margin: 0; font-size: 22px; font-weight: 600; color: #F0F2F1; }
.v2-contact-address { font-style: normal; font-size: 17px; line-height: 1.6; color: #9fb0b7; margin: 0; }
.v2-contact-map { font-size: 13px; font-weight: 600; color: #5fe3cd; margin-top: auto; padding-top: 8px; }
.v2-contact-map:hover { color: #00BFA5; }
.v2-contact-big { font-size: clamp(24px, 2.4vw, 30px); font-weight: 600; color: #36454F; line-height: 1.15; letter-spacing: -0.01em; }
.v2-contact-big-sm { font-size: clamp(19px, 1.8vw, 23px); word-break: break-word; }
.v2-contact-big:hover { color: #00BFA5; }
.v2-contact-sub { margin-top: auto; padding-top: 8px; font-size: 13px; font-weight: 600; color: #069880; }
.v2-contact-sub:hover { color: #00BFA5; }
.v2-contact-text { margin: 0; font-size: 16px; line-height: 1.6; color: #5d7078; }

@media (max-width: 900px) {
  .v2-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-contact-card-lg { grid-column: span 2; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .v2-contact-grid { grid-template-columns: 1fr; }
  .v2-contact-card-lg { grid-column: span 1; }
}

/* ---------- marquee de fabricantes integrados ---------- */
.v2-mf-marquee { overflow: hidden; margin-top: 28px; border-top: 1px solid #d8dedd; border-bottom: 1px solid #d8dedd; background: #fff;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.v2-mf-track { display: inline-flex; align-items: center; gap: clamp(20px, 3vw, 32px); padding: 24px clamp(40px, 6vw, 88px); animation: marquee 26s linear infinite; width: max-content; }
.v2-mf-marquee:hover .v2-mf-track { animation-play-state: paused; }
.v2-mf-logo { width: 150px; height: 72px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; filter: grayscale(1) opacity(0.8); transition: filter 0.3s, transform 0.3s; }
.v2-mf-logo:hover { filter: grayscale(0) opacity(1); transform: translateY(-2px); }
.v2-mf-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
@media (prefers-reduced-motion: reduce) {
  .v2-mf-track { animation: none; }
}
@media (max-width: 700px) {
  .v2-mf-logo { width: 118px; height: 56px; }
  .v2-mf-track { gap: 28px; padding: 20px 24px; }
}

/* ---------- pestañas y casos IA sobre fondo claro ---------- */
.v2-ia-on-light .v2-ia-tab { border-color: #d8dedd; color: #5d7078; background: #fff; }
.v2-ia-on-light .v2-ia-tab:hover { color: #069880; border-color: rgba(0,191,165,0.6); }
.v2-ia-on-light .v2-ia-tab[aria-selected="true"] { background: #00BFA5; border-color: #00BFA5; color: #fff; }
.v2-ia-on-light .v2-ia-case { border-color: #d8dedd; background: #fff; }
.v2-ia-on-light .v2-ia-case h3 { color: #36454F; }
.v2-ia-on-light .v2-ia-case .fase { color: #069880; }
.v2-ia-on-light .v2-ia-case p { color: #5d7078; }
.v2-ia-on-light .v2-ia-case .lee { color: #069880; }

/* ---------- ciclo Kaizen: anillo + lista ---------- */
@keyframes kzSpin { to { transform: rotate(360deg); } }
.v2-kz-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.v2-kz-list { margin: 0; }
.v2-kz-list li { border-color: rgba(255,255,255,0.14); padding: 18px 0; }
.v2-kz-list li:last-child { border-bottom-color: rgba(255,255,255,0.14); }
.v2-kz-list span.n { color: #5fe3cd; font-family: Consolas, monospace; }
.v2-kz-list strong { font-size: 17px; }
.v2-kz-list p { color: #9fb0b7; }
@media (max-width: 860px) {
  .v2-kz-grid { grid-template-columns: 1fr; }
  .v2-kz-grid svg { max-width: 380px; }
}

/* ---------- diagrama de Gantt: control de obra en el PEC ---------- */
.v2-gantt-fig { margin: 40px 0 0; }
.v2-gantt-fig figcaption { color: #9fb0b7; }
.v2-gantt { display: grid; grid-template-columns: 150px repeat(4, 1fr); border: 1px solid rgba(255,255,255,0.14); background: #243039; font-size: 13px; }
.v2-gantt-head, .v2-gantt-row { display: contents; }
.v2-gantt-head span { padding: 14px 10px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #9fb0b7; border-bottom: 1px solid rgba(255,255,255,0.14); text-align: center; }
.v2-gantt-head span:first-child { text-align: left; }
.v2-gantt-rol { padding: 14px 12px; font-weight: 600; color: #F0F2F1; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; }
.v2-gantt-cell { position: relative; border-top: 1px solid rgba(255,255,255,0.1); border-left: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; min-height: 52px; z-index: 0; }
.v2-gantt-cell::before { content: ""; position: absolute; inset: 10px 6px; background: #00BFA5; opacity: var(--op); transition: opacity 0.3s; z-index: -1; }
.v2-gantt-firma { color: #fff; font-weight: 700; font-size: 16px; }
.v2-gantt-firma::before { background: #069880; }
@media (max-width: 720px) {
  .v2-gantt { grid-template-columns: 96px repeat(4, 1fr); font-size: 11px; }
  .v2-gantt-head span, .v2-gantt-rol { padding: 10px 6px; }
  .v2-gantt-cell { min-height: 44px; }
}

/* ---------- mockup de móvil para capturas del PEC ---------- */
.v2-phone-fig { display: flex; flex-direction: column; align-items: center; text-align: center; margin: 36px 0 0; }
.v2-phone { position: relative; width: min(300px, 78vw); aspect-ratio: 847 / 1600; background: #1b1f22; border-radius: 42px; padding: 14px; box-shadow: 0 24px 48px rgba(43,57,66,0.22), 0 2px 6px rgba(43,57,66,0.14); }
.v2-phone-notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 84px; height: 22px; background: #1b1f22; border-radius: 0 0 14px 14px; z-index: 2; }
.v2-phone-screen { width: 100%; height: 100%; background: #000; border-radius: 30px; overflow: hidden; padding-top: 26px; box-sizing: border-box; }
.v2-phone img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.v2-phone-fig figcaption { margin-top: 18px; max-width: 46ch; }

/* ---------- fila de cifras (ahorro) ---------- */
.v2-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 26px 0 10px; }
.v2-stat { padding: 26px 22px; display: flex; flex-direction: column; gap: 8px; background: #fff; }
.v2-stat-num { font-family: Calibri, 'Segoe UI', sans-serif; font-weight: 600; font-size: clamp(28px, 3vw, 38px); color: #069880; line-height: 1; }
.v2-stat-dark { background: #2b3942; border-color: #3d4b54; }
.v2-stat-dark .v2-stat-num { color: #5fe3cd; }
.v2-stat-dark .v2-stat-label { color: #9fb0b7; }
.v2-stat-label { font-size: 14.5px; line-height: 1.5; color: #7a9099; }
.v2-stat-note { font-size: 13px; color: #7a9099; font-style: italic; margin: 0 0 20px; }
@media (max-width: 860px) { .v2-stat-row { grid-template-columns: 1fr; } }

/* ---------- variantes de rejilla de tarjetas ---------- */
.v2-cards-3 { grid-template-columns: repeat(3, 1fr); }
.v2-cards-2 { grid-template-columns: repeat(2, 1fr); }
.v2-cards-2 .v2-card, .v2-cards-3 .v2-card { padding: 24px 22px; }
.v2-cards-2 .v2-list, .v2-cards-3 .v2-list { overflow-wrap: break-word; }
.v2-cards-2 .v2-card h2, .v2-cards-2 .v2-card h3, .v2-cards-3 .v2-card h2, .v2-cards-3 .v2-card h3 { font-size: 18px; margin-bottom: 8px; }
.v2-cards-2 .v2-card p, .v2-cards-3 .v2-card p { font-size: 15.5px; margin-bottom: 0; }
@media (max-width: 900px) {
  .v2-cards-3 { grid-template-columns: 1fr; }
  .v2-cards-2 { grid-template-columns: 1fr; }
}

/* ---------- diagramas anchos: el scroll se queda dentro de la figura ---------- */
@media (max-width: 780px) {
  .v2-gantt-fig { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .v2-gantt { min-width: 540px; }
  /* el diagrama entra completo; para leerlo se amplía a pantalla completa */
  .v2-zoom-btn { display: block; }
  .v2-zoomable svg { pointer-events: none; }
  .v2-ia-tabs { flex-direction: column; align-items: stretch; }
  .v2-ia-tab { white-space: normal; text-align: left; }
}

/* ---------- CTA de las tarjetas de módulo ---------- */
.v2-cta-mod { margin-top: auto; align-self: flex-start; }

/* ---------- ampliar un diagrama a pantalla completa (móvil) ---------- */
.v2-zoom-btn { display: none; width: 100%; background: transparent; border: 1px dashed rgba(0,191,165,0.5); color: #5fe3cd; font-family: inherit; font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 10px; margin-bottom: 14px; cursor: pointer; }
.v2-zoom-btn:active { background: rgba(0,191,165,0.12); }
.v2-zoom-btn:focus-visible { outline: 2px solid #00BFA5; outline-offset: 2px; }

.v2-zoom-overlay { position: fixed; inset: 0; z-index: 200; background: #1b2429; display: flex; align-items: center; justify-content: center; padding: 8px; overflow: hidden; }
.v2-zoom-overlay svg { width: auto; height: auto; max-width: none; display: block; }
.v2-zoom-rot { transform: rotate(90deg); transform-origin: center; }
.v2-zoom-close { position: fixed; top: 12px; right: 12px; z-index: 201; width: 44px; height: 44px; background: rgba(240,242,241,0.12); border: 1px solid rgba(255,255,255,0.3); color: #F0F2F1; font-family: inherit; font-size: 20px; line-height: 1; cursor: pointer; }
.v2-zoom-close:focus-visible { outline: 2px solid #00BFA5; outline-offset: 2px; }

/* ---- Formulario de contacto (v1.7). Solo colores ya presentes en esta hoja. ---- */
.v2-form { margin-top: 32px; color-scheme: dark; }
.v2-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.v2-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.v2-field-full { grid-column: 1 / -1; }
.v2-field label { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #9fb0b7; }
.v2-form-opt { font-weight: 400; letter-spacing: 0.06em; text-transform: none; }
.v2-field input, .v2-field select, .v2-field textarea { font-family: inherit; font-size: 16px; line-height: 1.4; color: #F0F2F1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.22); border-radius: 0; padding: 12px 14px; width: 100%; box-sizing: border-box; transition: border-color 0.2s; }
.v2-field textarea { resize: vertical; min-height: 140px; }
.v2-field input::placeholder, .v2-field textarea::placeholder { color: #7a9099; opacity: 1; }
.v2-field input:hover, .v2-field select:hover, .v2-field textarea:hover { border-color: #9fb0b7; }
.v2-field input:focus-visible, .v2-field select:focus-visible, .v2-field textarea:focus-visible { outline: 2px solid #00BFA5; outline-offset: 2px; border-color: #00BFA5; }
.v2-field [aria-invalid="true"] { border-color: #FFF3BF; }
.v2-field-error { margin: 0; font-size: 13px; line-height: 1.4; color: #FFF3BF; }
.v2-field-check { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 10px; }
.v2-field-check .v2-field-error { flex-basis: 100%; }
.v2-field-check input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; accent-color: #00BFA5; }
.v2-field-check label { font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; line-height: 1.5; color: #F0F2F1; }
.v2-form-legal { margin: 0; font-size: 13px; line-height: 1.5; color: #7a9099; }
.v2-form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.v2-form-estado { margin: 0 0 20px; padding: 14px 16px; border: 1px solid #00BFA5; color: #F0F2F1; font-size: 15px; line-height: 1.5; }
.v2-form-estado[data-tipo="error"] { border-color: #FFF3BF; }
button.v2-cta { border: 0; cursor: pointer; font-family: inherit; }
button.v2-cta:focus-visible { outline: 2px solid #F0F2F1; outline-offset: 3px; }
button.v2-cta[disabled] { opacity: 0.6; cursor: wait; }
@media (max-width: 720px) {
  .v2-form-grid { grid-template-columns: 1fr; }
}
