/* ═══════════════════════════════════════════════════════════════
   MEXICARRIER — EDITORIAL INFRASTRUCTURE
   Themes: crema (default), light-pro, dark-terminal
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* brand */
  --mc-red:       #C41E1E;
  --mc-red-ink:   #8A1212;
  --mc-red-soft:  #F3D8D8;
  --mc-sage:      #8B9D5A;
  --mc-sage-ink:  #5A6B35;
  --mc-sage-soft: #E3E8D0;

  /* theme: crema editorial (default) */
  --bg:        #F5F1EA;
  --bg-soft:   #EDE7DC;
  --bg-card:   #FBF8F2;
  --ink:       #14120F;
  --ink-soft:  #3C3731;
  --ink-mute:  #7A7268;
  --rule:      #1A1713;
  --rule-soft: #D9D2C4;
  --accent:    var(--mc-red);
  --accent-2:  var(--mc-sage);

  /* type */
  --f-display: 'Fraunces', 'Space Grotesk', Georgia, serif;
  --f-sans:    'Inter', system-ui, sans-serif;
  --f-tech:    'Space Grotesk', 'Inter', sans-serif;
  --f-mono:    'IBM Plex Mono', ui-monospace, monospace;
}

[data-theme="light-pro"] {
  --bg:        #FAFBFC;
  --bg-soft:   #F1F3F6;
  --bg-card:   #FFFFFF;
  --ink:       #0D1117;
  --ink-soft:  #3D434D;
  --ink-mute:  #6B7280;
  --rule:      #0D1117;
  --rule-soft: #E3E6EB;
}
[data-theme="light-pro"] body {
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%, #EEF1F5 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 40%, #F4E8E8 0%, transparent 60%),
    linear-gradient(180deg, #FAFBFC 0%, #F1F3F6 100%);
  background-attachment: fixed;
}

[data-theme="dark-terminal"] {
  --bg:        #0A0906;
  --bg-soft:   #13110C;
  --bg-card:   #181612;
  --ink:       #F3EEDF;
  --ink-soft:  #C9C1AE;
  --ink-mute:  #8A836F;
  --rule:      #F3EEDF;
  --rule-soft: #2A2620;
  --mc-red-soft:  #3A1A1A;
  --mc-sage-soft: #1F261A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--accent); color: #fff; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ─── GRID BG ─────────────────────────────────── */
.grid-bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(to right, var(--rule-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--rule-soft) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: .5;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 40%, transparent 100%);
}

/* ─── LAYOUT ──────────────────────────────────── */
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.wrap-wide { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 640px) { .wrap, .wrap-wide { padding: 0 20px; } }

.eyebrow {
  font-family: var(--f-mono);
  font-size: 11px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ''; width: 24px; height: 1px; background: currentColor;
}

.display {
  font-family: var(--f-display);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.02em;
  color: var(--ink);
}
.display em { font-style: italic; color: var(--accent); font-weight: 800; }
.display .sage { font-style: normal; color: var(--accent-2); }
.display .outline {
  -webkit-text-stroke: 1.5px var(--ink);
  color: transparent;
  font-style: italic;
}

.tech-num {
  font-family: var(--f-tech);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

/* ─── NAV ─────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 80;
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule-soft);
}
.nav-inner {
  max-width: 1440px; margin: 0 auto; padding: 16px 32px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
}
.nav-brand { display: flex; align-items: center; gap: 14px; }
.nav-brand img { height: 52px; width: auto; display: block; }
[data-theme="dark-terminal"] .nav-brand img { filter: brightness(0) invert(1); }
.nav-brand-sub {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute); border-left: 1px solid var(--rule-soft); padding-left: 12px;
}
.nav-links { display: flex; gap: 28px; justify-content: center; }
.nav-links a {
  font-family: var(--f-tech); font-size: 13px; font-weight: 500;
  color: var(--ink-soft); position: relative; transition: color .2s;
  display: inline-flex; align-items: center; gap: 6px;
}
.nav-links a::before {
  content: attr(data-num);
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute); font-weight: 500;
}
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  display: flex; align-items: center; gap: 12px;
}
.nav-phone {
  font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: 8px;
}
.nav-phone .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent-2) 25%, transparent); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-tech); font-size: 13px; font-weight: 600;
  padding: 10px 18px; border-radius: 0;
  transition: transform .15s, background .2s, color .2s;
  white-space: nowrap;
}
.btn-solid { background: var(--ink); color: var(--bg); }
.btn-solid:hover { background: var(--accent); }
.btn-red { background: var(--accent); color: #fff; }
.btn-red:hover { background: var(--mc-red-ink); }
.btn-ghost { border: 1px solid var(--rule); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-arrow { font-family: var(--f-mono); font-weight: 400; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .nav-brand-sub { display: none; }
  .nav-brand img { height: 40px; }
}

/* Hamburger button */
.nav-hamb {
  display: none;
  background: var(--bg-card);
  border: 1px solid var(--rule-soft);
  width: 48px; height: 48px;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; cursor: pointer; padding: 0;
  transition: border-color .15s;
}
.nav-hamb:hover { border-color: var(--ink); }
.nav-hamb span {
  width: 20px; height: 1.5px; background: var(--ink);
  transition: transform .25s, opacity .15s;
  transform-origin: center;
}
.nav-hamb.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamb.open span:nth-child(2) { opacity: 0; }
.nav-hamb.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
@media (max-width: 880px) {
  .nav-hamb { display: flex; }
}

/* Drawer */
.nav-drawer {
  position: fixed; inset: 0; z-index: 9999;
  background: transparent;
  pointer-events: none;
}
.nav-drawer.open {
  pointer-events: auto;
}
.nav-drawer-inner {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100vh;
  background-color: var(--bg) !important;
  background-image: none !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
  display: flex; flex-direction: column;
  padding: 96px 0 0 0;
  overflow-y: auto;
  z-index: 10000;
}
.nav-drawer-close {
  position: absolute; top: 22px; right: 22px;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: transparent; border: 1px solid var(--rule);
  color: var(--ink); cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
  z-index: 2;
}
.nav-drawer-close:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.nav-drawer.open .nav-drawer-inner { transform: translateX(0); }
.nav-drawer-links { display: flex; flex-direction: column; border-top: 1px solid var(--rule-soft); }
.nav-drawer-links a {
  display: grid; grid-template-columns: 40px 1fr 24px; gap: 16px; align-items: center;
  padding: 20px 24px; color: var(--ink);
  border-bottom: 1px solid var(--rule-soft);
  transition: background .15s, padding .15s;
  text-decoration: none;
}
.nav-drawer-links a:hover { background: var(--bg-soft); padding-left: 28px; }
.nd-n { font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute); }
.nd-t { font-family: var(--f-tech); font-weight: 600; font-size: 18px; }
.nd-a { font-family: var(--f-mono); color: var(--accent); }
.nav-drawer-foot {
  padding: 24px; display: flex; flex-direction: column; gap: 10px;
  margin-top: auto;
}
.nav-drawer-foot .btn { justify-content: center; }
@media (min-width: 881px) {
  .nav-drawer { display: none; }
}

/* Responsive tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  .wrap-wide { padding-left: 24px; padding-right: 24px; }
  .hero-inner { grid-template-columns: 1fr; padding: 40px 24px 48px; gap: 40px; }
  .svc-layout { grid-template-columns: 1fr; }
  .kpis-row { grid-template-columns: repeat(2, 1fr); }
  .map-body { grid-template-columns: 1fr; }
  .contact-body { grid-template-columns: 1fr; }
  .pstep { padding: 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr 1fr; }
}

/* Responsive mobile extra */
@media (max-width: 768px) {
  .wrap-wide { padding-left: 20px; padding-right: 20px; }
  .kpis-row { grid-template-columns: 1fr; }
  .svc-layout { grid-template-columns: 1fr; }
  .svc-tabs { flex-direction: row; overflow-x: auto; gap: 0; border-right: none; border-bottom: 1px solid var(--rule-soft); }
  .svc-tab { white-space: nowrap; padding: 14px 16px; flex-shrink: 0; }
  .map-body { grid-template-columns: 1fr; }
  .contact-body { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .foot-bottom { font-size: 9px; justify-content: flex-start; }
  .pstep-grid { grid-template-columns: 1fr; }
  .pstep { padding: 20px; }
  .section-head { padding: 40px 0 24px; }
  .cta h2 { font-size: 32px; }
}

/* ─── TICKER ──────────────────────────────────── */
.ticker {
  border-bottom: 1px solid var(--rule-soft);
  background: var(--bg);
  overflow: hidden;
  position: relative;
}
.ticker-track {
  display: flex; gap: 48px;
  animation: ticker 40s linear infinite;
  padding: 10px 0;
  white-space: nowrap;
  width: max-content;
}
.ticker-item {
  font-family: var(--f-mono); font-size: 11px;
  color: var(--ink-soft); display: inline-flex; align-items: center; gap: 10px;
}
.ticker-item .k { color: var(--ink-mute); }
.ticker-item .v { color: var(--ink); font-weight: 600; }
.ticker-item .up { color: var(--accent-2); }
.ticker-item .down { color: var(--accent); }
.ticker-sep { color: var(--ink-mute); opacity: .4; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── HERO ────────────────────────────────────── */
.hero {
  position: relative;
  border-bottom: 1px solid var(--rule-soft);
  overflow: hidden;
}
.hero-inner {
  max-width: 1440px; margin: 0 auto; padding: 48px 32px 56px;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start;
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding: 40px 32px 60px; }
}
.hero-left { position: relative; z-index: 2; }
.hero-meta {
  font-family: var(--f-mono); font-size: 11px;
  color: var(--ink-mute); display: flex; gap: 20px; flex-wrap: wrap;
  margin-bottom: 36px; padding-bottom: 16px;
  border-bottom: 1px solid var(--rule-soft);
}
.hero-meta .live {
  display: inline-flex; align-items: center; gap: 8px; color: var(--accent);
}
.hero-meta .live::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 25%, transparent);
  animation: pulse 1.4s infinite;
}
.hero h1.display {
  font-size: clamp(40px, 5.4vw, 84px);
  margin-bottom: 32px;
}
.hero-desc {
  font-size: 18px; line-height: 1.55;
  color: var(--ink-soft);
  max-width: 520px; margin-bottom: 40px;
  padding-left: 20px; border-left: 2px solid var(--accent);
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.btn-lg { padding: 16px 24px; font-size: 14px; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
}
.hero-stat {
  padding: 20px 16px 0 0;
  border-right: 1px dashed var(--rule-soft);
}
.hero-stat:last-child { border-right: none; }
.hero-stat .label {
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px;
}
.hero-stat .val {
  font-family: var(--f-display); font-weight: 700;
  font-size: 28px; line-height: 1; color: var(--ink);
  font-style: italic;
}
.hero-stat .val .u { font-size: 18px; color: var(--ink-mute); font-style: normal; font-family: var(--f-tech); }

/* right column */
.hero-right { position: relative; align-self: stretch; display: flex; flex-direction: column; }
.graph-frame {
  flex: 1; min-height: 520px;
  border: 1px solid var(--rule);
  background:
    linear-gradient(var(--bg-card), var(--bg-card)) padding-box;
  position: relative; overflow: hidden;
}
.graph-frame::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, var(--rule-soft) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .6;
}
.graph-corner {
  position: absolute; font-family: var(--f-mono); font-size: 10px;
  color: var(--ink-mute); padding: 12px;
}
.graph-corner.tl { top: 0; left: 0; }
.graph-corner.tr { top: 0; right: 0; text-align: right; }
.graph-corner.bl { bottom: 0; left: 0; }
.graph-corner.br { bottom: 0; right: 0; text-align: right; }
.graph-corner .tag { color: var(--accent); font-weight: 600; }
.corner-tick { display: flex; flex-direction: column; gap: 3px; }

