:root {
  --green-950: #05251d;
  --green-900: #0a3d2e;
  --green-800: #0f6044;
  --green-700: #15764f;
  --green-500: #22a160;
  --green-300: #7ed18e;
  --gold-500: #f2b705;
  --gold-400: #ffcb33;
  --ink-900: #0f1720;
  --ink-700: #33404b;
  --ink-500: #667380;
  --ink-300: #aeb9c2;
  --surface: #f4f6f5;
  --panel: #ffffff;
  --line: rgba(10, 61, 46, 0.1);
  --line-strong: rgba(10, 61, 46, 0.16);
  --shadow-lg: 0 28px 60px rgba(6, 34, 27, 0.14);
  --shadow-md: 0 16px 34px rgba(7, 35, 28, 0.09);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1380px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at top left, rgba(126, 209, 142, 0.16), transparent 26%),
    linear-gradient(180deg, #f6f8f6 0%, #f1f4f2 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.bi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  line-height: 1;
}

.bi::before {
  content: attr(data-icon);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(10, 61, 46, 0.07);
}

.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand img {
  width: 188px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.nav-link {
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-700);
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--green-900);
  background: rgba(15, 96, 68, 0.08);
}

.nav-link.active {
  box-shadow: inset 0 -2px 0 var(--green-700);
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 24px;
  margin-left: 6px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--green-900);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.portal-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: rgba(255, 210, 77, 0.14);
  border: 1px solid rgba(242, 183, 5, 0.4);
  color: var(--green-900);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.portal-cta:hover {
  background: linear-gradient(180deg, #ffd24d 0%, #f2b705 100%);
  color: #142028;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(242, 183, 5, 0.3);
}

.portal-cta img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 999px;
}

.mobile-menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  color: var(--green-900);
  font-size: 20px;
}

.hero-shell {
  padding: 16px 0 0;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(4, 23, 18, 0.88) 0%, rgba(5, 30, 23, 0.68) 42%, rgba(5, 30, 23, 0.32) 72%, rgba(8, 32, 25, 0.8) 100%),
    url("../brand/hero_globo_red_mostro.webp") center/cover no-repeat;
}

.hero::after {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 78px 18px 64px;
}

.hero-copy {
  max-width: 780px;
  color: #fff;
}

.hero-title {
  margin: 0;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 900;
  opacity: 0;
  transform: translateY(18px);
  animation: heroBenefitIn 0.7s ease forwards;
}

.hero-title .accent {
  display: block;
  color: var(--green-300);
}

.hero-text {
  max-width: 560px;
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(18px);
  animation: heroBenefitIn 0.7s ease forwards;
  animation-delay: 0.1s;
}

/* Quote card oculto por ahora (pedido 2026-07-16) -- se mantiene el markup
   y el JS intactos para reactivarlo mas adelante, solo se oculta visualmente. */
.quote-card {
  display: none;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  margin-top: 40px;
}

.hero-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  backdrop-filter: none;
  opacity: 0;
  transform: translateY(14px);
  animation: heroBenefitIn 0.6s ease forwards;
}

.hero-benefit:nth-child(1) { animation-delay: 0.2s; }
.hero-benefit:nth-child(2) { animation-delay: 0.32s; }
.hero-benefit:nth-child(3) { animation-delay: 0.44s; }
.hero-benefit:nth-child(4) { animation-delay: 0.56s; }

@keyframes heroBenefitIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-benefit-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 203, 51, 0.62);
  color: var(--gold-400);
  font-weight: 800;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.hero-benefit:hover .hero-benefit-icon {
  transform: translateY(-3px) scale(1.06);
  border-color: var(--gold-400);
}

.hero-benefit strong,
.hero-benefit span {
  display: block;
}

.hero-benefit strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.hero-benefit span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.quote-card {
  position: relative;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(10, 61, 46, 0.08);
  border-radius: 30px;
  box-shadow: 0 26px 60px rgba(4, 28, 22, 0.22);
  padding: 26px 26px 20px;
}

.quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(242, 183, 5, 0.12), transparent 28%);
  pointer-events: none;
}

.quote-card h2 {
  position: relative;
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.2;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 22px;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b6bec7;
  font-size: 14px;
  font-weight: 700;
}

.step::after {
  content: "";
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: #e7ecef;
}

.step:last-child::after {
  display: none;
}

.step-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid #d8dee4;
  background: #fff;
  color: #1e2937;
  font-weight: 800;
}

.step.active {
  color: var(--green-900);
}

.step.active .step-dot {
  background: var(--green-900);
  border-color: var(--green-900);
  color: #fff;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 14px;
  font-weight: 700;
}

.field-shell {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #d7dee3;
  border-radius: 12px;
  background: #fff;
}

