/* ============================================================
   Vector89 — Marketing Digital
   Editorial Tech Concierge · navy + cream + lime
   Sistema basado en manual-identidad-vector89.md (2026-05-20)
   ============================================================ */

:root {
  /* Palette */
  --navy: #0b1b26;
  --navy-2: #142736;
  --navy-3: #1c3142;
  --lime: #bdde6e;
  --lime-bright: #cfee82;
  --cream: #f1f0ec;
  --white: #ffffff;
  --gray-blue: #9da8a8;
  --muted: #6b7475;
  --border: rgba(11, 27, 38, 0.09);
  --border-on-dark: rgba(241, 240, 236, 0.12);
  --border-on-dark-strong: rgba(241, 240, 236, 0.22);

  /* Fonts */
  --logo-font: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  /* Spacing scale (4px base) */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
  --s-11: 160px;

  /* Layout */
  --container: 1240px;
  --container-narrow: 920px;
  --container-text: 680px;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--cream);
  background: var(--navy);
  font-weight: 400;
  letter-spacing: -0.003em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 400; }
::selection { background: var(--lime); color: var(--navy); }

/* Type tokens */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--lime);
}
.eyebrow.no-line::before { display: none; }
.eyebrow.on-cream { color: var(--navy); }
.eyebrow.on-cream::before { background: var(--navy); }

.display {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(44px, 6.6vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.038em;
  text-wrap: balance;
}
.display .accent { color: var(--lime); font-weight: 600; }

h1.section-title, h2.section-title {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

.lede {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.014em;
  color: var(--cream);
  opacity: 0.78;
  max-width: 640px;
}

.body-large {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--cream);
  opacity: 0.78;
  max-width: 60ch;
}

.caption {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--gray-blue);
}

/* Layout primitives */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--s-6);
}
.container.narrow { max-width: var(--container-narrow); }
.container.text { max-width: var(--container-text); }

.hairline {
  border: none;
  border-top: 1px solid var(--border-on-dark);
  margin: 0;
  width: 100%;
}
.hairline.on-cream { border-top-color: var(--border); }

section { position: relative; }
section.dark { background: var(--navy); color: var(--cream); }
section.dark-2 { background: var(--navy-2); color: var(--cream); }
section.cream { background: var(--cream); color: var(--navy); }
section.cream .lede,
section.cream .body-large { color: var(--navy); opacity: 0.78; }
section.cream .caption { color: var(--muted); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(11, 27, 38, 0.72);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid var(--border-on-dark);
  transition: background 240ms var(--ease-out);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--s-6);
}
.nav-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--logo-font);
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.015em;
  color: var(--cream);
}
.nav-brand .num { color: var(--lime); font-weight: 400; font-style: italic; font-family: var(--logo-font); }
.nav-brand .suffix {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.55;
  margin-left: 6px;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: var(--s-7);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--s-6);
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.002em;
  color: var(--cream);
  opacity: 0.78;
  transition: opacity 180ms;
}
.nav-links a:hover { opacity: 1; }
.nav-links a.active { opacity: 1; color: var(--lime); }
.nav-toggle { display: none; }

/* Button system */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 22px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 999px;
  transition: transform 220ms var(--ease-out), background 220ms, color 220ms, border-color 220ms;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--lime);
  color: var(--navy);
}
.btn-primary:hover { background: var(--lime-bright); }
.btn-ghost-dark {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border-on-dark-strong);
}
.btn-ghost-dark:hover { border-color: var(--lime); color: var(--lime); }
.btn-ghost-light {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--border);
}
.btn-ghost-light:hover { border-color: var(--navy); }
.btn .arrow { transition: transform 240ms var(--ease-out); }
.btn:hover .arrow { transform: translateX(3px); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 184px 0 var(--s-10);
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}
.hero::before {
  /* subtle radial wash top-right */
  content: "";
  position: absolute;
  top: -260px;
  right: -180px;
  width: 740px;
  height: 740px;
  background: radial-gradient(circle, rgba(189, 222, 110, 0.10) 0%, rgba(189, 222, 110, 0) 60%);
  z-index: -1;
}
.hero::after {
  /* skyline silhouette band low opacity */
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  background: url("assets/skyline.svg") no-repeat center bottom / cover;
  opacity: 0.10;
  z-index: -1;
  pointer-events: none;
}
.hero-3d {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.85;
  mask-image: radial-gradient(ellipse 50% 80% at 78% 50%, black 0%, rgba(0,0,0,0.6) 40%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 50% 80% at 78% 50%, black 0%, rgba(0,0,0,0.6) 40%, transparent 75%);
}
.hero-inner { position: relative; z-index: 2; }