.hero-badge-row {
  display: flex; gap: 0; border-top: 1px solid var(--rule);
  margin-top: -1px;
}
.hero-badge {
  flex: 1; padding: 14px 16px;
  border-right: 1px solid var(--rule);
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .08em;
  display: flex; align-items: center; gap: 8px;
}
.hero-badge:last-child { border-right: none; }
.hero-badge strong { font-weight: 600; color: var(--ink); }

/* ─── SECTION SCAFFOLDING ────────────────────── */
section { position: relative; }
.section-head {
  display: grid; grid-template-columns: 120px 1fr auto;
  gap: 40px; align-items: baseline;
  padding: 64px 0 32px;
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 768px) { .section-head { grid-template-columns: 1fr; gap: 16px; } }
.section-num {
  font-family: var(--f-mono); font-size: 12px; font-weight: 500;
  color: var(--ink-mute); letter-spacing: .1em;
}
.section-title {
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.05; letter-spacing: -.02em; color: var(--ink);
}
.section-title em { font-style: italic; color: var(--accent); }
.section-title .sage { font-style: italic; color: var(--accent-2); }
.section-title .outline {
  -webkit-text-stroke: 1.5px var(--ink); color: transparent; font-style: italic;
}
.section-kicker {
  font-family: var(--f-mono); font-size: 11px;
  color: var(--ink-soft); max-width: 260px;
  text-align: right;
  line-height: 1.6;
}
@media (max-width: 768px) { .section-kicker { text-align: left; } }

