/* AK Agency — Footer global V5 */

.ak-footer-site,
.ak-footer-site .elementor,
.ak-footer-site .elementor-element,
.ak-footer-site .elementor-widget-container {
    width: 100%;
    max-width: none;
    margin: 0;
}

/* Le CTA global remplace les CTA intégrés aux pages. */
body:not(.elementor-editor-active) main .ak-final-cta,
body:not(.elementor-editor-active) main .akp-cta,
body:not(.elementor-editor-active) main .ak-about-final-cta {
    display: none !important;
}

.ak-footer-v2 {
    --ak-footer-orange: #ff6813;
    --ak-footer-orange-soft: #ff9a39;
    --ak-footer-blue: #40a9e8;
    --ak-footer-cyan: #22beca;
    --ak-footer-bg: #06090e;
    --ak-footer-panel: #11161e;
    --ak-footer-text: rgba(255,255,255,.66);
    --ak-footer-line: rgba(255,255,255,.09);

    position: relative;
    overflow: hidden;

    width: 100%;
    padding: clamp(30px, 5vw, 72px) 0 0;

    color: #fff;

    background:
        radial-gradient(
            circle at 50% 0,
            rgba(255, 102, 14, .08),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #090c11 0%,
            var(--ak-footer-bg) 100%
        );
}

.ak-footer-v2 *,
.ak-footer-v2 *::before,
.ak-footer-v2 *::after {
    box-sizing: border-box;
}

.ak-footer-v2__ambient {
    position: absolute;
    top: 0;
    left: 50%;

    width: min(1100px, 88vw);
    height: 330px;

    border-radius: 50%;

    background: rgba(255, 94, 0, .08);
    filter: blur(120px);
    transform: translateX(-50%);

    pointer-events: none;
}

.ak-footer-v2__shell {
    position: relative;
    z-index: 1;

    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================================================
   PRÉ-FOOTER GLOBAL
   ========================================================= */

.ak-footer-v2__cta-card {
    position: relative;
    isolation: isolate;

    display: grid;
    grid-template-columns:
        minmax(440px, 1.04fr)
        minmax(420px, .96fr);

    align-items: end;
    gap: clamp(42px, 6vw, 92px);

    width: 100%;
    margin: 0 auto;
    padding:
        clamp(50px, 5vw, 78px)
        clamp(38px, 5.2vw, 78px);

    overflow: hidden;

    border: 1px solid rgba(255, 124, 37, .18);
    border-radius: 34px;

    background:
        radial-gradient(
            circle at 8% 5%,
            rgba(255, 103, 14, .15),
            transparent 30rem
        ),
        radial-gradient(
            circle at 95% 94%,
            rgba(29, 190, 207, .12),
            transparent 29rem
        ),
        linear-gradient(
            145deg,
            #15191f 0%,
            #090e15 58%,
            #05090f 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 35px 82px rgba(0,0,0,.27);
}

.ak-footer-v2__cta-glow {
    position: absolute;
    z-index: -1;

    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
}

.ak-footer-v2__cta-glow--orange {
    top: -190px;
    left: -130px;

    width: 470px;
    height: 470px;

    background:
        radial-gradient(
            circle,
            rgba(255, 104, 16, .17),
            transparent 68%
        );
}

.ak-footer-v2__cta-glow--cyan {
    right: -170px;
    bottom: -220px;

    width: 510px;
    height: 510px;

    background:
        radial-gradient(
            circle,
            rgba(27, 193, 208, .14),
            transparent 69%
        );
}

.ak-footer-v2__cta-grid {
    position: absolute;
    inset: 0;
    z-index: -2;

    opacity: .17;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255,255,255,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );

    background-size: 68px 68px;

    -webkit-mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 28%,
            #000 72%,
            transparent
        );

    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 28%,
            #000 72%,
            transparent
        );
}

.ak-footer-v2__eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;

    margin: 0 0 19px;

    color: #ff7620;

    font-family:
        var(--e-global-typography-primary-font-family, inherit);
    font-size: 9px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ak-footer-v2__eyebrow > span {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #ff5f0c,
            #ff9b38
        );

    box-shadow:
        0 0 0 6px rgba(255, 105, 14, .07);
}

.ak-footer-v2__cta-card h2 {
    max-width: 770px;
    margin: 0;

    color: #fff;

    font-family:
        var(--e-global-typography-primary-font-family, inherit);
    font-size: clamp(47px, 4.65vw, 72px);
    font-weight: 880;
    font-variation-settings: "wght" 880;
    line-height: .995;
    letter-spacing: -.058em;

    text-wrap: balance;
}

.ak-footer-v2__warm {
    color: #ff7620;
}

.ak-footer-v2__cool {
    color: var(--ak-footer-blue);
}

.ak-footer-v2__cta-conversion {
    min-width: 0;
    padding-bottom: 4px;
}

.ak-footer-v2__intro {
    max-width: 600px;
    margin: 0;

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

    font-size: 13px;
    line-height: 1.72;
}

.ak-footer-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;

    margin-top: 27px;
}

