/* ============================================================
   OFFICEA PERSO — Identité visuelle distincte
   Accent : vert sauge / eucalyptus (chaleureux, domestique)
   tout en gardant le socle Officea (crème + navy)
   ============================================================ */
:root {
  --sage: #5a7860;
  --sage-soft: #7a9880;
  --sage-pale: #d8e3d8;
  --sage-bg: #eef3ee;
}

/* L'eyebrow et les accents passent en sauge sur la page perso */
.perso-feature-icon { font-size: 30px; margin-bottom: 16px; line-height: 1; }

/* Grille de fonctionnalités (6 cartes, 3 colonnes) */
.perso-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .perso-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .perso-features { grid-template-columns: 1fr; } }

.perso-feature {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all .3s ease;
}
.perso-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--sage-pale);
}
.perso-feature h3 { margin-bottom: 10px; }
.perso-feature p { font-size: 14px; color: var(--text-soft); line-height: 1.55; }

/* ===== Accent sauge sur les éléments clés de la page perso ===== */
/* Eyebrow en sauge */
.hero .eyebrow,
.problem .eyebrow,
.services .eyebrow,
#etapes .eyebrow { color: var(--sage); }

/* em (mots en italique mis en valeur) en sauge sur perso */
.hero-title em,
.problem-text h2 em,
.section-head h2 em { color: var(--sage); }

/* Bouton primaire perso en sauge (au lieu de l'ocre) */
.hero-actions .btn-primary,
.cta-actions .btn-primary {
  background: var(--sage);
}
.hero-actions .btn-primary:hover,
.cta-actions .btn-primary:hover {
  background: #4a6650;
}

/* Le switch actif côté perso reste navy (cohérent), mais on teinte le survol */
/* Ornement hero en sauge */
.hero-ornament {
  background: radial-gradient(circle, rgba(90, 120, 96, 0.07) 0%, transparent 70%);
}

/* Numéros d'étapes en sauge */
.process-num {
  border-color: var(--sage);
  color: var(--sage);
}

/* Puces de la liste problème en sauge */
.problem-list li span { color: var(--sage); }

/* Carte chiffre (problème) : accent sauge */
.problem-card-num { color: var(--sage); }
.problem-card::before { background: var(--sage-bg); }

/* CTA box : garder le navy mais l'eyebrow en sauge clair */
.cta-box .eyebrow { color: var(--sage-soft); }

/* Stats hero en sauge */
.hero-stats strong { color: var(--sage); }

/* ===== Grille pricing perso (2 formules, centrées) ===== */
.pricing-grid-perso {
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) { .pricing-grid-perso { grid-template-columns: 1fr; } }

/* Carte featured perso : navy avec accent sauge (au lieu d'ocre) */
.pricing-grid-perso .pricing-card-featured { border-color: var(--sage); }
.pricing-grid-perso .pricing-card-featured .pricing-badge { background: var(--sage); }
.pricing-grid-perso .pricing-card ul li::before { color: var(--sage); }
.pricing-grid-perso .pricing-card-featured ul li::before { color: var(--sage-soft); }

/* ===== Options à la carte ===== */
.perso-options {
  margin-top: 56px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.perso-options-title {
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 26px);
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 28px;
}
.perso-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 700px) { .perso-options-grid { grid-template-columns: 1fr; } }

.perso-option {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 20px;
  transition: border-color .2s;
}
.perso-option:hover { border-color: var(--sage-pale); }
.perso-option-icon { font-size: 24px; flex-shrink: 0; line-height: 1.2; }
.perso-option-name {
  font-weight: 600;
  color: var(--navy);
  font-size: 15px;
  margin-bottom: 4px;
}
.perso-option-price {
  color: var(--sage);
  font-weight: 600;
  font-size: 13px;
  margin-left: 4px;
}
.perso-option-desc {
  font-size: 13.5px;
  color: var(--text-soft);
  line-height: 1.45;
  margin: 0;
}
.perso-option-soon { opacity: 0.7; }
.perso-option-badge-soon {
  display: inline-block;
  background: var(--sage-bg);
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

/* ============================================================
   VISUELS PHOTO
   ============================================================ */

/* Hero en 2 colonnes (texte + image) */
.hero-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { order: -1; }
}
.hero-inner { max-width: none; }

.hero-visual {
  position: relative;
}
.hero-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hover);
  display: block;
}
.hero-visual-badge {
  position: absolute;
  bottom: 20px;
  left: -16px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 12px 18px;
  box-shadow: var(--shadow-elev);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
}
@media (max-width: 900px) { .hero-visual-badge { left: 12px; } }
.hero-visual-badge-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}

/* Photo dans la section problème */
.problem-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-hover);
}
.problem-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.problem-photo-stat {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(180deg, transparent, rgba(26,35,50,0.9));
  padding: 40px 24px 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #fff;
}
.problem-photo-num {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 500;
  color: var(--sage-soft);
  line-height: 1;
}
.problem-photo-label {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  line-height: 1.3;
}
