/* =====================================================
   Fun & Calm – Pour Qui Culturovie  |  fcpq-pourqui.css
   ===================================================== */

.fcpq-pourqui {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #fff;
    box-sizing: border-box;
}

/* ── En-tête ── */
.fcpq-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9A6E1E;
    margin: 0 0 12px;
}

.fcpq-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 500;
    color: #2C2420;
    line-height: 1.15;
    margin: 0 0 10px;
}

.fcpq-intro {
    font-size: 15px;
    color: #7A6F68;
    line-height: 1.85;
    font-weight: 300;
    max-width: 620px;
    margin: 0 0 32px;
}

.fcpq-intro strong { color: #2C2420; font-weight: 600; }

/* ── Grille 2 colonnes ── */
.fcpq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ── Colonne ── */
.fcpq-col {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
}

/* ── En-tête coloré ── */
.fcpq-head {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
}

.fcpq-head-ico {
    font-size: 24px;
    flex-shrink: 0;
    line-height: 1;
}

.fcpq-head-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 2px;
    line-height: 1.2;
}

.fcpq-head-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, .75);
    font-weight: 400;
    margin: 0;
}

/* ── Items ── */
.fcpq-body {
    background: #fff;
}

.fcpq-item {
    padding: 14px 22px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px solid #F5EFE6;
    transition: background .2s;
    box-sizing: border-box;
}

.fcpq-item:last-child { border-bottom: none; }
.fcpq-item:hover      { background: #FEFCF8; }

.fcpq-item-ico {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
    line-height: 1.2;
}

.fcpq-item-name {
    font-size: 14px;
    font-weight: 600;
    color: #2C2420;
    margin: 0 0 3px;
    line-height: 1.3;
}

.fcpq-item-desc {
    font-size: 12px;
    color: #7A6F68;
    line-height: 1.55;
    font-weight: 300;
    margin: 0;
}

/* ── CTA bas ── */
.fcpq-cta {
    margin-top: 20px;
    background: #FDF4E3;
    border-radius: 14px;
    border: 1px solid rgba(216, 169, 76, .2);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.fcpq-cta p {
    font-size: 14px;
    color: #9A6E1E;
    font-weight: 300;
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

.fcpq-cta p strong { color: #2C2420; font-weight: 600; }

.fcpq-cta-btn {
    display: inline-block;
    background: #D8A94C;
    color: #fff !important;
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s;
    line-height: 1;
}

.fcpq-cta-btn:hover { background: #9A6E1E; }

/* ── Responsive ── */
@media (max-width: 680px) {
    .fcpq-pourqui { padding: 56px 24px; }
    .fcpq-grid    { grid-template-columns: 1fr; }
    .fcpq-cta     { flex-direction: column; }
}
