/* =====================================================
   Fun & Calm – Passé & Confiance  |  fcpt-styles.css
   Widget 1 : Agenda passé
   Widget 2 : Ils nous font confiance
   ===================================================== */

/* ══════════════════════════════════════════════════════
   WIDGET 1 — AGENDA PASSÉ
   ══════════════════════════════════════════════════════ */

.fcpt-passe {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #EFE9E0;
    box-sizing: border-box;
}

.fcpt-passe-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7A6858;
    margin: 0 0 12px;
}

.fcpt-passe-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 500;
    color: #2C2420;
    line-height: 1.15;
    margin: 0 0 10px;
}

.fcpt-passe-intro {
    font-size: 15px;
    color: #7A6F68;
    line-height: 1.85;
    font-weight: 300;
    max-width: 580px;
    margin: 0 0 28px;
}

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

/* Bloc mois */
.fcpt-mois-bloc {
    margin-bottom: 10px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
}

/* Bandeau */
.fcpt-passe-btn {
    width: 100%;
    opacity: .72;
    border: none;
    cursor: pointer;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Mulish', sans-serif;
    transition: opacity .2s;
    box-sizing: border-box;
}

.fcpt-passe-btn:hover { opacity: .85; }

.fcpt-passe-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

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

.fcpt-passe-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    font-weight: 600;
    margin: 0 0 3px;
    text-align: left;
}

.fcpt-passe-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 1.2;
}

.fcpt-passe-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.fcpt-passe-dl {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.22);
    color: #fff !important;
    font-family: 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.3);
    transition: background .2s;
    white-space: nowrap;
}

.fcpt-passe-dl:hover { background: rgba(255,255,255,.32); }

.fcpt-passe-count {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,.75);
    white-space: nowrap;
}

.fcpt-passe-toggle {
    font-size: 16px;
    color: rgba(255,255,255,.8);
    transition: transform .3s;
    display: inline-block;
    line-height: 1;
}

.fcpt-mois-bloc.fcpt-open .fcpt-passe-toggle { transform: rotate(180deg); }

/* Panel */
.fcpt-passe-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease, padding .3s;
    background: #F7F3EE;
}

.fcpt-mois-bloc.fcpt-open .fcpt-passe-panel {
    max-height: 2000px;
    padding: 18px;
}

/* Grille */
.fcpt-passe-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 380px;
    gap: 12px;
}

/* Carte passée */
.fcpt-passe-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
    display: flex;
    flex-direction: column;
    opacity: .9;
}

.fcpt-passe-band {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    opacity: .8;
    box-sizing: border-box;
}

.fcpt-pc-date  { font-size: 12px; font-weight: 600; color: #fff; line-height: 1.2; margin: 0; }
.fcpt-pc-heure { font-size: 10px; color: rgba(255,255,255,.8); margin: 2px 0 0; }

.fcpt-pc-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    background: rgba(255,255,255,.25);
    color: #fff;
    letter-spacing: .5px;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
}

.fcpt-pc-body {
    padding: 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.fcpt-pc-type {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    margin-bottom: 6px;
    background: #FDF4E3;
    color: #9A6E1E;
    line-height: 1.4;
}

.fcpt-pc-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    color: #2C2420;
    margin: 0 0 3px;
    line-height: 1.2;
}

.fcpt-pc-lieu  { font-size: 11px; color: #A89F98; font-weight: 500; margin: 0 0 7px; }
.fcpt-pc-desc  { font-size: 12px; color: #7A6F68; line-height: 1.6; flex: 1; margin: 0 0 10px; }

.fcpt-pc-tags  { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }

.fcpt-pc-tag {
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 20px;
    background: #EFE9E0;
    color: #7A6F68;
    font-weight: 500;
}

.fcpt-pc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #F0E8D8;
    gap: 6px;
    margin-top: auto;
}

.fcpt-pc-statut-realise {
    font-size: 11px; font-weight: 700;
    color: #9A6E1E; background: #FDF4E3;
    padding: 3px 9px; border-radius: 20px;
}

.fcpt-pc-off {
    font-size: 11px; font-weight: 600;
    color: #A89F98; background: #EFE9E0;
    padding: 5px 12px; border-radius: 20px;
}

@media (max-width: 860px) {
    .fcpt-passe       { padding: 56px 24px; }
    .fcpt-passe-grid  { max-width: 100% !important; }
    .fcpt-passe-btn   { flex-wrap: wrap; }
}


/* ══════════════════════════════════════════════════════
   WIDGET 2 — ILS NOUS FONT CONFIANCE
   ══════════════════════════════════════════════════════ */

.fcpt-trust {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #EFE9E0;
    box-sizing: border-box;
}

.fcpt-trust-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9A6E1E;
    margin: 0 0 12px;
}

.fcpt-trust-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;
}

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

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

/* Grille */
.fcpt-trust-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 20px;
}

.fcpt-trust-cols-1 { grid-template-columns: 1fr; }
.fcpt-trust-cols-2 { grid-template-columns: 1fr 1fr; }
.fcpt-trust-cols-3 { grid-template-columns: repeat(3, 1fr); }

/* Carte */
.fcpt-trust-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #DDD5C8;
    padding: 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: border-color .2s, transform .2s;
    box-sizing: border-box;
}

.fcpt-trust-card:hover {
    border-color: #D8A94C;
    transform: translateY(-2px);
}

.fcpt-trust-ico {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    border: 1px solid rgba(216,169,76,.2);
    line-height: 1;
}

.fcpt-trust-name {
    font-size: 15px;
    font-weight: 600;
    color: #2C2420;
    margin: 0 0 3px;
    line-height: 1.3;
}

.fcpt-trust-type {
    font-size: 11px;
    color: #A89F98;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.fcpt-trust-body {
    font-size: 13px;
    color: #7A6F68;
    line-height: 1.7;
    margin: 0 0 10px;
}

.fcpt-trust-ville {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    background: #FDF4E3;
    color: #9A6E1E;
}

/* CTA */
.fcpt-trust-cta {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #DDD5C8;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.fcpt-trust-cta p {
    font-size: 14px;
    color: #7A6F68;
    font-weight: 300;
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

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

.fcpt-trust-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;
}

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

@media (max-width: 640px) {
    .fcpt-trust      { padding: 56px 24px; }
    .fcpt-trust-cols-2,
    .fcpt-trust-cols-3 { grid-template-columns: 1fr; }
    .fcpt-trust-cta  { flex-direction: column; }
}