.hero-rings {
  position: absolute;
  top: 130px;
  right: 80px;
  width: 220px;
  height: 220px;
  z-index: -1;
  opacity: 0.85;
  display: none;
}
.hero-rings .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--lime);
}
.hero-rings .r1 { inset: 0; opacity: 0.32; }
.hero-rings .r2 { inset: 22px; opacity: 0.55; }
.hero-rings .r3 { inset: 60px; opacity: 0.85; }
.hero-rings .dot {
  position: absolute;
  top: 50%; left: 50%;
  width: 8px; height: 8px;
  margin: -4px 0 0 -4px;
  background: var(--lime);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-8);
}
.hero-eyebrow { margin-bottom: var(--s-6); animation: rise 800ms var(--ease-out) both; }
.hero h1 { animation: rise 900ms 80ms var(--ease-out) both; max-width: 17ch; }
.hero .lede { margin-top: var(--s-6); animation: rise 900ms 200ms var(--ease-out) both; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4);
  margin-top: var(--s-7);
  animation: rise 900ms 320ms var(--ease-out) both;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-7);
  margin-top: var(--s-9);
  padding-top: var(--s-6);
  border-top: 1px solid var(--border-on-dark);
  animation: rise 900ms 440ms var(--ease-out) both;
}
.hero-meta-item .label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-blue);
  margin-bottom: 6px;
}
.hero-meta-item .value {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.015em;
  color: var(--cream);
}
.hero-meta-item .value .pct { color: var(--lime); font-weight: 500; }

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   APPROACH (cream "rest" section)
   ============================================================ */
.approach { padding: var(--s-10) 0; }
.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: var(--s-9);
  align-items: start;
}
.approach-title h2 { margin-bottom: var(--s-5); }
.approach-body p + p { margin-top: var(--s-4); }
.approach-mark {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(88px, 12vw, 168px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--navy);
  margin-top: var(--s-7);
  font-variant-numeric: tabular-nums;
}
.approach-mark .num { color: var(--lime); font-weight: 700; }

/* ============================================================
   SERVICES (8 services grid on navy)
   ============================================================ */
.services { padding: var(--s-10) 0 var(--s-11); }
.services-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: var(--s-9);
  align-items: end;
  margin-bottom: var(--s-9);
}
.services-head h2 .accent { color: var(--lime); font-weight: 400; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--border-on-dark);
  border-top: 1px solid var(--border-on-dark);
  border-bottom: 1px solid var(--border-on-dark);
}
.svc {
  background: var(--navy);
  padding: var(--s-7) var(--s-5);
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
  transition: background 280ms var(--ease-out);
  position: relative;
}
.svc:hover { background: var(--navy-2); }
.svc-icon {
  width: 56px;
  height: 56px;
  border: 1px solid var(--lime);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  background: rgba(189, 222, 110, 0.06);
}
.svc h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.005em;
  color: var(--cream);
}
.svc p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray-blue);
}
.svc .svc-num {
  position: absolute;
  top: var(--s-4);
  right: var(--s-5);
  font-family: var(--sans);
  font-style: normal;
  font-size: 14px;
  color: var(--lime);
  opacity: 0.5;
  letter-spacing: 0.04em;
}

/* ============================================================
   MEDICAL VERTICAL (cream callout)
   ============================================================ */
