/* ================================================
   PADEL STOCK CONTACT PAGE - Frontend v1.0.1
   Crème #ffffff · Vert sauge #6b7280 · Terracotta #1447B8 · Vert forêt #111111
   Font: Poppins
   ================================================ */

/* ===== RESET AGRESSIF CONTRE SURCHARGES THÈME/PLUGINS ===== */
.wcdsp,
.wcdsp *,
.wcdsp *::before,
.wcdsp *::after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
}

.wcdsp {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif !important;
    color: #111111 !important;
    line-height: 1.6;
    background: #ffffff;
    margin: 0 !important;
    padding: 0 !important;
}

.wcdsp p {
    margin: 0 0 12px !important;
    line-height: 1.65 !important;
    font-family: 'Poppins', sans-serif !important;
    color: #111111 !important;
}
.wcdsp p:last-child { margin-bottom: 0 !important; }

.wcdsp em {
    color: #1447B8 !important;
    font-style: italic !important;
    font-weight: 500 !important;
    background: transparent !important;
}

.wcdsp strong {
    color: #111111 !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.wcdsp a { text-decoration: none !important; }

.wcdsp h1, .wcdsp h2, .wcdsp h3, .wcdsp h4 {
    font-family: 'Poppins', sans-serif !important;
    color: #111111 !important;
    background: transparent !important;
}

.wcdsp button {
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer;
}

/* ===== HERO ===== */
.wcdsp-hero {
    position: relative;
    min-height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 6%;
    color: #ffffff !important;
    text-align: center;
    overflow: hidden;
}

.wcdsp-hero-w {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Spécificité forte pour battre Elementor/Hello et autres thèmes */
.wcdsp .wcdsp-hero .wcdsp-hero-eyebrow,
.wcdsp-hero .wcdsp-hero-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F97316 !important;
    margin-bottom: 24px;
    text-shadow: 0 2px 12px rgba(0,0,0,.6);
    background: transparent !important;
}

.wcdsp .wcdsp-hero h1.wcdsp-hero-h,
.wcdsp-hero h1.wcdsp-hero-h,
.wcdsp-hero .wcdsp-hero-h {
    font-size: clamp(36px, 6vw, 64px) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: -1.5px;
    margin: 0 0 24px !important;
    color: #ffffff !important;
    text-shadow: 0 4px 20px rgba(0,0,0,.7);
    background: transparent !important;
    -webkit-text-fill-color: #ffffff !important;
}

.wcdsp .wcdsp-hero .wcdsp-hero-h-em,
.wcdsp-hero .wcdsp-hero-h-em {
    display: block;
    font-style: italic;
    font-weight: 500;
    color: #F97316 !important;
    -webkit-text-fill-color: #F97316 !important;
    background: transparent !important;
}

.wcdsp .wcdsp-hero p.wcdsp-hero-p,
.wcdsp-hero p.wcdsp-hero-p,
.wcdsp-hero .wcdsp-hero-p {
    font-size: clamp(15px, 2vw, 18px) !important;
    line-height: 1.6 !important;
    color: rgba(251, 247, 240, .95) !important;
    -webkit-text-fill-color: rgba(251, 247, 240, .95) !important;
    max-width: 640px;
    margin: 0 auto !important;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0,0,0,.7);
    background: transparent !important;
}

/* ===== INTRO ===== */
.wcdsp-intro {
    background: #ffffff;
    padding: 80px 6% 40px;
}

.wcdsp-intro-w {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.75;
}

.wcdsp-intro-w p {
    margin-bottom: 16px !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
}

/* ===== SECTIONS GRID (livraison, retours, sav, contact, installation) ===== */
.wcdsp-sections {
    background: #ffffff;
    padding: 40px 6% 100px;
}

.wcdsp-sections-w {
    max-width: 1200px;
    margin: 0 auto;
}

.wcdsp-sections-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.wcdsp-section {
    background: #fff !important;
    border: 1px solid #f4f6f9 !important;
    border-radius: 20px !important;
    padding: 36px 32px !important;
    transition: all .3s cubic-bezier(.2, .8, .2, 1);
    position: relative;
    overflow: hidden;
}

.wcdsp-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #1447B8;
    transition: height .4s ease-out;
}

