/* ==========================================================
   CREATION DE CONTENU - CTA FINAL
   Extrait du composant CTA valide puis decouple de SEO/SEA
   ========================================================== */

/* ==========================================================
   SEO SEA - CTA FINAL
   ========================================================== */

.creation-contenu-cta {
    position: relative;
    overflow: hidden;

    padding-top: 0;

    background: var(--white);
}

.creation-contenu-cta__panel {
    min-height: 470px;

    position: relative;
    isolation: isolate;
    overflow: hidden;

    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(330px, .88fr);

    align-items: center;
    gap: 70px;

    padding: 72px;

    border:
        1px solid rgba(255, 255, 255, .08);

    border-radius: var(--radius-lg);

    background: var(--gradient-dark);

    box-shadow:
        0 35px 90px rgba(21, 27, 61, .18);
}

.creation-contenu-cta__panel::before {
    content: "";

    position: absolute;
    top: -200px;
    right: -120px;

    width: 520px;
    height: 520px;

    border:
        1px solid rgba(255, 255, 255, .055);

    border-radius: 50%;

    pointer-events: none;
}

.creation-contenu-cta__panel::after {
    content: "";

    position: absolute;
    right: 90px;
    bottom: -270px;

    width: 540px;
    height: 540px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 123, 0, .14),
            rgba(255, 123, 0, .035) 40%,
            transparent 70%
        );

    pointer-events: none;
}


/* GLOW */

.creation-contenu-cta__glow {
    width: 360px;
    height: 360px;

    position: absolute;
    top: -160px;
    left: 24%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 123, 0, .15),
            transparent 68%
        );

    filter: blur(8px);

    pointer-events: none;

    animation:
        seoSeaCtaGlow
        7s ease-in-out infinite;
}


/* CONTENT */

.creation-contenu-cta__content {
    position: relative;
    z-index: 2;
}

.creation-contenu-cta .section-kicker {
    color: var(--orange-500);
}

.creation-contenu-cta__content h2 {
    max-width: 750px;
    margin-bottom: 24px;

    color: var(--white);

    font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.creation-contenu-cta__content h2
.gradient-text {
    display: block;
}

.creation-contenu-cta__content > p {
    max-width: 660px;
    margin: 0;

    color:
        rgba(255, 255, 255, .62);

    font-size: 1rem;
    line-height: 1.75;
}


/* ACTIONS */

.creation-contenu-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 32px;
}

.creation-contenu-cta__phone {
    border:
        1px solid rgba(255, 255, 255, .15);

    color: var(--white);
    background:
        rgba(255, 255, 255, .05);

    transition:
        transform 220ms ease,
        border-color 220ms ease,
        background 220ms ease;
}

.creation-contenu-cta__phone:hover {
    transform: translateY(-2px);

    border-color:
        rgba(255, 123, 0, .32);

    color: var(--white);
    background:
        rgba(255, 255, 255, .09);
}


/* SIDE */

.creation-contenu-cta__side {
    position: relative;
    z-index: 2;

    display: grid;
    justify-items: center;
    gap: 30px;
}


/* SIGNAL */

.creation-contenu-cta__signal {
    width: 245px;
    height: 245px;

    position: relative;

    display: grid;
    place-items: center;
}

.creation-contenu-cta__signal-core {
    width: 130px;
    height: 130px;

    position: relative;
    z-index: 2;

    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;

    border:
        1px solid rgba(255, 123, 0, .34);

    border-radius: 50%;

    text-align: center;

    background:
        radial-gradient(
            circle,
            rgba(255, 123, 0, .18),
            rgba(255, 123, 0, .045) 64%,
            rgba(255, 255, 255, .015)
        );

    box-shadow:
        0 0 65px rgba(255, 123, 0, .10);

    animation:
        seoSeaCtaCore
        5.4s ease-in-out infinite;
}

.creation-contenu-cta__signal-core small {
    color: var(--orange-500);

    font-size: .57rem;
    font-weight: 900;
    letter-spacing: .13em;
}

.creation-contenu-cta__signal-core strong {
    color: var(--white);

    font-size: .8rem;
}

.creation-contenu-cta__signal-core span {
    margin-top: 3px;

    color:
        rgba(255, 255, 255, .43);

    font-size: .53rem;
    line-height: 1.4;
}


/* ORBITS */

.creation-contenu-cta__orbit {
    position: absolute;

    border-radius: 50%;

    border:
        1px dashed rgba(255, 123, 0, .19);
}

.creation-contenu-cta__orbit::after {
    content: "";

    position: absolute;
    top: -4px;
    left: 50%;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: var(--orange-500);

    box-shadow:
        0 0 0 6px rgba(255, 123, 0, .08);
}

