/* ═══════════════════════════════════════════════════
   MERAKI CLOUD GROUP — Design System CSS
   Mobile-first. Escala hacia desktop.
   Todas las páginas del grupo usan este archivo.
═══════════════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #181510;
  background: #F7F4EE;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: inherit; cursor: pointer; }

/* ── TOKENS ── */
:root {
  --ink:      #181510;
  --blue:     #234E8C;
  --blue-lt:  #4A7AC0;
  --blue-dk:  #162F5A;
  --fog:      #A8BCD8;
  --sand:     #DDD8CE;
  --bone:     #EEE9E0;
  --cream:    #F7F4EE;
  --t2:       #6A6560;
  --t3:       #9A9590;
  --line:     rgba(24,21,16,.09);
  --r:        6px;
  --r-lg:     16px;
  --r-xl:     20px;

  /* Layout */
  --wrap:     1400px;
  --px:       clamp(18px, 5vw, 80px);
  --nav-h:    60px;

  /* Spacing scale */
  --s-xs:     clamp(12px, 2vw, 16px);
  --s-sm:     clamp(16px, 3vw, 24px);
  --s-md:     clamp(24px, 4vw, 40px);
  --s-lg:     clamp(40px, 6vw, 72px);
  --s-xl:     clamp(56px, 8vw, 112px);

  /* Type scale */
  --t-xs:     clamp(11px, 1.1vw, 12px);
  --t-sm:     clamp(13px, 1.3vw, 14px);
  --t-body:   clamp(14px, 1.5vw, 16px);
  --t-lg:     clamp(16px, 1.8vw, 18px);
  --t-h3:     clamp(18px, 2.2vw, 22px);
  --t-h2:     clamp(26px, 3.5vw, 48px);
  --t-h1:     clamp(36px, 5vw, 68px);
  --t-hero:   clamp(38px, 5.5vw, 76px);
}

/* ── LAYOUT ── */
.container {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--px);
}
.section-std { padding: var(--s-xl) 0; }
.section-alt {
  background: var(--bone);
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
  padding: var(--s-xl) 0;
}
.section-head { margin-bottom: var(--s-lg); }
.section-head.narrow { max-width: 680px; }

/* ── EYEBROW ── */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 24px; height: 1.5px;
  background: var(--blue);
  flex-shrink: 0;
}
.eyebrow span {
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue);
}

