/* Page publique Accompagnement DIY — styles de presentation (lien separe pour deploy sure) */

/* style.css L697-1104 */
.diy-hero {
  text-align: center;
  padding: 56px 20px 48px;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.14), transparent 70%);
}
.diy-hero--photo {
  position: relative;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 20px 56px;
  overflow: hidden;
  background: #0a0a0c;
}
.diy-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.diy-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) contrast(1.05);
}
.diy-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 45%, rgba(10,10,12,0.92) 100%);
}
.diy-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}
.diy-hero h1 {
  margin: 0 auto 16px;
  max-width: 920px;
  font-size: clamp(1.55em, 3.6vw, 2.45em);
  line-height: 1.18;
}
.diy-hero--photo h1 { color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,0.45); }
.diy-hero-badge {
  display: inline-block;
  margin: 0 auto 18px;
  padding: 7px 16px;
  background: rgba(255, 0, 0, 0.14);
  border: 1px solid rgba(255, 0, 0, 0.45);
  border-radius: 999px;
  color: var(--red);
  font-weight: 700;
  font-size: 0.82em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.diy-hero--photo .diy-hero-badge {
  background: rgba(214, 40, 40, 0.28);
  border-color: rgba(255, 120, 120, 0.55);
  color: #fecaca;
}
.diy-hero-sub {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--text-muted);
  font-size: 1.08em;
  line-height: 1.65;
}
.diy-hero--photo .diy-hero-sub { color: rgba(255,255,255,0.88); }
.diy-hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.diy-btn-on-dark {
  border-color: rgba(255,255,255,0.55) !important;
  color: #fff !important;
  background: rgba(0,0,0,0.25) !important;
}
.diy-btn-on-dark:hover {
  background: rgba(255,255,255,0.12) !important;
}
.diy-trust-strip {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
.diy-trust-strip li {
  font-size: 0.88em;
  font-weight: 600;
  color: var(--text-muted);
  padding: 6px 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 999px;
}
.diy-hero--photo .diy-trust-strip li {
  background: rgba(0,0,0,0.45);
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.9);
}
.diy-unique-section { padding: 48px 20px 24px; }
.diy-unique-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 28px auto 0;
}
.diy-unique-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}
.diy-unique-card h3 { margin: 0 0 12px; font-size: 1.05em; }
.diy-unique-card ul { margin: 0; padding-left: 18px; color: var(--text-muted); line-height: 1.7; font-size: 0.93em; }
.diy-unique-card--hl {
  border-color: var(--red);
  box-shadow: var(--shadow-hover);
  background: linear-gradient(160deg, rgba(214,40,40,0.12), var(--bg-card));
}
.diy-savings-section { padding: 40px 20px 48px; }
.diy-savings-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  max-width: 1040px;
  margin: 28px auto 0;
  align-items: start;
}
@media (max-width: 860px) {
  .diy-savings-layout { grid-template-columns: 1fr; }
}
.diy-savings-visual img,
.diy-pride-visual img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: block;
  object-fit: cover;
  max-height: 420px;
}
.diy-math-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.diy-math-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
}
.diy-math-card--hl { border-color: var(--red); }
.diy-math-card--save {
  background: rgba(214,40,40,0.1);
  border-color: rgba(214,40,40,0.45);
}
.diy-math-label { margin: 0; font-size: 0.85em; color: var(--text-muted); }
.diy-math-big { margin: 6px 0 4px; font-size: 1.65em; font-weight: 800; color: var(--red); }
.diy-math-detail { margin: 0; font-size: 0.9em; color: var(--text-muted); }
.diy-math-note { margin: 12px 0 0; font-size: 0.85em; color: var(--text-muted); }
.diy-calc-box {
  margin-top: 18px;
  padding: 16px 18px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.diy-calc-box input[type="range"] { width: 100%; margin: 12px 0 8px; }
.diy-calc-out { margin: 0; font-size: 0.95em; line-height: 1.55; color: var(--text-muted); }
.diy-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 0 20px;
}
.diy-gallery-item {
  margin: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.diy-gallery-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.diy-gallery-item figcaption {
  padding: 10px 12px;
  font-size: 0.85em;
  color: var(--text-muted);
}
.diy-guarantees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 24px auto 0;
  padding: 0 20px;
}
.diy-guarantee-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  border-top: 3px solid var(--red);
}
.diy-guarantee-card h3 { margin: 0 0 8px; font-size: 1.02em; }
.diy-guarantee-card p { margin: 0; color: var(--text-muted); font-size: 0.92em; line-height: 1.55; }
.diy-sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 900;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(10,10,12,0.92);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.diy-sticky-cta.is-visible { display: block; }
.diy-sticky-cta .btn { width: 100%; text-align: center; }
@media (min-width: 769px) {
  .diy-sticky-cta { display: none !important; }
}
.diy-intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}
.diy-intro p {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}
.diy-intro a { color: var(--red); text-decoration: underline; }
.diy-intro-keywords {
  font-size: 0.88em;
  color: var(--text-muted);
  opacity: 0.85;
  margin-top: 8px !important;
}