.wcdsp-section:hover {
    transform: translateY(-4px);
    border-color: #1447B8 !important;
    box-shadow: 0 12px 32px rgba(45, 58, 46, .08);
}

.wcdsp-section:hover::before { height: 100%; }

.wcdsp-section-ic {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f6f9 100%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #1447B8 !important;
    transition: all .3s;
}

.wcdsp-section:hover .wcdsp-section-ic {
    background: #1447B8 !important;
    color: #fff !important;
    transform: scale(1.05);
}

.wcdsp-section-ic svg {
    width: 26px;
    height: 26px;
    display: block;
}

.wcdsp-section-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: -.3px;
    color: #111111 !important;
    margin: 0 0 14px !important;
    line-height: 1.3 !important;
}

.wcdsp-section-content {
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563 !important;
}

.wcdsp-section-content p {
    color: #4b5563 !important;
    font-size: 15px !important;
}

/* ===== FORMULAIRE CONTACT ===== */
/* ============================================
   ===== CONTACT — LAYOUT 2 COLONNES (Bricôme adapté Padel Stock) =====
   ============================================ */

.wcdsp-contact-layout {
    background: #f4f6f9;
    padding: 60px 6% 100px;
}

.wcdsp-contact-w {
    max-width: 1240px;
    margin: 0 auto;
}

.wcdsp-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 380px;
    gap: 32px;
    align-items: start;
}

/* === COLONNE GAUCHE : FORMULAIRE === */
.wcdsp-contact-form-card {
    background: #ffffff !important;
    border: 1px solid #e5e9f0;
    border-radius: 20px;
    padding: 44px 40px;
    box-shadow: 0 8px 32px rgba(17, 17, 17, .06);
}

.wcdsp-contact-form-header {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e9f0;
}

.wcdsp-contact-form-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1447B8 !important;
    margin-bottom: 12px;
}

.wcdsp-contact-form-card .wcdsp-contact-form-title,
.wcdsp-contact-form-card h2.wcdsp-contact-form-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: -.5px;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    margin: 0 0 8px !important;
    line-height: 1.2;
}

.wcdsp-contact-form-card .wcdsp-contact-form-sub,
.wcdsp-contact-form-card p.wcdsp-contact-form-sub {
    font-size: 15px !important;
    color: #6b7280 !important;
    -webkit-text-fill-color: #6b7280 !important;
    margin: 0 !important;
    line-height: 1.5;
}

/* === STYLES WPFORMS / CF7 / FLUENTFORM ===
   Force les inputs de tous les plugins de form connus à s'aligner sur la charte */
.wcdsp-contact-form-body .wpforms-container,
.wcdsp-contact-form-body .wpforms-form,
.wcdsp-contact-form-body form {
    max-width: 100% !important;
    margin: 0 !important;
}

.wcdsp-contact-form-body input[type="text"],
.wcdsp-contact-form-body input[type="email"],
.wcdsp-contact-form-body input[type="tel"],
.wcdsp-contact-form-body input[type="url"],
.wcdsp-contact-form-body input[type="number"],
.wcdsp-contact-form-body input[type="date"],
.wcdsp-contact-form-body textarea,
.wcdsp-contact-form-body select,
.wcdsp-contact-form-body .choices__inner,
.wcdsp-contact-form-body .wpforms-field-text input,
.wcdsp-contact-form-body .wpforms-field-email input,
.wcdsp-contact-form-body .wpforms-field-select select {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 18px !important;
    border: 1.5px solid #e5e9f0 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    transition: border-color .2s !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: 50px !important;
    box-sizing: border-box !important;
}

/* Fix select dropdown qui était coupé */
.wcdsp-contact-form-body select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231447B8' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 14px !important;
    padding-right: 44px !important;
    cursor: pointer !important;
}

.wcdsp-contact-form-body textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

.wcdsp-contact-form-body input:focus,
.wcdsp-contact-form-body textarea:focus,
.wcdsp-contact-form-body select:focus {
    border-color: #1447B8 !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(20, 71, 184, .15) !important;
}