.vertical { padding: var(--s-10) 0; }
.vertical-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--s-9);
  align-items: center;
}
.vertical-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: var(--s-5);
}
.vertical-tag .dot {
  width: 7px; height: 7px; background: var(--lime); border-radius: 50%;
}
.vertical h2 { margin-bottom: var(--s-5); }
.vertical-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s-6);
  margin-top: var(--s-7);
  padding-top: var(--s-6);
  border-top: 1px solid var(--border);
}
.vertical-stat .num {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.vertical-stat .num sup { font-size: 0.5em; color: var(--lime); vertical-align: super; margin-left: 4px; }
.vertical-stat .label {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
  max-width: 26ch;
}
.vertical-visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 5/6;
  background:
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  padding: var(--s-7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--cream);
}
.vertical-visual .quote {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: -0.018em;
  max-width: 24ch;
}
.vertical-visual .quote .accent { color: var(--lime); }
.vertical-visual .meta {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--gray-blue);
  letter-spacing: 0.04em;
  border-top: 1px solid var(--border-on-dark);
  padding-top: var(--s-4);
}

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.testimonial { padding: var(--s-10) 0; }
.testimonial-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.testimonial blockquote {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.4;
  letter-spacing: -0.018em;
  margin: 0 0 var(--s-7);
  color: var(--cream);
}
.testimonial blockquote::before {
  content: "“";
  display: block;
  font-family: var(--logo-font);
  font-style: italic;
  font-size: 1.8em;
  color: var(--lime);
  line-height: 0.6;
  margin-bottom: 16px;
}
.testimonial-cite {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.testimonial-cite .name {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.testimonial-cite .role {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-blue);
}

/* ============================================================
   CITIES STRIP
   ============================================================ */
.cities {
  padding: var(--s-8) 0;
  border-top: 1px solid var(--border-on-dark);
  border-bottom: 1px solid var(--border-on-dark);
}
.cities-inner {
  display: flex;
  align-items: center;
  gap: var(--s-7);
  flex-wrap: wrap;
  justify-content: space-between;
}
.cities .label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-blue);
  flex-shrink: 0;
}
.cities .list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4) var(--s-6);
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(15px, 1.4vw, 19px);
  color: var(--cream);
  letter-spacing: -0.012em;
}
.cities .list .dot {
  color: var(--lime);
  font-style: normal;
  margin-right: 8px;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  padding: var(--s-10) 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  top: -160px;
  left: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(189, 222, 110, 0.10) 0%, rgba(189, 222, 110, 0) 60%);
  z-index: 0;
}
.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--s-8);
  align-items: end;
}
.cta-inner h2 { max-width: 16ch; }
.cta-inner .lede { margin-top: var(--s-5); }
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  padding: var(--s-6);
  background: var(--navy-2);
  border: 1px solid var(--border-on-dark);
  border-radius: 4px;
}
.cta-row {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  padding: var(--s-3) 0;
  border-bottom: 1px solid var(--border-on-dark);
}
.cta-row:last-child { border-bottom: none; }
.cta-row .ic {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--lime);
  border-radius: 50%;
  color: var(--lime);
  flex-shrink: 0;
}
.cta-row .label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-blue);
  margin-bottom: 2px;
}
.cta-row .val {
  font-family: var(--sans);
  font-style: normal;
  font-size: 19px;
  color: var(--cream);
  letter-spacing: -0.01em;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--navy);
  border-top: 1px solid var(--border-on-dark);
  padding: var(--s-9) 0 var(--s-6);
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: var(--s-7);
  margin-bottom: var(--s-9);
}
.footer-brand .wordmark {
  font-family: var(--logo-font);
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--cream);
}
.footer-brand .wordmark .num { color: var(--lime); font-weight: 400; font-style: italic; font-family: var(--logo-font); }
.footer-brand .suffix {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.55;
  margin-top: var(--s-3);
}
.footer-brand .tag {
  margin-top: var(--s-5);
  font-family: var(--sans);
  font-style: normal;
  font-size: 18px;
  line-height: 1.45;
  color: var(--cream);
  opacity: 0.7;
  max-width: 30ch;
}
.footer-col h4 {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-blue);
  margin-bottom: var(--s-4);
}
.footer-col ul li { margin-bottom: 10px; font-size: 14px; }
.footer-col a {
  color: var(--cream);
  opacity: 0.82;
  transition: opacity 180ms, color 180ms;
}
.footer-col a:hover { opacity: 1; color: var(--lime); }
.footer-col p { font-size: 14px; color: var(--cream); opacity: 0.82; line-height: 1.7; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s-4);
  padding-top: var(--s-5);
  border-top: 1px solid var(--border-on-dark);
}
.footer-bottom .caption { color: var(--muted); }
.footer-social {
  display: flex;
  gap: var(--s-3);
}
.footer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-on-dark);
  border-radius: 50%;
  color: var(--cream);
  opacity: 0.7;
  transition: all 200ms;
}
.footer-social a:hover {
  opacity: 1;
  color: var(--lime);
  border-color: var(--lime);
}

