/* ================================================================
   ELITE DESIGN — Edition Luxe Minimaliste
   Philosophie : respiration, clarté, élégance sobre
   Charlotte Tilbury · La Mer · Aesop — qualité mondiale
   ================================================================ */

/* ── 1. WHATSAPP BUTTON — Minimaliste & Fonctionnel ────────── */

.fab-whatsapp {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
    cursor: pointer;
    z-index: 998;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
}

.fab-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
    color: white;
}

.fab-whatsapp-tooltip {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a1a1a;
    color: white;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    pointer-events: none;
    font-family: 'Montserrat', sans-serif;
}

.fab-whatsapp-tooltip::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right-color: #1a1a1a;
}

.fab-whatsapp:hover .fab-whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    left: 64px;
}

/* ── 2. CTA SECTION — Élégant & Aéré ───────────────────────── */

.elite-cta {
    background: #faf0e6;
    padding: 120px 20px;
    text-align: center;
    border-top: 1px solid rgba(196, 164, 132, 0.18);
}

.elite-cta-ornament {
    display: block;
    color: #c4a484;
    letter-spacing: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.elite-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 400;
    color: #3d3532;
    margin: 0 auto 18px;
    max-width: 640px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.elite-cta p {
    color: #7a7a7a;
    font-size: 1rem;
    line-height: 1.85;
    max-width: 440px;
    margin: 0 auto 52px;
}

.elite-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.elite-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #3d3532;
    color: white;
    padding: 16px 36px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.elite-btn-phone:hover {
    background: #aa3a4c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(170, 58, 76, 0.25);
}

.elite-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #3d3532;
    padding: 14px 34px;
    border-radius: 4px;
    border: 1.5px solid rgba(42, 31, 31, 0.25);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.elite-btn-wa:hover {
    background: #25D366;
    color: white;
    border-color: #25D366;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.elite-btn-gift {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #aa3a4c;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid rgba(170, 58, 76, 0.3);
    padding-bottom: 1px;
    transition: all 0.3s ease;
    margin-top: 6px;
}

.elite-btn-gift:hover {
    border-color: #aa3a4c;
    color: #aa3a4c;
}

/* ── 3. FAQ — Épurée, Lignes Nettes ────────────────────────── */

.elite-faq {
    background: white;
    padding: 100px 20px;
}

.elite-faq .section-title {
    text-align: center;
    margin-bottom: 60px !important;
}

.elite-faq-list {
    max-width: 740px;
    margin: 0 auto;
}

.elite-faq-item {
    border-bottom: 1px solid rgba(42, 31, 31, 0.1);
    overflow: hidden;
}

.elite-faq-item:first-child {
    border-top: 1px solid rgba(42, 31, 31, 0.1);
}

.elite-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 4px;
    cursor: pointer;
    gap: 20px;
    user-select: none;
}

.elite-faq-q-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.08rem;
    color: #3d3532;
    font-weight: 400;
    line-height: 1.4;
    flex: 1;
}

.elite-faq-toggle {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transition: transform 0.4s ease;
}

.elite-faq-toggle::before,
.elite-faq-toggle::after {
    content: '';
    position: absolute;
    background: #aa3a4c;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.elite-faq-toggle::before {
    width: 14px;
    height: 1.5px;
}

.elite-faq-toggle::after {
    width: 1.5px;
    height: 14px;
}

.elite-faq-item.open .elite-faq-toggle::after {
    transform: rotate(90deg);
    opacity: 0;
}

.elite-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.elite-faq-item.open .elite-faq-answer {
    max-height: 400px;
}

.elite-faq-answer-inner {
    padding: 0 4px 28px;
    color: #7a7a7a;
    font-size: 0.95rem;
    line-height: 1.85;
}

.elite-faq-answer-inner strong {
    color: #3d3532;
    font-weight: 600;
}

.elite-faq-answer-inner a {
    color: #aa3a4c;
    text-decoration: underline;
}

/* ── 4. RESPONSIVE ──────────────────────────────────────────── */

@media (max-width: 768px) {
    .elite-cta {
        padding: 80px 20px;
    }

    .elite-cta h2 {
        font-size: 2rem;
    }

    .elite-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .elite-btn-phone,
    .elite-btn-wa {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .fab-whatsapp {
        bottom: 90px;
        left: 20px;
    }
}
