
/* Landing B.1 - Inversionistas y propietarios */
:root {
  --b1-navy: #03111f;
  --b1-navy-2: #061a2d;
  --b1-teal: #008b8f;
  --b1-teal-bright: #1dd1d1;
  --b1-orange: #ff7a1a;
  --b1-blue: #2764d8;
  --b1-purple: #6847cf;
  --b1-green: #168b61;
  --b1-yellow: #f5a623;
  --b1-border: rgba(14, 27, 49, .11);
  --b1-line: #dce9ef;
  --b1-soft: #f7fbfd;
}

.b1-body {
  background: #f7fbfd;
  color: var(--b1-navy);
}

.b1-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(3, 17, 31, .84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.b1-header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.b1-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.b1-brand .brand-mark {
  width: 38px;
  height: 38px;
}

.b1-brand .brand-name {
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -.055em;
}

.b1-brand em {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 7px;
  color: #fff;
  background: rgba(29,209,209,.22);
  border: 1px solid rgba(29,209,209,.38);
  font-size: .72rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .03em;
}

.b1-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 26px;
}

.b1-nav a {
  color: rgba(255,255,255,.88);
  font-size: .86rem;
  font-weight: 850;
}

.b1-nav a:hover {
  color: var(--b1-teal-bright);
}

.b1-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--b1-teal), #13b7ba);
  color: #fff;
  font-size: .84rem;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(0,139,143,.24);
}

.b1-nav-toggle {
  display: none;
  justify-self: end;
}

.b1-hero {
  position: relative;
  min-height: 660px;
  color: #fff;
  background: var(--b1-navy);
  overflow: hidden;
}

.b1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,17,31,.98) 0%, rgba(3,17,31,.93) 32%, rgba(3,17,31,.42) 60%, rgba(3,17,31,.82) 100%),
    radial-gradient(circle at 72% 44%, rgba(25,209,209,.16), transparent 28%),
    radial-gradient(circle at 18% 28%, rgba(29,209,209,.08), transparent 20%),
    url("../images/landings/b1-inversionistas/investor-latam-network.webp");
  background-size: cover;
  background-position: 58% center;
}

.b1-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,17,31,0), rgba(3,17,31,.65)),
    radial-gradient(circle at 16% 35%, rgba(29,209,209,.12), transparent 22%);
  pointer-events: none;
}

.b1-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .66fr) minmax(560px, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 660px;
  padding: 112px 0 22px;
}

.b1-kicker {
  color: var(--b1-teal-bright);
  font-weight: 850;
  margin-bottom: 14px;
}

.b1-hero h1 {
  max-width: 430px;
  color: #fff;
  font-size: clamp(3.2rem, 4.15vw, 5rem);
  line-height: .93;
  letter-spacing: -.065em;
  margin-bottom: 24px;
}

.b1-hero h1 span,
.b1-final h2 span {
  color: var(--b1-teal-bright);
}

.b1-hero-copy > p:not(.b1-kicker) {
  max-width: 560px;
  color: rgba(255,255,255,.84);
  font-size: 1.02rem;
  line-height: 1.62;
}

.b1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.b1-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  color: #fff;
  font-weight: 950;
  line-height: 1;
}

.b1-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b1-btn-primary {
  background: linear-gradient(135deg, var(--b1-teal), #14babc);
  box-shadow: 0 15px 34px rgba(0,139,143,.28);
}

.b1-btn-outline {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(10px);
}

.b1-actions .b1-btn-outline:last-child svg[viewBox="0 0 32 32"] {
  fill: #fff;
  stroke: none;
}

.b1-hero-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
  padding: 0 0 34px;
}

.b1-hero-metrics > div {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(55,220,232,.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(8,25,45,.92), rgba(4,16,30,.84));
  backdrop-filter: blur(12px);
  min-height: 108px;
  box-shadow: 0 18px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05);
}

.b1-hero-metrics > div::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(36,221,230,.9), rgba(36,221,230,.15));
}

.b1-hero-metrics > div::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36,221,230,.12) 0%, rgba(36,221,230,0) 68%);
  pointer-events: none;
}