/* ============================================================
   INTERIOR PAGE HERO
   ============================================================ */
.page-hero {
  padding: 168px 0 var(--s-9);
  position: relative;
  overflow: hidden;
}
.page-hero h1 {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  margin: var(--s-5) 0 var(--s-5);
}
.page-hero h1 .accent { color: var(--lime); font-weight: 400; }
.page-hero .lede { max-width: 580px; }

/* ============================================================
   PRICING (paquetes)
   ============================================================ */
.pricing {
  padding: var(--s-9) 0 var(--s-10);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s-5);
  margin-top: var(--s-8);
}
.plan {
  background: var(--navy-2);
  border: 1px solid var(--border-on-dark);
  padding: var(--s-7) var(--s-6) var(--s-7);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 240ms, transform 240ms var(--ease-out);
}
.plan:hover { border-color: var(--border-on-dark-strong); transform: translateY(-2px); }
.plan.featured { border-color: var(--lime); }
.plan.featured::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: var(--lime);
}
.plan-tag {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: var(--s-3);
}
.plan-name {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.plan-subtitle {
  font-size: 13px;
  color: var(--gray-blue);
  margin-top: 10px;
  max-width: 26ch;
  line-height: 1.55;
}
.plan-price {
  margin-top: var(--s-6);
  padding-top: var(--s-5);
  border-top: 1px solid var(--border-on-dark);
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
  flex-wrap: wrap;
}
.plan-price .old {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--gray-blue);
  text-decoration: line-through;
  text-decoration-color: rgba(157, 168, 168, 0.6);
}
.plan-price .now {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -0.012em;
  color: var(--cream);
}
.plan-price .now .cur {
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gray-blue);
  vertical-align: super;
  margin-right: 4px;
}
.plan-features {
  margin-top: var(--s-6);
  flex: 1;
}
.plan-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--cream);
  opacity: 0.88;
  border-bottom: 1px solid var(--border-on-dark);
}
.plan-features li:last-child { border-bottom: none; }
.plan-features li .check {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--lime);
}
.plan-features li strong { font-weight: 600; color: var(--cream); opacity: 1; }
.plan-roi {
  margin-top: var(--s-5);
  padding: var(--s-4);
  background: rgba(189, 222, 110, 0.05);
  border: 1px solid rgba(189, 222, 110, 0.25);
  border-radius: 4px;
  text-align: center;
}
.plan-roi .roi-num {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 32px;
  color: var(--lime);
  letter-spacing: -0.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.plan-roi .roi-desc {
  font-size: 11.5px;
  color: var(--gray-blue);
  margin-top: 4px;
  letter-spacing: 0.02em;
}
.plan .btn {
  margin-top: var(--s-6);
  justify-content: center;
  width: 100%;
}

/* ============================================================
   TEAM
   ============================================================ */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s-7);
  padding: var(--s-9) 0;
  border-top: 1px solid var(--border-on-dark);
  border-bottom: 1px solid var(--border-on-dark);
}
.value-card .ic {
  width: 48px; height: 48px;
  border: 1px solid var(--lime); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--lime);
  margin-bottom: var(--s-4);
}
.value-card h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.024em;
  margin-bottom: var(--s-3);
}
.value-card p { font-size: 14.5px; line-height: 1.7; color: var(--cream); opacity: 0.78; }

.team-grid {
  padding: var(--s-10) 0 var(--s-9);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s-6);
}
.member {
  background: var(--navy-2);
  border: 1px solid var(--border-on-dark);
  padding: var(--s-6) var(--s-5);
  border-radius: 4px;
  position: relative;
}
.member-avatar {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-3), var(--navy-2));
  border: 1px solid var(--lime);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans);
  font-style: normal;
  font-size: 38px;
  color: var(--lime);
  margin-bottom: var(--s-4);
  overflow: hidden;
}
.member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.022em;
  margin-bottom: 4px;
}
.member .role {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: var(--s-2);
}
.member .loc {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--gray-blue);
  margin-bottom: var(--s-4);
  padding-bottom: var(--s-4);
  border-bottom: 1px solid var(--border-on-dark);
}
.member p { font-size: 13.5px; line-height: 1.65; color: var(--cream); opacity: 0.82; }

