.btn-morado {
  background: #CA9AE4;
  color: #fff;
  border: none;}

.prof-page {
  background: #0b1020;
  color: #cfd7e7;
}

.pro-hero {
  background: linear-gradient(170deg, #0c2f4e 0%, #0a1f39 46%, #081227 100%);
  padding: 0px 0 0px;
}

.prof-main .hero-grid {
  grid-template-columns: 1fr;
}

.prof-main .hero-title {
  font-size: 42px;
  line-height: 1.12;
}

.prof-main .hero-subtitle {
  max-width: 640px;
  color: #d8dee8;
  font-size: 17px;
}

.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.impact-lines {
  background: #071024;
  padding: 62px 0 72px;
}

.impact-inner {
  display: grid;
  gap: 24px;
}

.morado {
  color: #1E1E20;
  font-weight: 900;
}
 
.impact-eyebrow {
  color: #cfd7e7;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}
  .section-header__title {
  color: #111;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.impact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  color: #f7f9fb;
  text-align: left;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.impact-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.impact-icon .icon-wrap {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}

.impact-icon.teal { background: rgba(0, 194, 199, 0.22); }
.impact-icon.blue { background: rgba(0, 150, 214, 0.24); }
.impact-icon.lilac { background: rgba(181, 141, 213, 0.22); }

.impact-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.impact-card p {
  margin: 2px 0 0;
  color: #cfd7e7;
}

.careers-section {
  padding: 86px 0 92px;
  background: #e6ecf4;
  color: #0f141c;
}

.career-wrap {
  display: grid;
  gap: 10px;
}

.section-title {
  font-size: 34px;
  margin-bottom: 6px;
  font-weight: 800;
  color: #1C1D1F;
}

.section-lead {
  color: #4f5662;
  margin-bottom: 24px;
}

.future-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  background: #0f1628;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
}

.future-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.future-body {
  padding: 24px 26px 26px;
  color: #f7f9fb;
  align-content: center
}

.future-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 194, 199, 0.16);
  color: #00C2A8;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.future-title {
  margin: 12px 0 6px;
  font-size: 24px;
  font-weight: 800;
  color: #f7f9fb;
}

.future-description {
  color: #d8dee8;
  margin: 0 0 14px;
}

.future-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
}

.future-tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7f9fb;
  font-weight: 700;
  font-size: 13px;
}

.future-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

.future-date {
  color: #9fb1c9;
  font-weight: 700;
}

.bootcamp-section {
  background: #030a18;
  padding: 86px 0 92px;
  color: #f7f9fb;
}

.bootcamp-wrap {
  display: grid;
  gap: 24px;
}

.bootcamp-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
}

.bootcamp-copy {
  display: grid;
  gap: 14px;
}

.bootcamp-title {
  margin: 0;
  font-size: 32px;
}

.bootcamp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  
  border-radius: 999px;
  
  color: #f7f9fb;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bootcamp-description p {
  color: #d8dee8;
  margin: 0 0 8px;
}

.bootcamp-features {
  display: grid;
  gap: 10px;
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #00C2A8;
  
}

.bootcamp-cta {
  margin-top: 6px;
}

.bootcamp-card {
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: 12px;
}

.bootcamp-image {
  align-self: stretch;
  display: grid;
  place-items: center;
}

.literacy-section {
  /* Customize: adjust --literacy-accent to tune the purple highlight */
  --literacy-accent: #CA9AE4;
  padding: 92px 0 98px;
  background: #f4f7fa;
  color: #0f141c;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(15, 22, 41, 0.08);
}

.literacy-section::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(15, 22, 41, 0) 0%, rgba(15, 22, 41, 0.04) 100%);
  pointer-events: none;
}

.literacy-section::after {
  content: '';
  position: absolute;
  top: -70px;
  right: 10%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(0, 194, 199, 0.12);
  opacity: 0.2;
  pointer-events: none;
}

.literacy-eyebrow {
  color: #1b2335;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.literacy-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: center;
  z-index: 1;
}

.literacy-intro {
  display: grid;
  gap: 16px;
  padding: 30px 30px 34px;
}

.literacy-title {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  color: #1c1d1f;
}

.literacy-description p {
  color: #4f5662;
  margin: 0 0 10px;
  line-height: 1.6;
}

.literacy-cta {
  margin-top: 6px;
}

.literacy-cta__button {
  /* Customize: update gradient to align with brand CTA */
  background: #CA9AE4;
  color: #ffffff;
  border: none;
  box-shadow: 0 14px 28px rgba(15, 22, 41, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.literacy-cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(15, 22, 41, 0.24);
  filter: brightness(1.05);
}

.literacy-cta__button:active {
  transform: translateY(0);
  box-shadow: 0 12px 24px rgba(15, 22, 41, 0.2);
}

.literacy-section .text-gradient {
  background: linear-gradient(120deg, #CA9AE4 0%, #c28ee2 55%, #b58dd5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.literacy-details {
  display: grid;
  gap: 16px;
}

.literacy-details__header {
  display: flex;
  justify-content: flex-end;
}

.literacy-details__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--literacy-accent);
  background: rgba(202, 154, 228, 0.18);
  padding: 6px 12px;
  border-radius: 999px;
}

