/* Domiplay.com — landing podcast / institucional
 * @version 2.2.6
 */

.sprites {
    background: url('../imgs/landing/podcast/sprites.png') no-repeat top left;
    width: 65px;
    height: 65px;
}

.sprites.stereo { background-position: 0 0; }
.sprites.rss { background-position: 0 -75px; }
.sprites.mundial { background-position: 0 -150px; }
.sprites.reproductor { background-position: 0 -225px; }
.sprites.alarma { background-position: 0 -300px; }
.sprites.estadisticas { background-position: 0 -375px; }
.sprites.siempre { background-position: 0 -450px; width: 100px; height: 100px; }
.sprites.descargar { background-position: 0 -560px; width: 100px; height: 100px; }
.sprites.multidispositivos { background-position: 0 -670px; width: 100px; height: 100px; }
.sprites.mp3 { background-position: 0 -780px; width: 100px; height: 100px; }

/* Urgencia legítima (coste de inacción, actividad red, activación) */
.podcast-landing-urgency {
    background: var(--surface-muted);
    color: var(--text-primary);
    padding: var(--space-20) 0;
    border-bottom: 1px solid var(--border-subtle);
}

.podcast-landing-urgency__card {
    height: 100%;
    padding: 1.25rem 1.35rem;
    background: var(--surface-page);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
}

.podcast-landing-urgency__card--cost {
    border-color: var(--brand-cyan);
    background: var(--surface-page);
}

.podcast-landing-urgency__card-title {
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0 0 .75rem;
}

.podcast-landing-urgency__line,
.podcast-landing-urgency__detail {
    font-size: .9rem;
    line-height: 1.5;
    color: var(--text-secondary);
}

.podcast-landing-urgency__recent {
    font-size: .875rem;
    line-height: 1.45;
    color: var(--text-primary);
}

.podcast-landing-urgency__footnote {
    font-size: .6875rem;
    line-height: 1.4;
    color: var(--text-muted);
    margin-top: .5rem;
}

.podcast-landing-urgency__figures li {
    font-size: .875rem;
    line-height: 1.45;
    color: var(--text-secondary);
    margin-bottom: .35rem;
}

.podcast-landing-urgency__figure-value {
    font-weight: 600;
    color: var(--text-primary);
}

.podcast-landing-urgency__compare {
    font-size: .8125rem;
    line-height: 1.45;
    color: var(--text-muted);
}

.podcast-landing-urgency__form-note {
    font-size: .8125rem;
    line-height: 1.45;
    color: var(--brand-text-muted);
    padding: .65rem .75rem;
    background: rgba(var(--brand-accent-rgb), .1);
    border-left: 3px solid var(--brand-cyan);
    border-radius: 0 .25rem .25rem 0;
}

.podcast-landing-urgency__form-note .fa-clock {
    color: var(--brand-cyan);
    margin-right: .35rem;
}

.podcast-marketing-upsell {
    background: #f8fafb;
}

.podcast-marketing-upsell__card {
    background: #fff;
    border: 1px solid rgba(var(--brand-accent-rgb), .2);
    border-radius: .5rem;
    padding: 1.75rem 2rem;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .04);
}

.podcast-marketing-upsell__lead {
    font-size: 1.05rem;
    color: #334155;
    margin-bottom: 1.25rem;
}

.podcast-marketing-upsell__list li {
    padding: .35rem 0 .35rem 1.75rem;
    position: relative;
    color: #1e293b;
}

.podcast-marketing-upsell__list .fa-check {
    position: absolute;
    left: 0;
    top: .55rem;
    color: var(--brand-cyan);
}

.podcast-marketing-upsell__bundle {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--brand-accent-rgb), .15);
    font-size: .95rem;
    color: #64748b;
}

.podcast-marketing-upsell--success {
    background: rgba(var(--brand-accent-rgb), .08);
    border-radius: .375rem;
    padding: 1rem 1.25rem;
    text-align: left;
}

.podcast-marketing-upsell--success .podcast-marketing-upsell__title {
    color: var(--brand-night);
    font-weight: 600;
}

.podcast-marketing-upsell--success .podcast-marketing-upsell__lead {
    font-size: .95rem;
    margin-bottom: .75rem;
}

#landing-header {
    background-color: var(--brand-night);
    color: #ffffff;
    background-image: url('../imgs/landing/podcast/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#landing-header #lead {
    max-width: 29em;
    background: url('../imgs/landing/podcast/separador.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 2em;
    margin-top: 2em;
}

#formlead .sprites {
    margin: auto;
}

.podcast-landing-features {
    padding-top: 2rem;
}

.podcast-landing-features__price {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.podcast-landing-features__price-unit {
    font-size: 1.25rem;
    font-weight: 400;
}

.podcast-landing-features__price-note {
    font-size: .95rem;
    opacity: .9;
    margin-top: .35rem;
    margin-bottom: 1.5rem;
}

.podcast-landing-features__group + .podcast-landing-features__group {
    margin-top: 1.75rem;
}

.podcast-landing-features__group-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: .85rem;
    color: #fff;
    line-height: 1.25;
}

.podcast-landing-features__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1rem;
}

.podcast-landing-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .5rem;
}

#formlead .podcast-landing-features__icon.sprites {
    display: block;
    margin: 0 auto;
}

