/* ═══════════════════════════════════════════════════════
   GC PACK IMMO — Styles page artisans.php
   ═══════════════════════════════════════════════════════ */

/* ── HERO SOMBRE ── */
.art-hero {
  background: linear-gradient(135deg, #000000 0%, #170F08 50%, #221709 100%);
  padding: 5rem 2rem 4rem;
  text-align: center;
  position: relative;
}
.art-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--copper-l); color: var(--copper-d);
  border: 1px solid rgba(250,199,117,.3);
  border-radius: 20px; font-size: 13px; font-weight: 500;
  padding: 5px 16px; margin-bottom: 1.5rem;
}
.art-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5.5vw, 52px);
  font-weight: 700; line-height: 1.1; color: white;
  max-width: 680px; margin: 0 auto 1.25rem;
}
.art-hero h1 em { font-style: italic; color: var(--copper-d); }
.art-hero p {
  font-size: 17px; color: rgba(255,255,255,.75);
  max-width: 500px; margin: 0 auto 2.5rem; line-height: 1.7;
}
.art-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── TRUST STRIP ── */
.art-trust-strip {
  background: #000000;
  border-top: 1px solid var(--border);
  padding: 1.25rem 2rem;
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
}
.art-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.6);
}
.art-trust-item i { color: var(--copper-d); font-size: 16px; }
.art-trust-item strong { color: white; }

/* ── SECTIONS GÉNÉRIQUES ── */
.art-section { padding: 5rem 2rem; }
.art-bg    { background: var(--bg); }
.art-white { background: var(--white); border-top: 1px solid var(--border); }

/* ── PROBLÈMES ── */
.art-prob-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.art-prob-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.5rem;
  position: relative;
}
.art-prob-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 4px; height: 100%;
  background: #F5A3A3;
  border-radius: var(--r) 0 0 var(--r);
}
.art-prob-icon {
  font-size: 26px; color: #F5A3A3; margin-bottom: .75rem;
}
.art-prob-card h3 { font-size: 15px; font-weight: 500; margin-bottom: .5rem; }
.art-prob-card p  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── SOLUTIONS ── */
.art-sol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.art-sol-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.5rem; text-align: center;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.art-sol-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 100%; height: 3px;
  background: var(--copper);
}
.art-sol-card:hover { border-color: var(--copper); transform: translateY(-3px); }
.art-sol-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--copper-l);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem; font-size: 24px; color: var(--copper);
}
.art-sol-card h3 { font-size: 16px; font-weight: 500; margin-bottom: .5rem; }
.art-sol-card p  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── CHIFFRES CLÉS ── */
.art-chiffres {
  background: linear-gradient(135deg, #000000, #221709);
  padding: 4rem 2rem;
}
.art-chiffres-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2px;
  background: rgba(255,255,255,.08);
  border-radius: var(--r); overflow: hidden;
  max-width: 900px; margin: 0 auto;
}
.art-chiffre {
  background: #170F08; padding: 2rem 1.5rem; text-align: center;
}
.art-chiffre-nb {
  font-family: 'Playfair Display', serif;
  font-size: 46px; font-weight: 700;
  color: var(--copper-d); line-height: 1;
}
.art-chiffre-u { font-size: 18px; color: var(--copper-d); }
.art-chiffre-label {
  font-size: 13px; color: rgba(255,255,255,.6);
  margin-top: .5rem; line-height: 1.4;
}