.b1-hero-metrics svg {
  grid-row: span 2;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(77,229,239,.26);
  color: var(--b1-teal-bright);
  background: linear-gradient(180deg, rgba(5,20,39,.78), rgba(3,14,28,.55));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b1-hero-metrics strong {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.35rem, 1vw + .75rem, 2rem);
  line-height: 1;
  letter-spacing: -.03em;
  text-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.b1-hero-metrics span {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.9);
  font-size: .86rem;
  line-height: 1.25;
  font-weight: 800;
}

.b1-hero-metrics > div:last-child strong {
  font-size: clamp(1.18rem, .78vw + .72rem, 1.6rem);
}

.b1-hero-metrics > div:last-child span {
  font-size: .8rem;
}

.b1-hero-visual {
  position: relative;
  min-height: 520px;
  align-self: stretch;
}

.b1-map-bg {
  position: absolute;
  inset: -8px -10px -8px -10px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(6,26,45,.10), rgba(6,26,45,.18));
  border: 1px solid rgba(255,255,255,.05);
  opacity: 1;
  box-shadow: none;
}

.b1-hero-routes {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.b1-hero-routes .route-lines path {
  fill: none;
  stroke: url(#routeStroke);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-dasharray: 4 8;
  opacity: .78;
}

.b1-hero-routes .route-nodes circle {
  fill: #9ef7f7;
  stroke: rgba(255,255,255,.95);
  stroke-width: 1.2;
}

.b1-hero-routes .route-nodes .origin {
  fill: #1dd1d1;
  stroke: #ffffff;
  stroke-width: 2;
}


.b1-core-card {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 4;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 58px rgba(0,0,0,.30), 0 0 0 1px rgba(255,255,255,.55);
  text-align: center;
}

.b1-core-card .brand-mark {
  width: 52px;
  height: 52px;
}

.b1-core-card strong {
  color: var(--b1-navy);
  font-size: 1.45rem;
  letter-spacing: -.05em;
}

.b1-core-card small {
  color: #54647b;
  font-size: .74rem;
  font-weight: 850;
}

.b1-country-card {
  position: absolute;
  z-index: 3;
  width: 134px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(5,18,32,.82);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}

.b1-country-card img {
  display: block;
  width: 100%;
  height: 76px;
  object-fit: cover;
}

.b1-country-card span {
  display: block;
  padding: 7px 10px 8px;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: -.01em;
}

.b1-country-card.mexico { left: 7%; top: 6%; }
.b1-country-card.colombia { left: 11%; top: 35%; }
.b1-country-card.peru { left: 18%; bottom: 4%; }
.b1-country-card.brasil { right: 7%; top: 7%; }
.b1-country-card.chile { right: 3%; top: 39%; }
.b1-country-card.argentina { right: 12%; bottom: 4%; }

.b1-section {
  padding: 58px 0;
}

.b1-section-row-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 24px;
}

.b1-section-row-title h2,
.b1-heading h2 {
  color: var(--b1-navy);
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 0;
}

.b1-section-row-title p,
.b1-heading p {
  color: var(--color-slate-500);
  margin: 0;
}

.b1-problem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.b1-problem-grid article,
.b1-revenue-grid article,
.b1-advantages-grid article {
  display: grid;
  justify-items: center;
  text-align: center;
  min-height: 160px;
  padding: 22px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--b1-border);
  box-shadow: var(--shadow-card);
}

.b1-problem-grid span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: var(--b1-teal);
  background: rgba(0,139,143,.10);
}

.b1-problem-grid span.orange { color: var(--b1-orange); background: rgba(255,122,26,.12); }
.b1-problem-grid span.purple { color: var(--b1-purple); background: rgba(104,71,207,.12); }
.b1-problem-grid span.blue { color: var(--b1-blue); background: rgba(39,100,216,.12); }
.b1-problem-grid span.green { color: var(--b1-green); background: rgba(22,139,97,.12); }

