/* ==========================================================================
   PAGE PRÊT PROFESSIONNEL — Design System Solutis
   Accent: #F5A623 (jaune)  Violet: #4738DE  Blanc: #fff  BG: #F5F5F5
   ========================================================================== */

:root {
  --cpro-yellow:  #FCC753;
  --cpro-violet:  #4738DE;
  --cpro-red:     #EC1C24;
  --cpro-text:    #282828;
  --cpro-bg:      #F5F5F5; /* déjà #f5f5f5 */
  --cpro-white:   #ffffff;
  --cpro-border:  #D1D4FF;
  --cpro-sim-bg:  #E4E6FF;
}

/* ---- PAGE BASE ---- */
.cpro-page {
  background: var(--cpro-bg);
  color: var(--cpro-text);
}
.cpro-page h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.15;
  color: var(--cpro-text);
  margin: 0 0 56px;
}
.cpro-page p,
.cpro-page li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--cpro-text);
  line-height: 1.75;
}

.cpro-accent { color: var(--cpro-yellow); }

/* ============================
   HERO
   ============================ */
.cpro-hero {
  background: var(--cpro-yellow);
  position: relative;
  overflow: visible;
  padding-bottom: 80px;
}
.cpro-hero__inner {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: stretch;
  position: relative;
  min-height: 440px;
  padding: 48px 0 0;
  max-width: 1280px;
  margin: 0 auto;
}

/* Colonne gauche */
.cpro-hero__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2;
  color: #fff !important;
  margin-bottom: 28px;
}
.cpro-hero__title-top {
  display: block;
  color: var(--cpro-violet);
  margin: 0;
}
.cpro-hero__checks {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
.cpro-hero__checks li {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #fff !important;
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cpro-hero__checks li::before {
  content: '✔';
  color: var(--cpro-violet) !important;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.cpro-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: var(--cpro-violet);
  color: #fff !important;
  border-radius: 50px;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid var(--cpro-violet);
  transition: all .25s;
}
.cpro-hero__cta:hover {
  background: #E4E6FF;
  color: var(--cpro-violet) !important;
  border-color: #E4E6FF;
}
.cpro-hero__cta--sm { font-size: 14px; padding: 12px 28px; }

/* Colonne droite : cartes */
.cpro-hero__cards-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
}
.cpro-hero__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 300px;
}
.cpro-hero__card {
  background: var(--cpro-white);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--cpro-text) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  min-height: 56px;
  line-height: 1.3;
  transition: box-shadow .2s;
  justify-content: flex-start;
}
.cpro-hero__card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.cpro-hero__card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpro-hero__card-icon img { width: 100%; height: 100%; object-fit: contain; }

/* Photo col : absolute dans le hero, collée au bas */
.cpro-hero__photo-col {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  overflow: visible;
  pointer-events: none;
}
.cpro-hero__photo {
  display: block;
  width: 420px;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  bottom: -80px;
  right: -20px;
  z-index: 10;
}

/* breadcrumb → voir product-shared.css */

/* ============================
   TRUST → voir product-shared.css
   ============================ */

/* ============================
   C'EST QUOI
   ============================ */
.cpro-what {
  padding: 80px 80px;
  background: var(--cpro-bg);
}
.cpro-what__container {
  max-width: 1100px;
  margin: 0 auto 40px;
}
.cpro-what__container h2 { margin: 0; font-size: 48px; font-weight: 500; }
.cpro-what__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.cpro-what__left p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--cpro-text);
}
.cpro-what__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpro-what__graph {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}
.cpro-what__visual {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* Partie haute jaune */
.cpro-what__visual-top {
  background: var(--cpro-yellow);
  padding: 28px 32px 24px;
}
.cpro-what__visual-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--cpro-text) !important;
  margin: 0 0 4px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.cpro-what__visual-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: var(--cpro-text) !important;
  margin: 0;
  text-transform: uppercase;
}
/* Partie basse : photo + contenu */
.cpro-what__visual-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
}
.cpro-what__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cpro-what__visual-content {
  background: #fff;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.cpro-what__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cpro-what__list li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--cpro-text) !important;
  padding-left: 18px;
  position: relative;
  line-height: 1.4;
}
.cpro-what__list li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: var(--cpro-yellow);
  font-size: 10px;
  top: 3px;
}
.cpro-what__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: var(--cpro-yellow);
  color: var(--cpro-text) !important;
  border-radius: 50px;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  transition: all .25s;
}
.cpro-what__cta:hover { opacity: 0.85; }

/* Témoignages → voir product-shared.css */

/* ============================
   CTA BANNER
   ============================ */
/* CTA Banner → voir product-shared.css */

/* ============================
   ACTUALITÉS
   ============================ */
.cpro-news {
  padding: 80px 80px;
  background: var(--cpro-bg);
}
.cpro-news__inner { max-width: 1100px; margin: 0 auto; }
.cpro-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 0;
}
.cpro-news__title {
  text-align: center;
  margin-bottom: 48px !important;
  font-weight: 700 !important;
}
.cpro-news__card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  color: var(--cpro-text) !important;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: box-shadow .2s, transform .2s;
}
.cpro-news__card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.14); transform: translateY(-2px); }
.cpro-news__card-img-wrap { overflow: hidden; border-radius: 16px 16px 0 0; }
.cpro-news__card-img-wrap { overflow: hidden; border-radius: 16px 16px 0 0; }
.cpro-news__card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.cpro-news__card:hover .cpro-news__card-img { transform: scale(1.04); }
.cpro-news__card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.cpro-news__card-body h5 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--cpro-text);
  margin: 0;
  line-height: 1.4;
}
.cpro-news__card-body p { font-size: 13px; color: #6b7280; margin: 0; line-height: 1.6; }
.cpro-news__read {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: var(--cpro-violet);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: auto;
}


/* Boutons génériques */
.cpro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all .25s ease;
  white-space: nowrap;
  border: none;
}
.cpro-btn--md { font-size: 14px; padding: 14px 28px; }
.cpro-btn--violet { background: var(--cpro-violet); color: #fff !important; }
.cpro-btn--violet:hover { background: #3428c5; color: #fff !important; }

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1200px) {
  .cpro-hero__inner { grid-template-columns: 55% 45%; padding: 48px 40px; }
  .cpro-hero__photo-col { display: none !important; }
  .cpro-hero__title { font-size: 34px; }
}
@media (max-width: 768px) {
  .cpro-hero__inner { grid-template-columns: 1fr; padding: 40px 24px; min-height: auto; }
  .cpro-hero__cards-col { display: none; }
  /* cpro-trust → product-shared.css */
  .cpro-what__inner { grid-template-columns: 1fr; }
  .cpro-testimonials__inner { grid-template-columns: 1fr; gap: 32px; }
  .cpro-news__grid { grid-template-columns: 1fr; }
}
