.elementor-2264 .elementor-element.elementor-element-3e7fabd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2264 .elementor-element.elementor-element-3e7fabd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2264 .elementor-element.elementor-element-46562fc{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2264 .elementor-element.elementor-element-46562fc.elementor-element{--align-self:center;--order:99999 /* order end hack */;--flex-grow:0;--flex-shrink:1;}.elementor-2264 .elementor-element.elementor-element-dd53c3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-46562fc *//* ============================================
   OBINU /instrumentacion/ — Industrial sober
   Sistema: Rubik + Open Sans + JetBrains Mono
   ============================================ */

:root {
  --turquesa: #4F9DB9;
  --turquesa-2: #5FB3CF;
  --turquesa-deep: #3D7E96;
  --navy: #36475B;
  --navy-2: #2A3848;
  --navy-deep: #1E2935;
  --ink: #111111;
  --ink-2: #0A0D11;
  --mint: #05E5C5;
  --copper: #C4945E;          /* Acento único de /instrumentacion/ */
  --copper-soft: rgba(196,148,94,0.12);
  --paper: #F4F6F8;
  --paper-2: #E9EDF1;
  --paper-3: #DDE3EA;
  --text: #2A3848;
  --text-2: #5A6572;
  --text-3: #8794A3;
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.18);
  --line-dark: rgba(17,17,17,0.08);
  --line-dark-strong: rgba(17,17,17,0.14);

  /* Tweakable */
  --cta: var(--turquesa);
  --cta-hover: var(--turquesa-2);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', system-ui, sans-serif;
  font-weight: 400;
  color: var(--text);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-wrap: balance;
  color: var(--navy);
}
p { text-wrap: pretty; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
}
.wraps {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--cta);
  margin-bottom: 18px;
}
.eyebrow .line { width: 28px; height: 1px; background: currentColor; }
.section-title {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 18px;
}
.section-lede {
  font-size: 17px;
  color: var(--text-2);
  max-width: 560px;
  line-height: 1.55;
}

/* ============================================
   1. TOP BAR
   ============================================ */
.topbar {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
  z-index: 60;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 44px;
  gap: 24px;
}
.topbar-left, .topbar-right {
  display: flex; align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
  min-width: 0;
}
.topbar-item {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.7);
}
.topbar-item svg { color: var(--turquesa-2); flex-shrink: 0; }
.topbar-sep {
  width: 1px; height: 14px; background: rgba(255,255,255,0.12);
}
.topbar-link {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.topbar-link:hover { color: #fff; }
.topbar-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cta);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  transition: background .2s;
}
.topbar-cta:hover { background: var(--cta-hover); }
@media (max-width: 760px) {
  .topbar-left .topbar-item:nth-child(3),
  .topbar-left .topbar-sep:nth-child(2) { display: none; }
  .topbar-right .topbar-item:not(.topbar-cta) { display: none; }
  .topbar-right .topbar-sep { display: none; }
}

/* ============================================
   2. NAV
   ============================================ */
.nav {
  position: sticky; top: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-dark);
  z-index: 50;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
  color: var(--navy);
}
.logo-hex { width: 30px; height: 34px; display: grid; place-items: center; }
.logo-word {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: var(--navy);
}
.nav-links {
  display: flex; gap: 32px;
  list-style: none;
  align-items: center;
}
.nav-links > li { position: relative; }
.nav-links a, .nav-links button.nav-trigger {
  color: var(--navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: none; border: none; cursor: pointer;
  font-family: inherit;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 0;
  transition: color .15s;
}
.nav-links a:hover, .nav-links button.nav-trigger:hover { color: var(--cta); }
.nav-caret { width: 10px; height: 10px; }
.nav-dropdown {
  position: absolute;
  top: 100%; left: -16px;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 12px;
  min-width: 240px;
  box-shadow: 0 24px 48px -16px rgba(17,30,52,0.18);
  opacity: 0; visibility: hidden;
  transform: translateY(6px);
  transition: all .18s ease;
  z-index: 5;
}
.nav-links > li:hover .nav-dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.nav-dropdown a:hover { background: var(--paper); color: var(--cta); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cta);
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--cta-hover); transform: translateY(-1px); }
.nav-burger {
  display: none;
  border: 1px solid var(--line-dark-strong);
  width: 40px; height: 40px;
  border-radius: 4px;
  align-items: center; justify-content: center;
  cursor: pointer;
  background: #fff;
  color: var(--navy);
}
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
}
@media (max-width: 540px) {
  .nav-cta span.full { display: none; }
}