.ak-footer-v2__button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 0 8px 0 20px;

    border-radius: 15px;

    font-size: 10.5px;
    font-weight: 820;
    line-height: 1;
    text-decoration: none;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.ak-footer-v2__button:hover {
    transform: translateY(-3px);
}

.ak-footer-v2__button--primary,
.ak-footer-v2__button--primary:visited {
    min-width: 218px;

    border: 1px solid #ff7620;
    color: #111824;

    background:
        linear-gradient(
            135deg,
            #ff9a39,
            #ff6410
        );

    box-shadow:
        0 17px 35px rgba(255, 102, 14, .22);
}

.ak-footer-v2__button--primary:hover {
    color: #111824;

    box-shadow:
        0 21px 43px rgba(255, 102, 14, .29);
}

.ak-footer-v2__button--secondary,
.ak-footer-v2__button--secondary:visited {
    min-width: 207px;

    border: 1px solid rgba(255,255,255,.14);
    color: #fff;

    background:
        rgba(255,255,255,.035);

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

.ak-footer-v2__button--secondary:hover {
    color: #fff;
    border-color: rgba(64, 169, 232, .38);
    background: rgba(64, 169, 232, .065);
}

.ak-footer-v2__button i {
    display: grid;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    place-items: center;

    border-radius: 50%;
}

.ak-footer-v2__button--primary i {
    color: #fff;
    background: rgba(12, 21, 33, .18);
}

.ak-footer-v2__button--secondary i {
    color: #ff7620;
    background: rgba(255,255,255,.075);
}

.ak-footer-v2__button svg,
.ak-footer-v2__assurance svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ak-footer-v2__button svg {
    width: 17px;
    height: 17px;
}

.ak-footer-v2__assurances {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 9px;

    margin-top: 27px;
    padding-top: 22px;

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

.ak-footer-v2__assurance {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;

    color: rgba(255,255,255,.66);
}

.ak-footer-v2__assurance > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;

    border: 1px solid rgba(255,255,255,.085);
    border-radius: 50%;

    color: #ff7620;
    background: rgba(255,255,255,.035);
}

.ak-footer-v2__assurance:nth-child(2) > span {
    color: #4d84ee;
}

.ak-footer-v2__assurance:nth-child(3) > span {
    color: var(--ak-footer-cyan);
}

.ak-footer-v2__assurance svg {
    width: 16px;
    height: 16px;
}

.ak-footer-v2__assurance strong {
    min-width: 0;

    font-size: 8.5px;
    font-weight: 720;
    line-height: 1.3;
}

/* La page Contact possède déjà son formulaire et son propre CTA. */
body.page-id-11 .ak-footer-v2__cta-card,
body.page-contact .ak-footer-v2__cta-card,
body.elementor-page-11 .ak-footer-v2__cta-card {
    display: none !important;
}

body.page-id-11 .ak-footer-v2,
body.page-contact .ak-footer-v2,
body.elementor-page-11 .ak-footer-v2 {
    padding-top: 25px;
}

/* =========================================================
   FOOTER COMPACT
   ========================================================= */

.ak-footer-v2__navigation {
    display: grid;
    grid-template-columns:
        1.35fr
        .72fr
        .72fr
        1fr;

    gap: clamp(28px, 4.4vw, 64px);

    padding:
        clamp(48px, 5.2vw, 68px)
        0
        clamp(38px, 4vw, 50px);
}

.ak-footer-v2__brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    color: #fff;
    text-decoration: none;
}

.ak-footer-v2__logo {
    display: inline-flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    color: #130b05;

    font-size: 15px;
    font-weight: 950;

    background:
        linear-gradient(
            180deg,
            var(--ak-footer-orange-soft),
            var(--ak-footer-orange)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.50),
        0 13px 29px rgba(255,96,0,.19);
}

.ak-footer-v2__brand-name {
    font-size: 16px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: .17em;
}

.ak-footer-v2__brand-column p {
    max-width: 330px;
    margin: 20px 0 0;

    color: var(--ak-footer-text);

    font-size: 13px;
    line-height: 1.72;
}

.ak-footer-v2__links,
.ak-footer-v2__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ak-footer-v2__links h3,
.ak-footer-v2__contact h3 {
    margin: 2px 0 18px;

    color: #fff;

    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ak-footer-v2__links a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding: 7px 0;

    color: var(--ak-footer-text);

    font-size: 13px;
    text-decoration: none;

    transition:
        color .22s ease,
        transform .22s ease;
}

.ak-footer-v2__links a span {
    color: var(--ak-footer-orange);
    opacity: 0;
    transform: translateX(-6px);

    transition:
        opacity .22s ease,
        transform .22s ease;
}

.ak-footer-v2__links a:hover {
    color: #fff;
    transform: translateX(3px);
}

.ak-footer-v2__links a:hover span {
    opacity: 1;
    transform: translateX(0);
}

.ak-footer-v2__contact p {
    margin: 0 0 15px;

    color: var(--ak-footer-text);

    font-size: 13px;
    line-height: 1.68;
}

