/* B2BOX — /empresa & /empresa/equipo
   Reusa tokens de home-light.css; light theme.
   ============================================================ */

body.page-empresa, body.page-equipo {
  background: var(--l-bg, #FFFFFF);
  color: var(--l-text, #0A2540);
}

/* Active nav state (for "Empresa" item) */
.nav a.is-active {
  color: var(--brand, #2F4FFF);
  position: relative;
}
.nav a.is-active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand, #2F4FFF);
  border-radius: 1px;
}

/* ============== Breadcrumb ============== */
.breadcrumb-wrap {
  padding: 24px 0 0;
  background: var(--l-bg, #FFFFFF);
}
.breadcrumb {
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  color: var(--l-text-3, #6B7C93);
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb a {
  color: var(--l-text-3, #6B7C93);
  text-decoration: none;
  transition: color 200ms;
}
.breadcrumb a:hover { color: var(--brand, #2F4FFF); }
.breadcrumb .bc-sep { opacity: 0.6; }
.breadcrumb .bc-current { color: var(--l-text, #0A2540); font-weight: 500; }

/* ============== Hero (Empresa paraguas) ============== */
.company-hero {
  padding: 128px 0 96px;
  text-align: center;
  background: var(--l-bg, #FFFFFF);
}
.ce-eyebrow {
  display: inline-block;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 32px;
}
.ce-h1 {
  font-family: var(--font-display, system-ui);
  font-size: clamp(56px, 9vw, 120px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--l-text, #0A2540);
  margin: 0 0 32px;
}
.ce-h1 .grad {
  background: linear-gradient(95deg, #2F4FFF 0%, #6F8BFF 50%, #2F4FFF 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: grad-pan 8s ease-in-out infinite;
}
.ce-sub {
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.5;
  color: var(--l-text-2, #425466);
  max-width: 760px;
  margin: 0 auto 48px;
}
.ce-sub strong { color: var(--l-text, #0A2540); font-weight: 600; }
.ce-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============== Three lines (App / Pro / Brands) ============== */
.three-lines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  align-items: stretch;
}
@media (max-width: 1024px) { .three-lines-grid { grid-template-columns: 1fr; } }

.line-card {
  position: relative;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  background: var(--l-bg-soft, #F6F9FC);
  display: flex;
  flex-direction: column;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1), border-color 280ms, box-shadow 280ms, opacity 280ms;
}
.three-lines-grid:hover .line-card:not(:hover) { opacity: 0.65; }
.line-card:hover {
  transform: translateY(-2px) scale(1.01);
  border-color: var(--brand, #2F4FFF);
  box-shadow: 0 28px 60px -22px rgba(47, 79, 255, 0.25), 0 0 0 4px rgba(47, 79, 255, 0.08);
}
.line-card-popular {
  background: linear-gradient(160deg, #0A1F8F 0%, #2F4FFF 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 28px 70px -20px rgba(47, 79, 255, 0.35);
  transform: translateY(-12px);
}
.line-card-popular:hover { transform: translateY(-14px) scale(1.01); }
.line-card-popular .lc-eyebrow,
.line-card-popular .lc-who-label { color: rgba(255, 255, 255, 0.6); }
.line-card-popular .lc-headline { color: #fff; }
.line-card-popular .lc-desc,
.line-card-popular .lc-who { color: rgba(255, 255, 255, 0.85); }
.line-card-popular .lc-divider { background: rgba(255, 255, 255, 0.14); }

.lc-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: var(--brand-deep, #0A1F8F);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 20px -6px rgba(10, 37, 64, 0.25);
}
.lc-eyebrow {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 24px;
}
.lc-headline {
  font-family: var(--font-display, system-ui);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--l-text, #0A2540);
  margin: 0 0 16px;
}
.lc-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--l-text-2, #425466);
  margin: 0 0 32px;
}
.lc-divider {
  height: 1px;
  background: var(--l-line, rgba(10,37,64,0.08));
  margin-bottom: 16px;
}
.lc-who-label {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 8px;
}
.lc-who {
  font-size: 14px;
  line-height: 1.6;
  color: var(--l-text-2, #425466);
  margin: 0 0 32px;
  flex: 1 1 auto;
}
.lc-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display, system-ui);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand, #2F4FFF);
  text-decoration: none;
  width: fit-content;
  margin-top: auto;
  padding: 10px 0;
  transition: gap 220ms;
}
.lc-cta .arrow-circ {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-soft, rgba(47, 79, 255, 0.08));
  align-items: center;
  justify-content: center;
  transition: background 220ms;
}
.line-card-popular .lc-cta { color: #fff; }
.line-card-popular .lc-cta .arrow-circ { background: rgba(255, 255, 255, 0.18); }
.lc-cta:hover { gap: 14px; }
.lc-cta:hover .arrow-circ { background: var(--brand, #2F4FFF); color: #fff; }
.line-card-popular .lc-cta:hover .arrow-circ { background: #fff; color: var(--brand-deep, #0A1F8F); }

/* ============== Tesis ============== */
.thesis-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.thesis-eyebrow { margin-bottom: 28px; }
.thesis-h2 {
  font-family: var(--font-display, system-ui);
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--l-text, #0A2540);
  margin: 0 0 56px;
}
.thesis-body {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.thesis-p {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
  color: var(--l-text-2, #425466);
  margin: 0;
}
.thesis-p strong {
  color: var(--l-text, #0A2540);
  font-weight: 600;
}

/* ============== Tracción (Empresa) ============== */
.ce-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
@media (max-width: 768px) { .ce-metrics { grid-template-columns: repeat(2, 1fr); } }
.ce-metric {
  text-align: left;
  padding: 24px 0;
}
.ce-metric .v {
  font-family: var(--font-display, system-ui);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--l-text, #0A2540);
}
.ce-metric .v sup {
  color: var(--brand, #2F4FFF);
  font-size: 0.4em;
  vertical-align: 0.7em;
  margin-right: 2px;
}
.ce-metric .l {
  font-size: 14px;
  color: var(--l-text-3, #6B7C93);
  margin-top: 14px;
  max-width: 22ch;
}

/* Testimonials carousel */
.ce-testimonials {
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid var(--l-line, rgba(10,37,64,0.08));
}
.cet-track {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  min-height: 180px;
}
.cet-item {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 400ms cubic-bezier(.2,.8,.2,1), transform 400ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.cet-item.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cet-item p {
  font-family: var(--font-display, system-ui);
  font-size: clamp(20px, 2.4vw, 28px);
  font-style: italic;
  line-height: 1.45;
  color: var(--l-text, #0A2540);
  margin: 0 0 24px;
}
.cet-item footer {
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  color: var(--l-text-3, #6B7C93);
}
.cet-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.cet-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--l-line-2, rgba(10,37,64,0.14));
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 220ms, transform 220ms;
}
.cet-dot:hover { transform: scale(1.2); }
.cet-dot.is-active {
  background: var(--brand, #2F4FFF);
  width: 24px;
  border-radius: 999px;
}

/* ============== Team preview (Empresa) ============== */
.team-cities-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 56px auto;
  max-width: 880px;
  padding: 32px;
  border-radius: 20px;
  background: var(--l-bg-soft, #F6F9FC);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
}
.tcs-city {
  flex: 0 0 auto;
  text-align: center;
}
.tcs-pin {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand, #2F4FFF);
  margin: 0 auto 12px;
  box-shadow: 0 0 0 6px rgba(47, 79, 255, 0.12);
  animation: pin-pulse 2s ease-in-out infinite;
}
@keyframes pin-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 6px rgba(47, 79, 255, 0.12); }
  50%      { transform: scale(1.2); box-shadow: 0 0 0 10px rgba(47, 79, 255, 0.06); }
}
.tcs-name {
  font-family: var(--font-display, system-ui);
  font-size: 16px;
  font-weight: 600;
  color: var(--l-text, #0A2540);
}
.tcs-country {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--l-text-3, #6B7C93);
  text-transform: uppercase;
}
.tcs-count {
  font-size: 12px;
  color: var(--l-text-3, #6B7C93);
  margin-top: 6px;
}
.tcs-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--l-line-2, rgba(10,37,64,0.14)), transparent);
  margin: 0 24px;
  position: relative;
  top: -20px;
}
@media (max-width: 700px) {
  .team-cities-strip { flex-direction: column; gap: 24px; }
  .tcs-line { width: 1px; height: 32px; margin: 0; background: linear-gradient(180deg, transparent, var(--l-line-2, rgba(10,37,64,0.14)), transparent); top: 0; }
}

.founders-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 768px) { .founders-preview { grid-template-columns: 1fr; } }
.fp-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px;
  border-radius: 16px;
  background: var(--l-bg-soft, #F6F9FC);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  transition: transform 280ms, border-color 280ms, box-shadow 280ms;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.fp-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 79, 255, 0.28);
  box-shadow: 0 20px 44px -18px rgba(10, 37, 64, 0.16);
}
.fp-card:hover .fp-link { color: var(--brand, #2F4FFF); gap: 8px; }
.fp-avatar {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, system-ui);
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px -8px rgba(10, 37, 64, 0.22);
}
.fp-avatar.fp-avatar-photo {
  background: var(--l-bg-soft, #F4F6FA);
}
.fp-avatar.fp-avatar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.fp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-family: var(--font-display, system-ui);
  font-size: 13px;
  font-weight: 600;
  color: var(--l-text-2, #425466);
  letter-spacing: -0.005em;
  transition: color 220ms, gap 220ms;
}
.fp-avatar-paola, .fc-avatar-paola { background: linear-gradient(135deg, #6F8BFF 0%, #2F4FFF 100%); }
.fp-avatar-gabriel, .fc-avatar-gabriel { background: linear-gradient(135deg, #2F4FFF 0%, #0A1F8F 100%); }
.fc-avatar-yiwu { background: linear-gradient(135deg, #2F4FFF 0%, #0A1F8F 100%); color: #fff; }
.fc-avatar-bsas { background: linear-gradient(135deg, #74acdf 0%, #2F4FFF 100%); color: #fff; }
.fc-avatar-bcn  { background: linear-gradient(135deg, #FFB547 0%, #c98828 100%); color: #fff; }
.fp-meta h3 {
  font-family: var(--font-display, system-ui);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.018em;
  color: var(--l-text, #0A2540);
  margin: 0 0 4px;
}
.fp-role {
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 12px;
}
.fp-bio {
  font-size: 14px;
  line-height: 1.55;
  color: var(--l-text-2, #425466);
  margin: 0;
}
.team-cta {
  text-align: center;
  margin-top: 48px;
}

/* ───── Team preview · transparent avatars + CTA ───── */
.team-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin: 48px auto 0;
  padding: 36px 32px;
  border-radius: 20px;
  background: linear-gradient(180deg, var(--l-bg-soft, #F6F9FC) 0%, var(--l-bg, #FFFFFF) 100%);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  text-decoration: none;
  color: inherit;
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), border-color 320ms, box-shadow 320ms;
  max-width: 880px;
  text-align: center;
}
.team-preview:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 79, 255, 0.28);
  box-shadow: 0 28px 60px -24px rgba(10, 37, 64, 0.18);
}
.team-preview .tp-eyebrow {
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  font-weight: 600;
}
.team-preview .tp-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 2px;
  min-height: 56px;
}
.team-preview .tp-av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--l-bg, #FFFFFF);
  border: 3px solid #fff;
  box-shadow: 0 6px 14px -4px rgba(10, 37, 64, 0.18);
  margin-left: -14px;          /* overlapping stack */
  overflow: hidden;
  opacity: 0.78;                /* transparent feel */
  transition: opacity 240ms, transform 240ms;
  flex-shrink: 0;
}
.team-preview .tp-av:first-child { margin-left: 0; }
.team-preview .tp-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  filter: saturate(0.92);
}
.team-preview:hover .tp-av {
  opacity: 1;
}
.team-preview:hover .tp-av:hover {
  transform: scale(1.06) translateY(-2px);
}
.team-preview .tp-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--brand, #2F4FFF);
  color: #fff;
  font-family: var(--font-display, system-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  transition: background 240ms, transform 240ms, box-shadow 240ms;
}
.team-preview:hover .tp-cta {
  background: #1F3DE0;
  box-shadow: 0 12px 28px -8px rgba(47, 79, 255, 0.38);
}
.team-preview .tp-cta .arrow-circ svg {
  width: 10px;
  height: 10px;
  stroke: currentColor;
}
@media (max-width: 720px) {
  .team-preview { padding: 28px 20px; }
  .team-preview .tp-av { width: 44px; height: 44px; margin-left: -10px; }
  .team-preview .tp-av:first-child { margin-left: 0; }
  .team-preview .tp-stack { flex-wrap: wrap; gap: 4px 0; }
}

/* Partners note inside city count */
.tcs-count .tcs-partner {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--l-text-3, #6B7C93);
  opacity: 0.8;
}
.tcs-count strong {
  font-family: var(--font-display, system-ui);
  font-weight: 700;
  color: var(--l-text, #0A2540);
}

/* ============== Contacto institucional ============== */
.ce-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
@media (max-width: 900px) { .ce-contact-grid { grid-template-columns: 1fr; } }
.cc-block {
  padding: 32px;
  border-radius: 14px;
  background: var(--l-bg, #FFFFFF);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  transition: border-color 280ms, transform 280ms, box-shadow 280ms;
}
.cc-block:hover {
  border-color: var(--brand, #2F4FFF);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(47, 79, 255, 0.18);
}
.cc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--brand-soft, rgba(47,79,255,0.08));
  color: var(--brand, #2F4FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.cc-block h3 {
  font-family: var(--font-display, system-ui);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.014em;
  color: var(--l-text, #0A2540);
  margin: 0 0 10px;
}
.cc-block p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--l-text-2, #425466);
  margin: 0 0 20px;
}
.cc-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cc-btn {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--l-bg-soft, #F6F9FC);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  font-size: 13px;
  font-weight: 500;
  color: var(--l-text, #0A2540);
  text-decoration: none;
  transition: background 220ms, border-color 220ms;
}
.cc-btn:hover { background: var(--brand-soft, rgba(47,79,255,0.08)); border-color: var(--brand, #2F4FFF); color: var(--brand, #2F4FFF); }
.cc-btn-primary { background: var(--brand, #2F4FFF); color: #fff; border-color: var(--brand, #2F4FFF); }
.cc-btn-primary:hover { background: var(--brand-deep, #0A1F8F); border-color: var(--brand-deep, #0A1F8F); color: #fff; }
.cc-email {
  display: block;
  font-family: var(--font-mono, monospace);
  font-size: 14px;
  color: var(--brand, #2F4FFF);
  margin-bottom: 12px;
  text-decoration: none;
}
.cc-email:hover { text-decoration: underline; }
.cc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display, system-ui);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand, #2F4FFF);
  text-decoration: none;
}
.cc-link:hover { gap: 10px; }
.cc-link .arrow-circ {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--brand-soft, rgba(47,79,255,0.08));
  align-items: center;
  justify-content: center;
}

/* =====================================================
   ============== /empresa/equipo ======================
   ===================================================== */

/* Hero del equipo */
.team-hero {
  padding: 64px 0 80px;
  text-align: center;
}
.th-eyebrow {
  display: inline-block;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 24px;
}
.th-h1 {
  font-family: var(--font-display, system-ui);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--l-text, #0A2540);
  margin: 0 0 28px;
}
.th-h1 .grad {
  background: linear-gradient(95deg, #2F4FFF 0%, #6F8BFF 50%, #2F4FFF 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: grad-pan 8s ease-in-out infinite;
}
.th-sub {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
  color: var(--l-text-2, #425466);
  max-width: 720px;
  margin: 0 auto;
}

/* Founders cards (large) */
/* ============================================================
   FOUNDER CARDS — editorial layout, content-led.
   Photo 176px (doubled) sits beside name+role+city.
   Highlights chips break up the body text into scannable facts.
   Single, focused bio paragraph instead of a wall of text.
   ============================================================ */
.founders-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 56px;
}
@media (max-width: 900px) { .founders-cards { grid-template-columns: 1fr; } }

.fc-card {
  position: relative;
  padding: 40px 40px 36px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), border-color 320ms, box-shadow 320ms;
  display: flex;
  flex-direction: column;
}
.fc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 79, 255, 0.22);
  box-shadow: 0 24px 60px -22px rgba(10, 37, 64, 0.18);
}

/* Header row: 176px square photo + name/role/city */
.fc-photo {
  width: 176px;            /* doubled from 88 */
  height: 176px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #EEF2FF 0%, #DEE5FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 32px -10px rgba(47, 79, 255, 0.18);
}
.fc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
.fc-avatar {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, system-ui);
  font-size: 64px;          /* matches new size */
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.fc-card .fc-header {
  display: grid;
  grid-template-columns: 176px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  .fc-card .fc-header {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .fc-photo { width: 140px; height: 140px; }
}
.fc-card .fc-header-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.fc-meta { display: contents; }
.fc-meta h3 {
  font-family: var(--font-display, system-ui);
  font-size: clamp(28px, 2.4vw, 34px);     /* bigger headline to match bigger photo */
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--l-text, #0A2540);
  margin: 0;
  line-height: 1.05;
}
.fc-role {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(47, 79, 255, 0.08);
  color: var(--brand, #2F4FFF);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.fc-city {
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--l-text-3, #6B7C93);
  display: flex;
  align-items: center;
  gap: 5px;
}
.fc-city::before {
  content: '📍';
  font-size: 12px;
}

/* Highlights — 3 quick scannable facts (number + label) above the bio */
.fc-highlights {
  list-style: none;
  padding: 18px 0 18px;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border-top: 1px solid var(--l-line, rgba(10,37,64,0.08));
  border-bottom: 1px solid var(--l-line, rgba(10,37,64,0.08));
}
@media (max-width: 480px) {
  .fc-highlights { grid-template-columns: 1fr; gap: 10px; }
}
.fc-highlights li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fc-h-num {
  font-family: var(--font-display, system-ui);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.022em;
  color: var(--l-text, #0A2540);
  line-height: 1.05;
}
.fc-h-lbl {
  font-family: var(--font-mono, monospace);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--l-text-3, #6B7C93);
  text-transform: uppercase;
  line-height: 1.35;
}

.fc-bio {
  font-size: 16px;
  line-height: 1.68;
  color: var(--l-text-2, #425466);
  margin: 0 0 24px;
  max-width: 56ch;
}

.fc-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display, system-ui);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand, #2F4FFF);
  text-decoration: none;
  padding: 10px 18px;
  border: 1px solid rgba(47, 79, 255, 0.22);
  border-radius: 999px;
  width: fit-content;
  margin-top: auto;
  transition: all 220ms cubic-bezier(.2,.8,.2,1);
}
.fc-link:hover {
  background: var(--brand, #2F4FFF);
  color: #fff;
  border-color: var(--brand, #2F4FFF);
  transform: translateY(-1px);
}
.fc-link .arrow-circ {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(47, 79, 255, 0.12);
  align-items: center;
  justify-content: center;
  transition: background 220ms;
}
.fc-link:hover .arrow-circ { background: rgba(255,255,255,0.22); }

/* Cities horizontal strip (in /equipo) */
.cities-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin: 56px auto 64px;
  max-width: 980px;
  padding: 40px 32px;
  border-radius: 20px;
  background: var(--l-bg-soft, #F6F9FC);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
}
.cs-city { flex: 0 0 auto; text-align: center; }
.cs-pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand, #2F4FFF);
  margin: 0 auto 12px;
  box-shadow: 0 0 0 8px rgba(47, 79, 255, 0.12);
  animation: pin-pulse 2.4s ease-in-out infinite;
}
.cs-name {
  font-family: var(--font-display, system-ui);
  font-size: 18px;
  font-weight: 700;
  color: var(--l-text, #0A2540);
  letter-spacing: -0.012em;
}
.cs-country {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  margin-top: 2px;
}
.cs-count {
  font-size: 13px;
  color: var(--l-text-2, #425466);
  margin-top: 8px;
  font-weight: 500;
}
.cs-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand, #2F4FFF), transparent);
  margin: 0 24px;
  position: relative;
  top: -20px;
  transform-origin: left;
  transform: scaleX(0);
  animation: cs-line-grow 1000ms cubic-bezier(.2,.8,.2,1) forwards;
}
.cs-line-1 { animation-delay: 200ms; }
.cs-line-2 { animation-delay: 600ms; }
@keyframes cs-line-grow { to { transform: scaleX(1); } }
@media (max-width: 768px) {
  .cities-strip { flex-direction: column; gap: 28px; }
  .cs-line { width: 1px; height: 40px; background: linear-gradient(180deg, transparent, var(--brand, #2F4FFF), transparent); margin: 0; top: 0; }
}

/* Team sections (per city) */
.team-section { margin-top: 64px; }
.ts-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  padding-left: 32px;
  position: relative;
}
.ts-pin {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--brand, #2F4FFF);
}
.ts-head h3 {
  font-family: var(--font-display, system-ui);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.018em;
  color: var(--l-text, #0A2540);
  margin: 0;
}
.ts-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--l-text-2, #425466);
  max-width: 760px;
  margin: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .team-grid { grid-template-columns: 1fr; } }
.tg-card {
  position: relative;
  padding: 28px 28px 24px;
  border-radius: 16px;
  background: var(--l-bg, #FFFFFF);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  transition: transform 280ms cubic-bezier(.2,.8,.2,1), border-color 280ms, box-shadow 280ms;
  overflow: hidden;
  isolation: isolate;
}
.tg-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 79, 255, 0.35);
  box-shadow: 0 24px 50px -16px rgba(10, 37, 64, 0.18);
}
.tg-avatar {
  width: 120px;           /* ⇧ from 96 → 120px (bumped per request) */
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, system-ui);
  font-size: 40px;        /* scaled with new size */
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.018em;
  margin-bottom: 20px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px -8px rgba(10, 37, 64, 0.22);
}
/* Photo avatar variant — uses real <img> instead of initials */
.tg-avatar.tg-avatar-photo {
  background: var(--l-bg-soft, #F4F6FA);
  padding: 0;
}
.tg-avatar.tg-avatar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

/* (Partner card styles removed — no longer in use) */
.tg-card h4 {
  font-family: var(--font-display, system-ui);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--l-text, #0A2540);
  margin: 0 0 4px;
}
.tg-role {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 12px;
}
.tg-bio {
  font-size: 13px;
  line-height: 1.55;
  color: var(--l-text-2, #425466);
  margin: 0;
}

/* Timezones timeline */
.tz-timeline {
  margin-top: 56px;
  padding: 40px;
  border-radius: 20px;
  background: var(--l-bg, #FFFFFF);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
}
.tz-axis {
  display: grid;
  grid-template-columns: 200px repeat(6, 1fr) 80px;
  gap: 0;
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.tz-axis span:first-child { grid-column: 2; }
.tz-axis span { text-align: left; }
@media (max-width: 800px) {
  .tz-axis { grid-template-columns: 100px repeat(6, 1fr) 60px; }
}

.tz-row {
  display: grid;
  grid-template-columns: 200px 1fr 80px;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 800px) {
  .tz-row { grid-template-columns: 100px 1fr 60px; }
}
/* Mobile: scroll the timezone timeline horizontally instead of crushing the 6 hour-tracks */
@media (max-width: 600px) {
  .tz-timeline { padding: 24px 16px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .tz-axis, .tz-row { min-width: 560px; }
}
.tz-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
}
.tz-label strong {
  font-family: var(--font-display, system-ui);
  color: var(--l-text, #0A2540);
  font-weight: 600;
}
.tz-label span {
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  color: var(--l-text-3, #6B7C93);
}
.tz-track {
  position: relative;
  height: 28px;
  background: var(--l-bg-soft, #F6F9FC);
  border-radius: 6px;
  overflow: hidden;
}
.tz-bar {
  position: absolute;
  top: 4px;
  bottom: 4px;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: left;
  animation: tz-bar-grow 1000ms cubic-bezier(.2,.8,.2,1) forwards;
}
.tz-bar-yiwu { background: linear-gradient(90deg, rgba(47,79,255,0.85), rgba(47,79,255,0.55)); animation-delay: 100ms; }
.tz-bar-bsas { background: linear-gradient(90deg, rgba(47,79,255,0.7), rgba(47,79,255,0.4)); animation-delay: 300ms; }
.tz-bar-bcn  { background: linear-gradient(90deg, rgba(47,79,255,0.55), rgba(47,79,255,0.3)); animation-delay: 500ms; }
@keyframes tz-bar-grow { to { transform: scaleX(1); } }
.tz-utc {
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  color: var(--l-text-3, #6B7C93);
  text-align: right;
}

.tz-footer {
  max-width: 720px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--l-text-2, #425466);
}

/* Join us */
.join-wrap {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0;
}
.join-h2 {
  font-family: var(--font-display, system-ui);
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--l-text, #0A2540);
  margin: 18px 0 24px;
}
.join-h2 .grad {
  background: linear-gradient(95deg, #2F4FFF 0%, #6F8BFF 50%, #2F4FFF 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: grad-pan 8s ease-in-out infinite;
}
.join-sub {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
  color: var(--l-text-2, #425466);
  max-width: 640px;
  margin: 0 auto 32px;
}
.join-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Disabled state — buttons visible but not interactive */
.join-ctas-disabled .btn-brand,
.join-ctas-disabled .btn-outline {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
  filter: grayscale(0.4);
}

/* Status pill announcing applications open soon */
.join-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: rgba(47, 79, 255, 0.08);
  border: 1px solid rgba(47, 79, 255, 0.18);
  color: var(--brand, #2F4FFF);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.join-status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--brand, #2F4FFF);
  box-shadow: 0 0 0 0 rgba(47, 79, 255, 0.5);
  animation: join-status-pulse 2.4s cubic-bezier(.4,0,.2,1) infinite;
  flex-shrink: 0;
}
@keyframes join-status-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(47, 79, 255, 0.5); }
  50%      { box-shadow: 0 0 0 8px rgba(47, 79, 255, 0); }
}