/* Mobile menu (CSS-only via checkbox + :has) */
.burger-toggle { position: absolute; opacity: 0; pointer-events: none; }
.mobile-menu {
  position: fixed; inset: 116px 0 0;
  background: #fff;
  z-index: 49;
  padding: 24px 32px;
  display: none;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--line-dark);
  overflow-y: auto;
}
.nav:has(#burger-toggle:checked) ~ .mobile-menu,
body:has(#burger-toggle:checked) .mobile-menu { display: flex; }
.nav-burger .ic-close { display: none; }
#burger-toggle:checked + .nav-burger .ic-open { display: none; }
#burger-toggle:checked + .nav-burger .ic-close { display: block; }
.mobile-menu a {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
  border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
  display: flex; align-items: center; justify-content: space-between;
}
.mobile-menu .mobile-cta {
  margin-top: 16px;
  background: var(--cta);
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  border-bottom: none;
  justify-content: center;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 26px;
  border-radius: 4px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
  letter-spacing: 0.01em;
  line-height: 1;
}
.btn .arrow { width: 16px; height: 16px; transition: transform .2s; }
.btn:hover .arrow { transform: translateX(3px); }
.btn-primary {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 1px 0 rgba(17,30,52,0.08);
}
.btn-primary:hover {
  background: var(--cta-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -6px rgba(79,157,185,0.45);
}
.btn-ghost {
  background: transparent;
  color: var(--navy);
  border-color: var(--line-dark-strong);
}
.btn-ghost:hover { border-color: var(--cta); color: var(--cta); }
.btn-ghost.on-dark {
  color: #fff;
  border-color: rgba(255,255,255,0.25);
}
.btn-ghost.on-dark:hover { border-color: #fff; }
.btn-outline-cta {
  background: transparent;
  color: var(--cta);
  border-color: var(--cta);
}
.btn-outline-cta:hover { background: var(--cta); color: #fff; }
.btn-sm { padding: 11px 18px; font-size: 13px; }
.btn-block { width: 100%; }

/* Botón CTA llamativo */
.btn-loud {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  background: linear-gradient(135deg, var(--turquesa) 0%, var(--turquesa-deep) 100%);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 24px -4px rgba(61,126,150,0.40);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-loud::before {
  content: "";
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-15deg);
  transition: left .55s ease;
  pointer-events: none;
}
.btn-loud:hover::before { left: 140%; }
.btn-loud:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -6px rgba(61,126,150,0.55);
}
.btn-loud-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.btn-loud-main {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.btn-loud-sub {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.82;
  letter-spacing: 0.02em;
}
.btn-loud-arrow {
  flex-shrink: 0;
  transition: transform .2s ease;
}
.btn-loud:hover .btn-loud-arrow { transform: translateX(4px); }

/* ============================================
   3. HERO
   ============================================ */
.hero {
  background: linear-gradient(180deg, #fff 0%, #FAFBFC 100%);
  padding: 20px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: -1px -1px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}

/* Tipografía cinética editorial — background focal del hero */
.hero-kinetic-bg {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 28px;
}
.kbt {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: transparent;
  white-space: nowrap;
  display: block;
  line-height: 0.86;
  will-change: transform;
}
.kbt-1 {
  font-size: clamp(76px, 11.5vw, 156px);
  -webkit-text-stroke: 1.5px rgba(54,71,91,0.11);
  animation: kbtDrift1 24s ease-in-out infinite;
}
.kbt-2 {
  font-size: clamp(58px, 8.8vw, 120px);
  -webkit-text-stroke: 1.5px rgba(79,157,185,0.10);
  margin-left: 7%;
  animation: kbtDrift2 30s ease-in-out infinite;
}
.kbt-3 {
  font-size: clamp(44px, 6.8vw, 92px);
  -webkit-text-stroke: 1.5px rgba(196,148,94,0.10);
  margin-left: 17%;
  animation: kbtDrift3 20s ease-in-out infinite;
}

/* Orbs de color flotantes — capa de profundidad */
.hero::before {
  content: "";
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79,157,185,0.18) 0%, transparent 65%);
  top: -220px; right: -80px;
  pointer-events: none;
  z-index: 0;
  animation: orbFloat1 20s ease-in-out infinite;
}
.hero::after {
  content: "";
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,148,94,0.12) 0%, transparent 65%);
  bottom: -120px; left: 8%;
  pointer-events: none;
  z-index: 0;
  animation: orbFloat2 26s ease-in-out infinite;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  min-height: 540px;
}
.hero-copy { max-width: 620px; }
.hero-eyebrow-row {
  display: flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--turquesa-deep);
  margin-bottom: 28px;
}
.hero-eyebrow-row .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px var(--copper-soft);
}
.hero-eyebrow-row .pipe { color: var(--text-3); }
h1.hero-title {
  font-size: clamp(40px, 5.5vw, 50px);
  font-weight: 800;
  line-height: 1.0;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
h1.hero-title .row { display: block; }
h1.hero-title .row:nth-child(3) {
  font-size: 1.22em;
  letter-spacing: -0.035em;
  line-height: 1.0;
}
h1.hero-title .accent { color: var(--cta); }
.hero-sub {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text-2);
  margin-bottom: 24px;
  max-width: 520px;
}
.hero-trust-micro {
  display: flex; flex-wrap: wrap; gap: 12px 20px;
  margin-bottom: 28px;
  padding-bottom: 0;
}
.hero-trust-micro .item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px;
  color: var(--navy);
  font-weight: 600;
}
.hero-trust-micro .item svg {
  width: 15px; height: 15px; color: var(--cta);
  flex-shrink: 0;
}
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Hero mini-form ─────────────────────────────────────── */
.hero-lead-form { margin-top: 34px; }

.hlf-step {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.hlf-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 3px var(--copper-soft);
  flex-shrink: 0;
}
.hlf-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: var(--copper);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hlf-sep { color: var(--text-3); font-size: 11px; }
.hlf-cta-text {
  font-size: 14px;
  color: var(--navy);
  font-weight: 600;
}

.hlf-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line-dark-strong);
  border-radius: 8px;
  padding: 14px;
  box-shadow:
    0 4px 24px -8px rgba(17,30,52,0.10),
    0 1px 3px rgba(17,30,52,0.05);
}

.hlf-field { display: flex; }
.hlf-field:first-child { grid-column: 1 / -1; }

.hlf-field input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line-dark-strong);
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--navy);
  background: var(--paper);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.hlf-field input::placeholder { color: var(--text-3); }
.hlf-field input:focus {
  border-color: var(--cta);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79,157,185,0.12);
}

