.pc-fs-wrapper {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #f8f8f8;
    background: #0a0a0a;
    border-radius: 24px;
    padding: 45px;
    margin: 25px auto;
    width: 95%;
    max-width: 1600px;
    border: 1px solid #282828;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
}

/* LOGO PROMOCIONAL SUPERIOR */
.pc-fs-promo-logo-container {
    text-align: center;
    margin-bottom: 25px;
}
.pc-fs-promo-logo-img {
    max-height: 110px;
    width: auto;
    display: inline-block;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.8));
}

/* BANDA DE METADATOS */
.pc-fs-meta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #222222;
}
.pc-fs-group-pill {
    background: #181818;
    color: #e0e0e0;
    border: 1px solid #333333;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.02em;
}
.pc-fs-group-dot { color: #ffcc00; font-size: 1rem; }

.pc-fs-age-badge {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 900;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* BANDA DE LAURELES Y PALMARÉS */
.pc-fs-laureles-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.pc-fs-laurel-badge {
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid #ffcc00;
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 1.2rem;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* GRID PRINCIPAL HERO */
.pc-fs-hero-grid {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    margin-bottom: 35px;
}
.pc-fs-poster-col {
    flex: 0 0 300px;
    max-width: 300px;
    width: 100%;
}
.pc-fs-poster-img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #333333;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
    display: block;
}
.pc-fs-info-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* DIRECCIÓN E INTÉRPRETES */
.pc-fs-artistic-header {
    margin: 0 0 25px 0;
    background: #121212;
    padding: 28px 32px;
    border-radius: 16px;
    border-left: 5px solid #ffcc00;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pc-fs-artistic-row {
    font-size: 1.65rem;
    color: #ffffff;
    line-height: 1.7;
}
.pc-fs-artistic-row strong {
    color: #ffcc00;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-right: 12px;
}

/* BOTONES DE ACCIÓN */
.pc-fs-action-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.pc-fs-watch-now-btn {
    background: #ffcc00;
    color: #000000;
    border: 2px solid #ffcc00;
    padding: 22px 48px;
    border-radius: 60px;
    font-size: 1.5rem;
    font-weight: 900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.pc-fs-watch-now-btn:hover {
    background: #e6b800;
    border-color: #e6b800;
}
.pc-fs-trailer-btn {
    background: #181818;
    color: #ffcc00;
    border: 2px solid #ffcc00;
    padding: 22px 48px;
    border-radius: 60px;
    font-size: 1.5rem;
    font-weight: 900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.pc-fs-trailer-btn:hover {
    background: #ffcc00;
    color: #000000;
}

/* TÍTULOS Y SINOPSIS */
.pc-fs-section-title {
    color: #ffcc00;
    font-size: 2rem;
    font-weight: 900;
    margin: 45px 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #222222;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.pc-fs-synopsis {
    font-size: 1.65rem;
    line-height: 1.9;
    color: #f0f0f0;
    margin-bottom: 40px;
}

.pc-fs-tvod-container { margin: 35px 0; }
.pc-fs-tvod-container p, 
.pc-fs-tvod-container .entry-content > p,
.pc-fs-tvod-container .post-content > p {
    display: none !important;
}

/* MODAL FULLSCREEN */
.pc-fs-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.pc-fs-modal.active { display: flex; }
.pc-fs-modal-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
}

.pc-fs-iframe-container {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: #000 !important;
}
.pc-fs-iframe-container iframe, .pc-fs-iframe-container video {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    display: block !important;
}

/* EQUIPO TÉCNICO Y CROWDFUNDING */
.pc-fs-crew-box {
    background: #121212;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #282828;
    margin-top: 20px;
}
.pc-fs-crew-content {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.65rem;
    line-height: 2.1;
    white-space: pre-line;
}

.pc-fs-crowdfunding-box {
    margin-top: 45px;
    background: #0f1c0f;
    border: 2px solid #235423;
    padding: 35px 40px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.pc-fs-crowdfunding-text strong {
    color: #00ff66;
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 8px;
}
.pc-fs-crowdfunding-text span { color: #dddddd; font-size: 1.35rem; }
.pc-fs-crowdfunding-btn {
    background: #00e65c;
    color: #000000;
    text-decoration: none;
    padding: 20px 45px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 1.35rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: none;
    transition: background 0.2s ease;
    text-align: center;
    white-space: nowrap;
}
.pc-fs-crowdfunding-btn:hover { background: #00ff66; }

/* ETIQUETAS */
.pc-fs-tags-section {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px dashed #333333;
}
.pc-fs-tags-container {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.pc-fs-tag {
    background: #1e1e1e;
    color: #bbbbbb;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 12px;
    border: 1px solid #333333;
}

@media screen and (max-width: 900px) {
    .pc-fs-wrapper { width: 100%; padding: 25px 18px; font-size: 1.25rem; border-radius: 16px; }
    .pc-fs-meta-bar { justify-content: space-between; }
    .pc-fs-group-pill { font-size: 1.1rem; padding: 8px 16px; }
    .pc-fs-age-badge { width: 44px; height: 44px; font-size: 1.15rem; }
    .pc-fs-hero-grid { flex-direction: column; gap: 25px; }
    .pc-fs-poster-col { max-width: 260px; margin: 0 auto; flex: 0 0 auto; }
    .pc-fs-artistic-header { padding: 22px 20px; }
    .pc-fs-artistic-row { font-size: 1.35rem; }
    .pc-fs-action-buttons { flex-direction: column; }
    .pc-fs-watch-now-btn, .pc-fs-trailer-btn { width: 100%; justify-content: center; font-size: 1.25rem; padding: 18px 20px; }
    .pc-fs-crew-box { padding: 25px 20px; }
    .pc-fs-crew-content { font-size: 1.35rem; line-height: 1.8; }
    .pc-fs-crowdfunding-box { flex-direction: column; text-align: center; padding: 25px 20px; }
    .pc-fs-crowdfunding-btn { width: 100%; box-sizing: border-box; padding: 18px 20px; font-size: 1.2rem; }
    .pc-fs-tags-container { justify-content: center; }
}