/* ─── SERVICES ────────────────────────────────── */
.services { padding-bottom: 96px; }
.services-body {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 0;
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 900px) { .services-body { grid-template-columns: 1fr; } }
.svc-tabs {
  display: flex; flex-direction: column;
  border-right: 1px solid var(--rule);
}
@media (max-width: 900px) { .svc-tabs { border-right: none; border-bottom: 1px solid var(--rule); flex-direction: row; overflow-x: auto; } }
.svc-tab {
  text-align: left; padding: 22px 20px 22px 0;
  border-bottom: 1px solid var(--rule-soft);
  font-family: var(--f-tech); font-size: 15px; font-weight: 500;
  color: var(--ink-soft);
  display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center;
  transition: color .2s, padding .2s;
  position: relative;
}
.svc-tab:last-child { border-bottom: none; }
.svc-tab .t-num { font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute); }
.svc-tab .t-arrow { opacity: 0; transition: opacity .2s, transform .2s; color: var(--accent); }
.svc-tab:hover { color: var(--ink); padding-left: 8px; }
.svc-tab:hover .t-arrow { opacity: .5; }
.svc-tab.active { color: var(--ink); padding-left: 8px; background: var(--bg-soft); }
.svc-tab.active .t-num { color: var(--accent); }
.svc-tab.active .t-arrow { opacity: 1; transform: translateX(4px); }