/* Page DIY promo — argument économique + fierté + process */
.diy-value-section { padding-top: 12px; }
.diy-value-wrap { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.diy-value-copy { margin-top: 28px; }
.diy-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin: 28px auto 0;
  max-width: 820px;
}
.diy-compare-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 22px 18px;
  position: relative;
}
.diy-compare-card h3 {
  margin: 0 0 6px;
  font-size: 1.15em;
}
.diy-compare-card--diy {
  border-color: var(--red);
  box-shadow: var(--shadow-hover);
}
.diy-compare-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--red);
  color: #fff;
  font-size: 0.72em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 999px;
}
.diy-compare-label {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: 0.9em;
}
.diy-compare-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.95em;
}
.diy-compare-result {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--red);
  font-size: 0.98em;
  line-height: 1.45;
}
.diy-pride-section { text-align: center; }
.diy-pride-wrap { max-width: 960px; margin: 0 auto; padding: 0 20px; }
.diy-pride-wrap--split {
  max-width: 1040px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  text-align: left;
}
@media (max-width: 860px) {
  .diy-pride-wrap--split { grid-template-columns: 1fr; }
}
.diy-pride-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}
.diy-pride-point {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
}
.diy-pride-point h3 {
  margin: 0 0 8px;
  font-size: 1.05em;
  color: var(--red);
}
.diy-pride-point p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93em;
  line-height: 1.6;
}
.diy-pack-economy {
  margin: 0 0 6px;
  color: var(--red);
  font-weight: 700;
  font-size: 0.98em;
  line-height: 1.4;
}
.diy-pack-tagline {
  margin: 0 0 8px;
  font-size: 0.92em;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}
.diy-process-list {
  list-style: none;
  margin: 28px auto 0;
  padding: 0 20px;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.diy-process-list > li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
}
.diy-process-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 0.95em;
}
.diy-process-list h3 {
  margin: 2px 0 6px;
  font-size: 1.05em;
}
.diy-process-list p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93em;
  line-height: 1.6;
}

/* style.css L1460-1476 */
.section-title-center {
  text-align: center;
  margin-bottom: 28px;
}
.diy-blog-sections {
  display: grid;
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
}
.diy-blog-block-title {
  margin: 0 0 6px;
  font-size: 1.15em;
  color: var(--text);
}
.diy-blog-block-lead {
  margin: 0 0 18px;

/* style.css L1539-1711 */
.diy-packs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.diy-pack-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.diy-pack-card--featured {
  border-color: var(--red);
  box-shadow: var(--shadow-hover);
}
.diy-pack-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.72em;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
.diy-pack-header h2 {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 1.35em;
  padding-right: 0;
}
.diy-pack-subtitle {
  color: var(--text-muted);
  font-size: 0.95em;
  margin-bottom: 20px;
  line-height: 1.5;
}
.diy-pack-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}
.diy-pack-features li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid var(--border);
  line-height: 1.5;
  font-size: 0.95em;
}
.diy-pack-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}
.diy-pack-features li:last-child { border-bottom: none; }
.diy-pack-price {
  text-align: center;
  padding-top: 16px;
  border-top: 2px solid var(--border);
}
.diy-pack-amount {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--red);
}
.diy-pack-ttc {
  font-size: 0.9em;
  color: var(--text-muted);
  margin-left: 4px;
}
.diy-pack-note {
  font-size: 0.85em;
  color: var(--text-muted);
  margin-top: 8px;
}
.diy-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 24px auto 0;
  padding: 0 20px;
}
.diy-option-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  text-align: center;
}
.diy-option-card h3 {
  margin: 0 0 10px;
  font-size: 1.05em;
}
.diy-option-detail {
  color: var(--text-muted);
  font-size: 0.9em;
  margin-bottom: 12px;
  line-height: 1.5;
}
.diy-option-price {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--red);
  margin: 0;
}
.diy-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 24px auto 0;
  padding: 0 20px;
}
.diy-why-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
}
.diy-why-icon {
  color: var(--red);
  margin-bottom: 12px;
}
.diy-why-card h3 { margin: 0 0 10px; }
.diy-why-card p {
  color: var(--text-muted);
  font-size: 0.92em;
  line-height: 1.6;
  margin: 0;
}
.diy-rdv-section .section-lead { max-width: 720px; }
.diy-rdv-free-badge {
  display: inline-block;
  margin: 0 auto 28px;
  padding: 8px 18px;
  background: rgba(255, 0, 0, 0.12);
  border: 1px solid var(--red);
  border-radius: 24px;
  color: var(--red);
  font-weight: 700;
  font-size: 0.95em;
  text-align: center;
}
.diy-rdv-section { text-align: center; }
/* Le calendrier lui-même reste full-width (text-align:center ne doit pas le rétrécir) */
.diy-rdv-section #diy-rdv-calendar-wrap,
.diy-rdv-section #home-rdv-calendar-wrap,
.home-rdv-section #home-rdv-calendar-wrap,
.diy-rdv-section #diy-rdv-zone-picker,
.home-rdv-section #home-rdv-zone-picker {
  text-align: left;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* Calendriers client : DIY, accueil RDV, /rdv/ — même largeur et lisibilité */

/* style.css L1839-1861 */
.diy-cta-section {
  text-align: center;
  padding: 50px 24px 60px;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  margin: 0 auto 40px;
  max-width: 1160px;
}
.diy-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.diy-home-teaser {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), var(--bg-card));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;

/* style.css L2129-2146 */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.testimonial-stars { color: var(--red); margin-bottom: 12px; }
.testimonial-text { font-style: italic; line-height: 1.65; color: var(--text); margin-bottom: 16px; }
.testimonial-author { font-size: 0.9em; color: var(--text-muted); }
.values-grid, .price-ranges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