/* ── HEADINGS ── */
.h1 {
  font-family: 'Fraunces', serif;
  font-size: var(--t-hero);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.03em;
  color: var(--ink);
}
.h2 {
  font-family: 'Fraunces', serif;
  font-size: var(--t-h2);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.025em;
  color: var(--ink);
}
.h3 {
  font-family: 'Fraunces', serif;
  font-size: var(--t-h3);
  font-weight: 700;
  letter-spacing: -.015em;
  color: var(--ink);
}
.h1 em, .h2 em, .h3 em {
  font-style: italic;
  font-weight: 300;
  color: var(--blue);
}
.section-sub {
  font-size: var(--t-lg);
  color: var(--t2);
  line-height: 1.7;
  max-width: 54ch;
  margin-top: 16px;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--r);
  font-size: var(--t-body);
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: background .18s, color .18s, border-color .18s;
  white-space: nowrap;
  min-height: 44px; /* touch target */
}
.btn-primary   { background: var(--ink);  color: var(--cream); }
.btn-primary:hover  { background: var(--blue-dk); }
.btn-outline   { background: transparent; color: var(--blue); border: 1.5px solid var(--blue); }
.btn-outline:hover  { background: var(--blue); color: #fff; }
.btn-ghost     { background: transparent; color: var(--t2); border: 1px solid var(--sand); }
.btn-ghost:hover    { border-color: var(--blue-lt); color: var(--ink); }
.btn-blue      { background: var(--blue); color: #fff; }
.btn-blue:hover     { background: var(--blue-lt); }

/* On dark bg */
.btn-dark-ghost {
  background: transparent;
  color: #9AA8C0;
  border: 1px solid rgba(255,255,255,.15);
  min-height: 44px;
}
.btn-dark-ghost:hover { border-color: rgba(255,255,255,.4); color: #F7F4EE; }

/* Full width on mobile */
@media (max-width: 480px) {
  .btn-block-mobile { width: 100%; }
}

/* ── BADGE / PILL ── */
.badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 3px;
}

/* ── NAV ── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 300;
  height: var(--nav-h);
  background: rgba(247,244,238,.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  height: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--px);
  display: flex;
  align-items: center;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  width: 36px; height: 36px;
  background: var(--ink);
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.logo-mark svg { width: 22px; height: 22px; }
.logo-text {
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.logo-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--t3);
  margin-top: 1px;
}
.nav-links {
  display: none; /* hidden on mobile, shown desktop */
  list-style: none;
  gap: clamp(1rem, 2.5vw, 2.2rem);
  margin: 0 auto;
}
.nav-links a {
  color: var(--t2);
  text-decoration: none;
  font-size: .875rem;
  font-weight: 500;
  transition: color .18s;
  white-space: nowrap;
  padding: 4px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-links a:hover,
.nav-links a.active { color: var(--ink); }
.nav-links a.active { font-weight: 700; }
.nav-cta {
  display: none; /* hidden on mobile */
  flex-shrink: 0;
}
.nav-burger {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  flex-direction: column;
  gap: 5px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.nav-burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

/* Drawer */
.nav-drawer {
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0;
  background: rgba(247,244,238,.97);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--sand);
  padding: 16px var(--px) 24px;
  z-index: 299;
  display: flex;
  flex-direction: column;
  gap: 0;
  transform: translateY(-6px);
  opacity: 0;
  pointer-events: none;
  transition: transform .22s ease, opacity .22s ease;
}
.nav-drawer.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.nav-drawer a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-drawer a:last-child { border-bottom: none; }
.drawer-cta {
  margin-top: 16px;
  padding: 13px 24px !important;
  background: var(--ink);
  color: var(--cream) !important;
  border-radius: var(--r);
  font-weight: 600 !important;
  font-size: .9rem;
  justify-content: center;
  border-bottom: none !important;
}

/* Desktop nav */
@media (min-width: 768px) {
  :root { --nav-h: 64px; }
  .nav-links { display: flex; }
  .nav-cta   { display: inline-flex; }
  .nav-burger { display: none; }
}

/* ── HERO (shared) ── */
.hero-wrap { padding-top: var(--nav-h); }
.hero {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s-xl) var(--px);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-lg);
  align-items: center;
}
@media (min-width: 900px) {
  .hero { grid-template-columns: 1fr 1fr; }
}
.hero-content { min-width: 0; }

/* ── SIGNAL STATS ── */
.signal-row {
  display: flex;
  gap: clamp(16px, 4vw, 36px);
  flex-wrap: wrap;
  padding-top: clamp(16px, 2.5vw, 24px);
  border-top: 1px solid var(--sand);
  margin-top: clamp(24px, 4vw, 40px);
}
.signal-item .sig-val {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1;
}
.signal-item .sig-lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--t3);
  margin-top: 5px;
}

