/* 8UP Media — Service pages v4: hero gauche, lisible, harmonisé */

/* ── Section headers: centrés (sauf hero & process) ── */
body.standalone-page main section .section-eyebrow,
body.standalone-page main section h2,
body.standalone-page main section .section-lead,
body.standalone-page .svc-human .section-eyebrow,
body.standalone-page .svc-human h2,
body.standalone-page .svc-human .section-lead,
body.standalone-page .svc-reassure .section-eyebrow,
body.standalone-page .svc-reassure h2,
body.standalone-page .svc-reassure .section-lead {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.standalone-page .svc-process .section-eyebrow,
body.standalone-page .svc-process h2 {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.standalone-page main section .section-lead,
body.standalone-page .svc-human .section-lead,
body.standalone-page .svc-reassure .section-lead {
  max-width: 640px !important;
  color: #555 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

body.standalone-page .section-eyebrow {
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #ff6500 !important;
  display: block !important;
  margin-bottom: 12px !important;
}

body.standalone-page .section-eyebrow::before,
body.standalone-page .section-eyebrow::after {
  content: none !important;
}

/* ── Hero pleine largeur ── */
body.standalone-page .svc-hero,
body.standalone-page main > .hero.svc-hero {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 112px 32px 72px !important;
  background: linear-gradient(135deg, #fff5ee 0%, #fffaf7 40%, #ffffff 100%) !important;
  border-bottom: none !important;
}

body.standalone-page .svc-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

body.standalone-page .svc-hero-content {
  text-align: left !important;
}

body.standalone-page .svc-hero .eyebrow {
  display: inline-block !important;
  background: #fff !important;
  border: 1px solid rgba(255, 101, 0, 0.25) !important;
  border-radius: 999px !important;
  padding: 7px 16px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #444 !important;
  margin-bottom: 22px !important;
}

body.standalone-page .svc-hero h1 {
  font-size: clamp(1.85rem, 3.8vw, 3rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 18px !important;
  max-width: 620px !important;
  text-align: left !important;
  color: #0a0a0a !important;
  background: none !important;
  text-wrap: pretty;
}

body.standalone-page .svc-hero h1 em {
  color: #ff6500;
  font-style: normal;
}

body.standalone-page .svc-hero .hero-lead {
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  color: #555 !important;
  max-width: 540px !important;
  margin: 0 0 28px !important;
  text-align: left !important;
  background: none !important;
}

body.standalone-page .svc-hero .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start !important;
  margin-bottom: 28px;
}

body.standalone-page .svc-hero .hero-cta .btn-primary,
body.standalone-page .svc-hero .hero-cta .btn-devis {
  padding: 14px 28px !important;
  min-width: 220px;
}

/* Trust chips (plus de tirets) */
body.standalone-page .svc-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start !important;
  padding-top: 4px;
}

body.standalone-page .svc-hero-trust span,
body.standalone-page .svc-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px 18px;
  min-width: 120px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  font-size: 12px;
  color: #666;
  text-align: center;
}

body.standalone-page .svc-hero-trust span::before {
  content: none !important;
}

body.standalone-page .svc-hero-trust span strong,
body.standalone-page .svc-chip strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #ff6500;
  line-height: 1.2;
  margin-bottom: 2px;
}

body.standalone-page .svc-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(255, 101, 0, 0.15);
}

body.standalone-page .svc-hero-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(10, 10, 10, 0.88);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 600;
}

/* ── Sections ── */
body.standalone-page main section {
  padding: 72px 0 !important;
}

body.standalone-page main section .container {
  max-width: 1280px !important;
}

body.standalone-page .card {
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid #ece8e4 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  text-align: center !important;
}

body.standalone-page .card h3 {
  text-align: center !important;
  color: #0a0a0a !important;
}

