/* Invitación a Kanji × Yōkai. Compartida por portada, tests y alumnos. */
.yokai-promo {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  margin-top: 24px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  border: 1px solid #65333f;
  border-radius: 28px;
  background: #291e2b;
  box-shadow: 0 18px 44px rgb(41 30 43 / 14%);
}
.yokai-promo__copy { min-width: 0; padding: clamp(26px, 4vw, 48px); }
.yokai-promo__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin-bottom: 22px; }
.yokai-promo__badge { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border: 1px solid #f89b9b; border-radius: 999px; color: #ffe7e7; background: #612e3a; font-size: .73rem; font-weight: 800; line-height: 1.5; }
.yokai-promo__badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #ff9393; }
.yokai-promo__meta > span:last-child:not(.yokai-promo__badge) { color: #d7cbd5; font-size: .75rem; }
.yokai-promo .yokai-promo__name { margin: 0 0 12px; color: #fff; font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 850; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
.yokai-promo .yokai-promo__hook { margin: 0 0 12px; color: #ffc9c9; font-size: 1.15rem; font-weight: 700; line-height: 1.4; text-wrap: balance; }
.yokai-promo .yokai-promo__description { max-width: 46ch; margin: 0; color: #e1d7df; font-size: .95rem; line-height: 1.65; }
.yokai-promo__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; }
.yokai-promo .yokai-promo__button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 11px 22px; color: #291e2b; border: 2px solid transparent; border-radius: 999px; background: #fff; font: inherit; font-size: .95rem; font-weight: 850; line-height: 1.35; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.yokai-promo .yokai-promo__button:hover { background: #ffe7e7; transform: translateY(-2px); }
.yokai-promo .yokai-promo__button:focus-visible { outline: 3px solid #ff9393; outline-offset: 4px; }
.yokai-promo__actions > small { color: #d7cbd5; font-size: .73rem; }
.yokai-promo__art { position: relative; width: 100%; min-width: 0; min-height: 260px; margin: 0; background: #201c28; }
.yokai-promo__art img { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 62% center; }
.yokai-promo__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #291e2b, transparent 26%); pointer-events: none; }
.yokai-promo__art figcaption { position: absolute; z-index: 1; right: 20px; bottom: 20px; margin-left: 20px; padding: 6px 12px; border: 1px solid rgb(255 255 255 / 25%); border-radius: 8px; color: #fff; background: rgb(29 22 32 / 90%); font-size: .73rem; }
.yokai-promo--compact { grid-template-columns: minmax(0, 1fr) 30%; border-radius: 22px; }
.yokai-promo--compact .yokai-promo__copy { padding: 26px 30px; }
.yokai-promo--compact .yokai-promo__meta { margin-bottom: 12px; }
.yokai-promo--compact .yokai-promo__name { margin-bottom: 8px; font-size: 1.6rem; }
.yokai-promo--compact .yokai-promo__description { max-width: 60ch; font-size: .9rem; }
.yokai-promo--compact .yokai-promo__actions { margin-top: 18px; }
.yokai-promo--compact .yokai-promo__art { min-height: 220px; }
.yokai-promo--student { margin: -34px 0 58px; }
.yokai-footer-link { color: #8a1f2d; font-weight: 800; }
.kana-shell:has(> [data-screen="question"]:not([hidden])) > .yokai-promo { display: none; }
@media (max-width: 700px) {
  .yokai-promo { grid-template-columns: minmax(0, 1fr); border-radius: 22px; }
  .yokai-promo__art { grid-row: 1; min-height: 190px; aspect-ratio: 2.2; }
  .yokai-promo__art::after { background: linear-gradient(0deg, #291e2b, transparent 45%); }
  .yokai-promo__art img { object-position: center 55%; }
  .yokai-promo__copy { padding: 24px; }
  .yokai-promo__meta { margin-bottom: 16px; }
  .yokai-promo__art figcaption { right: 16px; bottom: 20px; }
  .yokai-promo--compact .yokai-promo__art { min-height: 140px; max-height: 180px; }
  .yokai-promo--compact .yokai-promo__copy { padding: 24px; }
}
@media (max-width: 380px) {
  .yokai-promo__copy, .yokai-promo--compact .yokai-promo__copy { padding: 20px; }
  .yokai-promo__actions { align-items: stretch; flex-direction: column; }
  .yokai-promo__actions > small { text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .yokai-promo .yokai-promo__button { transition: none; }
  .yokai-promo .yokai-promo__button:hover { transform: none; }
}

/* Acceso al juego junto a la navegación de los tests. */
.kana-page .header-inner { gap: 20px; }
.kana-page nav[aria-label="Navegación del test"] { flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.kana-page nav[aria-label="Navegación del test"] > a { white-space: nowrap; }
.kana-page nav .yokai-nav-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 8px 12px; border: 1px solid #e7c4c8; border-radius: 999px; color: #8a1f2d; background: #fff4f2; font-size: .85rem; line-height: 1.25; }
.kana-page nav .yokai-nav-link:hover { color: #6d1823; border-color: #bd7781; background: #ffe7e7; }
.kana-page nav .yokai-nav-link:focus-visible { outline: 3px solid #8a1f2d; outline-offset: 3px; }
.yokai-nav-link__badge { padding: 3px 6px; border-radius: 999px; color: #8a1f2d; background: #ffe1e1; font-size: .65rem; font-weight: 800; }
@media (max-width: 1020px) {
  .kana-page .header-inner { flex-wrap: wrap; gap: 0 12px; padding-top: 12px; }
  .kana-page .header-inner > .brand { flex: 1; min-width: 0; }
  .kana-page nav[aria-label="Navegación del test"] { display: flex; order: 3; flex: 1 0 100%; justify-content: center; margin: 10px 0; }
  .kana-page nav[aria-label="Navegación del test"] > a:not(.yokai-nav-link) { display: none; }
}
