/* Bandeaux réglementaires — conformité ANJ / Google Ads agrégateur */

.cwf-regulatory-notice {
  background: var(--charcoal, #1A1A1A);
  color: rgba(247, 243, 238, 0.92);
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
  border-bottom: 1px solid rgba(247, 243, 238, 0.08);
}
.cwf-regulatory-notice a {
  color: var(--amber-light, #E0B060);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cwf-regulatory-notice strong { color: #fff; }

.cwf-commercial-disclosure {
  background: #EDE8E0;
  border-bottom: 1px solid #DDD6CC;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #5A5A5A;
}
.cwf-commercial-disclosure a {
  color: #4A5C4E;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cwf-transparency-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 28px;
}
.cwf-transparency-card {
  background: #fff;
  border: 1px solid var(--border, #DDD6CC);
  border-radius: 4px;
  padding: 24px 22px;
}
.cwf-transparency-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--charcoal, #1A1A1A);
}
.cwf-transparency-card p,
.cwf-transparency-card li {
  font-size: 14px;
  color: var(--text-secondary, #5A5A5A);
  line-height: 1.75;
}
.cwf-transparency-card ul {
  margin: 0;
  padding-left: 18px;
}
.cwf-transparency-card li + li { margin-top: 6px; }

.cwf-anj-verify {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--sage, #4A5C4E);
  margin-top: 12px;
}
.cwf-anj-verify::before {
  content: '✓';
  font-weight: 700;
}

.cwf-disclaimer-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px 20px 0;
}

.cwf-aggregator-disclaimer {
  background: #fff;
  border: 1px solid var(--border, #DDD6CC);
  border-left: 4px solid var(--amber, #C8963E);
  border-radius: 4px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary, #5A5A5A);
}

.cwf-aggregator-disclaimer strong {
  color: var(--charcoal, #1A1A1A);
}
