/* Landing pages Ads — Phase 3 */

body.landing-streaming #main,
body.landing-dj #main,
body.landing-captation #main,
body.landing-location #main {
    background: #fff !important;
    color: #222 !important;
}

.ase-landing-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ase-landing-steps li {
    background: #f4f6f8;
    border-radius: 8px;
    padding: 1.35rem 1.25rem;
    border-left: 4px solid #7952cc;
}

.ase-landing-steps h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem 0;
    color: #2e3842 !important;
}

.ase-landing-steps p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(46, 56, 66, 0.88) !important;
}

.ase-landing-platforms {
    text-align: center;
    max-width: 42em;
    margin: 0 auto;
}

.ase-landing-platforms p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(46, 56, 66, 0.9) !important;
}

.ase-landing-proof {
    text-align: center;
}

.ase-landing-proof-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin: 0.75rem 0 0;
}

.ase-landing-proof .button {
    margin: 0;
}

.ase-landing-form {
    background: #3a4550 !important;
    color: #fff !important;
}

.ase-landing-form .inner {
    max-width: 46em;
    margin: 0 auto;
}

.ase-landing-form h2,
.ase-landing-form h3 {
    color: #fff !important;
    text-align: center;
}

.ase-landing-form .contact-form-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ase-landing-cta-band {
    background: #7952cc !important;
    color: #fff !important;
    text-align: center;
}

.ase-landing-cta-band h2 {
    color: #fff !important;
}

.ase-landing-cta-band p {
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 36em;
    margin: 0 auto 1rem;
}

.ase-landing-cta-band .actions {
    justify-content: center;
}

@media screen and (max-width: 980px) {
    .ase-landing-steps {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
