/* =========================================================
   JUEVES DE JUTIKO — DETALLE DE EDICIÓN ABIERTA
   ========================================================= */

.jueves-detail {
  padding: 100px 24px;
  background: var(--jutiko-black);
  color: white;
}

.jueves-detail__inner {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

.jueves-detail__heading {
  max-width: 850px;
  margin-bottom: 46px;
}

.jueves-detail__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 14px;

  border-radius: var(--radius-pill);

  background: rgba(255, 211, 77, 0.16);
  color: var(--jutiko-yellow);

  font-size: 14px;
  font-weight: 950;
}

.jueves-detail__heading h2 {
  margin: 0;

  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.jueves-detail__heading p {
  max-width: 680px;
  margin: 24px 0 0;

  color: rgba(255, 255, 255, 0.68);

  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
  font-weight: 700;
}

/* =========================================================
   CONTENEDOR
   ========================================================= */

.jueves-detail__card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.jueves-detail__main,
.jueves-detail__aside-card {
  border-radius: 34px;
}

.jueves-detail__main {
  padding: clamp(24px, 4vw, 44px);

  background: white;
  color: var(--jutiko-black);
}

.jueves-detail__status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;

  margin-bottom: 34px;
}

.jueves-detail__free {
  color: #8a6400;

  font-size: 14px;
  font-weight: 950;
}

/* =========================================================
   NEGOCIO
   ========================================================= */