.wcdsp-contact-form-body label,
.wcdsp-contact-form-body .wpforms-field-label,
.wcdsp-contact-form-body .wpforms-field-sublabel {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.wcdsp-contact-form-body .wpforms-required-label {
    color: #1447B8 !important;
}

.wcdsp-contact-form-body .wpforms-field-description {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-top: 6px !important;
}

/* Submit button — gros, plein largeur, bleu Padel */
.wcdsp-contact-form-body input[type="submit"],
.wcdsp-contact-form-body button[type="submit"],
.wcdsp-contact-form-body .wpforms-submit {
    background: #1447B8 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 17px 36px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: .3px;
    cursor: pointer !important;
    transition: all .25s !important;
    box-shadow: 0 6px 20px rgba(20, 71, 184, .25) !important;
    width: 100% !important;
    margin-top: 8px !important;
}

.wcdsp-contact-form-body input[type="submit"]:hover,
.wcdsp-contact-form-body button[type="submit"]:hover,
.wcdsp-contact-form-body .wpforms-submit:hover {
    background: #0d3790 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 28px rgba(20, 71, 184, .35) !important;
}

/* Container du submit button qui peut être un wrapper WPForms */
.wcdsp-contact-form-body .wpforms-submit-container {
    text-align: center !important;
    margin-top: 8px !important;
}

/* Tabs WPForms (Renseignement / Suivi-SAV) */
.wcdsp-contact-form-body .wpforms-page-indicator,
.wcdsp-contact-form-body .wpforms-page-button {
    font-family: 'Poppins', sans-serif !important;
}

/* === COLONNE DROITE : SIDEBAR === */
.wcdsp-contact-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px;
    position: sticky;
    top: 100px;
}

.wcdsp-contact-side-card {
    background: #ffffff !important;
    border: 1px solid #e5e9f0;
    border-radius: 16px;
    padding: 22px 24px;
    display: flex !important;
    align-items: flex-start;
    gap: 14px;
    transition: all .25s;
    box-shadow: 0 4px 16px rgba(17, 17, 17, .04);
}

.wcdsp-contact-side-card:hover {
    border-color: #1447B8;
    box-shadow: 0 8px 24px rgba(20, 71, 184, .08);
    transform: translateY(-2px);
}

.wcdsp-contact-side-ic {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(20, 71, 184, .08) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #1447B8 !important;
    flex-shrink: 0;
}

.wcdsp-contact-side-ic svg {
    width: 20px;
    height: 20px;
    display: block;
}

.wcdsp-contact-side-body {
    flex: 1;
    min-width: 0;
}

.wcdsp-contact-side-card .wcdsp-contact-side-title,
.wcdsp-contact-side-card h3.wcdsp-contact-side-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    margin: 0 0 6px !important;
    line-height: 1.3 !important;
    letter-spacing: -.1px;
}

.wcdsp-contact-side-content,
.wcdsp-contact-side-content p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #4b5563 !important;
    margin: 0 !important;
}

.wcdsp-contact-side-content strong {
    color: #111111 !important;
    font-weight: 600 !important;
}

.wcdsp-contact-side-content em {
    color: #1447B8 !important;
    font-style: italic !important;
}

/* === BLOC FAQ RAPIDE EN BAS DE SIDEBAR === */
.wcdsp-contact-side-faq {
    background: #ffffff !important;
    border: 1px solid #e5e9f0;
    border-radius: 16px;
    padding: 22px 24px 18px;
    margin-top: 8px;
    box-shadow: 0 4px 16px rgba(17, 17, 17, .04);
}

.wcdsp-contact-side-faq-header {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e9f0;
}

.wcdsp-contact-side-faq-header h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    margin: 0 0 4px !important;
    letter-spacing: -.1px;
}

.wcdsp-contact-side-faq-header p {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin: 0 !important;
    line-height: 1.4;
}

.wcdsp-contact-side-faq-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color .2s;
}

.wcdsp-contact-side-faq-link:hover {
    color: #1447B8 !important;
}

.wcdsp-contact-side-faq-link svg {
    width: 14px;
    height: 14px;
    color: #1447B8;
    flex-shrink: 0;
    transition: transform .2s;
}

.wcdsp-contact-side-faq-link:hover svg {
    transform: translateX(3px);
}

.wcdsp-contact-side-faq-link span {
    flex: 1;
    text-align: left;
}

.wcdsp-contact-side-faq-all {
    display: block;
    margin-top: 14px;
    padding: 10px 16px;
    text-align: center;
    background: #ffffff;
    border-radius: 100px;
    color: #1447B8 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all .2s;
}