body.standalone-page .card p {
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

body.standalone-page .card-icon {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.standalone-page .card:hover {
  border-color: rgba(255, 101, 0, 0.35) !important;
  box-shadow: 0 12px 32px rgba(255, 101, 0, 0.1) !important;
}

/* ── Human block ── */
body.standalone-page .svc-human {
  width: 100% !important;
  max-width: none !important;
  background: #fff !important;
  border-top: 1px solid #f0ebe6;
  border-bottom: 1px solid #f0ebe6;
  padding: 80px 0 !important;
}

body.standalone-page .svc-human-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

body.standalone-page .svc-human-copy {
  text-align: center;
}

body.standalone-page .svc-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

body.standalone-page .svc-chip span {
  font-size: 12px;
  color: #666;
  line-height: 1.3;
}

body.standalone-page .svc-human-visual > img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 16/10;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

body.standalone-page .svc-quote {
  margin: 20px 0 0;
  padding: 22px 24px;
  background: #fffaf7;
  border: 1px solid #ffe0cc;
  border-radius: 16px;
  text-align: center;
}

body.standalone-page .svc-quote p {
  font-size: 15px !important;
  color: #333 !important;
  line-height: 1.65 !important;
  margin: 0 0 10px !important;
  font-style: italic;
}

body.standalone-page .svc-quote cite {
  font-size: 13px;
  color: #888;
  font-style: normal;
}

/* ── Résultats inline cards ── */
body.standalone-page section .grid.grid-3 > div {
  background: #fff !important;
  border: 1px solid #ece8e4 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}

body.standalone-page section .grid.grid-3 > div > div:last-child {
  color: #555 !important;
  font-size: 14px !important;
}

/* ── Process: fond noir LISIBLE pleine largeur ── */
html body.standalone-page section.svc-process {
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
  color: #fff !important;
  width: 100% !important;
  max-width: none !important;
  padding: 80px 32px !important;
  margin: 0 !important;
}

body.standalone-page .svc-process .container {
  max-width: 1280px !important;
  margin: 0 auto !important;
}

body.standalone-page .svc-process h2 {
  color: #fff !important;
  margin-bottom: 44px !important;
}

body.standalone-page .svc-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

body.standalone-page .svc-step {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: left;
}

body.standalone-page .svc-step-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: #ff6500;
  background: rgba(255, 101, 0, 0.15);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 12px;
}

body.standalone-page .svc-step h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

body.standalone-page .svc-step p {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  margin: 0 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

/* ── Bloc réassurance ── */
body.standalone-page .svc-reassure {
  width: 100% !important;
  background: linear-gradient(180deg, #fff5ee 0%, #fffaf7 100%) !important;
  padding: 80px 32px !important;
  border-top: 1px solid #ffe0cc;
  border-bottom: 1px solid #ffe0cc;
}

body.standalone-page .svc-reassure-inner {
  max-width: 1280px;
  margin: 0 auto;
}

body.standalone-page .svc-reassure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

body.standalone-page .svc-reassure-card {
  background: #fff;
  border: 1px solid #ece8e4;
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.standalone-page .svc-reassure-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255, 101, 0, 0.1);
  border-color: rgba(255, 101, 0, 0.3);
}

body.standalone-page .svc-reassure-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  background: #fff5ee;
  border: 2px solid #ff6500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #ff6500;
}

body.standalone-page .svc-reassure-card h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  margin-bottom: 10px !important;
  text-align: center !important;
}

body.standalone-page .svc-reassure-card p {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ── FAQ centrée ── */
body.standalone-page main section > .container > div[style*="max-width:760px"] {
  max-width: 800px !important;
  margin: 0 auto !important;
}

body.standalone-page section details summary {
  text-align: left !important;
  color: #0a0a0a !important;
  font-size: 15px !important;
}

body.standalone-page section details > div {
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* ── Services complémentaires ── */
body.standalone-page .services-grid .service-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  background: #fff !important;
  border: 1px solid #ece8e4 !important;
  border-radius: 18px !important;
  padding: 32px 24px !important;
  min-height: 170px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

body.standalone-page .services-grid .service-link h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  margin-bottom: 10px !important;
}

body.standalone-page .services-grid .service-link p {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.55 !important;
  flex: 1 !important;
}

body.standalone-page .services-grid .service-link .arrow {
  color: #ff6500 !important;
  font-weight: 700 !important;
  margin-top: 14px !important;
}

body.standalone-page .services-grid .service-link .arrow svg {
  display: inline-block !important;
}

/* ── KPI bar: orange pleine largeur, sans tirets verticaux ── */
html body.standalone-page section.pro-results-bar,
html body.standalone-page .pro-results-bar {
  background: linear-gradient(135deg, #ff6500 0%, #ff8533 100%) !important;
  background-color: #ff6500 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.standalone-page .pro-results-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  background: transparent !important;
}

body.standalone-page .pro-result {
  background: transparent !important;
  padding: 36px 20px !important;
  text-align: center !important;
  border: none !important;
}

html body.standalone-page .pro-results-bar .pro-result-num {
  color: #fff !important;
  font-size: 2rem !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

html body.standalone-page .pro-results-bar .pro-result-label {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* ── CTA pleine largeur ── */
body.standalone-page .cta-final {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 72px 32px !important;
  background: linear-gradient(135deg, #ff6500 0%, #e85a00 100%) !important;
}

body.standalone-page .cta-final h3 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
  color: #fff !important;
}

body.standalone-page .cta-final p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 17px !important;
}

body.standalone-page .breadcrumb {
  text-align: left !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding-left: 32px !important;
}

@media (max-width: 1040px) {
  body.standalone-page .svc-hero-inner,
  body.standalone-page .svc-human-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.standalone-page .svc-hero-visual {
    max-width: 520px;
    margin: 0 auto;
  }

  body.standalone-page .svc-process-steps,
  body.standalone-page .svc-reassure-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.standalone-page .pro-results-inner {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  body.standalone-page .svc-hero,
  body.standalone-page main > .hero.svc-hero {
    padding: 100px 20px 56px !important;
  }

  body.standalone-page .svc-process-steps,
  body.standalone-page .svc-reassure-grid {
    grid-template-columns: 1fr;
  }

  body.standalone-page .pro-results-inner {
    grid-template-columns: 1fr !important;
  }

  body.standalone-page .svc-hero .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
}