/* ── COMMISSION ── */
.art-com-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); max-width: 760px; margin: 0 auto; overflow: hidden;
}
.art-com-header {
  background: var(--copper-l); border-bottom: 1px solid var(--copper-b);
  padding: 1.5rem 2rem; display: flex; align-items: center; gap: 14px;
}
.art-com-header i { font-size: 28px; color: var(--copper); }
.art-com-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 500;
}
.art-com-header p { font-size: 13px; color: var(--muted); margin-top: 2px; }
.art-com-body { padding: 2rem; }
.art-com-calc {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center; margin-bottom: 1.5rem;
}
.art-com-col { text-align: center; padding: 1rem; }
.art-com-big {
  font-size: 28px; font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: var(--text);
}
.art-com-copper { color: var(--copper); }
.art-com-green  { color: #8FCB5C; }
.art-com-label  { font-size: 12px; color: var(--muted); margin-top: 4px; }
.art-com-sep    { font-size: 28px; color: var(--border); padding: 0 .5rem; }
.art-com-note {
  background: var(--bg); border-radius: var(--rs);
  padding: 12px 16px; font-size: 13px; color: var(--muted);
  display: flex; gap: 10px; align-items: flex-start;
}
.art-com-note i { color: var(--copper); flex-shrink: 0; margin-top: 2px; }

/* ── FLUX ── */
.art-flux {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0; max-width: 960px; margin: 0 auto;
}
.art-flux-step { text-align: center; padding: 1rem; }
.art-flux-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--copper); color: white;
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.art-flux-step h4 { font-size: 14px; font-weight: 500; margin-bottom: .5rem; }
.art-flux-step p  { font-size: 12px; color: var(--muted); line-height: 1.5; }
.art-flux-arrow {
  display: flex; align-items: center;
  padding-top: 24px; color: var(--border); font-size: 20px;
}
.art-flux-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(59,109,17,.22); color: #8FCB5C;
  border-radius: 10px; font-size: 11px; font-weight: 500;
  padding: 2px 8px; margin-top: 6px;
}

/* ── DISTINCTION ── */
.art-dist-box {
  background: linear-gradient(135deg, #000000, var(--copper));
  border-radius: var(--r); padding: 2.5rem;
  text-align: center; max-width: 700px; margin: 0 auto;
}
.art-dist-box i    { font-size: 48px; color: var(--copper-d); margin-bottom: 1rem; }
.art-dist-box h3   {
  font-family: 'Playfair Display', serif;
  font-size: 26px; color: white; margin-bottom: .75rem;
}
.art-dist-box p    {
  font-size: 15px; color: rgba(255,255,255,.8);
  line-height: 1.7; margin-bottom: 1.5rem; max-width: 560px; margin-left: auto; margin-right: auto;
}
.art-dist-badges   { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.art-dist-badge    {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.12); color: white;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px; font-size: 13px; padding: 6px 16px;
}

/* ── TÉMOIGNAGES ── */
.art-temo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.art-temo {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.5rem;
}
.art-temo-stars { color: var(--copper); font-size: 16px; margin-bottom: .75rem; }
.art-temo p {
  font-size: 14px; color: var(--muted);
  line-height: 1.7; font-style: italic; margin-bottom: 1rem;
}
.art-temo-author { display: flex; align-items: center; gap: 10px; }
.art-temo-av {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 500; flex-shrink: 0;
}
.av-copper { background: var(--copper-l); color: var(--copper); }
.av-teal   { background: rgba(15,110,86,.22); color: #5FD9B4; }
.av-purple { background: rgba(83,74,183,.22); color: #A79EF0; }
.art-temo-name { font-size: 13px; font-weight: 500; }
.art-temo-role { font-size: 11px; color: var(--muted); }

/* ── CTA FINAL ── */
.art-cta-final {
  background: var(--copper-l);
  border-top: 1px solid var(--copper-b);
  padding: 5rem 2rem;
}
.art-form {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 2rem;
  max-width: 520px; margin: 0 auto;
}
.art-rgpd {
  font-size: 11px; color: var(--muted);
  margin-top: 10px; display: flex; align-items: center; gap: 6px;
}
.art-rgpd i { color: var(--copper); }

/* ── RESPONSIVE ── */
@media (max-width: 760px) {
  .art-flux {
    grid-template-columns: 1fr;
  }
  .art-flux-arrow { display: none; }
  .art-flux-step  { padding: .75rem 1rem; }
  .art-com-calc {
    grid-template-columns: 1fr;
  }
  .art-com-sep { display: none; }
}
@media (max-width: 560px) {
  .art-trust-strip { gap: 1rem; }
}