.wcdsp-contact-side-faq-all:hover {
    background: #1447B8 !important;
    color: #ffffff !important;
}

.wcdsp-form-admin-notice {
    background: #fff7ed;
    border: 2px dashed #e5e9f0;
    border-radius: 16px;
    padding: 28px 32px;
    color: #111111;
}

.wcdsp-form-admin-notice strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.wcdsp-form-admin-notice p {
    margin: 8px 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.wcdsp-form-admin-notice code {
    background: #ffffff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #1447B8;
    font-family: 'SF Mono', Monaco, monospace;
}

/* Responsive : mobile = stack */
@media (max-width: 980px) {
    .wcdsp-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wcdsp-contact-sidebar {
        position: static;
    }

    .wcdsp-contact-form-card {
        padding: 32px 24px;
    }

    .wcdsp-contact-layout {
        padding: 40px 5% 70px;
    }
}

/* ============================================
   ===== FAQ — DESIGN BRICÔME-STYLE =====
   ============================================ */

/* OPTION NUCLÉAIRE : forcer toutes les couleurs dans les sections noires */
.wcdsp-faq-search,
.wcdsp-faq-search *,
.wcdsp-cta-card,
.wcdsp-cta-card *,
.wcdsp-hero,
.wcdsp-hero * {
    text-shadow: inherit;
}

.wcdsp-faq-search h1, .wcdsp-faq-search h2, .wcdsp-faq-search h3, .wcdsp-faq-search h4,
.wcdsp-faq-search p, .wcdsp-faq-search span, .wcdsp-faq-search div {
    color: #ffffff !important;
    -webkit-text-fill-color: inherit;
}

.wcdsp-cta-card h1, .wcdsp-cta-card h2, .wcdsp-cta-card h3, .wcdsp-cta-card h4,
.wcdsp-cta-card p {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
}

.wcdsp-hero h1, .wcdsp-hero h2, .wcdsp-hero h3,
.wcdsp-hero p, .wcdsp-hero .wcdsp-hero-eyebrow {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
}

/* Restore em accent color (terracotta clair) */
.wcdsp-hero .wcdsp-hero-h-em,
.wcdsp-hero h1 .wcdsp-hero-h-em,
.wcdsp-hero h1 span.wcdsp-hero-h-em {
    color: #F97316 !important;
    -webkit-text-fill-color: #F97316 !important;
}

.wcdsp-hero .wcdsp-hero-eyebrow {
    color: #F97316 !important;
    -webkit-text-fill-color: #F97316 !important;
}

/* Hero search noir */
.wcdsp-faq-search {
    background: #111111 !important;
    padding: 60px 6% 70px;
    color: #ffffff !important;
}

.wcdsp-faq-search-w {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.wcdsp .wcdsp-faq-search h2.wcdsp-faq-search-h,
.wcdsp-faq-search h2.wcdsp-faq-search-h,
.wcdsp-faq-search .wcdsp-faq-search-h {
    font-size: clamp(24px, 4vw, 32px) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    margin: 0 0 8px !important;
    letter-spacing: -.5px;
}

.wcdsp .wcdsp-faq-search p.wcdsp-faq-search-p,
.wcdsp-faq-search p.wcdsp-faq-search-p,
.wcdsp-faq-search .wcdsp-faq-search-p {
    font-size: 15px !important;
    color: rgba(251, 247, 240, .7) !important;
    -webkit-text-fill-color: rgba(251, 247, 240, .7) !important;
    background: transparent !important;
    margin: 0 0 28px !important;
}

.wcdsp-faq-search-input-w {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.wcdsp-faq-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: rgba(251, 247, 240, .5);
    pointer-events: none;
}

#wcdsp-faq-search {
    width: 100% !important;
    padding: 14px 18px 14px 50px !important;
    background: rgba(251, 247, 240, .08) !important;
    border: 1.5px solid rgba(251, 247, 240, .15) !important;
    border-radius: 100px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif !important;
    outline: none !important;
    transition: all .2s !important;
}

#wcdsp-faq-search::placeholder {
    color: rgba(251, 247, 240, .45);
}

#wcdsp-faq-search:focus {
    border-color: #1447B8 !important;
    background: rgba(251, 247, 240, .12) !important;
}