.jueves-detail__business {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jueves-detail__emoji {
  flex: 0 0 auto;

  width: 74px;
  height: 74px;

  display: grid;
  place-items: center;

  border-radius: 24px;

  background: rgba(255, 196, 0, 0.12);

  font-size: 38px;
}

.jueves-detail__business h3 {
  margin: 0;

  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.jueves-detail__instagram {
  display: inline-flex;
  margin-top: 8px;

  color: var(--jutiko-purple);
  text-decoration: none;

  font-size: 17px;
  font-weight: 900;
}

.jueves-detail__instagram:hover {
  text-decoration: underline;
}

/* =========================================================
   DATOS
   ========================================================= */

.jueves-detail__facts {
  margin-top: 34px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jueves-detail__facts > div {
  min-width: 0;
  padding: 18px;

  display: flex;
  flex-direction: column;
  gap: 6px;

  border-radius: 20px;

  background: rgba(17, 17, 17, 0.045);
}

.jueves-detail__fact-label,
.jueves-detail__section-label {
  color: rgba(17, 17, 17, 0.48);

  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 950;
}

.jueves-detail__facts strong {
  overflow-wrap: anywhere;

  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

/* =========================================================
   OFERTA Y REQUISITOS
   ========================================================= */

.jueves-detail__offer,
.jueves-detail__requirements {
  margin-top: 34px;
}

.jueves-detail__offer p {
  margin: 12px 0 0;

  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.2;
  font-weight: 900;
}

.jueves-detail__requirements-list {
  margin: 14px 0 0;
  padding: 0;

  border-top: 1px solid rgba(17, 17, 17, 0.09);
}

.jueves-detail__requirements-list > div {
  padding: 16px 0;

  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;

  border-bottom: 1px solid rgba(17, 17, 17, 0.09);
}

.jueves-detail__requirements-list dt {
  color: rgba(17, 17, 17, 0.55);

  font-size: 15px;
  font-weight: 800;
}

.jueves-detail__requirements-list dd {
  margin: 0;
  overflow-wrap: anywhere;

  text-align: right;

  font-size: 15px;
  font-weight: 950;
}

/* =========================================================
   ASIDE / CTA
   ========================================================= */

.jueves-detail__aside {
  position: sticky;
  top: 24px;
}

.jueves-detail__aside-card {
  padding: clamp(24px, 3vw, 34px);

  background:
    linear-gradient(
      145deg,
      rgba(123, 63, 252, 0.22),
      rgba(123, 63, 252, 0.08)
    );

  border: 1px solid rgba(255, 255, 255, 0.12);
}

.jueves-detail__aside-label {
  display: inline-flex;

  color: var(--jutiko-yellow);

  font-size: 14px;
  font-weight: 950;
}

.jueves-detail__aside-card h3 {
  margin: 16px 0 0;

  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.jueves-detail__aside-card > p {
  margin: 18px 0 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.jueves-detail__condition {
  margin-top: 24px;
  padding: 18px;

  display: flex;
  align-items: flex-start;
  gap: 11px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);
}

.jueves-detail__condition > span {
  flex: 0 0 auto;
  color: var(--jutiko-yellow);
  font-weight: 950;
}

.jueves-detail__condition p {
  margin: 0;

  color: rgba(255, 255, 255, 0.82);

  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
}

.jueves-detail__condition strong {
  color: white;
  font-weight: 950;
}

.jueves-detail__button {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  padding: 0 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: var(--radius-pill);

  background: white;
  color: var(--jutiko-black);

  text-align: center;
  text-decoration: none;

  font-size: 16px;
  font-weight: 950;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.jueves-detail__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.jueves-detail__button:focus-visible {
  outline: 3px solid var(--jutiko-yellow);
  outline-offset: 4px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  .jueves-detail__card {
    grid-template-columns: 1fr;
  }

  .jueves-detail__aside {
    position: static;
  }
}

@media (max-width: 600px) {
  .jueves-detail {
    padding: 76px 14px;
  }

  .jueves-detail__main,
  .jueves-detail__aside-card {
    border-radius: 28px;
  }

  .jueves-detail__business {
    align-items: flex-start;
  }

  .jueves-detail__emoji {
    width: 58px;
    height: 58px;

    border-radius: 19px;

    font-size: 30px;
  }

  .jueves-detail__facts {
    grid-template-columns: 1fr;
  }

  .jueves-detail__requirements-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .jueves-detail__requirements-list dd {
    text-align: left;
  }
}

/* =========================================================
   ENCUENTRO CONFIRMADO
   ========================================================= */

.jueves-detail__confirmed-creators {
  margin-top: 34px;
}

.jueves-detail__confirmed-creators[hidden],
.jueves-detail__aside[hidden],
.jueves-detail__offer[hidden],
.jueves-detail__requirements[hidden] {
  display: none !important;
}

.jueves-detail__confirmed-list {
  margin-top: 14px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jueves-detail__confirmed-creator {
  min-width: 0;
  padding: 17px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-radius: 20px;

  background: rgba(123, 63, 252, 0.07);
}

.jueves-detail__confirmed-creator div {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.jueves-detail__confirmed-creator strong {
  overflow-wrap: anywhere;

  color: var(--jutiko-purple);

  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
}

.jueves-detail__confirmed-creator span {
  color: rgba(17, 17, 17, 0.54);

  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.jueves-detail__confirmed-followers {
  flex: 0 0 auto;

  color: var(--jutiko-black) !important;

  text-align: right;

  font-size: 14px !important;
  font-weight: 950 !important;
}

@media (max-width: 600px) {
  .jueves-detail__confirmed-creator {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .jueves-detail__confirmed-followers {
    text-align: left;
  }
}

/* =========================================================
   ENCUENTRO CONFIRMADO
   ========================================================= */

.jueves-detail__confirmed-creators {
  margin-top: 34px;
}

.jueves-detail__confirmed-creators[hidden],
.jueves-detail__aside[hidden],
.jueves-detail__offer[hidden],
.jueves-detail__requirements[hidden] {
  display: none !important;
}

.jueves-detail__confirmed-list {
  margin-top: 14px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jueves-detail__confirmed-creator {
  min-width: 0;
  padding: 17px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-radius: 20px;

  background: rgba(123, 63, 252, 0.07);
}

.jueves-detail__confirmed-creator div {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.jueves-detail__confirmed-creator strong {
  overflow-wrap: anywhere;

  color: var(--jutiko-purple);

  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
}

.jueves-detail__confirmed-creator span {
  color: rgba(17, 17, 17, 0.54);

  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.jueves-detail__confirmed-followers {
  flex: 0 0 auto;

  color: var(--jutiko-black) !important;

  text-align: right;

  font-size: 14px !important;
  font-weight: 950 !important;
}

@media (max-width: 600px) {
  .jueves-detail__confirmed-creator {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .jueves-detail__confirmed-followers {
    text-align: left;
  }
}