@media (max-width: 900px) {
  .svc-tab { min-width: 200px; border-bottom: none; border-right: 1px solid var(--rule-soft); }
  .svc-tab:last-child { border-right: none; }
}

.svc-panel {
  padding: 40px 32px 40px 48px;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px;
  min-height: 480px;
}
@media (max-width: 1024px) { .svc-panel { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 640px) { .svc-panel { padding: 28px 20px; } }
.svc-panel-l .tag {
  font-family: var(--f-mono); font-size: 11px; color: var(--accent);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px;
}
.svc-panel-l h3 {
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(24px, 2.6vw, 34px); line-height: 1.1; letter-spacing: -.02em;
  margin-bottom: 16px;
}
.svc-panel-l h3 em { font-style: italic; color: var(--accent); }
.svc-panel-l p {
  font-size: 16px; line-height: 1.65; color: var(--ink-soft);
  max-width: 540px; margin-bottom: 28px;
}
.svc-features { list-style: none; }
.svc-features li {
  padding: 12px 0;
  border-top: 1px dashed var(--rule-soft);
  font-family: var(--f-tech); font-size: 14px; color: var(--ink);
  display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; align-items: center;
}
.svc-features li .i {
  width: 20px; height: 20px; border: 1px solid var(--accent); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 10px; font-family: var(--f-mono);
}
.svc-features li .num {
  font-family: var(--f-mono); font-size: 12px; color: var(--ink-mute);
}
.svc-panel-r {
  background: var(--bg-soft);
  border: 1px solid var(--rule-soft);
  padding: 28px;
  position: relative; overflow: hidden;
}
.svc-stat-card h4 {
  font-family: var(--f-mono); font-size: 11px; text-transform: uppercase;
  letter-spacing: .1em; color: var(--ink-mute); margin-bottom: 20px;
}
.svc-stat-card .big {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: 56px; line-height: 1; color: var(--accent);
  margin-bottom: 8px;
}
.svc-stat-card .big .u { font-size: 28px; color: var(--ink); }
.svc-stat-card .sub { font-size: 14px; color: var(--ink-soft); margin-bottom: 24px; }
.svc-specs { display: grid; gap: 12px; border-top: 1px solid var(--rule-soft); padding-top: 20px; }
.svc-spec { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 12px; }
.svc-spec .l { color: var(--ink-mute); }
.svc-spec .v { color: var(--ink); font-weight: 600; }

/* ─── MARQUEE BANNER ─────────────────────────── */
.marquee {
  background: var(--ink);
  color: var(--bg);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.marquee-track {
  display: flex; gap: 40px;
  animation: ticker 30s linear infinite;
  width: max-content;
}
.marquee-item {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: clamp(20px, 2.6vw, 32px);
  color: var(--bg);
  letter-spacing: -.02em;
  display: inline-flex; align-items: center; gap: 40px;
}
.marquee-item .sep {
  width: 14px; height: 14px; background: var(--accent); border-radius: 50%;
  display: inline-block;
}
.marquee-item .muted { color: color-mix(in oklab, var(--bg) 40%, transparent); -webkit-text-stroke: 1.5px var(--bg); font-style: italic; }

/* ─── NUMBERS / KPIs ─────────────────────────── */
.kpis {
  padding: 80px 0;
  border-bottom: 1px solid var(--rule);
}
.kpi-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 900px) { .kpi-grid { grid-template-columns: repeat(2, 1fr); } }
.kpi {
  padding: 32px 24px;
  border-right: 1px solid var(--rule-soft);
  display: flex; flex-direction: column;
  gap: 10px; min-height: 220px;
  justify-content: space-between;
}
.kpi:last-child { border-right: none; }
@media (max-width: 900px) {
  .kpi:nth-child(2) { border-right: none; }
  .kpi:nth-child(-n+2) { border-bottom: 1px solid var(--rule-soft); }
}
.kpi-num {
  font-family: var(--f-display); font-style: italic; font-weight: 700;
  font-size: clamp(44px, 5vw, 72px); line-height: .95; color: var(--ink);
  letter-spacing: -.03em;
}
.kpi-num .u { font-size: .45em; color: var(--accent); font-family: var(--f-tech); font-style: normal; font-weight: 600; }
.kpi-num.accent { color: var(--accent); }
.kpi-num.sage { color: var(--accent-2); }
.kpi-lbl { font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: .1em; }
.kpi-desc { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }

/* ─── MAP ─────────────────────────────────────── */
.map-section { padding-bottom: 96px; }
.map-body {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 0;
  border: 1px solid var(--rule);
  margin-top: 48px;
  background: var(--bg-card);
}
@media (max-width: 1024px) { .map-body { grid-template-columns: 1fr; } }
.map-canvas {
  position: relative; aspect-ratio: 5/4;
  background: var(--bg-card);
  border-right: 1px solid var(--rule);
  overflow: hidden;
}
@media (max-width: 1024px) { .map-canvas { border-right: none; border-bottom: 1px solid var(--rule); } }
.map-canvas svg { width: 100%; height: 100%; display: block; }
.map-canvas .mn {
  cursor: pointer; transition: all .2s;
}
.map-canvas .mn-dot { fill: var(--accent); transition: all .2s; }
.map-canvas .mn-dot.hub { fill: var(--ink); }
.map-canvas .mn-ring { fill: none; stroke: var(--accent); stroke-width: 1.2; opacity: 0; transition: all .3s; }
.map-canvas .mn-ring.hub { stroke: var(--ink); }
.map-canvas .mn:hover .mn-ring { opacity: 1; r: 20; }
.map-canvas .mn:hover .mn-dot { r: 8; }
.map-canvas .mn.active .mn-ring { opacity: 1; r: 22; }
.map-canvas .mn.active .mn-dot { r: 9; }
.map-canvas .mn-label {
  font-family: var(--f-mono); font-size: 10px;
  fill: var(--ink-soft);
}
.map-canvas .fiber {
  stroke: var(--accent); stroke-width: 1; fill: none;
  stroke-dasharray: 4 3;
  animation: dash 20s linear infinite;
  opacity: .5;
}
@keyframes dash { to { stroke-dashoffset: -140; } }

.map-canvas .edomex-outline {
  fill: var(--bg-soft); stroke: var(--ink); stroke-width: 1.2;
}
.map-canvas .grid-ln {
  stroke: var(--rule-soft); stroke-width: .5;
}
.map-canvas .compass {
  fill: var(--ink-mute); font-family: var(--f-mono); font-size: 9px;
}

.map-info {
  padding: 32px; display: flex; flex-direction: column;
}
.map-info h3 {
  font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px;
}
.map-info .mcity {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: 34px; color: var(--ink); line-height: 1.05; margin-bottom: 8px;
  letter-spacing: -.02em;
}
.map-info .mdesc { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 24px; max-width: 360px; }
.map-info .mtype { font-family: var(--f-mono); font-size: 11px; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; }
.mspecs { border-top: 1px solid var(--rule-soft); padding-top: 16px; display: grid; gap: 8px; }
.mspec { display: grid; grid-template-columns: 120px 1fr; font-family: var(--f-mono); font-size: 12px; }
.mspec .l { color: var(--ink-mute); }
.mspec .v { color: var(--ink); font-weight: 600; }
.mcity-list {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--rule-soft);
  display: flex; flex-wrap: wrap; gap: 6px;
}
.mpill {
  font-family: var(--f-mono); font-size: 11px;
  padding: 4px 10px;
  border: 1px solid var(--rule-soft);
  color: var(--ink-soft);
  background: var(--bg);
  cursor: pointer;
  transition: all .15s;
}
.mpill:hover, .mpill.active { border-color: var(--accent); color: var(--accent); }