.b1-problem-grid svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b1-problem-grid h3,
.b1-revenue-grid h3,
.b1-advantages-grid h3 {
  color: var(--b1-navy);
  font-size: .96rem;
  margin-bottom: 8px;
}

.b1-problem-grid p,
.b1-revenue-grid p,
.b1-advantages-grid p {
  color: var(--color-slate-500);
  font-size: .8rem;
  line-height: 1.4;
  margin: 0;
}

.b1-problem-note {
  max-width: 1120px;
  margin: 20px auto 0;
  color: var(--color-slate-500);
  text-align: center;
  font-weight: 800;
}

.b1-heading {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto 28px;
}

.b1-ecosystem-flow {
  display: grid;
  grid-template-columns: 1.1fr 34px .82fr 34px .82fr 34px 1.1fr 34px .94fr;
  gap: 16px;
  align-items: stretch;
}

.b1-ecosystem-flow > span {
  display: grid;
  place-items: center;
  color: var(--b1-navy);
  font-size: 2rem;
  font-weight: 950;
}

.b1-ecosystem-flow article {
  min-height: 210px;
  padding: 22px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--b1-border);
  box-shadow: var(--shadow-card);
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  overflow: hidden;
}

.b1-ecosystem-flow article.dark {
  background: linear-gradient(180deg, #102f55, var(--b1-navy));
  color: #fff;
}

.b1-ecosystem-flow h3 {
  color: inherit;
  font-size: .86rem;
  letter-spacing: .02em;
  margin: 0;
  text-transform: uppercase;
}

.b1-ecosystem-flow strong {
  color: inherit;
  font-size: 1rem;
}

.b1-ecosystem-flow img {
  width: 100%;
  max-width: 160px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
}

.b1-ecosystem-flow article.marketplace-card {
  align-content: start;
  gap: 10px;
}

.b1-device-stack {
  position: relative;
  width: min(100%, 220px);
  height: 132px;
  margin-top: 4px;
}

.b1-device {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 30px rgba(7, 16, 32, .18);
}

.b1-device img {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 0;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.b1-device-laptop {
  left: 2px;
  right: 36px;
  bottom: 12px;
  height: 92px;
  border: 5px solid #172b42;
  border-radius: 14px 14px 10px 10px;
}

.b1-device-laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: calc(100% + 30px);
  height: 10px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, #eef3f8, #cfd8e4);
  box-shadow: 0 8px 16px rgba(11, 20, 36, .14);
}

.b1-device-laptop::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: rgba(9, 18, 32, .14);
  z-index: 1;
}

.b1-device-phone {
  right: 4px;
  bottom: 2px;
  width: 58px;
  height: 112px;
  border: 4px solid #172b42;
  border-radius: 18px;
}

.b1-device-phone::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: rgba(9, 18, 32, .16);
  z-index: 1;
}

.b1-ecosystem-flow svg {
  width: 54px;
  height: 54px;
  color: var(--b1-teal);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b1-ecosystem-flow p {
  color: var(--color-slate-500);
  font-size: .75rem;
  line-height: 1.35;
  margin: 0;
}

.b1-ecosystem-flow .dark p {
  color: rgba(255,255,255,.76);
}

.b1-network {
  padding-top: 30px;
  text-align: center;
}

.b1-network h2 {
  margin: 0;
  color: var(--b1-navy);
}

.b1-network p {
  color: var(--color-slate-500);
  margin-bottom: 22px;
}

.b1-network-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.b1-network-flow article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--b1-navy);
  font-size: .78rem;
  z-index: 1;
}

.b1-network-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 24px;
  color: #162d48;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.b1-network-flow span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,139,143,.18);
  background: linear-gradient(180deg, #fff, #fbfdff);
  color: #0c9599;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.b1-network-flow span svg {
  width: 32px;
  height: 32px;
  display: block;
}

.b1-network-flow strong {
  font-size: .96rem;
  line-height: 1.1;
  color: #20324d;
}

.b1-network-loop {
  position: relative;
  margin: 14px auto 0;
  width: min(100%, 1110px);
  height: 28px;
}

.b1-network-loop::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 2px;
  border-top: 2px dashed rgba(28, 65, 101, .38);
}

