/* ============ HOME / ACCUEIL ============ */

.home-about {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px 70px;
  background: #fff8fb;
}

.about-hero h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.about-hero p {
  max-width: 760px;
  color: #4b5563;
}

.about-grid {
  margin-top: 26px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.about-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px 16px 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.03);
}

.about-card h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 700;
}

.about-card p {
  color: #4b5563;
}

.about-text {
  margin-top: 32px;
}

.about-text h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.about-text p {
  max-width: 720px;
  color: #4b5563;
}

.cta-large {
  display: inline-block;
  margin-top: 12px;
  background: var(--lemon, #ffe066);
  padding: 11px 20px;
  border-radius: 14px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

@media (max-width: 640px) {
  .about-hero h2 {
    font-size: 1.45rem;
  }
}
.home-intro {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;              /* 👉 centre tout */
  padding: 32px 16px 60px;
}

.home-intro h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.home-lead {
  max-width: 700px;
  margin: 0 auto 28px;
  color: #4b5563;
}

.home-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  justify-items: center;            /* 👉 centre les cartes */
  margin-bottom: 30px;
}

.home-benefit {
  background: #fff;
  border-radius: 18px;
  padding: 16px 16px 18px;
  max-width: 280px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.03);
  text-align: center;
}

.home-benefit h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 700;
}

.home-benefit p {
  color: #4b5563;
  font-size: .9rem;
}

.home-reassure h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.home-reassure p {
  max-width: 650px;
  margin: 0 auto 14px;
  color: #4b5563;
}

.cta-large {
  display: inline-block;
  background: var(--lemon, #ffe066);
  padding: 11px 20px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #1f2937;
}

@media (max-width: 640px) {
  .home-intro h2 {
    font-size: 1.6rem;
  }
  .home-benefit {
    max-width: none;
    width: 100%;
  }
}

.site-footer {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.03);
  margin-top: 40px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 18px;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(140px, 1fr));
  gap: 20px;
}

.footer-col h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.footer-col h5 {
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.footer-col p {
  color: #4b5563;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 6px;
}
.footer-col a {
  color: #1f2937;
  text-decoration: none;
  font-size: .85rem;
}
.footer-col a:hover {
  text-decoration: underline;
}

.footer-small {
  font-size: .75rem;
  color: #6b7280;
  margin-top: 6px;
}

.footer-bottom {
  text-align: center;
  padding: 12px 16px 24px;
  font-size: .72rem;
  color: #6b7280;
  border-top: 1px solid rgba(0,0,0,0.03);
}

@media (max-width: 780px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
}

/* page contact */
.contact-form-card {
  margin-top: 32px; /* tu ajustes 24 / 32 / 40 selon ton œil */
}

.contact-section form {
  margin-top: 32px;
}

/* ===== FOOTER GLOBAL (forcé aussi sur la home) ===== */

.site-footer {
  background: #ffe5e5;
  margin-top: 3rem;
  padding: 2rem 1rem 1.5rem;
  font-size: 0.95rem;
  color: #444;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem 2rem;
}

.site-footer .footer-col h4,
.site-footer .footer-col h5 {
  margin: 0 0 0.75rem;
  color: #c44a55;
  font-weight: 600;
}

.site-footer .footer-col p {
  margin: 0;
}

.site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-col ul li + li {
  margin-top: 0.35rem;
}

.site-footer .footer-col a {
  text-decoration: none;
  color: #444;
}

.site-footer .footer-col a:hover {
  text-decoration: underline;
}

.site-footer .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}