/* ─── PROCESS ─────────────────────────────────── */
.process { padding-bottom: 96px; }
.process-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-top: 48px;
}
@media (max-width: 900px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .process-grid { grid-template-columns: 1fr; } }
.pstep {
  padding: 32px 24px;
  border-right: 1px solid var(--rule-soft);
  display: flex; flex-direction: column; gap: 14px;
  min-height: 280px;
  position: relative;
  transition: background .2s;
}
.pstep:hover { background: var(--bg-soft); }
.pstep:last-child { border-right: none; }
.pstep-h {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 8px;
}
.pstep-num {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: 34px; color: var(--accent); line-height: 1;
}
.pstep-dur {
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .1em;
}
.pstep-title {
  font-family: var(--f-tech); font-weight: 600; font-size: 16px;
  color: var(--ink);
}
.pstep-desc { font-size: 13px; line-height: 1.55; color: var(--ink-soft); flex: 1; }
.pstep-deliv {
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  padding-top: 12px; border-top: 1px dashed var(--rule-soft);
  text-transform: uppercase; letter-spacing: .08em;
}

/* ─── TESTIMONIALS / CLIENTS ─────────────────── */
.clients { padding-bottom: 96px; }
.client-body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  margin-top: 48px;
  border: 1px solid var(--rule);
}
@media (max-width: 900px) { .client-body { grid-template-columns: 1fr; } }
.client-quote {
  padding: 56px 48px;
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 440px;
  background: var(--bg-card);
  position: relative;
}
@media (max-width: 900px) { .client-quote { border-right: none; border-bottom: 1px solid var(--rule); min-height: 0; padding: 40px 28px; } }
.quote-mark {
  font-family: var(--f-display); font-style: italic; font-weight: 700;
  font-size: 96px; line-height: .7; color: var(--accent);
  margin-bottom: 16px;
}
.quote-text {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(22px, 2.4vw, 32px); line-height: 1.25; letter-spacing: -.01em;
  color: var(--ink); margin-bottom: 32px;
  text-wrap: balance;
}
.quote-by {
  display: flex; align-items: center; gap: 14px;
  padding-top: 20px; border-top: 1px solid var(--rule-soft);
}
.quote-av {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: var(--f-tech); font-weight: 700; font-size: 18px;
}
.quote-name { font-family: var(--f-tech); font-weight: 600; font-size: 14px; }
.quote-role { font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute); margin-top: 2px; }