.b1-network-loop .loop-arrow {
  position: absolute;
  bottom: 7px;
  color: #162d48;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.b1-network-loop .loop-arrow-left {
  left: 2.2%;
}

.b1-network-loop .loop-arrow-right {
  right: 2.2%;
}

.b1-revenue-grid,
.b1-advantages-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.b1-revenue-grid article,
.b1-advantages-grid article {
  min-height: 150px;
  padding: 20px 16px;
}

.b1-revenue-grid span,
.b1-advantages-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--b1-teal);
  background: rgba(0,139,143,.10);
  font-size: 1.5rem;
  font-weight: 950;
}

.b1-different-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.b1-why-copy h2 {
  color: var(--b1-navy);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin-bottom: 14px;
}

.b1-why-copy p {
  color: var(--color-slate-500);
  line-height: 1.55;
}

.b1-table-wrap {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--b1-border);
  box-shadow: var(--shadow-card);
  background: #fff;
}

.b1-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .8rem;
}

.b1-table th,
.b1-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #e8f0f4;
  border-right: 1px solid #e8f0f4;
  color: var(--color-slate-700);
  text-align: center;
}

.b1-table th:first-child,
.b1-table td:first-child {
  text-align: left;
  color: var(--b1-navy);
  font-weight: 850;
}

.b1-table th {
  background: #f2f7fa;
  color: var(--b1-navy);
  font-weight: 950;
}

.b1-table th:last-child {
  background: var(--b1-teal);
  color: #fff;
}

.b1-table td:last-child {
  background: rgba(0,139,143,.08);
  color: var(--b1-teal);
  font-weight: 950;
  font-size: 1rem;
}

.b1-roadmap-grid {
  display: grid;
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
  gap: 26px;
  align-items: stretch;
}

.b1-market-card,
.b1-roadmap-card {
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--b1-border);
  box-shadow: var(--shadow-card);
}

.b1-market-card {
  display: grid;
  gap: 18px;
}

.b1-market-copy h2 {
  color: var(--b1-navy);
  margin-bottom: 8px;
}

.b1-market-copy p {
  color: var(--color-slate-500);
}

.b1-market-visual {
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbfd, #eef5f8);
  border: 1px solid rgba(9, 38, 63, .08);
}

.b1-market-visual img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.b1-roadmap-card {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #041321 0%, #061e35 100%);
  border-color: rgba(0, 210, 255, .18);
}

.b1-roadmap-board {
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(0, 210, 255, .12), transparent 42%),
    radial-gradient(circle at bottom right, rgba(255, 140, 0, .1), transparent 38%),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, #041321 0%, #061e35 100%);
  background-size: auto, auto, 96px 96px, 96px 96px, auto;
}

.b1-roadmap-board-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.b1-roadmap-label {
  margin: 0;
  color: #9feaff;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.b1-roadmap-board-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: .95;
}

.b1-roadmap-board-head h2 span {
  color: #1bd5e8;
}

.b1-roadmap-board-head > p:last-child {
  margin: 0;
  max-width: 660px;
  color: rgba(255,255,255,.82);
  font-size: 1rem;
}

.b1-roadmap-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  position: relative;
}

.b1-roadmap-journey::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 49px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,149,0,.55), rgba(27,213,232,.7));
  z-index: 0;
}

.b1-roadmap-phase {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 12px 12px 14px;
  border-radius: 18px;
  background: rgba(4, 17, 30, .58);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.b1-roadmap-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.8rem;
  background: rgba(0, 211, 255, .14);
  border: 1px solid rgba(27, 213, 232, .55);
  color: #1bd5e8;
}

.phase-foundation .b1-roadmap-icon,
.phase-vision .b1-roadmap-icon {
  color: #ff9e1b;
  border-color: rgba(255,158,27,.75);
  background: rgba(255,158,27,.14);
}

.b1-roadmap-year {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
}

