/* Landing de la festa — estil Sonic (design/stitch_dj_dashboard).
   Targetes de color plenes en comptes de caixes blanques: la pàgina ha
   d'explicar-se d'un cop d'ull i sense grans espais buits.
   Dos blocs independents (desktop / mòbil): les classes compartides es
   defineixen a tots dos perquè cap regla depengui de l'altre. */

/* ───────────────────────────── Desktop ───────────────────────────── */
@media (min-width: 768px) {
  .pinfo-page {
    max-width: 1180px;
    padding: 0.8rem 1.25rem 0.6rem;
  }
  .pinfo-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Hero */
  .pinfo-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    min-height: 14.5rem;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, #0040e0 0%, #5e24e1 100%);
    box-shadow: 0 16px 32px rgba(0, 19, 86, 0.18);
  }
  .pinfo-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
  }
  .pinfo-hero-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(105deg, rgba(0, 19, 86, 0.92) 0%, rgba(0, 19, 86, 0.72) 45%, rgba(69, 0, 185, 0.35) 100%),
      linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  }
  .pinfo-hero-claim {
    position: absolute;
    top: 1.1rem;
    left: 1.5rem;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  }
  .pinfo-hero-claim img {
    height: 1.7rem;
    width: auto;
    display: block;
  }
  .pinfo-hero-content {
    position: relative;
    z-index: 1;
    padding: 1.3rem 1.5rem 1.4rem;
    color: #ffffff;
    width: 100%;
  }
  .pinfo-hero-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 2.55rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0.45rem 0 0.5rem;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }
  .pinfo-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.1rem;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.88);
  }
  .pinfo-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }
  .pinfo-hero-meta .material-symbols-outlined {
    font-size: 1rem;
    opacity: 0.85;
  }

  /* Què és DJukebox */
  .pinfo-intro {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    border-radius: 1.15rem;
    padding: 0.85rem 1.3rem;
    background: linear-gradient(120deg, #dde1ff 0%, #efefff 55%, #f7fafd 100%);
    border: 1px solid #c4c5d8;
  }
  .pinfo-intro-lead {
    flex: 1 1 22rem;
  }
  .pinfo-intro-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 0.25rem;
    color: #001356;
  }
  .pinfo-intro-text {
    font-size: 0.87rem;
    line-height: 1.45;
    color: #434655;
    margin: 0;
  }
  .pinfo-steps {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pinfo-step {
    position: relative;
    display: flex;
    width: 7.2rem;
    min-height: 0;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(24, 28, 30, 0.08);
    text-align: center;
    transition: transform 150ms ease, box-shadow 150ms ease;
  }
  /* Cada pas porta a la seva vista quan hi ha res a fer-hi */
  .pinfo-step-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.5rem 0.4rem 0.45rem;
    color: inherit;
    text-decoration: none;
  }
  a.pinfo-step-link:hover {
    color: inherit;
    text-decoration: none;
  }
  .pinfo-step:has(a.pinfo-step-link):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 64, 224, 0.18);
  }
  .pinfo-step + .pinfo-step::before {
    content: '';
    position: absolute;
    left: -0.42rem;
    top: 50%;
    width: 0.35rem;
    height: 0.35rem;
    border-top: 2px solid #b8c3ff;
    border-right: 2px solid #b8c3ff;
    transform: translateY(-50%) rotate(45deg);
  }
  .pinfo-step-num {
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: #0040e0;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pinfo-step .material-symbols-outlined {
    font-size: 1.6rem;
    color: #0040e0;
  }
  .pinfo-step-label {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    color: #191c1f;
  }

  /* Dades curtes dins les targetes */
  .pinfo-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
  }
  .pinfo-fact {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.76rem;
    color: #ffffff;
    white-space: nowrap;
  }
  .pinfo-fact b {
    font-weight: 800;
    font-size: 0.95rem;
  }
  .pinfo-fact .material-symbols-outlined {
    font-size: 0.95rem;
  }

  .pinfo-hero-switch {
    position: absolute;
    top: 1.1rem;
    right: 1.5rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 150ms ease;
  }
  .pinfo-hero-switch:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    text-decoration: none;
  }
  .pinfo-hero-switch .material-symbols-outlined {
    font-size: 1rem;
  }

  /* La promo comparteix estils amb la tria de festa, aquí va més arran */
  .pinfo-page .select-promo-section {
    padding: 1rem 1.4rem;
    min-height: 0;
  }
  .pinfo-page .select-promo-marketing-title {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .pinfo-page .select-promo-marketing-text {
    font-size: 0.85rem;
  }
  .pinfo-page .select-promo-marketing-title {
    font-size: 1.45rem;
  }
  .pinfo-page .select-promo-feature {
    padding: 0.5rem 0.75rem;
  }
  .pinfo-page .select-promo-feature .material-symbols-outlined {
    font-size: 1.15rem;
    margin-bottom: 0.15rem;
  }
  .pinfo-page .select-promo-feature-label {
    font-size: 0.85rem;
  }
  .pinfo-page .select-promo-feature-grid {
    margin-bottom: 0.55rem;
  }
  .pinfo-page .select-promo-cta {
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
  }

  /* Estat */
  .pinfo-status {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.95);
    color: #0035be;
  }
  .pinfo-status--djjukebox_active {
    background: #22c55e;
    color: #04220f;
  }
  .pinfo-status--finished {
    background: rgba(255, 255, 255, 0.8);
    color: #434655;
  }
  .pinfo-status-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #04220f;
    animation: pinfo-pulse 1.4s ease-in-out infinite;
  }

  /* Targetes d'acció */
  .pinfo-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }
  /* Festa acabada: una sola caixa, transversal. */
  .pinfo-actions--single {
    grid-template-columns: minmax(0, 1fr);
  }
  .pinfo-action {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 1.15rem;
    padding: 1rem 1.1rem 1.05rem;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(24, 28, 30, 0.14);
  }
  .pinfo-action--blue {
    background: linear-gradient(140deg, #0040e0 0%, #2e5bff 100%);
  }
  .pinfo-action--violet {
    background: linear-gradient(140deg, #4500b9 0%, #7c3aed 100%);
  }
  .pinfo-action--amber {
    background: linear-gradient(140deg, #b45309 0%, #f59e0b 100%);
  }
  /* Icona i títol a la mateixa línia: la targeta guanya una fila d'alçada */
  .pinfo-action-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .pinfo-action-icon {
    font-size: 1.9rem;
    flex-shrink: 0;
    opacity: 0.95;
  }
  .pinfo-action-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    color: #ffffff;
  }
  .pinfo-action-text {
    font-size: 0.85rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 0.55rem;
  }
  .pinfo-action-lock {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 0.7rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
  }
  .pinfo-action-lock .material-symbols-outlined {
    font-size: 1rem;
  }
  .pinfo-action .pinfo-btn {
    margin-top: auto;
    align-self: flex-start;
  }

  /* Botons */
  .pinfo-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.05rem;
    border-radius: 0.8rem;
    background: #ffffff;
    color: #0035be;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 150ms ease, box-shadow 150ms ease;
  }
  .pinfo-btn:hover {
    color: #0035be;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  }
  .pinfo-btn .material-symbols-outlined {
    font-size: 1.05rem;
  }
  .pinfo-btn--ghost {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
  }
  .pinfo-btn--ghost:hover {
    color: #ffffff;
  }


  /* LINE UP: barra a escala del temps real de la nit */
  .pinfo-lineup {
    border-radius: 1.15rem;
    padding: 0.7rem 1.3rem 0.8rem;
    background: linear-gradient(120deg, #001356 0%, #0035be 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 19, 86, 0.18);
  }
  .pinfo-lineup-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .pinfo-lineup-title {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Epilogue', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin: 0;
    color: #ffffff;
  }
  .pinfo-lineup-note {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.72);
  }
  .pinfo-bar {
    position: relative;
    height: 2.1rem;
  }
  .pinfo-bar-rail {
    position: absolute;
    top: 0.19rem;
    left: 0;
    right: 0;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
  }
  .pinfo-bar-slot {
    position: absolute;
    top: 0.19rem;
    height: 0.4rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
  }
  /* Fites: punt sobre la barra, hora i una paraula */
  .pinfo-bar-mark {
    position: absolute;
    top: 0;
    padding-top: 1.05rem;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .pinfo-bar-mark--start {
    left: 0;
    transform: none;
  }
  .pinfo-bar-mark--start .pinfo-bar-dot {
    left: 0;
    transform: none;
  }
  .pinfo-bar-mark--end {
    left: auto;
    right: 0;
    transform: none;
  }
  .pinfo-bar-mark--end .pinfo-bar-dot {
    left: auto;
    right: 0;
    transform: none;
  }

  .pinfo-bar-dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #b8c3ff;
    border: 2px solid #001356;
  }
  .pinfo-bar-dot--slot {
    background: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
  }
  .pinfo-bar-time {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.1;
  }
  .pinfo-bar-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.68);
  }
  .pinfo-bar-mark--slot .pinfo-bar-time,
  .pinfo-bar-mark--slot .pinfo-bar-label {
    color: #ffce6a;
  }
  /* Actuacions del line up: cada bloc ocupa fins que comença el següent */
  .pinfo-acts {
    position: relative;
    height: 1.7rem;
    margin-top: 0.3rem;
  }
  .pinfo-act {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    padding: 0.28rem 0.55rem;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    border-left: 3px solid #b8c3ff;
    overflow: hidden;
  }
  .pinfo-act + .pinfo-act {
    margin-left: 0.15rem;
  }
  .pinfo-act-time {
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.1;
  }
  .pinfo-act-name {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* L'estona en què sona el que ha votat la gent */
  .pinfo-act--jukebox {
    background: linear-gradient(120deg, rgba(245, 158, 11, 0.9) 0%, rgba(251, 191, 36, 0.85) 100%);
    border-left-color: #ffffff;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
  }
  .pinfo-act--jukebox .pinfo-act-time {
    color: rgba(0, 19, 86, 0.75);
  }
  .pinfo-act--jukebox .pinfo-act-name {
    color: #001356;
  }
  .pinfo-act-tag {
    padding: 0.08rem 0.4rem;
    border-radius: 999px;
    background: #001356;
    color: #ffce6a;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  @keyframes pinfo-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
  }
}