.hlf-submit {
  grid-column: 1 / -1;
  height: 48px;
  margin-top: 4px;
  background: var(--cta);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.hlf-submit:hover {
  background: var(--turquesa-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -4px rgba(61,126,150,0.4);
}
.hlf-submit svg { flex-shrink: 0; transition: transform .2s; }
.hlf-submit:hover svg { transform: translateX(3px); }

.hlf-foot {
  margin-top: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--text-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hlf-cat-link {
  color: var(--cta);
  text-decoration: none;
  border-bottom: 1px solid rgba(79,157,185,0.3);
  padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.hlf-cat-link:hover { color: var(--navy); border-color: var(--navy); }

/* Partners strip — encima del panel */
.panel-partners {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pp-sep {
  color: var(--line-dark-strong);
  font-weight: 400;
}

/* Hero visual — instrument panel */
.hero-visual {
  position: relative;
  display: flex; flex-direction: column;
  align-items: stretch;
}

.hero-panel {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 80px -28px rgba(15,25,40,0.45);
  position: relative;
  border: 1px solid rgba(255,255,255,0.06);
}
.hero-panel::before {
  /* Subtle grid overlay */
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.panel-tag {
  display: flex; flex-direction: column; gap: 3px;
}
.panel-tag .mono-id {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
}
.panel-tag .mono-loc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.panel-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--mint);
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 6px 10px;
  border: 1px solid rgba(5,229,197,0.3);
  border-radius: 100px;
  background: rgba(5,229,197,0.06);
}
.panel-status .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 8px var(--mint);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; } 50% { opacity: 0.4; }
}

.panel-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 26px 22px;
  position: relative;
}

/* Gauge */
.gauge {
  position: relative;
  aspect-ratio: 1;
}
.gauge svg { display: block; }
.gauge-center {
  position: absolute;
  inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2px;
  text-align: center;
}
.gauge-val {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}
.gauge-unit {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--turquesa-2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 2px;
}
.gauge-range {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.12em;
  margin-top: 8px;
}

/* Readouts */
.readouts {
  display: flex; flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.readout {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 2px 0;
  padding: 8px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 4px;
}
.ro-label {
  grid-column: 1; grid-row: 1;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ro-val {
  grid-column: 2; grid-row: 1;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.ro-val .ro-unit {
  font-size: 10px;
  color: var(--turquesa-2);
  font-family: 'JetBrains Mono', monospace;
  margin-left: 4px;
  font-weight: 500;
}
.ro-bar {
  grid-column: 1 / -1; grid-row: 2;
  height: 3px;
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 4px;
}
.ro-bar > span {
  display: block;
  height: 100%;
  background: var(--turquesa-2);
  border-radius: 2px;
}
.ro-bar.accent > span { background: var(--copper); }

.panel-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px; flex-wrap: wrap;
  padding: 14px 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.18);
}
.panel-foot .proto {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px;
}
.panel-foot .proto::before {
  content: "";
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--turquesa-2);
  flex-shrink: 0;
}
.panel-foot .uptime {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  font-weight: 600;
  color: var(--copper);
  letter-spacing: 0.1em;
}

/* Floating badges */
.float-badge {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line-dark);
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 16px 40px -12px rgba(17,30,52,0.18);
  display: flex; align-items: center; gap: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--navy);
  z-index: 2;
}
.float-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px var(--copper-soft);
  flex-shrink: 0;
}
.float-badge .mono-line {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--text-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
  font-weight: 500;
}
.float-badge svg { color: var(--cta); flex-shrink: 0; }

.stock-badge {
  top: -14px; right: -16px;
  border-color: var(--copper);
}
.cert-badge {
  bottom: -16px; left: -18px;
  border-color: var(--cta);
}

/* ============================================
   HERO — ANIMATIONS
   ============================================ */

@keyframes kbtDrift1 {
  0%, 100% { transform: translateX(0)    skewX(0deg); }
  45%       { transform: translateX(38px) skewX(0.3deg); }
}
@keyframes kbtDrift2 {
  0%, 100% { transform: translateX(0)     skewX(0deg); }
  50%       { transform: translateX(-48px) skewX(-0.4deg); }
}
@keyframes kbtDrift3 {
  0%, 100% { transform: translateX(0); }
  30%       { transform: translateX(24px); }
  70%       { transform: translateX(-16px); }
}

@keyframes orbFloat1 {
  0%,  100% { transform: translate(0, 0)       scale(1);    opacity: 0.9; }
  30%        { transform: translate(50px, -40px) scale(1.1);  opacity: 1;   }
  65%        { transform: translate(-30px, 25px) scale(0.93); opacity: 0.8; }
}
@keyframes orbFloat2 {
  0%,  100% { transform: translate(0, 0)        scale(1);    opacity: 0.9; }
  40%        { transform: translate(-60px, 35px) scale(1.12); opacity: 1;   }
  75%        { transform: translate(40px, -25px) scale(0.9);  opacity: 0.7; }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroPanelIn {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes gaugeArcDraw {
  from { stroke-dasharray: 0 515; }
  to   { stroke-dasharray: 274 515; }
}
@keyframes barGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes badgeIn {
  0%   { opacity: 0; transform: translateY(12px) scale(0.9); }
  70%  { transform: translateY(-3px) scale(1.02); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes scanPanel {
  0%   { top: -60px; opacity: 0; }
  6%   { opacity: 1; }
  94%  { opacity: 1; }
  100% { top: calc(100% + 60px); opacity: 0; }
}
@keyframes dataFlicker {
  0%, 92%, 100% { opacity: 1; }
  93% { opacity: 0.55; }
  94% { opacity: 1; }
  95% { opacity: 0.7; }
  96% { opacity: 1; }
}

/* Hero copy — staggered entry */
.hero-eyebrow-row              { animation: heroFadeUp 0.6s ease-out 0.15s both; }
h1.hero-title .row:nth-child(1){ animation: heroFadeUp 0.65s ease-out 0.26s both; }
h1.hero-title .row:nth-child(2){ animation: heroFadeUp 0.65s ease-out 0.40s both; }
h1.hero-title .row:nth-child(3){ animation: heroFadeUp 0.65s ease-out 0.54s both; }
.hero-sub                      { animation: heroFadeUp 0.6s ease-out 0.64s both; }
.hero-trust-micro              { animation: heroFadeUp 0.6s ease-out 0.74s both; }
.hero-lead-form                { animation: heroFadeUp 0.6s ease-out 0.84s both; }

/* Panel entry */
.hero-panel { animation: heroPanelIn 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) 0.30s both; }

/* Scanline — efecto de datos en vivo */
.hero-panel::after {
  content: "";
  position: absolute; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(95,179,207,0.05), transparent);
  animation: scanPanel 5.5s ease-in-out 1.6s infinite;
  pointer-events: none;
  z-index: 3;
}

/* Gauge arc — dibuja desde 0 al valor real */
.gauge svg circle:nth-of-type(2) {
  animation: gaugeArcDraw 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.85s both;
}

/* Gauge value — parpadeo sutil de dato vivo */
.gauge-val { animation: dataFlicker 10s ease-in-out 3.5s infinite; }

/* Readout bars — crecen desde la izquierda */
.ro-bar > span {
  transform-origin: left center;
  animation: barGrow 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.readout:nth-child(1) .ro-bar > span { animation-delay: 1.05s; }
.readout:nth-child(2) .ro-bar > span { animation-delay: 1.20s; }
.readout:nth-child(3) .ro-bar > span { animation-delay: 1.35s; }
.readout:nth-child(4) .ro-bar > span { animation-delay: 1.50s; }

/* Float badges — pop con rebote */
.stock-badge { animation: badgeIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 1.10s both; }
.cert-badge  { animation: badgeIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 1.25s both; }

/* Accesibilidad — respeta preferencia de movimiento reducido */
@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow-row, h1.hero-title .row,
  .hero-sub, .hero-trust-micro, .hero-lead-form,
  .hero-panel, .gauge svg circle:nth-of-type(2),
  .gauge-val, .ro-bar > span, .stock-badge, .cert-badge,
  .hero-bg, .hero::before, .hero::after,
  .kbt-1, .kbt-2, .kbt-3 {
    animation: none;
  }
  .hero-panel::after { display: none; }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 56px; min-height: 0; }
  .hero { padding: 56px 0 80px; }
  .stock-badge { right: 8px; top: -14px; }
  .cert-badge { left: 8px; bottom: -16px; }
  .panel-main { grid-template-columns: 1fr 1fr; gap: 16px; padding: 22px; }
  .gauge-val { font-size: 32px; }
}
@media (max-width: 540px) {
  .panel-main { grid-template-columns: 1fr; }
  .gauge { max-width: 220px; margin: 0 auto; }
}

/* ============================================
   4. TRUST STRIP
   ============================================ */
.trust-strip {
  background: var(--paper);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 32px 0;
}
.trust-strip-inner {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  gap: 48px;
  align-items: center;
}
.trust-stat {
  display: flex; flex-direction: column; gap: 2px;
  padding-right: 48px;
  border-right: 1px solid var(--line-dark);
}
.trust-strip-inner > .trust-stat:nth-child(3) { border-right: none; padding-right: 0; }
.trust-stat .num {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.02em;
}
.trust-stat .num .plus { color: var(--copper); }
.trust-stat .label {
  font-size: 13px;
  color: var(--text-2);
  margin-top: 4px;
}
.trust-brands {
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center;
  justify-content: flex-end;
}
.trust-brand {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--text-3);
  letter-spacing: 0.02em;
  filter: grayscale(1);
  opacity: 0.85;
  transition: opacity .2s;
}
.trust-brand:hover { opacity: 1; color: var(--navy); }
.trust-brand-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}
.trust-brand sup { font-size: 9px; vertical-align: super; font-weight: 500; }
@media (max-width: 960px) {
  .trust-strip-inner { grid-template-columns: repeat(3, 1fr); gap: 28px; row-gap: 32px; }
  .trust-stat { border-right: none; padding-right: 0; }
  .trust-brands { grid-column: 1 / -1; justify-content: flex-start; gap: 22px; }
}
@media (max-width: 540px) {
  .trust-strip-inner { grid-template-columns: 1fr 1fr; }
  .trust-brands { gap: 20px; }
}