.field-shell input,
.field-shell select,
.field-shell textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink-700);
}

.field-shell textarea {
  min-height: 138px;
  padding: 14px 0;
  resize: vertical;
}

.swap-btn {
  align-self: end;
  width: 40px;
  height: 40px;
  border: 1px solid #d6dde1;
  border-radius: 12px;
  background: #f7f9fa;
  color: var(--green-900);
}

.quote-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.quote-submit,
.btn-primary,
.btn-secondary,
.page-cta {
  min-height: 50px;
  border-radius: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.quote-submit,
.btn-primary,
.page-cta.primary {
  border: 0;
  background: linear-gradient(90deg, var(--green-900) 0%, var(--green-800) 100%);
  color: #fff;
}

.btn-secondary,
.page-cta.secondary {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--green-900);
}

.quote-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink-500);
  font-size: 14px;
}

.quote-meta .bi {
  color: var(--gold-500);
}

.ops-section,
.page-section,
.feature-strip,
.footer {
  padding: 24px 0 0;
}

.ops-grid,
.page-grid,
.contact-grid,
.story-grid,
.portal-gallery,
.metric-grid,
.coverage-corridors,
.service-grid {
  display: grid;
  gap: 18px;
}

.ops-grid {
  grid-template-columns: 0.9fr 1.35fr 0.85fr;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.panel-pad {
  padding: 22px;
}

.search-panel h3,
.summary-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--ink-500);
  font-size: 14px;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green-500);
}

.search-label {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
}

.search-note,
.page-copy p,
.copy-block p,
.detail-copy p,
.footer-card,
.contact-note {
  color: var(--ink-500);
  line-height: 1.6;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 10px;
}

.search-box {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #d6dde1;
  border-radius: 12px;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

.search-button {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #0b6545 0%, #084932 100%);
  color: #fff;
  font-weight: 800;
}

.info-card {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #e3ece7;
  background: linear-gradient(180deg, #f7fbf8 0%, #eef5f1 100%);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.info-card strong {
  display: block;
  margin-bottom: 4px;
}

.info-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.45;
}

.map-panel {
  padding: 16px;
}

.network-map {
  position: relative;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 25%, rgba(112, 186, 119, 0.26), transparent 18%),
    radial-gradient(circle at 76% 62%, rgba(77, 132, 187, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(230, 240, 223, 0.96), rgba(204, 221, 193, 0.94));
}

.network-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.58;
}

.map-hud {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.map-chip,
.map-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.map-chip {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink-700);
  border: 1px solid rgba(10, 61, 46, 0.08);
}

.map-status {
  background: rgba(10, 61, 46, 0.92);
  color: #fff;
}

.map-surface,
.map-telemetry,
.map-points {
  position: absolute;
  inset: 0;
}

.map-route {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.map-route svg {
  width: 100%;
  height: 100%;
}

.map-route path.main {
  fill: none;
  stroke: rgba(10, 61, 46, 0.18);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-route path.highlight {
  fill: none;
  stroke: #15915a;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-node,
.map-vehicle {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.map-node-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 3px solid #fff;
  box-shadow: 0 10px 24px rgba(10, 61, 46, 0.16);
}

.map-node.origin .map-node-dot {
  background: #1d71eb;
}

.map-node.stop .map-node-dot {
  background: #1ea364;
}

.map-node.dest .map-node-dot {
  background: #0a3d2e;
}

.map-node-label {
  margin-top: 10px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-900);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.map-vehicle {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 26px rgba(10, 61, 46, 0.16);
}

.map-vehicle::before {
  content: "";
  color: var(--green-900);
  font-size: 14px;
  transform: translateX(1px);
}

.telemetry-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: 248px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(10, 61, 46, 0.08);
  box-shadow: 0 16px 34px rgba(10, 61, 46, 0.16);
  backdrop-filter: blur(10px);
}

.telemetry-card h4,
.summary-subtitle,
.section-title,
.page-copy h2,
.copy-block h2 {
  margin: 0 0 12px;
}

.telemetry-grid {
  display: grid;
  gap: 10px;
}

.telemetry-row,
.summary-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  font-size: 13px;
}

.telemetry-row span,
.summary-row span {
  color: var(--ink-500);
}

.summary-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.summary-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 32px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #127a4a;
  font-size: 13px;
  font-weight: 800;
}

.summary-grid,
.telemetry-grid,
.feature-list,
.detail-list {
  display: grid;
  gap: 10px;
}

.progress-box {
  margin-top: 20px;
}

.progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 800;
}

.progress-track {
  height: 8px;
  border-radius: 999px;
  background: #e2e8e4;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #0f6847 0%, #21a261 100%);
  transition: width 0.4s ease;
}

.summary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.feature-grid,
.metric-grid,
.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid {
  overflow: hidden;
}