.ak-footer-v2__email {
    color: #fff;

    font-size: 14px;
    font-weight: 760;
    line-height: 1.5;

    overflow-wrap: anywhere;
    text-decoration: none;
}

.ak-footer-v2__email:hover {
    color: var(--ak-footer-orange-soft);
}

.ak-footer-v2__bottom {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    border-top: 1px solid var(--ak-footer-line);

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

    font-size: 11px;
}

.ak-footer-v2__bottom p {
    margin: 0;
}

.ak-footer-v2__bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ak-footer-v2__bottom a {
    color: inherit;
    text-decoration: none;
}

.ak-footer-v2__bottom a:hover {
    color: #fff;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1050px) {
    .ak-footer-v2__shell {
        width: min(100% - 38px, 940px);
    }

    .ak-footer-v2__cta-card {
        grid-template-columns: 1fr;
        gap: 30px;

        padding: 55px 41px;
    }

    .ak-footer-v2__cta-copy,
    .ak-footer-v2__cta-conversion {
        max-width: 760px;
        margin-inline: auto;

        text-align: center;
    }

    .ak-footer-v2__eyebrow,
    .ak-footer-v2__actions {
        justify-content: center;
    }

    .ak-footer-v2__intro {
        margin-inline: auto;
    }

    .ak-footer-v2__navigation {
        grid-template-columns:
            1.25fr
            .75fr
            .75fr;

        gap: 37px;
    }

    .ak-footer-v2__contact {
        grid-column: 1 / -1;

        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: end;
        gap: 18px;
    }

    .ak-footer-v2__contact h3 {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .ak-footer-v2__contact p {
        margin: 0;
    }

    .ak-footer-v2__email {
        justify-self: end;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
    .ak-footer-v2 {
        padding-top: 22px;
    }

    .ak-footer-v2__shell {
        width: calc(100% - 22px);
    }

    .ak-footer-v2__cta-card {
        display: block;

        padding: 41px 16px 25px;

        border-radius: 25px;
    }

    .ak-footer-v2__eyebrow {
        justify-content: center;

        margin-bottom: 16px;

        font-size: 8px;
        text-align: center;
    }

    .ak-footer-v2__cta-card h2 {
        max-width: 100%;

        font-size: clamp(37px, 10.5vw, 49px);
        line-height: 1.015;
        letter-spacing: -.051em;
        text-align: center;
    }

    .ak-footer-v2__cta-conversion {
        margin-top: 22px;
        padding: 0;
    }

    .ak-footer-v2__intro {
        max-width: 100%;

        font-size: 11.5px;
        line-height: 1.64;
        text-align: center;
    }

    .ak-footer-v2__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;

        width: 100%;
        margin-top: 22px;
    }

    .ak-footer-v2__button {
        width: 100%;
        min-width: 0;
        min-height: 55px;

        border-radius: 16px;
    }

    .ak-footer-v2__assurances {
        grid-template-columns: 1fr;
        gap: 8px;

        margin-top: 22px;
        padding-top: 18px;
    }

    .ak-footer-v2__assurance {
        min-height: 48px;
        padding: 7px 10px;

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

        background: rgba(255,255,255,.025);
    }

    .ak-footer-v2__assurance strong {
        font-size: 9px;
    }

    .ak-footer-v2__cta-grid {
        background-size: 48px 48px;
    }

    .ak-footer-v2__navigation {
        grid-template-columns: 1fr 1fr;
        gap: 32px 20px;

        padding: 43px 7px 36px;
    }

    .ak-footer-v2__brand-column,
    .ak-footer-v2__contact {
        grid-column: 1 / -1;
    }

    .ak-footer-v2__brand-column p {
        max-width: 100%;
    }

    .ak-footer-v2__contact {
        display: block;
    }

    .ak-footer-v2__contact h3 {
        margin-bottom: 18px;
    }

    .ak-footer-v2__contact p {
        margin-bottom: 14px;
    }

    .ak-footer-v2__bottom {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;

        padding: 23px 7px 28px;
    }

    .ak-footer-v2__bottom nav {
        gap: 13px 18px;
    }
}

@media (max-width: 390px) {
    .ak-footer-v2__cta-card {
        padding-inline: 13px;
    }

    .ak-footer-v2__cta-card h2 {
        font-size: clamp(35px, 10vw, 44px);
    }

    .ak-footer-v2__navigation {
        gap-inline: 15px;
    }
}

/* AK FOOTER BUTTON TYPOGRAPHY V6 START */

.ak-footer-v2__button,
.ak-footer-v2__button:visited,
.ak-footer-v2__button:hover,
.ak-footer-v2__button span {
    font-family:
        var(
            --e-global-typography-primary-font-family,
            inherit
        ) !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-variation-settings: "wght" 700 !important;

    line-height: 1.2 !important;
    letter-spacing: -.01em !important;

    text-decoration: none !important;
    text-transform: none !important;
}

@media (max-width: 767px) {
    .ak-footer-v2__button,
    .ak-footer-v2__button span {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: -.01em !important;
    }
}

/* AK FOOTER BUTTON TYPOGRAPHY V6 END */