/* ============================================
   5. CATÁLOGO
   ============================================ */
.catalog { padding: 120px 0; content-visibility: auto; contain-intrinsic-size: 0 900px; }
.catalog-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 56px;
}
.catalog-head .mono-id {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line-dark-strong);
  border-radius: 8px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  position: relative;
  will-change: transform;
}
.product-card:hover {
  border-color: var(--cta);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -16px rgba(54,71,91,0.18);
}
.product-img {
  background: #f0f2f4;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid var(--line-dark);
  position: relative;
  overflow: hidden;
}
.product-img-link {
  position: absolute;
  inset: 0;
  display: block;
}
.product-img-link img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}
.product-card:hover .product-img-link img {
  transform: scale(1.05);
  filter: brightness(1.06);
}
.product-img .placeholder-label {
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--line-dark);
  padding: 8px 14px;
  border-radius: 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--text-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-meta-pill {
  position: absolute;
  bottom: 12px; right: 12px;
  z-index: 1;
  background: #fff;
  border: 1px solid #22a06b;
  color: #22a06b;
  padding: 5px 10px;
  border-radius: 100px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
}
.product-meta-pill .dot {
  width: 5px; height: 5px; border-radius: 50%; background: #22a06b;
}
.product-body { padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-cat-id {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: var(--text-3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-body h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 2px;
}
.product-desc {
  font-size: 12.5px;
  color: var(--text-3);
  line-height: 1.5;
}
/* Specs técnicas */
.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0;
  font-size: 11.5px;
  color: #64748B;
  line-height: 1.5;
  margin-top: 2px;
}
.product-specs .ps:not(:last-child)::after {
  content: " · ";
  color: #94a3b8;
  margin: 0 4px;
}
/* Tecnologías */
.product-tech {
  padding-top: 10px;
  border-top: 1px dashed var(--line-dark);
  margin-top: 4px;
}
.product-tech .tech-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  color: var(--cta);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.product-tech .tech-list {
  display: flex; flex-wrap: wrap; gap: 4px 0;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
}
.product-tech .tech-list span:not(:last-child)::after {
  content: " · ";
  margin: 0 4px;
  font-weight: 400;
  color: #cbd5e1;
}
/* tech principal */
.product-tech .tech-list .tp {
  color: #b7b7b7;
  font-weight: 600;
}
/* tech secundaria */
.product-tech .tech-list .ts {
  color: #95A5A6;
  font-weight: 400;
}
/* Botones */
.product-cta {
  display: flex; gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}
.product-cta .btn { flex: 1; padding: 11px 10px; font-size: 12.5px; text-align: center; justify-content: center; }
.product-cta .btn-primary:hover { background: #2E5FA3; box-shadow: 0 4px 12px rgba(74,144,226,.25); }
.product-cta .btn-ghost { border-color: var(--cta); color: var(--cta); }
.product-cta .btn-ghost:hover { background: #E3F0FF; border-color: var(--cta); color: var(--cta); }


@media (max-width: 1100px) {
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .catalog { padding: 80px 0; }
  .catalog-head { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 600px) {
  .catalog-grid { grid-template-columns: 1fr; }
}

/* ============================================
   6. PAIN BRIDGE
   ============================================ */
.pain {
  background: var(--navy-deep);
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.pain::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, #000 0%, transparent 80%);
  pointer-events: none;
}
.pain-inner { position: relative; z-index: 1; }
.pain-head {
  max-width: 720px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.ind-head-cta {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 6px;
}
.pain h2 { color: #fff; }
.pain .eyebrow { color: var(--copper); }
.pain-rows {
  display: flex; flex-direction: column;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.pain-row {
  display: grid;
  grid-template-columns: 64px 1fr 1fr;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  align-items: start;
}
.pain-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--copper);
  letter-spacing: 0.08em;
  padding-top: 6px;
}
.pain-quote {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  color: rgba(255,255,255,0.95);
  font-style: italic;
  position: relative;
  padding-left: 24px;
  border-left: 2px solid var(--copper);
}
.pain-solution {
  display: flex; flex-direction: column; gap: 8px;
  padding-left: 32px;
  position: relative;
}
.pain-solution::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 18px; height: 1px;
  background: var(--turquesa-2);
}
.pain-solution .sol-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--turquesa-2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pain-solution .sol-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  line-height: 1.4;
}
.pain-cta {
  margin-top: 56px;
  display: flex; gap: 24px; align-items: center; flex-wrap: wrap;
}
.pain-cta a.text-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
  padding-bottom: 2px;
}
.pain-cta a.text-link:hover { color: #fff; border-color: #fff; }
@media (max-width: 820px) {
  .pain { padding: 80px 0; }
  .pain-row { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
  .pain-num { padding-top: 0; }
  .pain-solution { padding-left: 24px; }
  .pain-solution::before { top: 8px; }
}

/* ============================================
   7. POR QUÉ OBINU
   ============================================ */
.why { background: #fff; padding: 120px 0; content-visibility: auto; contain-intrinsic-size: 0 800px; }
.why-head { max-width: 720px; margin-bottom: 56px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark-strong);
  border: 1px solid var(--line-dark-strong);
}
.why-card {
  background: #fff;
  padding: 36px 32px;
  display: flex; flex-direction: column;
  position: relative;
  transition: background .2s;
  min-height: 280px;
}
.why-card:hover { background: #FAFBFC; }
.why-card:hover .why-link { color: var(--cta); }
.why-card:hover .why-link .arrow { transform: translateX(3px); }
.why-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: var(--cta);
  margin-bottom: 24px;
}
.why-num {
  position: absolute;
  top: 36px; right: 32px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--text-3);
  letter-spacing: 0.08em;
}
.why-card h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.why-card p {
  color: var(--text-2);
  font-size: 14.5px;
  line-height: 1.55;
}
.why-link {
  margin-top: auto;
  padding-top: 24px;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-2);
  text-decoration: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  transition: color .2s;
}
.why-link .arrow { width: 14px; height: 14px; transition: transform .2s; }
@media (max-width: 900px) {
  .why { padding: 80px 0; }
  .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .why-grid { grid-template-columns: 1fr; }
}

/* ============================================
   8. INDUSTRIAS (grid de 4 cards)
   ============================================ */
.industries {
  background: var(--paper);
  padding: 120px 0;
  content-visibility: auto;
  contain-intrinsic-size: 0 900px;
}
.industries-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}
.ind-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ind-card {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  will-change: transform;
}
.ind-card:hover {
  border-color: var(--cta);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -16px rgba(54,71,91,0.15);
}
.ind-card-img {
  border-right: 1px solid var(--line-dark);
  overflow: hidden;
}
.ind-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ind-card-body {
  padding: 28px 28px 24px;
  display: flex; flex-direction: column;
}
.ind-card-body .mono-id {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--cta);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ind-card-body h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.ind-card-body > p {
  font-size: 14.5px;
  color: var(--text-2);
  line-height: 1.55;
  margin-bottom: 18px;
}
.ind-card .ind-products {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 16px;
  border-top: 1px dashed var(--line-dark);
  margin-bottom: 20px;
}
.ind-card .ind-products .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--text-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ind-card .ind-products ul {
  list-style: none;
  display: flex; flex-direction: column; gap: 6px;
}
.ind-card .ind-products li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px;
  color: var(--navy);
  font-weight: 500;
}
.ind-card .ind-products li::before {
  content: "";
  width: 5px; height: 5px;
  background: var(--cta);
  flex-shrink: 0;
}
.ind-link {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--cta);
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  transition: gap .2s;
}
.ind-link .arrow { width: 14px; height: 14px; transition: transform .2s; }
.ind-card:hover .ind-link .arrow { transform: translateX(3px); }
@media (max-width: 1080px) {
  .ind-card { grid-template-columns: 1fr; }
  .ind-card-img { aspect-ratio: 16 / 8; border-right: none; border-bottom: 1px solid var(--line-dark); }
}
@media (max-width: 820px) {
  .industries { padding: 80px 0; }
  .industries-head { grid-template-columns: 1fr; gap: 20px; }
  .ind-grid { grid-template-columns: 1fr; }
}

