/* ========== BASE STYLES ========== */
.single-creative-partnership {
    font-family: "Uncut Sans";
    overflow-x: hidden;
}

.single-creative-partnership main {
    padding: 0 34px;
}

.single-creative-partnership h2 {
    font-family: "Uncut Sans";
    font-size: 48px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
}

.single-creative-partnership h3 {
    text-align: center;
    font-size: 32px;
    line-height: normal;
    margin: 0;
    text-wrap: balance;
    font-weight: 700;
}

.single-creative-partnership h4 {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
}

.single-creative-partnership h3,
.single-creative-partnership strong,
.single-creative-partnership b {
    font-family: "Uncut Sans";
    font-weight: 700;
}

.single-creative-partnership p {
    line-height: normal;
    margin: 0;
}

.single-creative-partnership hr {
    margin: 60px 0;
    border: none;
    border-top: 1px solid #000000;
}

/* ========== LOGO OUTLINE ========== */
h2.cp-logo-outline {
    font-family: "Uncut Sans";
    font-size: 128px;
    font-weight: 400;
    line-height: 0.7;
    margin: 0;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 2px #000000;
    letter-spacing: -0.05em;
    text-transform: none;
    text-align: center;
    padding: 2px 20px 0;
}

h2.cp-logo-outline::after {
    content: "Creative\APartnership";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: #FFFFFF;
    white-space: pre-line;
    pointer-events: none;
}

/* ========== SECCIÓN 01: HERO ========== */
#hero-cp {
    text-align: center;
    padding: 30px 34px 0;
    margin: 0 auto;
}

#hero-cp h2 {
    margin-bottom: 40px;
    line-height: normal;
}

#hero-cp h4 {
    line-height: normal;
    max-width: 900px;
    margin: 0 auto 60px;
    font-weight: 400;
}

/* Logos de clientes - Marquee */
#logo-clientes {
    width: 100%;
    overflow: hidden !important;
    margin: 80px 0;
}

.marquee-track {
    display: flex;
    flex: 0 0 auto;
}

.marquee-content {
    width: fit-content;
    display: flex;
    justify-content: space-around;
}

.marquee-content img {
    display: block;
    margin: 0 20px;
    max-width: 150px;
    opacity: 1;
    filter: none;
}

#hero-cp .placeholder-video {
    width: 100%;
    max-width: none;
    aspect-ratio: 16/9;
    border-radius: 0;
}

#hero-cp .placeholder-video img,
#hero-cp .placeholder-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========== SECCIÓN 02: PARA QUIÉN ========== */
#para-quien {
    padding: 130px 20px 60px;
    margin: 0 auto;
    text-align: center;
}

#para-quien h3 {
    margin-bottom: 60px;
}

#para-quien p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}

#para-quien p:last-of-type {
    margin-bottom: 0;
}

#para-quien .copy p {
    font-family: "Uncut Sans";
    font-size: 24px;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    max-width: 875px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#para-quien .subtitulo {
    font-family: "Uncut Sans";
    font-size: 24px;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;

}

/* ========== SECCIÓN 03: TE SUENA ESTO — CSS eliminado ========== */
/* El bloque te-suena-esto se ha fusionado dentro de "¿Para quién?".
   No se renderiza HTML, así que no necesita CSS. */

/* ========== SECCIÓN 04B: SOYUZ.PANEL ========== */
#soyuz-panel {
    padding: 140px 20px 70px;
    text-align: center;
}

#soyuz-panel h3 {
    margin-bottom: 20px;
}

#soyuz-panel .subtitulo {
    font-family: "Uncut Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
    text-wrap: balance;
}

#soyuz-panel .intro {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    text-wrap: balance;
}

#soyuz-panel .panel-slider {
    max-width: 1200px;
    margin: 0 auto;
}

#soyuz-panel .swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

#soyuz-panel .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
}

#soyuz-panel .swiper-slide .panel-captura {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16/10;
    background: #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#soyuz-panel .swiper-slide .panel-captura img,
#soyuz-panel .swiper-slide .panel-captura video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#soyuz-panel .swiper-slide .panel-captura.is-placeholder {
    color: #999;
    font-size: 16px;
    font-style: italic;
}

#soyuz-panel .swiper-slide .panel-frase {
    font-family: "Uncut Sans";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 700px;
    text-wrap: balance;
    margin: 0;
}

#soyuz-panel .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: auto;
}

#soyuz-panel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000000;
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

#soyuz-panel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}

/* ========== SECCIÓN 05: QUÉ HACEMOS ========== */
#que-hacemos {
    padding: 130px 34px 100px;
    text-align: center;
}

#que-hacemos h3 {
    margin-bottom: 30px;
}

#que-hacemos .intro {
    font-size: 24px;
    text-wrap: balance;
    margin: 0 auto 80px;
    line-height: normal;
    max-width: 900px;
}