/* Filters tabs */
.wcdsp-faq-filters {
    background: #ffffff;
    padding: 24px 6% 16px;
    border-bottom: 1px solid #f4f6f9;
    position: sticky;
    top: 0;
    z-index: 10;
}

.wcdsp-faq-filters-w {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.wcdsp-faq-filter {
    background: transparent !important;
    border: none !important;
    padding: 10px 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    cursor: pointer !important;
    border-radius: 100px !important;
    transition: all .2s !important;
    position: relative;
}

.wcdsp-faq-filter:hover {
    color: #1447B8 !important;
}

.wcdsp-faq-filter.active {
    color: #111111 !important;
    font-weight: 600 !important;
}

.wcdsp-faq-filter.active::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: #1447B8;
    border-radius: 3px;
}

/* FAQ content */
.wcdsp-faq {
    background: #ffffff;
    padding: 60px 6% 80px;
}

.wcdsp-faq-w {
    max-width: 880px;
    margin: 0 auto;
}

.wcdsp-faq-cat {
    margin-bottom: 56px;
    transition: opacity .3s;
}

.wcdsp-faq-cat:last-child {
    margin-bottom: 0;
}

.wcdsp-faq-cat.hidden {
    display: none !important;
}

.wcdsp-faq-cat-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.wcdsp-faq-cat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff !important;
    border: 1px solid #f4f6f9;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #6b7280 !important;
    flex-shrink: 0;
}

.wcdsp-faq-cat-icon svg {
    width: 22px;
    height: 22px;
}

.wcdsp-faq-cat-title-w {
    flex: 1;
}

.wcdsp-faq-cat-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    letter-spacing: -.3px;
}

.wcdsp-faq-cat-count {
    display: inline-block;
    font-size: 12px;
    color: #6b7280 !important;
    font-weight: 500;
    margin-top: 2px;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.wcdsp-faq-cat-count::before { content: ''; }

.wcdsp-faq-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.wcdsp-faq-i {
    background: #fff !important;
    border: 1px solid #f4f6f9 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: border-color .2s, background .2s !important;
}

.wcdsp-faq-i:hover {
    border-color: #e5e9f0 !important;
    background: #fff !important;
}

.wcdsp-faq-i.open {
    border-color: #e5e9f0 !important;
    background: #fff !important;
    box-shadow: 0 4px 16px rgba(45, 58, 46, .04);
}

.wcdsp-faq-i.hidden {
    display: none !important;
}

/* Q button - clean Bricôme-style */
.wcdsp-faq-q {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    padding: 18px 22px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #111111 !important;
    text-align: left !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    transition: color .2s !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    outline: none !important;
}

.wcdsp-faq-q:hover {
    color: #1447B8 !important;
}

.wcdsp-faq-q-text {
    flex: 1;
    background: transparent !important;
    color: inherit !important;
    padding: 0 !important;
    border: none !important;
    font-family: inherit !important;
}

.wcdsp-faq-q-i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #6b7280 !important;
    background: transparent !important;
    border: none !important;
    transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.wcdsp-faq-q-i svg {
    width: 16px;
    height: 16px;
    display: block;
}

.wcdsp-faq-i.open .wcdsp-faq-q-i {
    transform: rotate(180deg);
    color: #1447B8 !important;
}

/* A — answer with smooth height animation */
.wcdsp-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(.2, .8, .2, 1);
}

.wcdsp-faq-i.open .wcdsp-faq-a {
    max-height: 800px;
}

.wcdsp-faq-a-inner {
    padding: 0 22px 20px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #4b5563 !important;
    border-top: 1px solid #f4f6f9;
    margin-top: 0;
    padding-top: 16px !important;
}