.b1-roadmap-phase h3 {
  margin: -2px 0 0;
  color: #1bd5e8;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.phase-foundation h3,
.phase-vision h3 {
  color: #ff9e1b;
}

.b1-roadmap-phase ul {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.b1-roadmap-phase li {
  position: relative;
  padding-left: 14px;
  color: rgba(255,255,255,.86);
  font-size: .83rem;
  line-height: 1.42;
}

.b1-roadmap-phase li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #1bd5e8;
  font-weight: 900;
}

.phase-foundation li::before,
.phase-vision li::before {
  color: #ff9e1b;
}

.b1-roadmap-goal {
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(27,213,232,.35);
  display: grid;
  gap: 4px;
}

.phase-foundation .b1-roadmap-goal,
.phase-vision .b1-roadmap-goal {
  border-color: rgba(255,158,27,.45);
}

.b1-roadmap-goal strong {
  color: #fff;
  font-size: .85rem;
}

.b1-roadmap-goal span {
  color: #8befff;
  font-size: .8rem;
  font-weight: 700;
}

.phase-foundation .b1-roadmap-goal span,
.phase-vision .b1-roadmap-goal span {
  color: #ffc15e;
}

.b1-roadmap-principles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.b1-roadmap-principles span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: .8rem;
  font-weight: 700;
}

.b1-traction {
  padding: 28px 0;
  color: #fff;
  background: var(--b1-navy);
}

.b1-traction-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .62fr);
  gap: 32px;
  align-items: center;
  padding: 28px 34px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(3,17,31,.96), rgba(6,42,62,.92)),
    url("../images/landings/b1-inversionistas/investor-cta-bg.webp");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.12);
}

.b1-traction h2,
.b1-tech-card h2 {
  color: #fff;
  margin-bottom: 8px;
}

.b1-traction p {
  color: rgba(255,255,255,.74);
}

.b1-traction-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.b1-traction-kpis span {
  color: rgba(255,255,255,.70);
  font-size: .75rem;
  font-weight: 750;
}

.b1-traction-kpis strong {
  display: block;
  color: var(--b1-teal-bright);
  font-size: 1.35rem;
}

.b1-tech-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  align-items: center;
}

.b1-tech-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.84);
  font-size: .86rem;
}

.b1-tech-card li::before {
  content: "✓";
  color: var(--b1-teal-bright);
  margin-right: 8px;
}

.b1-tech-card img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}

.b1-final {
  position: relative;
  color: #fff;
  background: var(--b1-navy);
}

.b1-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,17,31,.96), rgba(3,44,58,.80), rgba(3,17,31,.96)),
    url("../images/landings/b1-inversionistas/investor-cta-bg.webp");
  background-size: cover;
  background-position: center;
}

.b1-final-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .58fr);
  gap: 34px;
  align-items: center;
  min-height: 330px;
  padding: 46px 0;
}

.b1-final h2 {
  color: #fff;
  max-width: 760px;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.b1-final-contact {
  padding: 34px;
  border-radius: 22px;
  background: rgba(4,25,44,.78);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}

.b1-final-contact h3 {
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.12;
}

.b1-final-contact p {
  color: rgba(255,255,255,.76);
  margin-bottom: 18px;
}

.b1-footer {
  padding: 40px 0 34px;
  background: #03111f;
}

.b1-footer-grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 60px;
}

.b1-footer-brand {
  margin-bottom: 12px;
}

.b1-footer p {
  color: rgba(255,255,255,.70);
  font-size: .88rem;
  line-height: 1.55;
}

.b1-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.b1-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
}

.b1-footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.b1-footer-nav h3 {
  color: #fff;
  font-size: .86rem;
  margin-bottom: 12px;
}

.b1-footer-nav a {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  margin-bottom: 8px;
}

.b1-footer-nav a:hover {
  color: var(--b1-teal-bright);
}