.team-roster {
  padding: var(--s-9) 0;
  border-top: 1px solid var(--border-on-dark);
}
.team-roster h2 { margin-bottom: var(--s-6); max-width: 24ch; }
.roster-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border-on-dark);
  border-top: 1px solid var(--border-on-dark);
  border-bottom: 1px solid var(--border-on-dark);
}
.roster-item {
  background: var(--navy);
  padding: var(--s-5);
  display: flex;
  gap: var(--s-4);
  align-items: baseline;
}
.roster-item .n {
  font-family: var(--sans);
  font-style: normal;
  font-size: 14px;
  color: var(--lime);
  width: 28px;
  flex-shrink: 0;
}
.roster-item .r {
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--cream);
  font-weight: 500;
  letter-spacing: -0.005em;
}

/* ============================================================
   METHOD STEPS (marketing medico)
   ============================================================ */
.method {
  padding: var(--s-10) 0;
}
.method-steps {
  margin-top: var(--s-8);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.method-step {
  background: var(--cream);
  padding: var(--s-6) var(--s-4);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  transition: background 240ms;
}
.method-step:hover { background: var(--white); }
.method-step .step-n {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 700;
  color: var(--lime);
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.method-step .step-n::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 18px;
  height: 1px;
  background: var(--navy);
  opacity: 0.4;
}
.method-step h3 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--navy);
}
.method-step p {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  padding: var(--s-9) 0 var(--s-10);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--s-9);
}
.contact-card {
  background: var(--navy-2);
  border: 1px solid var(--border-on-dark);
  padding: var(--s-7) var(--s-6);
  border-radius: 4px;
}
.contact-row {
  display: flex;
  gap: var(--s-4);
  padding: var(--s-4) 0;
  border-bottom: 1px solid var(--border-on-dark);
}
.contact-row:last-child { border-bottom: none; }
.contact-row .ic {
  width: 42px; height: 42px;
  flex-shrink: 0;
  border: 1px solid var(--lime); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--lime);
}
.contact-row .label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-blue);
  margin-bottom: 4px;
}
.contact-row .val {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.012em;
  color: var(--cream);
}
.contact-row .val.small {
  font-family: var(--sans);
  font-style: normal;
  font-size: 14.5px;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.55;
  opacity: 0.92;
}

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal {
  padding: var(--s-9) 0 var(--s-10);
  background: var(--cream);
  color: var(--navy);
}
.legal .container { max-width: var(--container-text); }
.legal h2 {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.012em;
  margin: var(--s-7) 0 var(--s-3);
  color: var(--navy);
}
.legal h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.003em;
  margin: var(--s-5) 0 var(--s-2);
  color: var(--navy);
}
.legal p { margin: 0 0 var(--s-4); font-size: 15px; line-height: 1.75; color: var(--navy); opacity: 0.85; }
.legal ul {
  list-style: none;
  padding: 0;
  margin: var(--s-3) 0 var(--s-5);
}
.legal li {
  position: relative;
  padding-left: var(--s-5);
  margin-bottom: 10px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--navy);
  opacity: 0.85;
}
.legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 1px;
  background: var(--lime);
}

/* ============================================================
   FUTURISTIC ENHANCEMENTS — AI/motion/glow
   ============================================================ */

/* Animated hero gradient backdrop */
.hero {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(189, 222, 110, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 100%, rgba(11, 50, 70, 0.6) 0%, transparent 60%),
    linear-gradient(135deg, var(--navy) 0%, #0d2230 50%, var(--navy) 100%);
  background-size: 100% 100%, 100% 100%, 200% 200%;
  animation: heroShift 28s ease-in-out infinite;
}
@keyframes heroShift {
  0%, 100% { background-position: 0% 0%, 100% 100%, 0% 50%; }
  50% { background-position: 5% 5%, 95% 95%, 100% 50%; }
}

/* Lime particles drifting in hero */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.hero-particles .p {
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--lime);
  border-radius: 50%;
  opacity: 0;
  animation: drift 14s linear infinite;
}
.hero-particles .p::after {
  content: "";
  position: absolute;
  inset: -3px;
  background: var(--lime);
  border-radius: 50%;
  opacity: 0.25;
  filter: blur(4px);
}
.hero-particles .p:nth-child(1) { left: 8%; top: 80%; animation-delay: 0s; }
.hero-particles .p:nth-child(2) { left: 18%; top: 90%; animation-delay: 2s; }
.hero-particles .p:nth-child(3) { left: 32%; top: 85%; animation-delay: 4s; }
.hero-particles .p:nth-child(4) { left: 48%; top: 92%; animation-delay: 6s; }
.hero-particles .p:nth-child(5) { left: 64%; top: 88%; animation-delay: 8s; }
.hero-particles .p:nth-child(6) { left: 80%; top: 84%; animation-delay: 10s; }
.hero-particles .p:nth-child(7) { left: 92%; top: 90%; animation-delay: 12s; }