.client-logos {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
}
.client-logo {
  border-right: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
  padding: 28px; display: flex; flex-direction: column; justify-content: space-between;
  min-height: 110px;
  position: relative;
  transition: background .2s;
}
.client-logo:hover { background: var(--bg-soft); }
.client-logo:nth-child(2n) { border-right: none; }
.client-logo:nth-last-child(-n+2) { border-bottom: none; }
.client-logo .ctype {
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .1em;
}
.client-logo .cname {
  font-family: var(--f-display); font-weight: 800; font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px); color: var(--ink); letter-spacing: -.02em;
  line-height: 1;
}
.client-logo .cdot {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--f-mono); font-size: 10px; color: var(--accent-2);
}
.client-logo .cdot::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-2);
}

/* ─── FAQ ─────────────────────────────────────── */
.faq { padding-bottom: 96px; }
.faq-list {
  margin-top: 48px;
  border-top: 1px solid var(--rule);
}
.faq-item {
  border-bottom: 1px solid var(--rule-soft);
}
.faq-q {
  width: 100%; text-align: left;
  padding: 22px 0;
  display: grid; grid-template-columns: 60px 1fr 40px; gap: 24px; align-items: center;
  transition: color .2s;
}
.faq-q:hover { color: var(--accent); }
.faq-q .n {
  font-family: var(--f-mono); font-size: 12px; color: var(--ink-mute);
}
.faq-q .t {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(18px, 2vw, 24px); color: var(--ink);
  letter-spacing: -.01em;
}
.faq-q .plus {
  width: 32px; height: 32px; border: 1px solid var(--rule-soft);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-tech); font-size: 16px; transition: all .2s;
  justify-self: end;
}
.faq-item.open .faq-q .plus { background: var(--accent); color: #fff; border-color: var(--accent); transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease;
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner {
  padding: 0 64px 28px 84px;
  font-size: 15px; line-height: 1.65; color: var(--ink-soft);
  max-width: 720px;
}
@media (max-width: 640px) {
  .faq-q { grid-template-columns: 32px 1fr 28px; gap: 12px; }
  .faq-a-inner { padding: 0 0 20px 44px; }
}

/* ─── CTA BAND ───────────────────────────────── */
.cta {
  background: var(--ink); color: var(--bg);
  padding: 80px 0 60px;
  position: relative; overflow: hidden;
}
.cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, color-mix(in oklab, var(--bg) 5%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in oklab, var(--bg) 5%, transparent) 1px, transparent 1px);
  background-size: 60px 60px;
}
.cta-inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end; }
@media (max-width: 900px) { .cta-inner { grid-template-columns: 1fr; } }
.cta h2 {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: clamp(34px, 4.8vw, 68px); line-height: 1; letter-spacing: -.03em;
  color: var(--bg); margin-bottom: 20px;
}
.cta h2 em { color: var(--accent); font-style: italic; }
.cta h2 .outline { -webkit-text-stroke: 2px var(--bg); color: transparent; font-style: italic; }
.cta-desc { font-size: 16px; color: color-mix(in oklab, var(--bg) 70%, transparent); max-width: 440px; line-height: 1.6; margin-bottom: 24px; }
.cta-actions { display: flex; flex-direction: column; gap: 16px; }
.cta-actions .btn { background: var(--bg); color: var(--ink); padding: 18px 24px; font-size: 14px; justify-content: space-between; width: 100%; border: 1px solid var(--bg); }
.cta-actions .btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.cta-actions .btn.line { background: transparent; color: var(--bg); border-color: color-mix(in oklab, var(--bg) 30%, transparent); }
.cta-actions .btn.line:hover { border-color: var(--bg); background: transparent; }
.cta-meta {
  margin-top: 48px; padding-top: 24px;
  border-top: 1px solid color-mix(in oklab, var(--bg) 15%, transparent);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-family: var(--f-mono); font-size: 11px;
  color: color-mix(in oklab, var(--bg) 50%, transparent);
}