/* ============================================
   9. LEAD MAGNET
   ============================================ */
.lead {
  background: var(--navy);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.lead::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 100% 56px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
  pointer-events: none;
}
.lead-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.lead-left h2 { color: #fff; max-width: 460px; }
.lead-left p.lede { color: rgba(255,255,255,0.75); max-width: 480px; margin-bottom: 32px; }
.lead-pdf-icon {
  width: 56px; height: 56px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  display: grid; place-items: center;
  color: var(--copper);
  margin-bottom: 28px;
}
.lead-bullets {
  list-style: none;
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 32px;
}
.lead-bullets li {
  display: flex; align-items: start; gap: 12px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.5;
}
.lead-bullets li svg {
  flex-shrink: 0;
  width: 18px; height: 18px;
  color: var(--turquesa-2);
  margin-top: 2px;
}
.lead-meta {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.lead-meta .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px var(--copper-soft);
}

/* Form */
.form-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  color: var(--text);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.4);
}
.form-card-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--paper-2);
  margin-bottom: 24px;
}
.form-card-head h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
  color: var(--navy);
  font-weight: 600;
}
.form-card-head .mono { color: var(--cta); }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row .form-field { margin-bottom: 16px; }
.form-field label {
  font-size: 11px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}
.form-field label .req { color: var(--copper); margin-left: 2px; }
.form-field input,
.form-field select,
.form-field textarea {
  font-family: inherit;
  font-size: 14.5px;
  padding: 12px 14px;
  border: 1px solid #D9DFE4;
  border-radius: 4px;
  background: #FCFDFE;
  color: var(--ink);
  transition: border-color .15s, background .15s, box-shadow .15s;
  width: 100%;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--cta);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79,157,185,0.12);
}
.form-field select { cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2336475B' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--cta);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-top: 8px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: all .2s;
}
.form-submit:hover {
  background: var(--cta-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -8px rgba(79,157,185,0.5);
}
.form-foot {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-3);
}
@media (max-width: 960px) {
  .lead { padding: 72px 0; }
  .lead-inner { grid-template-columns: 1fr; gap: 56px; }
  .form-card { padding: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

/* ============================================
   10. CERTIFICACIONES
   ============================================ */
.certs { background: #fff; padding: 100px 0; content-visibility: auto; contain-intrinsic-size: 0 700px; }
.certs-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.certs-head .eyebrow { justify-content: center; }
.certs-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 64px;
}
.cert-card {
  background: #fff;
  border: 1px solid var(--line-dark-strong);
  border-radius: 8px;
  padding: 40px;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 16px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  will-change: transform;
}
.cert-card:hover {
  border-color: var(--cta);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -16px rgba(54,71,91,0.15);
}
.cert-brand {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: var(--navy);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.cert-brand-logo {
  height: 70px;
  width: auto;
  object-fit: contain;
  display: block;
}
.cert-card .role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--cta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cert-card .role-desc {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.5;
  margin-bottom: 8px;
}
.cert-secondary {
  text-align: center;
  padding-top: 48px;
  border-top: 1px solid var(--line-dark);
}
.cert-secondary .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.cert-other-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 48px;
  align-items: center;
}
.cert-other {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--text-3);
  letter-spacing: 0.04em;
  filter: grayscale(1);
  transition: color .2s, filter .2s;
}
.cert-other:hover { color: var(--navy); filter: grayscale(0.5); }
.cert-other-logo {
  height: 70px;
  width: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 760px) {
  .certs { padding: 72px 0; }
  .certs-main { grid-template-columns: 1fr; }
  .cert-card { padding: 28px; }
  .cert-other-row { gap: 28px; }
}

/* ============================================
   11. CTA FINAL
   ============================================ */
.final-cta {
  background: var(--ink-2);
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(79,157,185,0.14) 0%, transparent 50%);
  pointer-events: none;
}
.final-cta-inner { text-align: center; position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.final-cta h2 { color: #fff; margin-bottom: 18px; }
.final-cta .lede {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  max-width: 540px; margin: 0 auto 56px;
  line-height: 1.55;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 56px;
  text-align: left;
}
.contact-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 28px;
  display: flex; flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: border-color .25s, background .25s, transform .25s;
  will-change: transform;
}
.contact-card:hover {
  border-color: var(--cta);
  background: rgba(79,157,185,0.06);
  transform: translateY(-2px);
}
.contact-card .ic {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  color: var(--turquesa-2);
  margin-bottom: 24px;
}
.contact-card .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 6px;
}
.contact-card h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.contact-card .val {
  font-size: 14.5px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
  line-height: 1.45;
}
.contact-card .go {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: var(--cta);
  transition: gap .2s;
}
.contact-card:hover .go { gap: 12px; color: var(--turquesa-2); }
.final-meta {
  display: flex; gap: 32px; justify-content: center; flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 13.5px;
  color: rgba(255,255,255,0.6);
}
.final-meta .item { display: inline-flex; align-items: center; gap: 8px; }
.final-meta svg { color: var(--turquesa-2); }
@media (max-width: 900px) {
  .final-cta { padding: 80px 0; }
  .contact-cards { grid-template-columns: 1fr; }
}