@keyframes drift {
  0%   { transform: translate3d(0, 0, 0) scale(0.6); opacity: 0; }
  10%  { opacity: 0.9; }
  90%  { opacity: 0.6; }
  100% { transform: translate3d(40px, -680px, 0) scale(1.4); opacity: 0; }
}

/* Reduce motion fallback */
@media (prefers-reduced-motion: reduce) {
  .hero { animation: none; }
  .hero-particles .p { animation: none; opacity: 0.5; }
}

/* Scroll-reveal base */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms var(--ease-out), transform 900ms var(--ease-out);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 80ms; }
.reveal.delay-2 { transition-delay: 160ms; }
.reveal.delay-3 { transition-delay: 240ms; }
.reveal.delay-4 { transition-delay: 320ms; }

/* Animated counter */
.counter-num {
  font-variant-numeric: tabular-nums;
  display: inline-block;
}

/* Subtle glow on lime accents */
.glow-lime { text-shadow: 0 0 24px rgba(189, 222, 110, 0.45); }

/* Service card glassmorphism on hover */
.svc {
  position: relative;
}
.svc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(189, 222, 110, 0.10) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 320ms var(--ease-out);
  pointer-events: none;
}
.svc:hover::after { opacity: 1; }
.svc:hover .svc-icon {
  background: rgba(189, 222, 110, 0.14);
  box-shadow: 0 0 32px -8px rgba(189, 222, 110, 0.35);
}
.svc-icon { transition: background 280ms, box-shadow 280ms; }

/* ============================================================
   AI FLOW SECTION (new — Operamos con IA)
   ============================================================ */
.ai-flow {
  padding: var(--s-10) 0 var(--s-11);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(189, 222, 110, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 90%, rgba(189, 222, 110, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, var(--navy) 0%, #0a1722 100%);
}
.ai-flow::before {
  /* Grid pattern overlay */
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(189, 222, 110, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 222, 110, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  pointer-events: none;
}
.ai-flow-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--s-9);
  position: relative;
}
.ai-flow-head .section-title { margin-top: var(--s-5); }
.ai-flow-head .lede { margin: var(--s-5) auto 0; }

.ai-pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--s-4);
  position: relative;
}
.ai-pipeline::before {
  /* horizontal flow line */
  content: "";
  position: absolute;
  top: 56px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--lime) 30%, var(--lime) 70%, transparent 100%);
  opacity: 0.4;
  z-index: 0;
}
.ai-step {
  background: rgba(20, 39, 54, 0.6);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid var(--border-on-dark);
  border-radius: 6px;
  padding: var(--s-6) var(--s-5);
  position: relative;
  z-index: 1;
  transition: border-color 280ms, transform 280ms var(--ease-out);
}
.ai-step:hover {
  border-color: rgba(189, 222, 110, 0.4);
  transform: translateY(-4px);
}
.ai-step .ai-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--lime);
  border-radius: 50%;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 16px;
  color: var(--lime);
  background: rgba(11, 27, 38, 0.8);
  margin-bottom: var(--s-5);
  position: relative;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.ai-step .ai-step-num::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid var(--lime);
  opacity: 0.3;
  animation: pulse-ring 3s ease-out infinite;
}
.ai-step:nth-child(2) .ai-step-num::after { animation-delay: 0.5s; }
.ai-step:nth-child(3) .ai-step-num::after { animation-delay: 1s; }
.ai-step:nth-child(4) .ai-step-num::after { animation-delay: 1.5s; }
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 0.45; }
  100% { transform: scale(1.6); opacity: 0; }
}
.ai-step h3 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}
.ai-step p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--gray-blue);
}
.ai-step .ai-tool {
  margin-top: var(--s-4);
  padding-top: var(--s-3);
  border-top: 1px solid var(--border-on-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ai-step .ai-tool span {
  display: inline-block;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
  background: rgba(189, 222, 110, 0.08);
  border: 1px solid rgba(189, 222, 110, 0.2);
  border-radius: 999px;
}

/* ============================================================
   METRICS DASHBOARD STRIP (new — live numbers)
   ============================================================ */
.metrics {
  padding: var(--s-9) 0;
  background: var(--navy);
  border-top: 1px solid var(--border-on-dark);
  border-bottom: 1px solid var(--border-on-dark);
  position: relative;
  overflow: hidden;
}
.metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(189, 222, 110, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 222, 110, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.metrics-head {
  text-align: center;
  margin-bottom: var(--s-7);
  position: relative;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--border-on-dark);
  border-top: 1px solid var(--border-on-dark);
  border-bottom: 1px solid var(--border-on-dark);
  position: relative;
}
.metric {
  background: var(--navy);
  padding: var(--s-6) var(--s-5);
  text-align: left;
  position: relative;
}
.metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 24px;
  background: var(--lime);
  opacity: 0.6;
}
.metric .metric-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-blue);
  margin-bottom: var(--s-4);
}
.metric .metric-value {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: -0.038em;
  color: var(--cream);
  font-variant-numeric: tabular-nums;
}
.metric .metric-value .accent { color: var(--lime); }
.metric .metric-trend {
  margin-top: var(--s-3);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 12px;
  color: var(--lime);
  letter-spacing: 0.02em;
}
.metric .metric-trend .arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid var(--lime);
}