.literacy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.literacy-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 22, 41, 0.1);
}

.literacy-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.literacy-list__icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #CA9AE4;
  border: 1px solid rgba(202, 154, 228, 0.3);
}

.literacy-list__icon img {
  width: 26px;
  height: 26px;
}

.literacy-list__title {
  margin: 2px 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #1c1d1f;
}

.literacy-list__text {
  margin: 0;
  color: #4f5662;
  line-height: 1.55;
}

.join-section {
  padding: 96px 0 100px;
  background: #050c1c;
  color: #f7f9fb;
}

.join-inner {
  display: grid;
  gap: 24px;
  text-align: center;
}

.join-label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8ea2c0;
  font-weight: 800;
}

.join-title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
}

.join-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  position: relative;
  padding-top: 34px;
}

.join-grid::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.join-card {
  text-align: center;
  padding: 0 12px;
  display: grid;
  gap: 10px;
  position: relative;
}

.join-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 18px;
  color: #0f141c;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.26);
}

.join-circle.step-1 { background: linear-gradient(135deg, #00C2A8, #2de3f1); }
.join-circle.step-2 { background: linear-gradient(135deg, #00C2A8, #4fa6ff); }
.join-circle.step-3 { background: linear-gradient(135deg, #b58dd5, #7a5dd1); color: #f7f9fb; }
.join-circle.step-4 { background: linear-gradient(135deg, #0096d6, #4fa6ff); }

.join-card h3 {
  margin: 0;
  font-size: 18px;
  color: #f7f9fb;
}

.join-card p {
  margin: 0;
  color: #cfd7e7;
  line-height: 1.55;
  font-size: 15px;
}

.selection-section {
  padding: 88px 0 96px;
  background: #050c1c;
  color: #f7f9fb;
}

.selection-inner {
  display: grid;
  gap: 18px;
  text-align: center;
}

.selection-label {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8ea2c0;
  font-weight: 800;
  margin: 0;
}

.selection-title {
  margin: 0 auto;
  max-width: 720px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.selection-sub {
  margin: 8px auto 16px;
  max-width: 720px;
  color: #cfd7e7;
}

.selection-title::after {
  content: '';
  display: block;
  width: 92px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #CA9AE4 0%, #00C2A8 50%, #00AACB 100%);
}

.selection-matrix-wrap {
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.selection-matrix {
  min-width: 760px;
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) repeat(3, minmax(0, 1fr));
  border-radius: 18px;
  overflow: hidden;
  background: #0f1729;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.34);
}

.selection-matrix__corner {
  background: #0f1729;
}

.selection-matrix__head,
.selection-matrix__label,
.selection-matrix__cell {
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.selection-matrix__head:nth-child(4),
.selection-matrix__cell:nth-child(4),
.selection-matrix__cell:nth-child(8),
.selection-matrix__cell:nth-child(12),
.selection-matrix__cell:nth-child(16) {
  border-right: none;
}

.selection-matrix > :nth-last-child(-n+4) {
  border-bottom: none;
}

.selection-matrix__head {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
  color: #f7f9fb;
  background: #0f1729;
  position: relative;
}

.selection-matrix__head--literacy {
  color: #CA9AE4;
  background: color-mix(in srgb, #CA9AE4 16%, #0f1729);
}

.selection-matrix__head--bootcamp {
  color: #00C2A8;
  background: color-mix(in srgb, #00C2A8 16%, #0f1729);
}

.selection-matrix__head--career {
  color: #00AACB;
  background: color-mix(in srgb, #00AACB 16%, #0f1729);
}

.selection-matrix__label {
  color: #dfe7f1;
  background: #0b1224;
}

.selection-matrix__label h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #f7f9fb;
}

.selection-matrix__label p {
  margin: 0;
  color: #8ea2c0;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.selection-matrix__cell {
  --col-accent: #CA9AE4;
  color: #cfd7e7;
  background: color-mix(in srgb, var(--col-accent) 18%, #0f1729);
  position: relative;
}

.selection-matrix__cell::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--col-accent);
  opacity: 0.9;
}

.selection-matrix__cell--literacy { --col-accent: #CA9AE4; }
.selection-matrix__cell--bootcamp { --col-accent: #00C2A8; }
.selection-matrix__cell--career { --col-accent: #00AACB; }

.selection-matrix__cell p {
  margin: 0;
  line-height: 1.55;
}

.selection-cards {
  display: none;
  margin-top: 24px;
  gap: 18px;
}

.selection-card {
  --col-accent: #CA9AE4;
  background: #0f1729;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid var(--col-accent);
  border-radius: 18px;
  padding: 18px;
  text-align: left;
  display: grid;
  gap: 12px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
}

.selection-card--literacy { --col-accent: #CA9AE4; }
.selection-card--bootcamp { --col-accent: #00C2A8; }
.selection-card--career { --col-accent: #00AACB; }

.selection-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f7f9fb;
}

.selection-card__row {
  background: #0b1224;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.selection-card__label {
  display: block;
  margin-bottom: 6px;
  color: #8ea2c0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selection-card__row p {
  margin: 0;
  line-height: 1.5;
  color: #cfd7e7;
}

.selection-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.selection-pill--literacy {
  color: #CA9AE4;
  background: rgba(202, 154, 228, 0.28);
}

.selection-pill--bootcamp {
  color: #00C2A8;
  background: rgba(0, 194, 199, 0.28);
}

.selection-pill--career {
  color: #00AACB;
  background: rgba(0, 170, 203, 0.28);
}

@media (max-width: 768px) {
  .selection-matrix-wrap {
    display: none;
  }

  .selection-cards {
    display: grid;
  }
}

.payments-section {
  padding: 92px 0 98px;
  background: #f4f7fa;
  color: #0f141c;
}

.payments-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.payments-title {
  font-size: 38px;
  font-weight: 800;
  color: #1c1d1f;
  margin: 6px 0;
}

.payments-lead {
  color: #4f5662;
  font-size: 17px;
  line-height: 1.6;
}

/* Card Principal (Pago Directo) - Layout Horizontal */
.payment-main-card--horizontal {
  display: grid;
  grid-template-columns: 250px 1fr; /* Columna para header, resto para body */
  gap: 32px;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #dfe7f1;
  border-left: 6px solid #005B9A;
  padding: 32px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.07);
  margin-bottom: 48px; /* Espacio antes de las opciones alternativas */
}

.payment-main-card--horizontal .payment-main-card__header {
  display: flex;
  flex-direction: row; /* Apila icono y título verticalmente */
  gap: 12px;
  text-align: center;
  margin-bottom: 0;
  align-items: center;
}

.payment-main-card__icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: rgba(0, 91, 154, 0.16);
  padding: 8px;
  border-radius: 12px;
}

.payment-main-card--horizontal .payment-main-card__title {
  font-size: 22px;
  margin:0;
  color:#1B1B1C;
}

.payment-main-card--horizontal .payment-main-card__body {
  border-left: 1px solid #dfe7f1; /* Línea divisora */
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payment-main-card__description {
  margin: 0 0 24px;
  line-height: 1.6;
}

/* Métodos de pago */
.payment-methods {
  margin-top: 24px;
}

.payment-methods__title {
  font-weight: 700;
  color: #4f5662;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.payment-methods__icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.payment-icon {
  font-family: monospace;
  background: #eef2f7;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #dfe7f1;
  font-weight: 700;
}

/* Opciones Alternativas */
.alternatives-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.alternatives-title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 800;
  color: #1B1B1C;
}

.alternatives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Grilla de 3 columnas */
  gap: 24px;
}

.alternative-card {
  --alt-accent: #CA9AE4;
  background: #ffffff;
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left; /* Texto alineado a la izquierda */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border-top: 4px solid var(--alt-accent);
}



.alternative-card__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: color-mix(in srgb, var(--alt-accent) 16%, transparent);
  padding: 6px;
  border-radius: 10px;
}

.alternative-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1B1B1C;
}

.alternative-card__description {
  margin: 0;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #4f5662;
}

.alternatives-grid .alternative-card:nth-child(1) { --alt-accent: #CA9AE4; }
.alternatives-grid .alternative-card:nth-child(2) { --alt-accent: #00C2A8; }
.alternatives-grid .alternative-card:nth-child(3) { --alt-accent: #00AACB; }

.alternatives-disclaimer {
  margin: 24px 0 0;
  color: #4f5662;
  font-size: 14px;
  text-align: center;
}

.payments-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.cta-banner {
  background: #dfe7f1;
  color: #0f141c;
  padding: 86px 0 92px;
}

.cta-inner {
  display: grid;
  gap: 10px;
  text-align: center;
  max-width: 760px;
}

.cta-inner p {
  margin: 0;
  color: #4f5662;
}

@media (max-width: 1024px) {
  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .future-card,
  .bootcamp-grid,
  .literacy-layout {
    grid-template-columns: 1fr;
  }

  .join-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-grid::before {
    display: none;
  }

  .join-card::before {
    top: -14px;
  }
  
  /* --- PAGOS RESPONSIVE --- */
  .alternatives-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-card,
  .bootcamp-card,
  .join-card,
  .guide-step {
    padding: 16px;
  }

  .join-grid {
    grid-template-columns: 1fr;
  }

  .join-card::before {
    left: 12px;
  }

  .literacy-intro {
    padding: 0;
  }

  .literacy-title {
    font-size: 28px;
  }

  .literacy-details__header {
    justify-content: flex-start;
  }
  
  /* --- PAGOS RESPONSIVE --- */
  .payment-main-card--horizontal {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .payment-main-card--horizontal .payment-main-card__body {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #dfe7f1;
    padding-top: 24px;
    margin-top: 0;
  }
}
