/* ============================================================
   Talleres - pagina específica
   ============================================================ */

.talleres-page {
  background: #ffffff;
}

.talleres-page .resources-hero__title {
  color: #ffffff;
}

.talleres-page .resources-hero__subtitle {
  color: rgba(255, 255, 255, 0.92);
}

.talleres-section {
  padding: 58px 0;
}

.talleres-section--soft {
  background: #f7f7f7;
}

.talleres-section--aqua,
.talleres-cta {
  background: #eefafa;
}

.talleres-section__header {
  max-width: 790px;
  margin-bottom: 26px;
}

.talleres-section__title {
  color: var(--color-black);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 14px;
}

.talleres-heading-label {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 var(--space-sm);
}

.talleres-heading-label::after {
  content: "";
  width: 42px;
  height: 3px;
  background: #01aeab;
  border-radius: 999px;
}

.talleres-section p,
.talleres-page p {
  color: var(--color-text);
  line-height: 1.78;
}

.talleres-split,
.talleres-investment__inner,
.talleres-community,
.talleres-cta__inner {
  display: grid;
  gap: 34px;
  align-items: center;
}

.talleres-investment .talleres-investment__inner {
  display: block;
}

.talleres-split__content {
  max-width: 690px;
}

.talleres-split__content p + p {
  margin-top: 14px;
}

.talleres-split__media {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
}

.talleres-split__media img,
.talleres-types img {
  width: 100%;
  object-fit: cover;
}

.talleres-split__media img {
  aspect-ratio: 4 / 3;
}

.talleres-types,
.talleres-expect,
.talleres-info-grid,
.talleres-steps {
  display: grid;
  gap: 18px;
}

.talleres-types article,
.talleres-expect article,
.talleres-info-grid article,
.talleres-empty,
.talleres-price,
.talleres-community__card,
.talleres-steps article,
.talleres-faq details {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.talleres-types article {
  overflow: hidden;
}

.talleres-types img {
  aspect-ratio: 16 / 10;
}

.talleres-types div {
  padding: 18px;
}

.talleres-types span,
.talleres-price span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(1, 174, 171, 0.12);
  color: var(--color-brand-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.talleres-types h3,
.talleres-expect h3,
.talleres-info-grid h3,
.talleres-price h3,
.talleres-community__card h3,
.talleres-steps h3,
.talleres-empty h3 {
  color: var(--color-black);
  font-size: 1.16rem;
  line-height: 1.24;
  margin-bottom: 8px;
}

.talleres-expect article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.talleres-expect img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.talleres-info-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
}

.talleres-info-grid i,
.talleres-price i,
.talleres-empty i {
  color: var(--color-brand);
  font-size: 1.55rem;
}

.talleres-info-grid + .btn {
  margin-top: 24px;
}

.talleres-empty {
  max-width: 760px;
  padding: 28px;
  text-align: center;
}

.talleres-empty i {
  font-size: 2rem;
  margin-bottom: 12px;
}

.talleres-empty .btn {
  margin-top: 16px;
}

.talleres-note {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 14px;
  background: rgba(1, 174, 171, 0.08);
  border-left: 4px solid var(--color-brand);
  color: var(--color-dark) !important;
  font-weight: 700;
}

.talleres-price {
  display: grid;
  gap: 8px;
  max-width: 520px;
  padding: 24px;
}

.talleres-price strong {
  color: var(--color-black);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 1;
}

.talleres-price .btn {
  margin-top: 12px;
}

.talleres-community__card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.talleres-community__card img,
.talleres-cta img {
  width: min(100%, 300px);
  justify-self: center;
  mix-blend-mode: multiply;
}

.talleres-community__card ul {
  display: grid;
  gap: 10px;
  color: var(--color-dark);
  font-weight: 700;
}

.talleres-community__card li {
  position: relative;
  padding-left: 20px;
}

.talleres-community__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--color-brand);
  border-radius: 50%;
}

.talleres-orientation {
  max-width: 850px;
}

.talleres-orientation .btn {
  margin-top: 20px;
}

.talleres-steps article {
  padding: 20px;
}

.talleres-steps span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  color: #ffffff;
  background: var(--color-brand);
  border-radius: 50%;
  font-weight: 800;
}

.talleres-faq {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

.talleres-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: var(--color-dark);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.talleres-faq summary::-webkit-details-marker {
  display: none;
}

.talleres-faq summary::after {
  content: "+";
  color: var(--color-brand);
  font-size: 1.35rem;
  font-weight: 600;
}

.talleres-faq details[open] summary::after {
  content: "-";
}

.talleres-faq p {
  padding: 0 18px 18px;
}

.talleres-cta {
  border-top: 1px solid rgba(1, 174, 171, 0.16);
}

.talleres-cta h2 {
  color: var(--color-black);
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  line-height: 1.14;
  margin-bottom: 10px;
}

.talleres-cta .btn {
  margin-top: 18px;
}

@media (min-width: 700px) {
  .talleres-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .talleres-expect,
  .talleres-info-grid,
  .talleres-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .talleres-split,
  .talleres-investment__inner,
  .talleres-community,
  .talleres-cta__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  }

  .talleres-types {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .talleres-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .talleres-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .talleres-section {
    padding: 42px 0;
  }

  .talleres-expect article,
  .talleres-info-grid article {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .talleres-expect img {
    width: 72px;
    height: 72px;
  }

  .talleres-section .btn,
  .talleres-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