/* ============================================
   FOOTER
   ============================================ */
.footer { background: var(--ink); color: rgba(255,255,255,0.6); padding: 64px 0 28px; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo-word { color: #fff; }
.footer-brand p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  margin: 20px 0 24px;
  max-width: 320px;
  line-height: 1.55;
}
.footer-socials { display: flex; gap: 8px; }
.footer-socials a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  display: grid; place-items: center;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: all .2s;
}
.footer-socials a:hover { color: #fff; border-color: var(--cta); }
.footer-col h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color .15s;
}
.footer-col a:hover { color: var(--turquesa-2); }
.footer-col .contact-item {
  display: flex; flex-direction: column; gap: 2px;
  margin-bottom: 12px;
}
.footer-col .contact-item .ck {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.06em;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom .partners { display: flex; gap: 12px; }
.footer-bottom .partners span {
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
}
.footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; align-items: flex-start; }
}
@media (max-width: 540px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ============================================
   12. FAQ
   ============================================ */
.faq {
  background: #fff;
  padding: 100px 0;
  border-top: 1px solid var(--line-dark);
  content-visibility: auto;
  contain-intrinsic-size: 0 1200px;
}
.faq-head {
  max-width: 640px;
  margin-bottom: 64px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.faq-item {
  padding: 36px 40px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.faq-num {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  color: var(--copper);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.faq-q {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.faq-a {
  font-size: 14.5px;
  color: var(--text-2);
  line-height: 1.65;
}
@media (max-width: 820px) {
  .faq-grid { grid-template-columns: 1fr; }
  .faq { padding: 80px 0; }
  .faq-head { margin-bottom: 48px; }
}
@media (max-width: 540px) {
  .faq { padding: 72px 0; }
  .faq-item { padding: 28px 24px; }
  .faq-q { font-size: 15px; }
  .faq-a { font-size: 14px; }
}

/* ============================================================
   MEJORAS MOBILE — Responsive global
   ============================================================ */

/* ── Contenedor global ──────────────────────────────────────*/
@media (max-width: 768px) { .wraps { padding: 0 24px; } }
@media (max-width: 480px) { .wraps { padding: 0 16px; } }

/* ── Nav & menú móvil ───────────────────────────────────────*/
@media (max-width: 480px) {
  .nav-inner     { height: 60px; }
  .mobile-menu   { padding: 20px 16px; inset: 104px 0 0; }
  .nav-cta       { padding: 9px 14px; font-size: 12.5px; gap: 6px; }
  .nav-cta svg   { display: none; }
}

/* ── Tipografía cinética: tablet escala, móvil se oculta ────*/
@media (max-width: 960px) {
  .hero-kinetic-bg { opacity: 0.75; }
  .kbt-1 { font-size: clamp(52px, 9vw, 96px); }
  .kbt-2 { font-size: clamp(40px, 7vw, 76px); }
  .kbt-3 { font-size: clamp(32px, 5.5vw, 58px); }
}
@media (max-width: 540px) {
  .hero-kinetic-bg { display: none; }
}

/* ── Títulos de sección globales ────────────────────────────*/
@media (max-width: 540px) {
  .section-title { font-size: clamp(26px, 7vw, 36px); margin-bottom: 14px; }
  .section-lede  { font-size: 15.5px; }
}

/* ── HERO ───────────────────────────────────────────────────*/
@media (max-width: 960px) {
  .hero::before { width: 400px; height: 400px; top: -130px; right: -50px; }
  .hero::after  { width: 260px; height: 260px; }
}
@media (max-width: 540px) {
  .hero          { padding: 36px 0 56px; }
  .hero-sub      { font-size: 15.5px; }
  .hero-trust-micro { gap: 8px 14px; }
  .hero-trust-micro .item { font-size: 12.5px; }
  /* Formulario hero */
  .hlf-form      { grid-template-columns: 1fr; padding: 12px; gap: 6px; }
  .hlf-field:first-child { grid-column: 1; }
  .hlf-field input { font-size: 16px; height: 48px; }
  .hlf-submit    { height: 52px; font-size: 15px; }
  .hlf-foot      { font-size: 9px; }
  /* Badges: ocultar — se superponen al contenido en móvil */
  .float-badge   { display: none; }
}

/* ── Panel técnico ──────────────────────────────────────────*/
@media (max-width: 540px) {
  .panel-head    { padding: 14px 16px; }
  .panel-main    { padding: 18px 16px; }
  .panel-foot    { padding: 12px 16px; gap: 4px 10px; }
  .panel-foot .proto  { font-size: 8px; }
  .panel-foot .uptime { font-size: 8px; }
  .readout       { padding: 6px 10px; }
  .ro-val        { font-size: 13px; }
  .gauge-unit    { font-size: 9.5px; }
  .gauge-range   { font-size: 8px; }
}

/* ── TRUST STRIP ────────────────────────────────────────────*/
@media (max-width: 540px) {
  .trust-strip   { padding: 24px 0; }
  .trust-stat .num  { font-size: 28px; }
  .trust-brands  { gap: 14px; }
  .trust-brand-logo { height: 28px; }
}

/* ── BTN-LOUD — ancho completo en móvil ─────────────────────*/
@media (max-width: 540px) {
  .btn-loud {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .btn-loud-inner { align-items: center; }
}

/* ── CATÁLOGO ───────────────────────────────────────────────*/
@media (max-width: 540px) {
  .catalog       { padding: 64px 0; }
  .catalog-head  { margin-bottom: 32px; }
  .product-body  { padding: 16px; gap: 10px; }
  .product-body h3   { font-size: 18px; }
  .product-tech .tech-label { font-size: 9px; }
  /* Botones apilados y táctiles (min 44px) */
  .product-cta   { flex-direction: column; gap: 6px; }
  .product-cta .btn { justify-content: center; width: 100%; padding: 13px; }
}

/* ── PAIN BRIDGE ────────────────────────────────────────────*/
@media (max-width: 540px) {
  .pain          { padding: 64px 0; }
  .pain-head     { margin-bottom: 40px; }
  .pain-quote    { font-size: 16px; padding-left: 16px; }
  .pain-solution { padding-left: 0; }
  .pain-solution::before { display: none; }
  .pain-solution .sol-text { font-size: 15px; }
  .pain-row      { padding: 22px 0; gap: 12px; }
  .pain-cta      { margin-top: 36px; flex-direction: column; align-items: stretch; gap: 12px; }
  .pain-cta .btn { justify-content: center; }
  .pain-cta .text-link { text-align: center; }
}

/* ── POR QUÉ OBINU ──────────────────────────────────────────*/
@media (max-width: 540px) {
  .why           { padding: 64px 0; }
  .why-head      { margin-bottom: 32px; }
  .why-card      { padding: 22px 18px; min-height: 0; }
  .why-card h3   { font-size: 15px; }
  .why-card p    { font-size: 13.5px; }
  .why-icon      { margin-bottom: 16px; }
}

/* ── INDUSTRIAS ─────────────────────────────────────────────*/
@media (max-width: 540px) {
  .industries    { padding: 64px 0; }
  .ind-card-body { padding: 18px; }
  .ind-card-body h3  { font-size: 18px; }
  .ind-card-body > p { font-size: 13.5px; margin-bottom: 14px; }
  .ind-products  { margin-top: 12px; }
  .ind-card .ind-products li { font-size: 13px; }
}

/* ── LEAD / FORMULARIO ──────────────────────────────────────*/
@media (max-width: 540px) {
  .lead          { padding: 56px 0; }
  .lead-left .section-title { font-size: clamp(24px, 6vw, 32px); }
  .lede          { font-size: 15px; }
  .lead-bullets  { gap: 10px; }
  .lead-bullets li   { font-size: 13.5px; gap: 10px; }
  .lead-meta     { font-size: 10.5px; flex-wrap: wrap; gap: 6px; }
  .form-card     { padding: 20px 16px; border-radius: 8px; }
  .form-card-head h3 { font-size: 16px; }
  .form-field label  { font-size: 11px; }
  .form-foot     { font-size: 11px; }
  /* font-size 16px evita zoom automático en iOS Safari */
  .form-field input,
  .form-field select,
  .form-field textarea { font-size: 16px; }
  .form-submit   { padding: 15px 20px; font-size: 15px; }
}

/* ── CERTIFICACIONES ────────────────────────────────────────*/
@media (max-width: 540px) {
  .certs         { padding: 64px 0; }
  .cert-card     { padding: 24px 20px; gap: 12px; }
  .cert-brand-logo   { height: 50px; }
  .cert-other-logo   { height: 50px; }
  .cert-other-row    { gap: 20px 24px; }
}

/* ── CTA FINAL ──────────────────────────────────────────────*/
@media (max-width: 540px) {
  .final-cta     { padding: 60px 0; }
  .final-cta .section-title { font-size: clamp(26px, 7vw, 36px); }
  .final-cta .lede { font-size: 15px; margin-bottom: 32px; }
  .contact-card  { padding: 20px; }
  .contact-card .ic  { width: 36px; height: 36px; margin-bottom: 14px; }
  .contact-card h4   { font-size: 15px; }
  .contact-card .val { font-size: 13.5px; margin-bottom: 16px; }
  .final-meta    {
    flex-direction: column; align-items: center;
    gap: 10px; padding-top: 24px; font-size: 12px;
  }
}

/* ── FOOTER ─────────────────────────────────────────────────*/
@media (max-width: 820px) {
  .footer-bottom { align-items: center; }
}
@media (max-width: 540px) {
  .footer        { padding: 48px 0 20px; }
  .footer-brand p { max-width: 100%; }
  .footer-col h4  { font-size: 14px; margin-bottom: 12px; }
  .footer-bottom  { font-size: 9.5px; gap: 12px; }
  .footer-socials { gap: 12px; }
}

/* ============================================
   Reduced motion
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7f8526 *//* --- Contenedor Principal (Tarjeta Blanca) --- */
.cf7-box-cotizacion {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    max-width: 520px; /* Ancho ajustado a la proporción de tu imagen */
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* Sombra muy sutil */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Magia para que Contact Form 7 no rompa el diseño con sus <p> y <br> */
.cf7-box-cotizacion p {
    margin: 0 !important;
    padding: 0 !important;
    display: contents !important; 
}
.cf7-box-cotizacion br {
    display: none !important;
}

/* --- Filas y Columnas --- */
.cf7-fila {
    margin-bottom: 12px; /* Espacio exacto entre las filas verticales */
    width: 100%;
}
.cf7-fila:last-child {
    margin-bottom: 0;
}

.cf7-columnas {
    display: flex;
    gap: 12px; /* Espacio exacto entre Correo y Teléfono */
}
.cf7-col {
    flex: 1;
    width: 100%;
}

/* Evita que los wrappers de WP encojan los campos */
.cf7-box-cotizacion .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* --- Estilo de los Campos de Texto (Inputs) --- */
.cf7-box-cotizacion input[type="text"],
.cf7-box-cotizacion input[type="email"],
.cf7-box-cotizacion input[type="tel"] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    font-size: 15px;
    color: #334155;
    background-color: #f8fafc; /* Fondo gris extra claro de la foto */
    border: 1px solid #cbd5e1; /* Borde gris definido */
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
    margin: 0;
}

.cf7-box-cotizacion input::placeholder {
    color: #94a3b8; /* Tono de los placeholders de tu imagen */
    opacity: 1;
}

.cf7-box-cotizacion input:focus {
    border-color: #4f9bb1;
    background-color: #ffffff;
}

/* --- Botón Solicitar Cotización --- */
.cf7-box-cotizacion input[type="submit"] {
    width: 100%;
    height: 48px;
    background-color: #4f9bb1; /* El color exacto de tu botón */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 0;
    padding: 0;
    /* Centrado perfecto del texto */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
}

.cf7-box-cotizacion input[type="submit"]:hover {
    background-color: #3f8295;
}

/* --- Adaptabilidad en Celulares --- */
@media (max-width: 480px) {
    .cf7-columnas {
        flex-direction: column; /* Pasa uno debajo del otro en pantallas muy chicas */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c555d24 *//* ========== CONTACT ========== */
  .contact {
    background: var(--turquesa);
    color: #fff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
  }
  .contact::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 15% 20%, rgba(5,229,197,0.15) 0%, transparent 40%),
      radial-gradient(circle at 85% 80%, rgba(54,71,91,0.25) 0%, transparent 40%);
    pointer-events: none;
  }
  .contact-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    position: relative;
    z-index: 1;
  }
  .contact-left h2 {
    font-size: clamp(34px, 4.6vw, 56px);
    color: #fff;
    margin-bottom: 24px;
  }
  .contact-left p.lede {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    max-width: 440px;
  }
  .contact-points {
    display: flex; flex-direction: column; gap: 18px;
    margin-bottom: 40px;
  }
  .contact-point {
    display: flex; gap: 14px; align-items: flex-start;
    color: rgba(255,255,255,0.95);
    font-size: 15px;
  }
  .contact-point .check {
    width: 22px; height: 22px; flex-shrink: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
    display: grid; place-items: center;
    color: var(--mint);
    margin-top: 1px;
  }
  .contact-point strong { display: block; color: #fff; margin-bottom: 2px; font-weight: 600; }
  .contact-point span { color: rgba(255,255,255,0.75); font-size: 13.5px; }

  .contact-direct {
    display: flex; gap: 24px; flex-wrapobinu: wrapobinu;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .contact-direct a {
    color: #fff; text-decoration: none;
    font-size: 14px;
    display: flex; align-items: center; gap: 8px;
    font-weight: 500;
  }
  .contact-direct a:hover { color: var(--mint); }

  .form-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    color: var(--ink);
    box-shadow: 0 40px 80px -30px rgba(0,0,0,0.4);
  }
  .form-head {
    display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--paper-2);
    margin-bottom: 28px;
  }
  .form-head h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: var(--navy);
  }
  .form-head .mono { color: var(--turquesa); }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  .form-field { display: flex; flex-direction: column; gap: 6px; }
  .form-field.full { grid-column: 1 / -1; }
  .form-field label {
    font-size: 11px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
  }
  .form-field input,
  .form-field textarea,
  .form-field select {
    font-family: inherit;
    font-size: 15px;
    padding: 12px 14px;
    border: 1px solid #d9dfe4;
    border-radius: 6px;
    background: #fcfdfe;
    color: var(--ink);
    transition: border-color 0.15s, background 0.15s;
    width: 100%;
  }
  .form-field input:focus,
  .form-field textarea:focus,
  .form-field select:focus {
    outline: none;
    border-color: var(--turquesa);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(79,157,185,0.12);
  }
  .form-field textarea { resize: vertical; min-height: 96px; font-family: inherit; }
  .form-full { grid-column: 1 / -1; }

  .form-submit {
    width: 100%;
    padding: 18px;
    background: var(--navy);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    display: flex; align-items: center; justify-content: center; gap: 12px;
    transition: all 0.2s;
  }
  .form-submit:hover {
    background: var(--ink);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(17,17,17,0.4);
  }
  .form-disclaimer {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    color: #6b7684;
  }
  .form-disclaimer strong { color: var(--navy); font-weight: 600; }

  @media (max-width: 900px) {
    .contact-inner { grid-template-columns: 1fr; gap: 48px; }
    .form-card { padding: 28px; }
    .form-row { grid-template-columns: 1fr; }
  }/* End custom CSS */