/* ===== Base ===== */
:root {
    --bg: #f6f7fb;
    --card: #ffffff;
    --text: #1f2330;
    --muted: #6b7280;
    --border: #e5e7eb;
    --primary-1: #6526f4;
    --primary-2: #3a39f0;
    --primary-3: #2b6ae6;
    --success: #16a34a;
}

* {
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0
}

body {
    color: var(--text);
    background: var(--bg);
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.5
}

.container {
    width: min(1100px, 94%);
    margin-inline: auto;
}

/* ===== Hero band ===== */
.contact-hero {
    background: linear-gradient(135deg, #3c0f99 0%, #2a19b6 35%, #4b24f3 100%);
    color: #fff;
    padding: 48px 0 38px;
    text-align: center;
}

    .contact-hero h1 {
        margin: 0 0 8px;
        font-size: 42px;
        font-weight: 800;
        letter-spacing: .3px;
    }

    .contact-hero p {
        margin: 0;
        opacity: .9;
    }

/* ===== Main grid ===== */
.contact-content {
    padding: 36px 0 28px;
}

.grid {
    display: grid;
    grid-template-columns: 1.25fr .95fr;
    gap: 28px;
}

@media (max-width: 980px) {
    .grid {
        grid-template-columns: 1fr
    }
}

/* ===== Cards ===== */
.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(17,24,39,.04);
}

.form-card {
    padding: 22px 22px 18px
}

.info-card {
    padding: 22px
}

/* ===== Headings ===== */
.card h2 {
    font-size: 20px;
    margin: 2px 0 18px;
}

/* ===== Form ===== */
.contact-form {
    display: grid;
    gap: 14px
}

.form-row {
    display: grid;
    gap: 8px
}

    .form-row label {
        font-size: 13px;
        color: #374151
    }

.with-icon {
    position: relative
}

    .with-icon .ico {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        display: grid;
        place-items: center;
        pointer-events: none;
        opacity: .7
    }

        .with-icon .ico svg {
            width: 18px;
            height: 18px;
            fill: #9aa2b1
        }

input, select, textarea {
    width: 100%;
    padding: 12px 38px 12px 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    font: inherit;
}

select {
    appearance: none;
    background-image: none
}

textarea {
    resize: vertical;
    min-height: 120px
}

    input:focus, select:focus, textarea:focus {
        border-color: #c6c9f7;
        box-shadow: 0 0 0 4px rgba(76,81,191,.12);
    }

/* Button */
.form-actions {
    margin-top: 6px
}

.btn-primarys {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    color: #fff;
    background: linear-gradient(135deg,var(--primary-2),var(--primary-1));
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(72,61,255,.22);
    transition: transform .05s ease, filter .2s ease;
}

.btn-primary:hover {
    filter: brightness(1.04)
}

.btn-primary:active {
    transform: translateY(1px)
}

.btn-ico svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

/* ===== Info list ===== */
.info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px
}

    .info-list li {
        display: grid;
        grid-template-columns: 32px 1fr;
        gap: 12px;
        align-items: flex-start;
        padding: 10px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: #fbfbfe
    }

    .info-list strong {
        display: block;
        margin-bottom: 2px
    }

    .info-list small {
        color: var(--muted)
    }

.bullet {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    background: #eef2ff;
    border: 1px solid #e0e6ff
}

    .bullet svg {
        width: 18px;
        height: 18px;
        fill: #4338ca
    }

/* ===== Why us box ===== */
.why-card {
    margin-top: 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px 14px 12px;
}

    .why-card h3 {
        margin: 0 0 10px;
        font-size: 16px;
    }

.ticks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px
}

    .ticks li {
        position: relative;
        padding-left: 28px;
    }

        .ticks li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #e9f9ef;
            border: 1px solid #c5efda;
            box-shadow: inset 0 0 0 3px #e9f9ef;
            /* check icon */
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2l-3.5-3.5L4 14.2 9 19l12-12-1.5-1.5z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2l-3.5-3.5L4 14.2 9 19l12-12-1.5-1.5z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
            background-color: var(--success);
        }

/* ===== Bottom CTA band ===== */
.contact-cta {
    margin-top: 36px;
    padding: 40px 0 54px;
    color: #fff;
    background: linear-gradient(135deg, #3c0f99 0%, #2a19b6 35%, #4b24f3 100%);
    text-align: center;
}

    .contact-cta h2 {
        margin: 0 0 6px;
        font-size: 26px
    }

    .contact-cta p {
        margin: 0 0 18px;
        opacity: .95
    }

.phone-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 30px;
    background: #ffffff;
    color: #0b1453;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
}

.pill-ico svg {
    width: 18px;
    height: 18px;
    fill: #0b1453
}

/* Small visual tweaks to match the mock */
.form-card h2,
.info-card h2 {
    font-weight: 700
}

/* =========================================================
   AJOUT MINIMAL : animation d’entrée du bandeau (hérite de hero.css)
   ========================================================= */
.hero-band.hero--simple.reveal-on-scroll .copy > * {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
}

.hero-band.hero--simple.reveal-on-scroll.is-visible .copy > * {
    opacity: 1;
    transform: none;
}

.hero-band.hero--simple.reveal-on-scroll .copy > *:nth-child(1) {
    transition-delay: 60ms;
}

.hero-band.hero--simple.reveal-on-scroll .copy > *:nth-child(2) {
    transition-delay: 160ms;
}

.hero-band.hero--simple.reveal-on-scroll .copy > *:nth-child(3) {
    transition-delay: 260ms;
}
/* Harmonisation du dégradé pour le bandeau d'appel */
.contact-cta.g-violetBlue-04 {
    background: linear-gradient(180deg, #48cfff 0%, #2f1e94 100%) !important;
    color: #fff;
    text-align: center;
}

    .contact-cta.g-violetBlue-04 h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .contact-cta.g-violetBlue-04 p {
        opacity: .95;
        margin-bottom: 18px;
    }

    .contact-cta.g-violetBlue-04 .phone-pill {
        background: #fff;
        color: #0b1453;
        border-radius: 30px;
        padding: 12px 18px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        font-weight: 600;
        box-shadow: 0 10px 20px rgba(0,0,0,.12);
    }

    .contact-cta.g-violetBlue-04 .pill-ico svg {
        width: 18px;
        height: 18px;
        fill: #0b1453;
    }