/* ============================================================
   PLAN NAMES (V2) — VIRAL/FIRE/BEAST featured
   ============================================================ */
.plan-name-big {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(56px, 5.6vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--cream);
  text-transform: uppercase;
}
.plan-name-big.lime { color: var(--lime); }
.plan-subname {
  margin-top: var(--s-3);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-blue);
}
.plan-subname::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--lime);
  margin-right: 10px;
  vertical-align: middle;
}

/* ============================================================
   SECTION TITLE — SANS variant (for "piloto automático")
   ============================================================ */
.section-title-sans {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--cream);
}
.section-title-sans .accent { color: var(--lime); }

/* ============================================================
   FEATURED TEAM MEMBER (Angélica)
   ============================================================ */
.team-featured {
  padding: var(--s-9) 0 var(--s-7);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: var(--s-9);
  align-items: center;
  border-bottom: 1px solid var(--border-on-dark);
}
.team-featured-photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-2), var(--navy-3));
  border: 1px solid var(--border-on-dark);
}
.team-featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 600ms var(--ease-out);
}
.team-featured-photo:hover img { transform: scale(1.03); }
.team-featured-photo .placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-style: normal;
  font-size: 120px;
  color: var(--lime);
  opacity: 0.4;
}
.team-featured-photo .ring-top {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 1px solid var(--lime);
  border-radius: 50%;
  opacity: 0.5;
}
.team-featured-photo .ring-top::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--lime);
  border-radius: 50%;
  opacity: 0.7;
}

.team-featured-body .eyebrow { margin-bottom: var(--s-4); }
.team-featured-body h2 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(40px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--cream);
  margin-bottom: var(--s-3);
}
.team-featured-body .role {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: var(--s-2);
}
.team-featured-body .loc {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--gray-blue);
  margin-bottom: var(--s-5);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid var(--border-on-dark);
}
.team-featured-body p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--cream);
  opacity: 0.86;
  margin-bottom: var(--s-4);
}
.team-featured-body .credentials {
  margin-top: var(--s-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
}
.team-featured-body .credentials .cred {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--border-on-dark-strong);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  color: var(--cream);
}
.team-featured-body .credentials .cred .dot {
  width: 6px; height: 6px;
  background: var(--lime);
  border-radius: 50%;
}

/* Team grid now 4 cols (Paula/Abril/Marichú/Raúl) */
.team-grid.team-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ============================================================
   PRESS / MEDIA MENTION (Players of Life)
   ============================================================ */