.creation-contenu-cta__orbit--one {
    inset: 4px;

    animation:
        seoSeaCtaOrbit
        15s linear infinite;
}

.creation-contenu-cta__orbit--two {
    inset: 35px;

    border-color:
        rgba(255, 255, 255, .10);

    animation:
        seoSeaCtaOrbitReverse
        11s linear infinite;
}

.creation-contenu-cta__orbit--two::after {
    background: var(--white);

    box-shadow:
        0 0 0 6px rgba(255, 255, 255, .045);
}


/* PROOFS */

.creation-contenu-cta__proofs {
    width: 100%;
    max-width: 390px;

    display: grid;
}

.creation-contenu-cta__proofs > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 13px;

    padding: 13px 0;

    border-top:
        1px solid rgba(255, 255, 255, .075);

    transition:
        transform 240ms ease;
}

.creation-contenu-cta__proofs > div:last-child {
    border-bottom:
        1px solid rgba(255, 255, 255, .075);
}

.creation-contenu-cta__proofs > div:hover {
    transform: translateX(5px);
}

.creation-contenu-cta__proofs > div > span {
    width: 30px;
    height: 30px;

    display: grid;
    place-items: center;

    border-radius: 8px;

    color: var(--orange-500);
    background:
        rgba(255, 123, 0, .09);

    font-size: .56rem;
    font-weight: 900;
}

.creation-contenu-cta__proofs p {
    margin: 0;

    display: grid;
    gap: 2px;
}

.creation-contenu-cta__proofs strong {
    color:
        rgba(255, 255, 255, .82);

    font-size: .68rem;
}

.creation-contenu-cta__proofs small {
    color:
        rgba(255, 255, 255, .38);

    font-size: .57rem;
}


/* REVEAL */

.creation-contenu-cta__panel.reveal {
    transform:
        translateY(36px)
        scale(.985);

    transition:
        opacity 760ms ease,
        transform 760ms
        cubic-bezier(.2, .8, .2, 1);
}

.creation-contenu-cta__panel.reveal.is-visible {
    transform:
        translateY(0)
        scale(1);
}

.creation-contenu-cta__panel.reveal.is-visible
.creation-contenu-cta__content {
    animation:
        seoSeaCtaContentIn
        720ms 170ms
        cubic-bezier(.2, .8, .2, 1)
        both;
}

.creation-contenu-cta__panel.reveal.is-visible
.creation-contenu-cta__side {
    animation:
        seoSeaCtaSideIn
        760ms 260ms
        cubic-bezier(.2, .8, .2, 1)
        both;
}


/* MOTION */

@keyframes seoSeaCtaGlow {

    0%,
    100% {
        transform:
            translate3d(0, 0, 0)
            scale(1);

        opacity: .65;
    }

    50% {
        transform:
            translate3d(30px, 20px, 0)
            scale(1.16);

        opacity: 1;
    }

}

@keyframes seoSeaCtaCore {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}

@keyframes seoSeaCtaOrbit {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes seoSeaCtaOrbitReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}

@keyframes seoSeaCtaContentIn {

    from {
        opacity: 0;

        transform:
            translateX(-22px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}

@keyframes seoSeaCtaSideIn {

    from {
        opacity: 0;

        transform:
            translateX(22px)
            scale(.98);
    }

    to {
        opacity: 1;

        transform:
            translateX(0)
            scale(1);
    }

}


/* RESPONSIVE */

@media (max-width: 1050px) {

    .creation-contenu-cta__panel {
        grid-template-columns: 1fr;
        gap: 55px;

        padding: 60px;
    }

    .creation-contenu-cta__side {
        grid-template-columns:
            auto minmax(0, 1fr);

        align-items: center;
        justify-items: stretch;
    }

    .creation-contenu-cta__proofs {
        max-width: none;
    }

}

@media (max-width: 720px) {

    .creation-contenu-cta__panel {
        min-height: auto;

        gap: 45px;

        padding:
            44px 24px;

        border-radius: 16px;
    }

    .creation-contenu-cta__content h2
    .gradient-text {
        display: inline;
    }

    .creation-contenu-cta__actions {
        display: grid;
    }

    .creation-contenu-cta__actions .button {
        width: 100%;

        justify-content: center;
    }

    .creation-contenu-cta__side {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .creation-contenu-cta__signal {
        width: 205px;
        height: 205px;

        margin: 0 auto;
    }

    .creation-contenu-cta__signal-core {
        width: 112px;
        height: 112px;
    }

}