#que-hacemos .servicios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

#que-hacemos .servicio {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    max-width: 350px;
}

#que-hacemos .servicio .servicio-content {
    display: flex;
    flex-direction: column;
}

#que-hacemos .servicio::before {
    content: "";
    display: block;
    position: relative;
    top: 1px;
    width: 20px;
    min-width: 20px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background: var(--color-green);
}

#que-hacemos .servicio h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: normal;
}

#que-hacemos .servicio p {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    text-align: left;
}

#que-hacemos .cierre {
    font-size: 24px;
    max-width: 900px;
    text-wrap: balance;
    margin: 0 auto;
    line-height: normal;
}

/* Galería Swiper en Qué Hacemos */
#que-hacemos .galeria-swiper {
    margin: 60px 0;
}

#que-hacemos .galeria-swiper .swiper-container {
    width: 100%;
    overflow: hidden;
}

#que-hacemos .galeria-swiper img,
#que-hacemos .galeria-swiper video {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* ========== SECCIÓN 06: PRICING ========== */
#pricing {
    padding: 100px 20px 130px;
}

#pricing h3 {
    margin-bottom: 40px;
}

#pricing .intro {
    font-size: 24px;
    max-width: 900px;
    line-height: normal;
    margin: 0 auto 60px;
    text-align: center;
}

#pricing .intro p {
    margin-bottom: 25px;
}

#pricing .tabs-container {
    max-width: 900px;
    margin: 0 auto 60px;
}

#pricing .tab {
    margin-bottom: 0;
    border-top: 1px solid #000000;
}

#pricing .tab:last-child {
    border-bottom: 1px solid #000000;
}

#pricing .tab-header {
    background: transparent;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#pricing .tab-header:hover {
    background: #000000;
    color: #FFFFFF;
}

#pricing .tab-header.active {
    background: #000000;
    color: #FFFFFF;
}

#pricing .tab-header::after {
    content: "+";
    font-size: 28px;
    font-weight: 400;
    transition: transform 0.3s ease;
}

#pricing .tab-header.active::after {
    transform: rotate(45deg);
}

#pricing .tab-content {
    background: transparent;
    padding: 15px;
    margin-top: 0;
    border-radius: 0;
}

#pricing .tab-content p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 1em;
}

#pricing .tab-content p:last-child {
    margin-bottom: 0;
}

#pricing .tab-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

#pricing .tab-content li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

#pricing .tab-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-green);
    font-size: 20px;
    line-height: normal;
}

#pricing .cierre {
    font-size: 24px;
    max-width: 1200px;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
}

/* ========== SECCIÓN 07: POR QUÉ SIMPLIFICA — CSS eliminado ========== */
/* El bloque por-que-simplifica se ha eliminado del frontend.
   Argumentos redundantes con ¿Para quién?, soyuz.panel y FAQ.
   No se renderiza HTML, así que no necesita CSS. */

/* ========== SECCIÓN 08: TESTIMONIALES ========== */
#testimoniales {
    background: rgba(208, 156, 250, 0.12);
    padding: 60px 20px;
    margin: 130px 34px;
    text-align: center;
}

#testimoniales h3 {
    margin-bottom: 20px;
}

#testimoniales .subtitulo {
    font-family: "Uncut Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#testimoniales .testimoniales-container {
    margin: 0 auto;
}

#testimoniales .swiper-container {
    width: 100%;
    overflow: hidden;
}

#testimoniales .swiper-slide {
    padding: 40px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
}

#testimoniales .swiper-slide p {
    max-width: 450px;
}

#testimoniales .swiper-slide img {
    border-radius: 50%;
    max-width: 250px;
}

#testimoniales .swiper-slide .quote {
    font-size: 18px;
    line-height: normal;
    max-width: 450px;
    text-align: left;
}

#testimoniales .swiper-slide .author {
    font-size: 18px;
    margin-top: 10px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}

/* ========== SECCIÓN 09: PREFOOTER / FAQ ========== */
#prefooter-cp {
    margin: 100px auto 100px auto;
}

#prefooter-cp h3 {
    font-family: "Uncut Sans";
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin: 100px auto 0 auto;
    max-width: 900px;
}

#prefooter-cp h4 {
    font-family: "Uncut Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
    text-wrap: balance;
}

#faq {
    padding: 130px 20px;
}

#faq .faq-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

#faq .faq-intro {
    flex: 0 0 350px;
}

#faq h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

#faq .faq-intro p {
    font-size: 18px;
    line-height: normal;
    text-align: left;
}

#faq .faq-lista {
    flex: 1;
}

#faq .faq-lista ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#faq .faq-item {
    margin-bottom: 10px;
}