.press {
  padding: var(--s-8) 0;
  background: var(--navy);
  border-top: 1px solid var(--border-on-dark);
  border-bottom: 1px solid var(--border-on-dark);
}
.press-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-6);
  flex-wrap: wrap;
}
.press-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray-blue);
  display: flex;
  align-items: center;
  gap: 14px;
}
.press-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--lime);
}
.press-quote {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
  letter-spacing: -0.016em;
  color: var(--cream);
  max-width: 60ch;
}
.press-quote .accent { color: var(--lime); }
.press-source {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--gray-blue);
  white-space: nowrap;
}
.press-source a {
  color: var(--cream);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-underline-offset: 4px;
  transition: color 180ms;
}
.press-source a:hover { color: var(--lime); }

/* ============================================================
   CLIENT TESTIMONIALS (Marilyn / Armando)
   ============================================================ */
.reviews {
  padding: var(--s-10) 0;
  background: var(--cream);
}
.reviews-head { text-align: center; margin-bottom: var(--s-8); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s-6);
  max-width: 1080px;
  margin: 0 auto;
}
.review {
  background: var(--white);
  border: 1px solid var(--border);
  padding: var(--s-7) var(--s-6);
  border-radius: 6px;
  position: relative;
  transition: transform 280ms var(--ease-out), border-color 280ms;
}
.review:hover {
  border-color: rgba(11, 27, 38, 0.2);
  transform: translateY(-3px);
}
.review .quote-mark {
  font-family: var(--sans);
  font-style: normal;
  font-size: 60px;
  line-height: 0.5;
  color: var(--lime);
  margin-bottom: var(--s-4);
  height: 32px;
}
.review blockquote {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.012em;
  color: var(--navy);
  margin: 0 0 var(--s-6);
}
.review-author {
  display: flex;
  align-items: center;
  gap: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--border);
}
.review-author .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--lime);
  flex-shrink: 0;
}
.review-author .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-author .name {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}
.review-author .role {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-top: 2px;
}
.review-author .link {
  margin-left: auto;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  border: 1px solid var(--border);
  padding: 8px 12px;
  border-radius: 999px;
  transition: all 200ms;
}
.review-author .link:hover {
  background: var(--navy);
  color: var(--lime);
  border-color: var(--navy);
}

/* Language switcher */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-blue);
  padding: 6px 10px;
  border: 1px solid var(--border-on-dark);
  border-radius: 999px;
  margin-right: var(--s-3);
}
.lang-switch a {
  color: var(--gray-blue);
  padding: 0 4px;
  transition: color 180ms;
}
.lang-switch a.active { color: var(--lime); }
.lang-switch a:hover { color: var(--cream); }
.lang-switch .sep { opacity: 0.4; }

/* ============================================================
   CTA differentiation — WhatsApp + Calendly
   ============================================================ */
.cta-row .label-prefix {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lime);
  margin-right: 8px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .approach-grid,
  .services-head,
  .vertical-grid,
  .cta-inner,
  .footer-top,
  .contact-grid,
  .team-featured { grid-template-columns: 1fr; gap: var(--s-7); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: 1fr; }
  .values-grid,
  .team-grid,
  .team-grid.team-grid-4,
  .roster-list,
  .ai-pipeline,
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-steps { grid-template-columns: repeat(2, 1fr); }
  .hero-rings { display: none; }
  .footer-brand .wordmark { font-size: 48px; }
  .ai-pipeline::before { display: none; }
  .press-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  body { font-size: 14.5px; }
  .container { padding: 0 var(--s-5); }
  .nav-inner { height: 64px; padding: 0 var(--s-5); }
  .nav-brand { font-size: 22px; }
  .nav-brand .suffix { display: none; }
  .nav-links { display: none; }
  .lang-switch { display: none; }
  .nav-menu .btn { padding: 0 14px; height: 38px; font-size: 12px; }
  .hero { padding-top: 124px; padding-bottom: var(--s-8); }
  .approach,
  .services,
  .vertical,
  .testimonial,
  .cta-band,
  .pricing,
  .contact-grid,
  .ai-flow,
  .reviews { padding: var(--s-8) 0; }
  .services-grid { grid-template-columns: 1fr; }
  .method-steps { grid-template-columns: 1fr; }
  .ai-pipeline,
  .reviews-grid,
  .metrics-grid,
  .team-grid,
  .team-grid.team-grid-4 { grid-template-columns: 1fr; }
  .hero-meta { gap: var(--s-5); margin-top: var(--s-7); }
  .approach-mark { font-size: 96px; }
  .plan-name-big { font-size: 56px; }
  .team-featured-body h2 { font-size: 44px; }
  .metric .metric-value { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