.podcast-landing-features__label {
    line-height: 1.35;
    font-size: .95rem;
}

@media (min-width: 768px) {
    .podcast-landing-features__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.podcast-process {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

.podcast-process__steps {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.podcast-process__step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    background: #f4f7fb;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .75rem;
}

.podcast-process__num {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    background: var(--brand-blue);
    border-radius: 50%;
}

.podcast-process__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--brand-blue);
    margin: 0 0 .4rem;
}

.podcast-process__title .title-accent,
.podcast-process__title .brand-accent {
    color: var(--brand-cyan);
}

.podcast-process__text {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--brand-text-muted);
    margin: 0;
}

@media (min-width: 992px) {
    .podcast-process__steps {
        flex-direction: row;
        align-items: stretch;
        gap: 0;
    }

    .podcast-process__step {
        flex: 1;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 0;
        border-right: none;
    }

    .podcast-process__step:first-child {
        border-radius: .75rem 0 0 .75rem;
    }

    .podcast-process__step:last-child {
        border-radius: 0 .75rem .75rem 0;
        border-right: 1px solid rgba(3, 43, 138, .1);
    }
}

.podcast-outcomes {
    position: relative;
    background-color: var(--surface-muted);
    color: var(--text-primary);
    padding: var(--section-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.podcast-outcomes::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../imgs/landing/podcast/roadmap.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(100%, 720px) auto;
    opacity: .06;
}

.podcast-outcomes::after {
    display: none;
}

.podcast-outcomes__inner {
    position: relative;
    z-index: 1;
}

.podcast-outcomes__title {
    font-size: clamp(2.25rem, 5.25vw, 3.375rem);
    font-weight: 600;
    line-height: 1.25;
    color: var(--text-primary);
    margin: 0 0 1rem;
}

.podcast-outcomes__lead {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-secondary);
    max-width: 32rem;
    margin: 0 auto 1.75rem;
}

.podcast-outcomes__lead .brand-accent {
    color: var(--text-primary);
    font-weight: 600;
}

.podcast-outcomes__stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    max-width: 52rem;
    margin: 0 auto 1.75rem;
    text-align: left;
}

@media (min-width: 768px) {
    .podcast-outcomes__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.podcast-outcomes__stat {
    padding: 1rem 1.1rem;
    background: var(--surface-page);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
}

.podcast-outcomes__stat-value {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text-primary);
}

.podcast-outcomes__stat-label {
    font-size: .875rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.podcast-outcomes__stat-context {
    font-size: .8125rem;
    line-height: 1.45;
    color: var(--text-muted);
}

.podcast-outcomes__cta {
    margin-top: 1.75rem;
}

.podcast-outcomes__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem 1rem;
    max-width: 40rem;
    margin: 0 auto;
}

.podcast-outcomes__item {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--text-primary);
    background: var(--surface-page);
    border: 1px solid var(--border-subtle);
    border-radius: 9999px;
    padding: .65rem 1.15rem;
}

#formlead #col-legend h3 {
    color: var(--text-primary);
    line-height: 1.2em;
}

.podcast-landing-form__headline {
    line-height: 1.25;
}

.podcast-landing-form__subheadline {
    font-weight: 600;
}

.podcast-landing-form__cancellation {
    font-size: .875rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
    margin-top: 1rem;
    padding: .75rem 1rem;
    background: rgba(var(--brand-accent-rgb), .08);
    border-left: 3px solid var(--brand-cyan);
    border-radius: 0 .35rem .35rem 0;
}

.podcast-landing-form__friction {
    margin-top: 1rem;
    text-align: center;
    font-size: .9rem;
    line-height: 1.45;
    color: #5c6773;
}

.podcast-landing-form__legal-text {
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

.podcast-landing-form__legal-link {
    color: var(--brand-blue-mid);
    text-decoration: underline;
    font-weight: 500;
}

.podcast-landing-form__legal-link:hover,
.podcast-landing-form__legal-link:focus {
    color: var(--brand-orange);
    text-decoration: underline;
}

.podcast-landing-faq {
    background-color: #f4f7fb;
}

.podcast-landing-faq__list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.podcast-landing-faq__item {
    background: #fff;
    border: 1px solid rgba(3, 43, 138, .1);
    border-radius: .5rem;
    overflow: hidden;
}

.podcast-landing-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: var(--brand-blue-dark);
    cursor: pointer;
    list-style: none;
}

.podcast-landing-faq__question::-webkit-details-marker {
    display: none;
}

.podcast-landing-faq__question-text {
    flex: 1;
    line-height: 1.4;
}

.podcast-landing-faq__icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
}

.podcast-landing-faq__icon::before,
.podcast-landing-faq__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: .75rem;
    height: 2px;
    background: var(--brand-blue-mid);
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.podcast-landing-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.podcast-landing-faq__item[open] .podcast-landing-faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.podcast-landing-faq__answer {
    padding: 0 1.25rem 1.125rem;
    color: var(--brand-text-muted);
    line-height: 1.55;
    font-size: .9375rem;
}

/* Hero marketing: estilos principales en css/style.css (.hero-marketing) */

.feature-block {
    border-left: 4px solid var(--brand-cyan);
    padding-left: 1rem;
}