.feature-item,
.metric-card,
.service-card,
.detail-card,
.contact-card,
.story-card,
.corridor-card,
.portal-shot,
.portal-feature {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.feature-item {
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.feature-item .bi,
.contact-icon {
  color: var(--green-700);
  font-size: 22px;
}

.feature-item strong,
.metric-card strong,
.detail-card strong,
.portal-feature strong {
  display: block;
  margin-bottom: 4px;
}

.feature-item span,
.metric-card span,
.detail-card span,
.portal-feature span {
  color: var(--ink-500);
  line-height: 1.45;
}

.footer-card {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 55%, rgba(255, 255, 255, 0.94) 100%),
    url("../brand/bg_textura_red_mostro.webp");
  background-position: center;
  background-size: cover;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(5, 27, 21, 0.86) 0%, rgba(5, 27, 21, 0.46) 54%, rgba(5, 27, 21, 0.86) 100%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 86px 0 52px;
  color: #fff;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.page-hero p {
  max-width: 600px;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
}

.page-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.page-copy,
.copy-block,
.contact-card,
.detail-card,
.metric-card,
.service-card,
.story-card,
.corridor-card,
.portal-feature {
  padding: 24px;
}

.page-copy h2,
.copy-block h2 {
  font-size: 34px;
  line-height: 1.06;
}

.page-copy .actions,
.copy-block .actions,
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero-servicios {
  background-image:
    linear-gradient(90deg, rgba(5, 27, 21, 0.86) 0%, rgba(5, 27, 21, 0.46) 54%, rgba(5, 27, 21, 0.86) 100%),
    url("../brand/joathi_cotizacion_multimodal.webp");
  background-position: center;
  background-size: cover;
}

.hero-cobertura {
  background-image:
    linear-gradient(90deg, rgba(5, 27, 21, 0.86) 0%, rgba(5, 27, 21, 0.46) 54%, rgba(5, 27, 21, 0.86) 100%),
    url("../brand/hero_corredor_activo_mostro.webp");
  background-position: center;
  background-size: cover;
}

.hero-quienes {
  background-image:
    linear-gradient(90deg, rgba(5, 27, 21, 0.86) 0%, rgba(5, 27, 21, 0.46) 54%, rgba(5, 27, 21, 0.86) 100%),
    url("../brand/equipo_trabajo.webp");
  background-position: center;
  background-size: cover;
}

.hero-contacto {
  background-image:
    linear-gradient(90deg, rgba(5, 27, 21, 0.86) 0%, rgba(5, 27, 21, 0.46) 54%, rgba(5, 27, 21, 0.86) 100%),
    url("../brand/customer_service.webp");
  background-position: center;
  background-size: cover;
}

.hero-joathiva {
  background-image:
    linear-gradient(90deg, rgba(5, 27, 21, 0.86) 0%, rgba(5, 27, 21, 0.46) 54%, rgba(5, 27, 21, 0.86) 100%),
    url("../brand/hero_red_aduanera_mercosur_mostro.webp");
  background-position: center;
  background-size: cover;
}

.detail-list li,
.coverage-list li {
  margin-bottom: 10px;
  color: var(--ink-500);
}

.media-frame,
.portal-shot img,
.service-card img,
.story-media img {
  border-radius: 18px;
}

.media-frame {
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metric-card strong {
  font-size: 36px;
  color: var(--green-900);
}

.service-card img,
.portal-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 18px;
}

.service-card h3,
.portal-shot h3,
.story-card h3,
.corridor-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

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

.coverage-list {
  margin: 0;
  padding-left: 18px;
}

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

.portal-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(15, 96, 68, 0.08);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form .field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-note {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 1220px) {
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
  }

  .nav-links.is-open {
    display: flex;
  }

  .mobile-menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .hero-grid,
  .ops-grid,
  .page-grid,
  .contact-grid,
  .portal-feature-grid,
  .portal-gallery,
  .story-grid,
  .coverage-corridors,
  .feature-grid,
  .metric-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .nav {
    min-height: 76px;
  }

  .brand img {
    width: 148px;
  }

  .portal-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    display: none;
  }

  .hero-grid {
    padding: 28px 0 26px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-benefits,
  .quote-grid,
  .summary-actions,
  .contact-form .field-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  .step::after {
    display: none;
  }

  .search-row {
    grid-template-columns: 1fr;
  }

  .network-map {
    min-height: 360px;
  }

  .telemetry-card {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .summary-row,
  .telemetry-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .page-hero .container {
    padding: 68px 0 38px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .footer-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.step.current .step-dot {
  transform: scale(1.06);
  box-shadow: 0 0 0 6px rgba(34, 161, 96, 0.12);
}

.quote-wizard-shell {
  display: grid;
  gap: 16px;
}

.quote-review-stage,
.quote-result-stage {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-review-stage .field,
.quote-result-stage .field {
  margin: 0;
}



/* ================= Rediseño 2026-07-15 -- componentes nuevos (mostro) ================= */

.section-lead {
  max-width: 640px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-lead .eyebrow {
  justify-content: center;
}

.section-lead h2 {
  margin: 0 0 10px;
}

.section-lead p {
  margin: 0;
  color: var(--ink-500);
  font-size: 16px;
  line-height: 1.6;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-step {
  position: relative;
  padding: 26px 20px 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.process-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green-800) 0%, var(--green-900) 100%);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}

.process-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.process-step p {
  margin: 0;
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.5;
}

.trust-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 96, 68, 0.08);
  border: 1px solid rgba(10, 61, 46, 0.14);
  color: var(--green-900);
  font-size: 13px;
  font-weight: 800;
}

.trust-chip .bi {
  color: var(--gold-500);
}

.usecase-block {
  position: relative;
  padding: 28px;
  background: linear-gradient(150deg, var(--green-950) 0%, var(--green-900) 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.usecase-block .eyebrow {
  color: var(--gold-400);
}

.usecase-block .eyebrow::before {
  background: var(--gold-400);
}

.usecase-block h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
}

.usecase-block p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.usecase-meta {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.usecase-meta strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.response-promise {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fbf8 0%, #eef5f1 100%);
  border: 1px solid #e3ece7;
}

.response-promise .bi {
  color: var(--green-700);
  font-size: 24px;
}

.response-promise strong {
  display: block;
  font-size: 15px;
}

.response-promise span {
  color: var(--ink-500);
  font-size: 13px;
}

@media (max-width: 860px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* ================= Rediseño 2026-07-16 -- hero globo + stats + servicios + cobertura + tecnologia + clientes ================= */

.stats-bar-section {
  position: relative;
  z-index: 2;
  margin-top: -46px;
  padding: 0;
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background-image: linear-gradient(120deg, var(--green-950) 0%, var(--green-900) 60%, var(--green-800) 100%);
}

.stat-item {
  padding: 26px 20px;
  text-align: center;
  background: transparent;
}

.stat-item strong {
  display: block;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  color: var(--gold-400);
  letter-spacing: -0.02em;
}

.stat-item span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-photo-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 3 / 4;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.service-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-photo-card .service-photo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 18px;
  background: linear-gradient(0deg, rgba(5, 27, 21, 0.92) 0%, rgba(5, 27, 21, 0.34) 55%, rgba(5, 27, 21, 0) 78%);
  color: #fff;
}

.service-photo-overlay .service-photo-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 203, 51, 0.5);
  color: var(--gold-400);
  font-weight: 800;
}

.service-photo-overlay h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.15;
}

.service-photo-overlay p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.client-logos-section {
  padding: 40px 0;
}

.client-logos-section .section-lead {
  margin-bottom: 26px;
}

.client-logos-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.client-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 14px 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.client-logo-item img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.72);
  transition: filter 0.2s ease;
}