/* ── BRAND CARDS (hero visual) ── */
.brand-panel {
  background: var(--bone);
  border: 1px solid var(--sand);
  border-radius: var(--r-xl);
  padding: var(--s-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  flex-wrap: wrap;
  gap: 8px;
}
.panel-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--t3);
}
.panel-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #E8EEF8;
  color: var(--blue);
  border-radius: 4px;
}
.brand-card {
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 14px;
  padding: clamp(14px, 2.5vw, 20px);
  transition: border-color .22s, transform .22s;
  text-decoration: none;
  display: block;
}
.brand-card:hover { border-color: var(--fog); transform: translateX(3px); }
.bc-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 8px;
}
.bc-left { min-width: 0; }
.bc-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex-shrink: 0; }
.bc-dot { width: 9px; height: 9px; border-radius: 50%; }
.bc-pill {
  font-size: 9px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 3px;
  white-space: nowrap;
}
.bc-name {
  font-family: 'Fraunces', serif;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.01em;
  margin-bottom: 3px;
}
.bc-desc { font-size: 12px; color: var(--t2); line-height: 1.45; }
.bc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.bc-erp { font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.bc-arrow { font-size: 14px; color: var(--t3); transition: color .18s, transform .18s; }
.brand-card:hover .bc-arrow { color: var(--blue); transform: translateX(3px); }

/* Brand colors */
.bc-nimbus  .bc-dot { background: #6F00FF; }
.bc-nimbus  .bc-pill { background: #EDEAFF; color: #4B36B8; }
.bc-nimbus  .bc-erp  { color: #4B36B8; }
.bc-elysian .bc-dot { background: #0D9E80; }
.bc-elysian .bc-pill { background: #DDF2EA; color: #0A7058; }
.bc-elysian .bc-erp  { color: #0A7058; }
.bc-apps    .bc-dot { background: #F05A1A; }
.bc-apps    .bc-pill { background: #FEF0E6; color: #B84010; }
.bc-apps    .bc-erp  { color: #B84010; }

/* ── CARDS GENÉRICAS ── */
.card {
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: var(--r-lg);
  padding: var(--s-md);
  transition: border-color .22s, transform .22s;
}
.card:hover { border-color: var(--fog); }
.card-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 2vw, 20px);
}
@media (min-width: 600px) {
  .card-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .card-grid-3 { grid-template-columns: repeat(3, 1fr); }
}
.card-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 2vw, 20px);
}
@media (min-width: 700px) {
  .card-grid-2 { grid-template-columns: 1fr 1fr; }
}

/* ── RAZONES ── */
.razones-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--sand);
  border: 1px solid var(--sand);
  border-radius: var(--r-lg);
  overflow: hidden;
}
@media (min-width: 600px) {
  .razones-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .razones-grid { grid-template-columns: repeat(3, 1fr); }
}
.razon {
  background: var(--cream);
  padding: clamp(22px, 4vw, 40px) clamp(18px, 3vw, 36px);
  transition: background .22s;
}
.razon:hover { background: #fff; }
.razon-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 900;
  color: rgba(35,78,140,.1);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -.03em;
}
.razon h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.015em;
  margin-bottom: 9px;
}
.razon p { font-size: var(--t-sm); color: var(--t2); line-height: 1.65; }

/* ── EMPRESA CARDS (páginas de empresas) ── */
.empresa-card {
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .22s, transform .22s;
}
.empresa-card:hover { border-color: var(--fog); transform: translateY(-3px); }
.ec-accent { height: 4px; flex-shrink: 0; }
.ec-body {
  padding: clamp(18px, 3vw, 28px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ec-name {
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.ec-tagline { font-size: var(--t-sm); color: var(--t2); line-height: 1.55; margin-bottom: 18px; }
.ec-erp-box {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 13px; background: var(--bone);
  border-radius: var(--r); margin-bottom: 18px;
}
.ec-erp-label { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--t3); }
.ec-erp-val   { font-size: 13px; font-weight: 700; }
.ec-features  { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; flex: 1; }
.ec-features li {
  font-size: var(--t-sm);
  color: var(--t2);
  display: flex; align-items: flex-start; gap: 9px;
  line-height: 1.4;
}
.ec-features li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}
.ec-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
  transition: gap .18s;
  align-self: flex-start;
  margin-top: auto;
  min-height: 44px;
  align-items: center;
}
.ec-link:hover { gap: 10px; }

/* Empresa color tokens */
.ec-nimbus  .ec-accent { background: #6F00FF; }
.ec-nimbus  .ec-erp-val { color: #4B36B8; }
.ec-nimbus  .ec-features li::before { background: #6F00FF; }
.ec-nimbus  .ec-link  { color: #4B36B8; }
.ec-nimbus  .badge    { background: #EDEAFF; color: #4B36B8; }
.ec-elysian .ec-accent { background: #0D9E80; }
.ec-elysian .ec-erp-val { color: #0A7058; }
.ec-elysian .ec-features li::before { background: #0D9E80; }
.ec-elysian .ec-link  { color: #0A7058; }
.ec-elysian .badge    { background: #DDF2EA; color: #0A7058; }
.ec-apps    .ec-accent { background: #F05A1A; }
.ec-apps    .ec-erp-val { color: #B84010; }
.ec-apps    .ec-features li::before { background: #F05A1A; }
.ec-apps    .ec-link  { color: #B84010; }
.ec-apps    .badge    { background: #FEF0E6; color: #B84010; }

/* ── PROCESO ── */
.proceso-track { position: relative; margin-top: var(--s-md); }
.proceso-line {
  display: none; /* hidden on mobile */
  position: absolute;
  left: 0; right: 0; top: 28px;
  height: 1px; background: var(--sand);
}
.proceso-line::after {
  content: '';
  position: absolute;
  left: 0; top: -1.5px;
  height: 3px; width: 55%;
  background: linear-gradient(90deg, var(--blue-dk), var(--blue));
  opacity: .38;
}
.proceso-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3vw, 24px);
  position: relative; z-index: 1;
}
@media (min-width: 900px) {
  .proceso-steps { grid-template-columns: repeat(5, 1fr); }
  .proceso-line  { display: block; }
}
.paso { display: flex; flex-direction: column; gap: 12px; }
.paso-node {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--sand);
  display: grid; place-items: center;
  font-family: 'Fraunces', serif;
  font-size: 18px; font-weight: 700;
  color: var(--ink);
  transition: all .28s;
  flex-shrink: 0;
}
.paso:hover .paso-node { border-color: var(--blue); background: #E8EEF8; color: var(--blue); }
.paso-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--t3); }
.paso h4 { font-family: 'Fraunces', serif; font-size: 15px; font-weight: 700; color: var(--ink); }
.paso p   { font-size: 12px; color: var(--t2); line-height: 1.55; }

/* ── CTA BAND ── */
.cta-band {
  background: var(--ink);
  padding: var(--s-xl) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 110%, rgba(35,78,140,.4) 0%, transparent 65%);
  pointer-events: none;
}
.cta-band-inner {
  position: relative; z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 var(--px);
}
.cta-eyebrow {
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--blue-lt);
  margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.cta-eyebrow::before,
.cta-eyebrow::after { content: ''; width: 18px; height: 1px; background: var(--blue-lt); }
.cta-h {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4.5vw, 54px);
  font-weight: 700;
  color: #F7F4EE;
  letter-spacing: -.025em;
  line-height: 1.06;
  margin-bottom: 14px;
}
.cta-h em { font-style: italic; font-weight: 300; color: var(--fog); }
.cta-sub {
  font-size: var(--t-body);
  color: #7A8094;
  line-height: 1.65;
  margin-bottom: 32px;
}
.cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; max-width: 320px; }
}

/* ── FOOTER ── */
site-footer,
.site-footer {
  background: #111008;
  padding: var(--s-lg) 0 var(--s-md);
  border-top: 1px solid rgba(255,255,255,.05);
}
.footer-grid {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 48px);
  margin-bottom: var(--s-md);
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 1.8fr 1fr 1fr 1fr; }
}
.footer-logo-text {
  font-family: 'Fraunces', serif;
  font-size: 16px; font-weight: 700;
  color: #F7F4EE; letter-spacing: -.02em; line-height: 1.1;
}
.footer-logo-sub {
  font-size: 9px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: #3A3830; margin-top: 1px;
}
.footer-tagline {
  font-size: 13px; color: #4A4640;
  line-height: 1.65; margin-top: 14px; max-width: 26ch;
}
.footer-col h5 {
  font-size: 10px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: #3A3830; margin-bottom: 14px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 13px; color: #5A5450;
  text-decoration: none; transition: color .18s;
  min-height: 44px; display: flex; align-items: center;
}
.footer-col a:hover { color: #F7F4EE; }
.footer-bottom {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(16px, 3vw, 24px) var(--px) 0;
  border-top: 1px solid rgba(255,255,255,.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-legal { font-size: 12px; color: #2E2C28; }
.footer-brands { display: flex; gap: clamp(12px, 3vw, 24px); flex-wrap: wrap; }
.footer-brands a {
  font-size: 11px; font-weight: 600; letter-spacing: .06em;
  text-decoration: none; opacity: .4; transition: opacity .18s;
  min-height: 44px; display: flex; align-items: center;
}
.footer-brands a:hover { opacity: 1; }

/* ── UTILITIES ── */
.mt-sm { margin-top: var(--s-sm); }
.mt-md { margin-top: var(--s-md); }
.mt-lg { margin-top: var(--s-lg); }
.text-center { text-align: center; }
.text-center .section-sub { margin-left: auto; margin-right: auto; }
.text-center .eyebrow { justify-content: center; }
.max-prose { max-width: 68ch; }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  padding-top: calc(var(--nav-h) + var(--s-lg));
  padding-bottom: var(--s-lg);
  padding-left: var(--px);
  padding-right: var(--px);
  max-width: var(--wrap);
  margin: 0 auto;
}

/* ── HIGHLIGHT BOX ── */
.highlight-box {
  background: #E8EEF8;
  border: 1px solid #C8D8EE;
  border-left: 4px solid var(--blue);
  border-radius: var(--r);
  padding: clamp(16px, 3vw, 24px);
}
.highlight-box p { font-size: var(--t-body); color: var(--blue-dk); line-height: 1.65; }

/* ── ICON BOX ── */
.icon-box {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: #E8EEF8;
  display: grid; place-items: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

/* ── DIVIDER ── */
.divider { border: none; border-top: 1px solid var(--sand); margin: var(--s-md) 0; }
