.elementor-128 .elementor-element.elementor-element-155daff{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6fda597 *//* =========================================================
   CRM – TEMPLATE PAGE SERVICE (scopé .crm-service)
   Usage : 1 page = 1 service (texte + image + CTA)
   ========================================================= */

.crm-service{
  --accent:#c86a1a;
  --accent2:#ffb36b;

  --bg:#f5f6f7;
  --ink:#1c222a;
  --muted:#5d6673;
  --line: rgba(0,0,0,.10);

  --radius:24px;
  --shadow: 0 18px 50px rgba(0,0,0,.12);
  --shadow2: 0 28px 70px rgba(0,0,0,.16);

  background: var(--bg);
  color: var(--ink);
}

.crm-service, .crm-service *{ box-sizing:border-box; }

/* ---------- HERO ---------- */
.crm-service__hero{
  padding: clamp(60px, 7vw, 110px) 20px;
  color:#fff;
  background:
    radial-gradient(900px 460px at 18% 10%, rgba(255,179,107,.22), transparent 60%),
    radial-gradient(760px 420px at 82% 22%, rgba(200,106,26,.18), transparent 60%),
    linear-gradient(180deg, #2f3540 0%, #1c222a 100%);
}

.crm-service__heroInner{
  max-width: 1100px;
  margin: 0 auto;
}

.crm-service__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

.crm-dot{
  width:10px; height:10px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: 0 0 0 6px rgba(200,106,26,.12);
}

.crm-service__title{
  margin: 0 0 10px;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  text-shadow: 0 14px 45px rgba(0,0,0,.35);
}

.crm-service__zone{
  margin: 0 0 18px;
  color: var(--accent2);
  font-weight: 700;
}

.crm-service__intro{
  margin: 0 0 22px;
  max-width: 80ch;
  line-height: 1.7;
  color: rgba(245,247,251,.92);
}

.crm-service__heroActions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

/* Buttons (scope local) */
.crm-service .crm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  will-change: transform;
}

.crm-service .crm-btn--primary{
  color:#121316;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: 0 16px 38px rgba(200,106,26,.30);
}

.crm-service .crm-btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(200,106,26,.38);
}

.crm-service .crm-btn--ghost{
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
}

.crm-service .crm-btn--ghost:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.crm-service__heroBadges{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.crm-badge{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(245,247,251,.88);
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.14);
}

/* ---------- CONTENT WRAP ---------- */
.crm-service__content{
  max-width: 1100px;
  margin: -60px auto 0;
  padding: 0 20px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
}

/* Main text card */
.crm-service__text{
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(22px, 3.2vw, 34px);
}

.crm-service__text h2{
  margin: 0 0 10px;
  font-size: 22px;
}

.crm-service__text h3{
  margin: 18px 0 10px;
  font-size: 16px;
  color: #2a313a;
}

.crm-service__text p{
  margin: 0 0 12px;
  color: #384250;
  line-height: 1.75;
}

.crm-service__list{
  margin: 0;
  padding-left: 18px;
  color: #384250;
  line-height: 1.8;
}

.crm-service__steps{
  margin: 0;
  padding-left: 18px;
  color: #384250;
  line-height: 1.8;
}

.crm-service__note{
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(200,106,26,.10);
  border: 1px solid rgba(200,106,26,.18);
  color: #2a313a;
}

/* Side column */
.crm-service__side{
  display:grid;
  gap: 14px;
}

.crm-service__figure{
  background:#fff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow2);
  border: 1px solid rgba(0,0,0,.06);
}

.crm-service__figure img{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.crm-service__figure figcaption{
  padding: 12px 14px;
  color: #586273;
  font-size: 13px;
}

.crm-service__card{
  background:#fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  border: 1px solid rgba(0,0,0,.06);
}

.crm-service__card h3{
  margin: 0 0 8px;
  font-size: 16px;
}

.crm-service__card p{
  margin: 0 0 12px;
  color: #3b4656;
  line-height: 1.65;
}

.crm-service__miniCta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  color:#121316;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: 0 14px 32px rgba(200,106,26,.26);
}

/* ---------- CTA FINAL ---------- */
.crm-service__cta{
  max-width: 1100px;
  margin: 18px auto 0;
  padding: 0 20px 44px;
}

.crm-service__cta > div,
.crm-service__cta{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
}

.crm-service__cta{
  background: transparent;
}

.crm-service__ctaText{
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,.06);
  flex: 1;
}

.crm-service__ctaText strong{
  display:block;
  color: #1f2630;
  margin-bottom: 2px;
}

.crm-service__ctaText span{
  display:block;
  color: #5b6676;
  font-size: 13px;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .crm-service__content{
    grid-template-columns: 1fr;
    margin-top: -40px;
  }
  .crm-service__cta{
    flex-direction: column;
    align-items: stretch;
  }
  .crm-service__ctaText{
    width: 100%;
  }
  .crm-service .crm-btn--primary{
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce){
  .crm-service .crm-btn,
  .crm-service__miniCta{ transition:none; }
  .crm-service .crm-btn:hover{ transform:none; }
}/* End custom CSS */