.elementor-123 .elementor-element.elementor-element-f434b98{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-f434b98 *//* =========================================================
   CRM – PAGE SERVICE (template stable)
   ========================================================= */

.crm-service{
  --accent:#c86a1a;
  --accent2:#ffb36b;
  --bg:#f6f7f8;
  --dark:#1e232b;
  --text:#1e232b;
  --muted:#5c6470;
  --radius:24px;

  background: var(--bg);
  color: var(--text);
}

/* ---------- HERO ---------- */
.crm-service__hero{
  background:
    radial-gradient(800px 400px at 20% 0%, rgba(255,179,107,.25), transparent 60%),
    linear-gradient(180deg,#2f3540,#1e232b);
  color:#fff;
  padding: clamp(60px,7vw,110px) 20px;
}

.crm-service__heroInner{
  max-width: 1000px;
  margin: 0 auto;
}

.crm-service__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.75);
  margin-bottom:12px;
}

.crm-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background: linear-gradient(135deg,var(--accent2),var(--accent));
}

.crm-service__title{
  font-size: clamp(30px,4vw,48px);
  line-height:1.1;
  margin-bottom:10px;
}

.crm-service__zone{
  color:var(--accent2);
  font-weight:600;
  margin-bottom:18px;
}

.crm-service__intro{
  max-width: 720px;
  line-height:1.7;
  margin-bottom:26px;
}

/* ---------- CONTENU ---------- */
.crm-service__content{
  max-width: 1100px;
  margin: -60px auto 0;
  padding: 40px 20px 20px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
}

.crm-service__text{
  background:#fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.crm-service__text h2{
  margin-top:0;
}

.crm-service__text ul{
  padding-left:18px;
}

.crm-service__media figure{
  background:#fff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.crm-service__media img{
  width:100%;
  height:auto;
  display:block;
}

.crm-service__media figcaption{
  padding:12px 16px;
  font-size:13px;
  color:var(--muted);
}

/* ---------- CTA ---------- */
.crm-service__cta{
  max-width:1100px;
  margin: 40px auto 0;
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(135deg,var(--accent2),var(--accent));
  color:#1a1a1a;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.crm-service__cta p{
  margin:0;
  font-weight:600;
}

/* ---------- Bouton ---------- */
.crm-btn--primary{
  background:#1a1a1a;
  color:#fff;
  padding:14px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px){
  .crm-service__content{
    grid-template-columns: 1fr;
    margin-top:-40px;
  }
  .crm-service__cta{
    flex-direction:column;
    text-align:center;
  }
}/* End custom CSS */