/* ─── CONTACT ─────────────────────────────────── */
.contact-section { padding-bottom: 96px; }
.contact-body {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 0;
  margin-top: 48px;
  border: 1px solid var(--rule);
  background: var(--bg-card);
}
@media (max-width: 900px) { .contact-body { grid-template-columns: 1fr; } }
.contact-left {
  padding: 40px;
  border-right: 1px solid var(--rule);
}
@media (max-width: 900px) { .contact-left { border-right: none; border-bottom: 1px solid var(--rule); } }
.contact-left h3 {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: 26px; letter-spacing: -.02em; margin-bottom: 20px; line-height: 1.1;
}
.cinfo { padding: 16px 0; border-bottom: 1px dashed var(--rule-soft); }
.cinfo:last-of-type { border-bottom: none; }
.cinfo .l { font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
.cinfo .v { font-family: var(--f-tech); font-size: 15px; color: var(--ink); }
.cinfo .v a { border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.cinfo .v a:hover { color: var(--accent); }

.contact-form {
  padding: 40px;
}
.form-steps {
  display: flex; gap: 4px; margin-bottom: 32px;
}
.form-step {
  flex: 1; height: 3px; background: var(--rule-soft); position: relative;
}
.form-step.done { background: var(--accent); }
.form-step.active { background: var(--accent); }
.form-step-label {
  position: absolute; top: 10px; left: 0;
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .1em;
  white-space: nowrap;
}
.form-step.active .form-step-label { color: var(--accent); }
.form-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 28px; margin-bottom: 24px; padding-bottom: 16px;
  border-bottom: 1px solid var(--rule-soft);
}
.form-head h4 {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: 22px; letter-spacing: -.01em;
}
.form-head .n { font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 12px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.field label {
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .1em;
}
.field input, .field select, .field textarea {
  background: var(--bg); border: 1px solid var(--rule-soft);
  padding: 12px 14px; font-family: var(--f-tech); font-size: 14px;
  color: var(--ink); outline: none; transition: border-color .2s;
  border-radius: 0;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field textarea { resize: vertical; min-height: 100px; }
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 8px 14px; border: 1px solid var(--rule-soft);
  font-family: var(--f-mono); font-size: 12px;
  color: var(--ink-soft); cursor: pointer; transition: all .15s;
  background: var(--bg);
}
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.form-actions {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--rule-soft);
}
.btn-submit {
  background: var(--accent); color: #fff; padding: 14px 24px;
  font-family: var(--f-tech); font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background .2s, transform .15s;
}
.btn-submit:hover { background: var(--mc-red-ink); }
.btn-submit:disabled { opacity: .4; cursor: not-allowed; }
.form-success {
  text-align: center; padding: 40px 20px;
}
.form-success .check {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--accent-2); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 28px;
}
.form-success h5 {
  font-family: var(--f-display); font-weight: 800; font-style: italic;
  font-size: 32px; margin-bottom: 12px;
}
.form-success p { color: var(--ink-soft); max-width: 320px; margin: 0 auto; }

/* ─── FOOTER ──────────────────────────────────── */
footer {
  background: var(--bg-soft);
  border-top: 1px solid var(--rule);
  padding: 72px 0 24px;
}
.foot-top {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--rule-soft);
}
@media (max-width: 900px) { .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 560px) { .foot-top { grid-template-columns: 1fr; } }
.foot-brand img { height: 42px; width: auto; margin-bottom: 18px; }
[data-theme="dark-terminal"] .foot-brand img { filter: brightness(0) invert(1); }
.foot-brand p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; max-width: 320px; }
.foot-col h4 {
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px;
}
.foot-col a {
  display: block; font-family: var(--f-tech); font-size: 14px;
  color: var(--ink-soft); padding: 6px 0; transition: color .2s;
}
.foot-col a:hover { color: var(--accent); }
.foot-bottom {
  padding-top: 20px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  opacity: .75;
}
.foot-bottom .impi { color: var(--accent-2); font-weight: 600; }
.mega-wordmark {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: clamp(56px, 12vw, 160px); line-height: .9; letter-spacing: -.04em;
  color: transparent; -webkit-text-stroke: 1px var(--ink-mute);
  opacity: .4; margin-top: 32px;
  padding-top: 24px; border-top: 1px solid var(--rule-soft);
  text-align: center;
  overflow: hidden; white-space: nowrap;
}
.mega-wordmark span { color: var(--accent); -webkit-text-stroke: 0; }