/* ───────────────────────────── Mòbil ───────────────────────────── */
@media (max-width: 767.98px) {
  .pinfo-m .mobile-page-stack {
    gap: 0.7rem;
  }

  /* Hero */
  .pinfo-m-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.1rem;
    min-height: 11rem;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, #0040e0 0%, #5e24e1 100%);
    box-shadow: 0 10px 20px rgba(0, 19, 86, 0.2);
  }
  .pinfo-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
  }
  .pinfo-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 19, 86, 0.92) 15%, rgba(0, 19, 86, 0.35) 100%);
  }
  .pinfo-hero-claim {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    right: 1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.72rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }
  .pinfo-hero-claim img {
    height: 0.95rem;
    width: auto;
    display: block;
  }
  .pinfo-m-hero-content {
    position: relative;
    z-index: 1;
    padding: 2.6rem 1rem 1.1rem;
    color: #ffffff;
    width: 100%;
  }
  .pinfo-m-hero-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0.4rem 0 0.3rem;
    color: #ffffff;
  }
  .pinfo-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.8rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.88);
  }
  .pinfo-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  .pinfo-hero-meta .fas {
    font-size: 0.8rem;
    opacity: 0.85;
  }

  /* Què és DJukebox */
  .pinfo-intro {
    border-radius: 1.1rem;
    padding: 0.8rem 0.85rem 0.85rem;
    background: linear-gradient(140deg, #dde1ff 0%, #f1f4f7 100%);
  }
  .pinfo-intro-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.3rem;
    color: #001356;
  }
  /* Dues columnes: els passos poden ser de dos a quatre segons què tingui
     obert la festa, i les etiquetes no caben en una sola fila de quatre. */
  .pinfo-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pinfo-step {
    position: relative;
    display: flex;
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(24, 28, 30, 0.08);
    text-align: center;
  }
  .pinfo-step-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.5rem 0.3rem 0.45rem;
    color: inherit;
    text-decoration: none;
  }
  a.pinfo-step-link:hover,
  a.pinfo-step-link:focus {
    color: inherit;
    text-decoration: none;
  }
  .pinfo-step-num {
    position: absolute;
    top: -0.35rem;
    left: -0.2rem;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: #0040e0;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pinfo-step .fas {
    font-size: 1.1rem;
    color: #0040e0;
  }
  .pinfo-step-label {
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
    color: #191c1f;
  }

  /* Dades curtes dins les targetes */
  .pinfo-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 0.65rem;
  }
  .pinfo-fact {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.72rem;
    color: #ffffff;
    white-space: nowrap;
  }
  .pinfo-fact b {
    font-weight: 800;
    font-size: 0.88rem;
  }
  .pinfo-fact .fas {
    font-size: 0.72rem;
  }

  /* Estat */
  .pinfo-status {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.95);
    color: #0035be;
  }
  .pinfo-status--djjukebox_active {
    background: #22c55e;
    color: #04220f;
  }
  .pinfo-status--finished {
    background: rgba(255, 255, 255, 0.8);
    color: #434655;
  }
  .pinfo-status-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #04220f;
    animation: pinfo-pulse 1.4s ease-in-out infinite;
  }

  /* Xifres */

  /* Targetes d'acció */
  .pinfo-actions {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
  /* Al mòbil la columna ja és una sola: el modificador hi és perquè la mateixa
     plantilla serveix per als dos amples i no quedi una classe sense definir. */
  .pinfo-actions--single {
    display: flex;
    flex-direction: column;
  }
  .pinfo-action {
    position: relative;
    overflow: hidden;
    border-radius: 1.1rem;
    padding: 0.85rem 0.9rem 0.9rem;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(24, 28, 30, 0.14);
  }
  .pinfo-action--blue {
    background: linear-gradient(140deg, #0040e0 0%, #2e5bff 100%);
  }
  .pinfo-action--violet {
    background: linear-gradient(140deg, #4500b9 0%, #7c3aed 100%);
  }
  .pinfo-action--amber {
    background: linear-gradient(140deg, #b45309 0%, #f59e0b 100%);
  }
  .pinfo-action-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .pinfo-action-icon {
    font-size: 1.45rem;
    flex-shrink: 0;
    opacity: 0.95;
  }
  .pinfo-action-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    color: #ffffff;
  }
  .pinfo-action-text {
    font-size: 0.8rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 0.5rem;
  }
  .pinfo-action-lock {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 0.65rem;
    padding: 0.38rem 0.55rem;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
  }
  .pinfo-action-lock .material-symbols-outlined {
    font-size: 0.95rem;
  }

  /* Botons */
  .pinfo-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.48rem 0.85rem;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #0035be;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
  }
  .pinfo-btn:hover,
  .pinfo-btn:focus {
    color: #0035be;
    text-decoration: none;
  }
  .pinfo-btn .material-symbols-outlined {
    font-size: 1rem;
  }
  .pinfo-btn--ghost {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
  }
  .pinfo-btn--ghost:hover,
  .pinfo-btn--ghost:focus {
    color: #ffffff;
  }



  /* LINE UP */
  .pinfo-lineup {
    border-radius: 1.1rem;
    padding: 0.7rem 0.85rem 0.8rem;
    background: linear-gradient(140deg, #001356 0%, #0035be 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 19, 86, 0.2);
  }
  .pinfo-lineup-head {
    margin-bottom: 0.5rem;
  }
  .pinfo-lineup-title {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'Epilogue', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin: 0 0 0.2rem;
    color: #ffffff;
  }
  .pinfo-lineup-note {
    display: block;
    font-size: 0.64rem;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.72);
  }
  .pinfo-bar {
    position: relative;
    height: 1.95rem;
  }
  .pinfo-bar-rail {
    position: absolute;
    top: 0.15rem;
    left: 0;
    right: 0;
    height: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
  }
  .pinfo-bar-slot {
    position: absolute;
    top: 0.15rem;
    height: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
  }
  .pinfo-bar-mark {
    position: absolute;
    top: 0;
    padding-top: 0.95rem;
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .pinfo-bar-mark--start {
    left: 0;
    transform: none;
  }
  .pinfo-bar-mark--start .pinfo-bar-dot {
    left: 0;
    transform: none;
  }
  .pinfo-bar-mark--end {
    left: auto;
    right: 0;
    transform: none;
  }
  .pinfo-bar-mark--end .pinfo-bar-dot {
    left: auto;
    right: 0;
    transform: none;
  }

  .pinfo-bar-dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #b8c3ff;
    border: 2px solid #001356;
  }
  .pinfo-bar-dot--slot {
    background: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.25);
  }
  .pinfo-bar-time {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
  }
  .pinfo-bar-label {
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.68);
  }
  .pinfo-bar-mark--slot .pinfo-bar-time,
  .pinfo-bar-mark--slot .pinfo-bar-label {
    color: #ffce6a;
  }

  /* Line up en columna: en horitzontal els noms no hi caben */
  .pinfo-actlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .pinfo-actrow {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    border-left: 3px solid #b8c3ff;
  }
  .pinfo-actrow-time {
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
  }
  .pinfo-actrow-name {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pinfo-actrow--jukebox {
    background: linear-gradient(120deg, rgba(245, 158, 11, 0.92) 0%, rgba(251, 191, 36, 0.88) 100%);
    border-left-color: #ffffff;
  }
  .pinfo-actrow--jukebox .pinfo-actrow-time {
    color: rgba(0, 19, 86, 0.75);
  }
  .pinfo-actrow--jukebox .pinfo-actrow-name {
    color: #001356;
  }
  .pinfo-act-tag {
    margin-left: auto;
    padding: 0.08rem 0.4rem;
    border-radius: 999px;
    background: #001356;
    color: #ffce6a;
    font-size: 0.58rem;
    font-weight: 800;
    white-space: nowrap;
  }
  .pinfo-promo-brand {
    height: 1.6rem;
    width: auto;
    margin: 0 auto 0.6rem;
    display: block;
  }
  /* Sortir de la festa (només mòbil, sobre la promo) */
  .pinfo-leave {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0.95rem;
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(24, 28, 30, 0.07);
    color: #191c1f;
    text-decoration: none;
  }
  .pinfo-leave:hover,
  .pinfo-leave:focus {
    color: #191c1f;
    text-decoration: none;
  }
  .pinfo-leave > .fas:first-child {
    font-size: 1.1rem;
    color: #0040e0;
    flex-shrink: 0;
  }
  .pinfo-leave span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .pinfo-leave b {
    font-size: 0.88rem;
    font-weight: 700;
  }
  .pinfo-leave small {
    font-size: 0.72rem;
    color: #747688;
  }
  .pinfo-leave .fa-arrow-right {
    font-size: 0.8rem;
    color: #747688;
  }

  @keyframes pinfo-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
  }
}