#faq .faq-pregunta {
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: underline;
    line-height: normal;
    margin-bottom: 10px;
}

#faq .faq-pregunta:hover {
    color: var(--color-green);
}

#faq .faq-respuesta {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 0;
}

#faq .faq-respuesta p {
    margin: 0 0 1em 0;
}

#faq .faq-respuesta p:last-child {
    margin-bottom: 0;
}

/* ========== SECCIÓN 10: CTA FINAL / FOOTER ========== */
#cta-final {
    margin: 130px auto;
    text-align: center;
}

#cta-final h3,
#cta-final p {
    max-width: 900px;
    text-align: center;
    text-wrap: balance;
    margin: 0 auto;
    font-family: "Uncut Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
}

#cta-final .btn-soyuz {
    display: inline-flex;
    justify-content: center;
    margin-top: 40px;
    padding: 0.5rem 1rem;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 60px;
    color: #000000;
    background: transparent;
    transition: all 0.3s ease;
}

#cta-final .btn-soyuz:hover {
    background: var(--color-green);
    color: #000000;
    border-color: var(--color-green);
}

/* Footer button visibility */
.btn-soyuz-footer {
    display: none;
}

.btn-soyuz-footer.btn-single-industria {
    display: flex;
    justify-content: center;
    margin: 100px auto;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .single-creative-partnership main {
        padding: 0 20px;
    }

    .single-creative-partnership h2 {
        font-size: 32px;
        line-height: 0.8;
    }

    .single-creative-partnership h3 {
        font-size: 24px;
    }

    .single-creative-partnership h4 {
        font-size: 18px;
    }

    .single-creative-partnership hr {
        margin: 60px 0;
    }

    /* Logo outline */
    h2.cp-logo-outline {
        font-size: 70px;
        -webkit-text-stroke: 1.5px #000000;
        padding: 2px 20px 0;
    }

    h2.cp-logo-outline::after {
        top: 2px;
    }

    /* Hero */
    #hero-cp {
        padding: 20px 20px 40px;
    }

    #logo-clientes {
    margin: 80px 0;
    }

    #hero-cp .placeholder-video {
        width: 100%;
        margin: 0;
    }

    /* Para quién */
    #para-quien {
        padding: 60px 20px;
    }

    #para-quien p {
        font-size: 18px;
    }

    #para-quien .copy p,
    #para-quien .subtitulo {
        font-size: 18px;
    }

    /* Logo clientes marquee */
    #logo-clientes {
        margin: 50px 0;
    }

    .marquee-content img {
        max-width: 120px;
        margin: 0;

    }

    /* Soyuz Panel */
    #soyuz-panel {
        padding: 60px 20px;
    }

    #soyuz-panel .subtitulo {
        font-size: 18px;
    }

    #soyuz-panel .intro {
        font-size: 16px;
        margin-bottom: 40px;
    }

    #soyuz-panel .swiper-slide {
        gap: 20px;
        padding: 0 10px;
    }

    #soyuz-panel .swiper-slide .panel-frase {
        font-size: 18px;
    }

    /* Qué hacemos */
    #que-hacemos {
        padding: 60px 20px;
    }

    #que-hacemos .intro {
        font-size: 18px;
    }

    #que-hacemos .galeria-swiper {
        margin: 40px 0;
    }

    #que-hacemos .servicios {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Pricing */
    #pricing {
        padding: 60px 20px;
    }

    #pricing .intro {
        font-size: 16px;
    }

    #pricing .tab-header {
        font-size: 18px;
        padding: 10px 5px;
    }

    #pricing .tab-content {
        padding: 10px 5px;
    }

    /* Testimoniales */
    #testimoniales {
        margin: 60px 20px;
        padding: 60px 20px;
    }

    #testimoniales .swiper-slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    #testimoniales .swiper-slide img {
        max-width: 120px;
    }

    #testimoniales .swiper-slide .quote,
    #testimoniales .swiper-slide .author {
        text-align: center;
    }

    /* Prefooter */
    #prefooter-cp h3 {
        font-size: 20px;
        margin: 60px auto 20px auto;
    }

    #prefooter-cp h4 {
        font-size: 16px;
    }

    /* FAQ */
    #faq {
        padding: 60px 20px;
    }

    #faq .faq-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    #faq .faq-intro {
        flex: 1;
    }

    #faq h3 {
        text-align: center;
    }

    #faq .faq-intro p {
        text-align: center;
    }

    #faq .faq-respuesta {
       font-size: 16px;
    }

    /* CTA Final */
    #cta-final {
        margin: 60px auto;
    }

    #cta-final h3,
    #cta-final p {
        font-size: 20px;
    }

    #que-hacemos .cierre,
    #pricing .cierre,
    #testimoniales .subtitulo,
    #faq .faq-pregunta {
        font-size: 20px;
    }
}