@media (max-width: 1180px) {
  .b1-header-inner {
    grid-template-columns: auto auto;
  }

  .b1-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .b1-nav.is-open {
    display: flex;
  }

  .b1-header-cta {
    display: none;
  }

  .b1-nav-toggle {
    display: grid;
  }

  .b1-hero-grid {
    grid-template-columns: 1fr;
    padding: 104px 0 44px;
  }

  .b1-hero-visual {
    min-height: 470px;
  }

  .b1-problem-grid,
  .b1-revenue-grid,
  .b1-advantages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b1-ecosystem-flow {
    grid-template-columns: 1fr;
  }

  .b1-ecosystem-flow > span {
    transform: rotate(90deg);
    min-height: 24px;
  }

  .b1-device-stack {
    width: min(100%, 240px);
    height: 144px;
  }

  .b1-device-laptop {
    right: 42px;
    height: 96px;
  }

  .b1-device-phone {
    width: 60px;
    height: 116px;
  }

  .b1-network-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .b1-network-flow article::after {
    display: none;
  }

  .b1-network-loop {
    width: min(100%, 640px);
  }

  .b1-different-grid,
  .b1-roadmap-grid,
  .b1-traction-grid,
  .b1-final-card,
  .b1-footer-grid {
    grid-template-columns: 1fr;
  }

  .b1-roadmap-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b1-roadmap-journey::before {
    display: none;
  }

  .b1-roadmap-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b1-traction-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b1-footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .b1-header-inner {
    min-height: 66px;
  }

  .b1-brand .brand-name {
    font-size: 1.35rem;
  }

  .b1-brand em {
    display: none;
  }

  .b1-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.45rem);
    line-height: .98;
  }

  .b1-hero-routes .route-lines path {
    stroke-width: 1.8;
    stroke-dasharray: 4 7;
  }

  .b1-country-card span {
    font-size: .72rem;
    padding: 6px 8px 8px;
  }

  .b1-hero-copy > p:not(.b1-kicker) {
    font-size: .98rem;
  }

  .b1-actions {
    flex-direction: column;
  }

  .b1-btn {
    width: 100%;
  }

  .b1-hero-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 22px;
  }


  .b1-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: none;
    padding-bottom: 28px;
  }

  .b1-hero-metrics > div {
    padding: 14px 16px;
  }

  .b1-hero-visual {
    min-height: 520px;
  }

  .b1-country-card {
    width: 122px;
  }

  .b1-country-card img {
    height: 66px;
  }

  .b1-core-card {
    width: 142px;
    height: 142px;
  }

  .b1-section {
    padding: 42px 0;
  }

  .b1-section-row-title {
    display: block;
  }

  .b1-problem-grid,
  .b1-revenue-grid,
  .b1-advantages-grid,
  .b1-network-flow,
  .b1-traction-kpis,
  .b1-footer-nav {
    grid-template-columns: 1fr;
  }

  .b1-roadmap-board {
    padding: 22px 18px;
  }

  .b1-roadmap-journey,
  .b1-roadmap-principles {
    grid-template-columns: 1fr;
  }

  .b1-roadmap-phase {
    padding: 16px;
  }

  .b1-different-grid {
    gap: 20px;
  }

  .b1-table {
    min-width: 760px;
  }

  .b1-table-wrap {
    overflow-x: auto;
  }

  .b1-tech-card {
    grid-template-columns: 1fr;
  }

  .b1-final-contact {
    padding: 24px;
  }
}


@media (max-width: 767px) {
  .b1-network-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  .b1-network-flow span {
    width: 64px;
    height: 64px;
  }

  .b1-network-flow span svg {
    width: 28px;
    height: 28px;
  }

  .b1-network-flow strong {
    font-size: .88rem;
  }

  .b1-network-loop {
    width: min(100%, 360px);
  }
}


@media (max-width: 1080px) {
  .b1-roadmap-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b1-roadmap-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b1-roadmap-journey::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .b1-market-card,
  .b1-roadmap-card {
    border-radius: 18px;
  }

  .b1-market-card {
    padding: 20px;
  }

  .b1-market-visual {
    padding: 10px;
  }

  .b1-roadmap-board-head h2 {
    font-size: 1.95rem;
  }

  .b1-roadmap-board-head > p:last-child {
    font-size: .94rem;
  }

  .b1-roadmap-principles {
    grid-template-columns: 1fr;
  }
}