.wcdsp-faq-a-inner p {
    margin: 0 0 8px !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.wcdsp-faq-a-inner p:last-child {
    margin-bottom: 0 !important;
}

.wcdsp-faq-a-inner strong {
    color: #111111 !important;
    font-weight: 600 !important;
}

.wcdsp-faq-noresults {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

.wcdsp-faq-noresults p {
    color: #6b7280 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

/* ===== CTA FINAL ===== */
.wcdsp-cta {
    background: #ffffff;
    padding: 0 6% 100px;
}

.wcdsp-cta-w {
    max-width: 1100px;
    margin: 0 auto;
}

.wcdsp .wcdsp-cta .wcdsp-cta-card,
.wcdsp-cta .wcdsp-cta-card {
    background: linear-gradient(135deg, #111111 0%, #374151 100%) !important;
    border-radius: 28px !important;
    padding: 64px 48px !important;
    text-align: center !important;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.wcdsp-cta-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 125, 96, .25) 0%, transparent 70%);
    pointer-events: none;
}

.wcdsp-cta-card::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(122, 139, 106, .2) 0%, transparent 70%);
    pointer-events: none;
}

/* Spécificité forte H2/P CTA pour battre Elementor */
.wcdsp .wcdsp-cta-card h2.wcdsp-cta-h,
.wcdsp-cta-card h2.wcdsp-cta-h,
.wcdsp-cta-card .wcdsp-cta-h {
    position: relative;
    z-index: 2;
    font-size: clamp(26px, 4vw, 36px) !important;
    font-weight: 700 !important;
    letter-spacing: -.5px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    margin: 0 0 16px !important;
    line-height: 1.2 !important;
    width: 100%;
    text-align: center !important;
}

.wcdsp .wcdsp-cta-card p.wcdsp-cta-p,
.wcdsp-cta-card p.wcdsp-cta-p,
.wcdsp-cta-card .wcdsp-cta-p {
    position: relative;
    z-index: 2;
    font-size: 16px !important;
    color: rgba(251, 247, 240, .85) !important;
    -webkit-text-fill-color: rgba(251, 247, 240, .85) !important;
    background: transparent !important;
    margin: 0 auto 32px !important;
    line-height: 1.6 !important;
    max-width: 560px;
    text-align: center !important;
    width: 100%;
}

.wcdsp .wcdsp-cta-card a.wcdsp-cta-btn,
.wcdsp-cta-card a.wcdsp-cta-btn,
.wcdsp-cta-card .wcdsp-cta-btn {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 18px 36px !important;
    background: #1447B8 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-radius: 100px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .3px;
    text-decoration: none !important;
    transition: all .25s cubic-bezier(.2, .8, .2, 1);
    box-shadow: 0 8px 24px rgba(201, 125, 96, .35);
    border: none !important;
    margin: 0 auto !important;
}

.wcdsp-cta-card a.wcdsp-cta-btn:hover,
.wcdsp-cta-card .wcdsp-cta-btn:hover {
    background: #ffffff !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .25);
}

.wcdsp-cta-btn svg {
    width: 18px;
    height: 18px;
    transition: transform .25s;
    flex-shrink: 0;
}

.wcdsp-cta-btn:hover svg {
    transform: translateX(4px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .wcdsp-sections-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wcdsp-section { padding: 28px 24px !important; }

    .wcdsp-hero {
        min-height: 380px;
        padding: 60px 5%;
    }

    .wcdsp-intro { padding: 60px 5% 30px; }
    .wcdsp-sections { padding: 30px 5% 70px; }
    .wcdsp-faq { padding: 40px 5% 70px; }
    .wcdsp-cta-card { padding: 48px 28px !important; }

    .wcdsp-faq-filters {
        padding: 16px 5% 12px;
        overflow-x: auto;
    }

    .wcdsp-faq-filters-w {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .wcdsp-faq-filters-w::-webkit-scrollbar { display: none; }

    .wcdsp-faq-filter {
        white-space: nowrap;
        flex-shrink: 0;
    }
}

@media (max-width: 600px) {
    .wcdsp-hero {
        min-height: 340px;
        padding: 50px 5%;
    }

    .wcdsp-hero-eyebrow {
        font-size: 11px;
        letter-spacing: 1.5px;
        margin-bottom: 16px;
    }

    .wcdsp-intro-w { font-size: 16px; }
    .wcdsp-intro-w p { font-size: 16px !important; }

    .wcdsp-faq-q {
        padding: 16px 18px !important;
        font-size: 14px !important;
    }

    .wcdsp-faq-a-inner {
        padding: 14px 18px 18px !important;
    }

    .wcdsp-cta-btn {
        padding: 16px 28px !important;
        font-size: 14px !important;
    }

    .wcdsp-form-card {
        padding: 32px 24px;
    }
}