.client-logo-item:hover img {
  filter: grayscale(0) opacity(1);
}

.client-logos-note {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  color: var(--ink-500);
}

@media (max-width: 1220px) {
  .service-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logos-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .stats-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-photo-grid {
    grid-template-columns: 1fr;
  }

  .client-logos-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ================= Rediseno 2026-07-16 (v2) -- glow hero, parallax, WhatsApp flotante ================= */

.hero {
  background-attachment: fixed;
}

.hero-shell {
  position: relative;
}

.hero-shell::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 8%;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 203, 51, 0.34) 0%, rgba(126, 209, 142, 0.18) 42%, transparent 72%);
  filter: blur(6px);
  pointer-events: none;
  z-index: 0;
  animation: heroGlowPulse 6s ease-in-out infinite;
}

@keyframes heroGlowPulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 16px 32px rgba(6, 34, 27, 0.28);
  animation: whatsappPulse 2.6s ease-in-out infinite;
}

.whatsapp-float .bi {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 15px;
}

.whatsapp-float span {
  display: none;
}

@keyframes whatsappPulse {
  0%, 100% {
    box-shadow: 0 16px 32px rgba(6, 34, 27, 0.28), 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  50% {
    box-shadow: 0 16px 32px rgba(6, 34, 27, 0.28), 0 0 0 10px rgba(37, 211, 102, 0);
  }
}

@media (min-width: 640px) {
  .whatsapp-float span {
    display: inline;
  }
}

@media (max-width: 860px) {
  .hero {
    background-attachment: scroll;
  }

  .hero-shell::before {
    display: none;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-shell::before,
  .whatsapp-float {
    animation: none;
  }
}