/* v76 compact roadmap */
.b1-roadmap-board.compact {
  padding: 24px;
}

.b1-roadmap-board-head.compact {
  gap: 6px;
  margin-bottom: 16px;
}

.b1-roadmap-board-head.compact h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.b1-roadmap-board-head.compact > p:last-child {
  font-size: .95rem;
  max-width: 560px;
}

.b1-roadmap-journey.compact {
  gap: 12px;
}

.b1-roadmap-journey.compact::before {
  top: 44px;
}

.b1-roadmap-phase.compact {
  gap: 8px;
  padding: 12px;
}

.b1-roadmap-phase.compact .b1-roadmap-icon {
  width: 58px;
  height: 58px;
  font-size: 1.5rem;
}

.b1-roadmap-phase.compact .b1-roadmap-year {
  font-size: 1.35rem;
}

.b1-roadmap-phase.compact h3 {
  font-size: .98rem;
}

.b1-roadmap-summary {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: .8rem;
  line-height: 1.38;
}

.b1-roadmap-goal.compact {
  padding: 10px 12px;
  gap: 2px;
}

.b1-roadmap-goal.compact strong {
  font-size: .78rem;
}

.b1-roadmap-goal.compact span {
  font-size: .76rem;
  line-height: 1.35;
}

@media (max-width: 1080px) {
  .b1-roadmap-phase.compact .b1-roadmap-year {
    font-size: 1.2rem;
  }
}

@media (max-width: 620px) {
  .b1-roadmap-board.compact {
    padding: 18px;
  }

  .b1-roadmap-board-head.compact h2 {
    font-size: 1.7rem;
  }

  .b1-roadmap-summary {
    font-size: .84rem;
  }
}


/* v77 roadmap polish + cleaner market map */
.b1-market-visual {
  padding: 18px;
  background: linear-gradient(180deg, #f9fcfd, #eff5f8);
}

.b1-market-visual img {
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(18, 46, 71, 0.08);
}

.b1-roadmap-board.compact {
  padding: 22px 22px 20px;
}

.b1-roadmap-board-head.compact {
  margin-bottom: 14px;
}

.b1-roadmap-board-head.compact h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  line-height: 0.95;
}

.b1-roadmap-board-head.compact > p:last-child {
  font-size: .92rem;
}

.b1-roadmap-journey.compact {
  gap: 10px;
}

.b1-roadmap-phase.compact {
  gap: 7px;
  padding: 12px 10px 12px;
  min-width: 0;
}

.b1-roadmap-phase.compact .b1-roadmap-icon {
  width: 54px;
  height: 54px;
  font-size: 1.35rem;
}

.b1-roadmap-phase.compact .b1-roadmap-year {
  font-size: 1rem;
  line-height: 1;
}

.b1-roadmap-phase.compact h3 {
  font-size: .74rem;
  line-height: 1.05;
  text-transform: none;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.b1-roadmap-summary {
  font-size: .72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.b1-roadmap-goal.compact {
  padding: 9px 10px;
  border-radius: 12px;
}

.b1-roadmap-goal.compact strong {
  font-size: .72rem;
}

.b1-roadmap-goal.compact span {
  font-size: .72rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

@media (max-width: 1280px) {
  .b1-roadmap-phase.compact h3 { font-size: .7rem; }
  .b1-roadmap-summary,
  .b1-roadmap-goal.compact span { font-size: .69rem; }
}

@media (max-width: 1080px) {
  .b1-roadmap-journey.compact .phase-vision {
    grid-column: 1 / -1;
  }

  .b1-roadmap-journey.compact .phase-vision .b1-roadmap-goal.compact {
    max-width: 340px;
  }

  .b1-roadmap-board.compact {
    padding: 20px;
  }

  .b1-roadmap-phase.compact {
    padding: 12px;
  }

  .b1-roadmap-phase.compact .b1-roadmap-year {
    font-size: 1.12rem;
  }

  .b1-roadmap-phase.compact h3 { font-size: .88rem; }
  .b1-roadmap-summary,
  .b1-roadmap-goal.compact span { font-size: .78rem; }
}
