/* 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: 20px;
  padding: 28px;
  border-radius: 14px;
  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;
}
.fp-card:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 79, 255, 0.25);
  box-shadow: 0 16px 36px -16px rgba(10, 37, 64, 0.14);
}
.fp-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, system-ui);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}
.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;
}

/* ============== 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) */
.founders-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 56px;
}
@media (max-width: 900px) { .founders-cards { grid-template-columns: 1fr; } }
.fc-card {
  border-radius: 16px;
  background: var(--l-bg, #FFFFFF);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  overflow: hidden;
  transition: transform 280ms, border-color 280ms, box-shadow 280ms;
}
.fc-card:hover {
  transform: scale(1.01) translateY(-2px);
  border-color: rgba(47, 79, 255, 0.25);
  box-shadow: 0 28px 60px -22px rgba(10, 37, 64, 0.15);
}
.fc-photo {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--brand-soft, rgba(47,79,255,0.08)), rgba(47, 79, 255, 0.02));
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, system-ui);
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  box-shadow: 0 28px 70px -20px rgba(47, 79, 255, 0.4);
}
.fc-meta {
  padding: 32px;
}
.fc-meta h3 {
  font-family: var(--font-display, system-ui);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--l-text, #0A2540);
  margin: 0 0 4px;
}
.fc-role {
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--l-text-2, #425466);
  margin-bottom: 4px;
}
.fc-city {
  font-size: 14px;
  color: var(--l-text-3, #6B7C93);
  margin-bottom: 24px;
}
.fc-bio {
  font-size: 15px;
  line-height: 1.65;
  color: var(--l-text-2, #425466);
  margin: 0 0 16px;
}
.fc-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;
  margin-top: 12px;
}
.fc-link:hover { gap: 12px; }
.fc-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;
}

/* 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 {
  padding: 24px;
  border-radius: 12px;
  background: var(--l-bg, #FFFFFF);
  border: 1px solid var(--l-line, rgba(10,37,64,0.08));
  transition: transform 220ms, border-color 220ms, box-shadow 220ms;
}
.tg-card:hover {
  transform: scale(1.01) translateY(-2px);
  border-color: var(--brand, #2F4FFF);
  box-shadow: 0 16px 36px -16px rgba(10, 37, 64, 0.14);
}
.tg-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, system-ui);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.018em;
  margin-bottom: 16px;
}
.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; }
}
.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;
}