/* ─── THEME TWEAKS ADAPTATIONS ────────────────── */
/* Hero service card (KIO-inspired services-first) */
.hero-svc-card {
  background: var(--bg-card);
  border: 1px solid var(--rule-soft);
  box-shadow: 0 1px 0 rgba(0,0,0,.02), 0 20px 40px -20px rgba(0,0,0,.08);
}
.hero-svc-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 20px; border-bottom: 1px solid var(--rule-soft);
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-mute);
  text-transform: uppercase; letter-spacing: .12em;
}
.hero-svc-kicker { color: var(--accent); }
.hero-svc-list { display: flex; flex-direction: column; }
.hero-svc-item {
  display: grid; grid-template-columns: 36px 1fr 20px; gap: 12px;
  align-items: start; padding: 16px 20px;
  border-bottom: 1px solid var(--rule-soft);
  transition: background .15s, padding .15s;
  color: var(--ink);
}
.hero-svc-item:last-child { border-bottom: none; }
.hero-svc-item:hover { background: var(--bg-soft); padding-left: 24px; }
.hero-svc-item:hover .hs-arr { color: var(--accent); transform: translateX(3px); }
.hs-n { font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute); padding-top: 3px; }
.hs-t { font-family: var(--f-tech); font-weight: 600; font-size: 15px; color: var(--ink); margin-bottom: 3px; }
.hs-d { font-family: var(--f-sans); font-size: 12.5px; color: var(--ink-soft); line-height: 1.5; }
.hs-arr { font-family: var(--f-mono); color: var(--ink-mute); font-size: 13px; padding-top: 3px; transition: all .15s; }

@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; padding: 32px 24px 40px; gap: 32px; }
}

/* Active / inactive municipality nodes on the map */
.map-canvas .mn-dot.inactive { fill: var(--ink-mute); opacity: .35; }
.map-canvas .mn.inactive .mn-label { opacity: .4; }
.map-canvas .mn.inactive { cursor: default; }
.map-canvas .mn.active-svc .mn-dot {
  fill: var(--accent);
}
.map-canvas .mn.active-svc .mn-dot.hub { fill: var(--ink); stroke: var(--accent); stroke-width: 1.2; }
.map-legend {
  position: absolute; top: 20px; right: 20px;
  background: var(--bg-card); border: 1px solid var(--rule-soft);
  padding: 10px 14px; font-family: var(--f-mono); font-size: 10px;
  color: var(--ink-soft); text-transform: uppercase; letter-spacing: .08em;
  display: flex; flex-direction: column; gap: 6px;
}
.map-legend .lr { display: flex; align-items: center; gap: 8px; }
.map-legend .d { width: 10px; height: 10px; border-radius: 50%; }
.map-legend .d.hub { background: var(--ink); border: 1.5px solid var(--accent); }
.map-legend .d.pop { background: var(--accent); }
.map-legend .d.off { background: #e8e6e0; border: 1px solid var(--rule); }
.map-legend .d.soon { background: var(--ink-mute); opacity: .45; }

/* SVG host for the EdoMex coverage map */
.edomex-svg-host {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
}
.edomex-svg-host svg { width: 100%; height: 100%; display: block; }

/* Base municipio (sin cobertura) */
.edomex-svg-host .cls-1 {
  fill: #e8e6e0;
  stroke: #ffffff;
  stroke-width: 6;
  stroke-linejoin: round;
}
.edomex-svg-host .cls-2 {
  fill: none;
  stroke: #1a1a1a;
  stroke-width: 4;
}

/* Municipio con cobertura activa */
.edomex-svg-host .cubierto {
  fill: var(--accent, #C72F27);
  stroke: #ffffff;
  stroke-width: 6;
  stroke-linejoin: round;
}

/* Hover/active state */
.edomex-svg-host [data-municipio] {
  transition: filter .15s, opacity .15s;
}
.edomex-svg-host [data-municipio]:hover { opacity: .9; }
.edomex-svg-host [data-municipio].mc-active {
  filter: drop-shadow(0 0 10px rgba(199, 47, 39, .65));
}
.edomex-svg-host [data-municipio].mc-active .cubierto,
.edomex-svg-host [data-municipio].mc-active .cls-1 {
  stroke: #1a1a1a;
  stroke-width: 8;
}

/* Mobile responsive polish */
@media (max-width: 768px) {
  .nav-inner { padding: 12px 20px; }
  .nav-phone { display: none; }
  .hero-meta { gap: 12px; font-size: 10px; margin-bottom: 24px; }
  .hero-desc { font-size: 16px; padding-left: 14px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { justify-content: center; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stat { border-right: 1px dashed var(--rule-soft); padding: 16px 12px 12px 0; }
  .hero-stat:nth-child(2n) { border-right: none; }
  .hero-stat:nth-child(-n+2) { border-bottom: 1px dashed var(--rule-soft); }
  .section-head { padding: 40px 0 24px; }
  .cta { padding: 56px 0 40px; }
  .cta-actions .btn { font-size: 13px; padding: 14px 18px; }
  .svc-panel { padding: 24px 18px; gap: 24px; }
  .svc-panel-r { padding: 20px; }
  .client-body, .contact-body, .map-body { margin-top: 32px; }
  .contact-left, .contact-form { padding: 24px; }
  .map-info { padding: 24px; }
  .foot-brand p { font-size: 13px; }
  .mega-wordmark { font-size: clamp(40px, 14vw, 80px); }
  .pstep { min-height: 0; padding: 24px 20px; }
  .ticker-item { font-size: 10px; }
  .hero-svc-item { padding: 14px 16px; grid-template-columns: 28px 1fr 16px; }
  .hs-d { font-size: 12px; }
}
