/* Personnalisation légère du header Eauxigen. */
.appointment-heading {
  max-width: 950px;
  margin: 0 auto 60px;
}

.appointment-heading p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.appointment-form .iti {
  width: 100%;
}

.appointment-form .form-control:focus,
.appointment-form .form-control:active {
  border-color: #32aaff !important;
  border-radius: 15px !important;
  background: #0a2a40 !important;
  color: #fff !important;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.form-turnstile {
  overflow-x: auto;
}

.appointment-form .form-rgpd-note {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.appointment-form .form-rgpd-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.appointment-form .alert {
  margin-bottom: 0;
  text-align: left;
}

.account-wraper1 .form-submit-cta {
  border-color: #fee74a !important;
  background-color: #fee74a !important;
  color: #042338 !important;
  font-weight: 700;
}

.account-wraper1 .form-submit-cta:hover,
.account-wraper1 .form-submit-cta:focus-visible {
  border-color: #32aaff !important;
  background-color: #32aaff !important;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .appointment-heading {
    margin-bottom: 40px;
  }
}

.main-banner .hero-highlight {
  color: #fee74a;
}

/* Hero de l’accueil : hiérarchie et lisibilité reprises de la V8 Brighter. */
.main-banner h1#titre-accueil {
  max-width: 780px;
  font-size: clamp(42px, 3.5vw, 56px);
  line-height: 1.12;
}

.main-banner .main-banner__description {
  max-width: 780px;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
  opacity: 0.96;
}

.main-banner .main-banner__cta {
  min-height: 64px;
  padding: 18px 36px;
  border-color: #fee74a;
  background-color: #fee74a;
  color: #042338;
  font-size: 19px;
  font-weight: 700;
}

.main-banner .main-banner__cta:hover,
.main-banner .main-banner__cta:focus-visible {
  border-color: #32aaff;
  background-color: #32aaff;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .main-banner h1#titre-accueil {
    font-size: 44px;
  }

  .main-banner .main-banner__description {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner h1#titre-accueil {
    font-size: 40px;
  }

  .main-banner .main-banner__description {
    font-size: 18px;
  }

  .main-banner .main-banner__cta {
    min-height: 56px;
    padding: 15px 28px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner h1#titre-accueil {
    font-size: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner h1#titre-accueil {
    font-size: 30px;
  }

  .main-banner .main-banner__description {
    font-size: 17px;
    line-height: 1.55;
  }

  .main-banner .main-banner__cta {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================
   PAGE TARIFS V9
   ========================================================== */
.pricing-page p {
  font-size: 18px;
  line-height: 1.75;
  color: #526473;
}

.pricing-intro,
.pricing-factors-section,
.pricing-faq-section {
  background: #f5faff;
}

.pricing-formulas-section,
.pricing-steps-section {
  background: #fff;
}

.pricing-transparency-note {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  max-width: 1050px;
  margin: 0 auto;
  padding: 28px 32px;
  background: #fff8ee;
  border-left: 6px solid #e4b75d;
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(7, 55, 91, 0.07);
}

.pricing-transparency-note > i {
  flex: 0 0 58px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #062a40;
  background: #fee74a;
  border-radius: 18px;
  font-size: 24px;
}

.pricing-transparency-note strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(21px, 1.6vw, 27px);
  color: #062a40;
}

.pricing-transparency-note p {
  margin: 0;
}

.pricing-formula-card {
  display: flex;
  height: 100%;
  padding: 38px 34px 34px;
  flex-direction: column;
  color: #526473;
  background: #fff;
  border: 1px solid #d9dde2;
  border-radius: 26px;
  box-shadow: 0 14px 38px rgba(7, 55, 91, 0.06);
}

.pricing-formula-card.is-featured {
  background: #f0f2f4;
  border-color: #f0f2f4;
}

.pricing-card-heading {
  display: flex;
  min-height: 62px;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.pricing-card-heading > span {
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 1.15;
}

.pricing-card-heading h3 {
  flex: 1 1 190px;
  margin: 0;
  font-size: clamp(23px, 1.65vw, 30px);
  line-height: 1.2;
  color: #062a40;
}

.pricing-recommended {
  flex: 0 0 auto;
  padding: 7px 11px;
  color: #e33a2e;
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.2;
}

.pricing-amount {
  display: flex;
  min-height: 73px;
  margin: 15px 0 13px;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  color: #062a40;
}

.pricing-amount strong {
  font-size: clamp(32px, 2.6vw, 44px);
  line-height: 1.1;
  color: #062a40;
}

.pricing-amount span {
  font-size: 15px;
  font-weight: 700;
  color: #526473;
}

.pricing-formula-card > p {
  min-height: 104px;
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 1.65;
}

.pricing-formula-card h4 {
  margin: 32px 0 20px;
  color: #062a40;
  font-size: 20px;
}

.pricing-formula-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-formula-card li {
  position: relative;
  min-height: 27px;
  margin-bottom: 13px;
  padding-right: 30px;
  color: #526473;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-formula-card li::before {
  position: absolute;
  top: 0.15em;
  right: 0;
  color: #83c63b;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.pricing-card-cta,
.pricing-main-cta {
  padding: 15px 24px;
  color: #062a40;
  background: #fee74a;
  border: 2px solid #fee74a;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 800;
}

.pricing-card-cta {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pricing-card-cta i {
  transform: rotate(45deg);
  font-size: 15px;
}

.pricing-formula-card.is-featured .pricing-card-cta {
	color: #fff;
	background: #35a9f5;
	border-color: #35a9f5;
}

.pricing-card-cta:hover,
.pricing-card-cta:focus-visible,
.pricing-main-cta:hover,
.pricing-main-cta:focus-visible {
  color: #fff;
  background: #35a9f5;
  border-color: #35a9f5;
}

.pricing-formula-card.is-featured .pricing-card-cta:hover,
.pricing-formula-card.is-featured .pricing-card-cta:focus-visible {
  color: #fff;
  background: #35a9f5;
  border-color: #35a9f5;
}

.pricing-minimum-note {
  max-width: 1050px;
  margin: 32px auto 0;
  padding: 20px 24px;
  text-align: center;
  background: #f5faff;
  border-radius: 16px;
  font-size: 16px !important;
}

.pricing-factors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pricing-factors-grid article {
  padding: 26px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(10, 66, 111, 0.08);
}

.pricing-factors-grid i {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  place-items: center;
  color: #062a40;
  background: #fee74a;
  border-radius: 15px;
  font-size: 21px;
}

.pricing-factors-grid h3,
.pricing-steps-list h3 {
  margin-bottom: 8px;
  font-size: clamp(21px, 1.5vw, 27px);
  color: #062a40;
}

.pricing-factors-grid p,
.pricing-steps-list p {
  margin-bottom: 0;
  font-size: 16px;
}

.pricing-steps-list {
  display: grid;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
}

.pricing-steps-list li {
  padding: 30px;
  text-align: center;
  background: #f5faff;
  border-radius: 22px;
}

.pricing-steps-list > li > span {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  place-items: center;
  color: #062a40;
  background: #fee74a;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 900;
}

.pricing-faq-list {
  max-width: 1080px;
  margin: 0 auto;
}

.pricing-faq-list details {
  margin-bottom: 18px;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(10, 66, 111, 0.08);
}

.pricing-faq-list summary {
  position: relative;
  padding: 24px 70px 24px 28px;
  color: #062a40;
  cursor: pointer;
  list-style: none;
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 800;
}

.pricing-faq-list summary::-webkit-details-marker {
  display: none;
}

.pricing-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 28px;
  content: "+";
  color: #35a9f5;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 400;
}

.pricing-faq-list details[open] summary::after {
  content: "−";
}

.pricing-faq-list details p {
  margin: 0;
  padding: 0 28px 26px;
  font-size: 17px;
}

@media only screen and (max-width: 1199px) {
  .pricing-formula-card > p {
    min-height: 0;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-factors-section .row {
    margin-right: 0;
    margin-left: 0;
  }

  .pricing-factors-section .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .pricing-factors-grid,
  .pricing-steps-list {
    grid-template-columns: 1fr;
  }

  .pricing-factors-grid {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-page p {
    font-size: 16px;
  }

  .pricing-transparency-note {
    padding: 24px;
    flex-direction: column;
  }

  .pricing-formula-card {
    padding: 30px 25px;
  }

  .pricing-factors-grid {
    grid-template-columns: 1fr;
  }

}

/* ==========================================================
   Page Zone d'intervention
   ========================================================== */
.intervention-page p {
  font-size: 18px;
  line-height: 1.75;
}

.zone-intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.zone-main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px 30px;
  border: 0;
  border-radius: 16px;
  background: #fee74a;
  color: #062a40;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.zone-main-cta:hover,
.zone-main-cta:focus-visible {
  background: #35a9f5;
  color: #fff;
  transform: translateY(-2px);
}

.zone-phone {
  color: #062a40;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.zone-phone:hover,
.zone-phone:focus-visible {
  color: #138fdc;
}

.zone-local-card {
  height: 100%;
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(145deg, #063f91 0%, #092b9e 100%);
  box-shadow: 0 18px 42px rgba(7, 53, 126, .18);
  color: #fff;
}

.zone-local-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #fee74a;
  color: #062a40;
  font-size: 26px;
}

.zone-local-card > span {
  display: block;
  margin-bottom: 10px;
  color: #fee74a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zone-local-card strong {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.2;
}

.zone-local-card p {
  color: rgba(255, 255, 255, .9);
}

.zone-local-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.zone-local-card li {
  position: relative;
  margin-top: 12px;
  padding-left: 30px;
  font-size: 17px;
  line-height: 1.5;
}

.zone-local-card li::before {
  position: absolute;
  top: .15em;
  left: 0;
  color: #83c73f;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.zone-radii-section,
.zone-departments-section {
  padding: 100px 0;
  background: #f5faff;
}

.zone-radius-card,
.zone-department-card,
.zone-expertise-card {
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(53, 169, 245, .15);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 42, 64, .07);
}

.zone-radius-card {
  text-align: center;
}

.zone-radius-card.is-primary {
  border-color: transparent;
  background: linear-gradient(145deg, #063f91 0%, #092b9e 100%);
}

.zone-radius-card.is-primary strong {
  color: #fee74a;
}

.zone-radius-card.is-primary h3,
.zone-radius-card.is-primary p {
  color: #fff;
}

.zone-radius-card strong {
  display: block;
  margin-bottom: 10px;
  color: #138fdc;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1;
}

.zone-radius-card h3,
.zone-department-card h3,
.zone-expertise-card h3 {
  margin-bottom: 14px;
  color: #062a40;
  font-size: 25px;
  line-height: 1.25;
}

.zone-radius-card p,
.zone-department-card p,
.zone-expertise-card p {
  margin-bottom: 0;
  color: #506573;
}

.zone-map-section,
.zone-local-expertise {
  padding: 100px 0;
}

.zone-map-frame {
  overflow: hidden;
  margin-top: 38px;
  border: 8px solid #fff;
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(6, 42, 64, .12);
}

.zone-map-frame iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.zone-department-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.zone-department-heading > span,
.zone-expertise-card > i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #e8f6ff;
  color: #138fdc;
  font-size: 21px;
}

.zone-department-heading > span {
  width: 58px;
  height: 58px;
  background: #fee74a;
  color: #062a40;
  font-size: 20px;
  font-weight: 800;
}

.zone-department-heading small {
  display: block;
  margin-bottom: 2px;
  color: #138fdc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.zone-department-heading h3 {
  margin-bottom: 0;
}

.zone-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.zone-city-list li {
  padding: 8px 13px;
  border-radius: 999px;
  background: #edf7fd;
  color: #244759;
  font-size: 15px;
  font-weight: 600;
}

.zone-city-list li.is-major {
  background: #fee74a;
  color: #062a40;
}

.zone-expertise-card > i {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  background: #fee74a;
  color: #062a40;
  font-size: 25px;
}

@media only screen and (max-width: 991px) {
  .zone-local-card {
    margin-top: 12px;
  }

  .zone-radii-section,
  .zone-departments-section,
  .zone-map-section,
  .zone-local-expertise {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .intervention-page p {
    font-size: 16px;
  }

  .zone-local-card,
  .zone-radius-card,
  .zone-department-card,
  .zone-expertise-card {
    padding: 28px;
  }

  .zone-radii-section,
  .zone-departments-section,
  .zone-map-section,
  .zone-local-expertise {
    padding: 64px 0;
  }

  .zone-map-frame iframe {
    height: 380px;
  }

}

@media only screen and (max-width: 575px) {
  .zone-intro-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .zone-main-cta,
  .zone-phone {
    width: 100%;
    text-align: center;
  }
}

/* =========================================================
   Page À propos — Cédric Caudal / Eauxigen
   ========================================================= */
.about-cedric-page p {
  font-size: 18px;
  line-height: 1.75;
}

.about-cedric-page .page-banner-entry h1 {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.about-cedric-intro .about-thumb-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-cedric-intro .about-thumb1,
.about-cedric-intro .about-thumb3 {
  aspect-ratio: 1 / 1;
}

.about-cedric-intro .about-thumb2 {
  aspect-ratio: 1 / 1;
}

.about-strengths {
  margin: 30px 0 34px;
}

.about-strength {
  display: flex;
  align-items: center;
  min-height: 72px;
  height: 100%;
  padding: 16px 18px;
  border: 1px solid #cfe0eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(6, 42, 64, 0.07);
  color: #062a40;
  font-weight: 700;
}

.about-strength i {
  flex: 0 0 42px;
  color: #35a9f5;
  font-size: 23px;
}

.about-figures {
  padding: 54px 0;
  background: linear-gradient(115deg, #063f91 0%, #092b9e 100%);
}

.about-stat {
  height: 100%;
  padding: 16px 20px;
  text-align: center;
  color: #fff;
}

.about-stat strong,
.about-stat span {
  display: block;
}

.about-stat strong {
  margin-bottom: 10px;
  color: #fee74a;
  font-size: clamp(34px, 3.3vw, 58px);
  line-height: 1;
}

.about-stat span {
  font-size: 17px;
  font-weight: 700;
}

.about-section-heading {
  max-width: 940px;
  margin: 0 auto 48px;
}

.about-section-heading p {
  max-width: 850px;
  margin: 18px auto 0;
}

.about-story-section {
  background: #f5faff;
}

.about-story-card {
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(6, 42, 64, 0.09);
}

.about-story-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-story-content {
  padding: 28px 25px 30px;
}

.about-story-content > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fee74a;
  color: #062a40;
  font-weight: 800;
}

.about-story-content h3 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.25;
}

.about-story-content p,
.about-story-content blockquote {
  margin: 0;
  color: #526672;
  font-size: 16px;
  line-height: 1.7;
}

.about-story-content blockquote {
  position: relative;
  clear: none;
  padding: 20px 18px;
  border-left: 4px solid #fee74a;
  border-radius: 12px;
  background: #f5faff;
  color: #526672;
  font-style: italic;
}

.about-story-content blockquote::after {
  content: none;
}

.about-transparency-section {
  background: #fff;
}

.about-transparency-figure {
  margin: 0;
}

.about-transparency-figure img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 36px 36px 36px 0;
  box-shadow: 0 18px 48px rgba(6, 42, 64, 0.12);
}

.about-transparency-figure figcaption {
  margin-top: 14px;
  color: #526672;
  font-size: 15px;
  text-align: center;
}

.about-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-social-links a {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #35a9f5;
  color: #fff;
  font-size: 21px;
  transition: background-color .2s ease, transform .2s ease;
}

.about-social-links a:hover,
.about-social-links a:focus-visible {
  background: #063f91;
  color: #fff;
  transform: translateY(-2px);
}

.about-commitments-section {
  background: #eef7ff;
}

.about-commitment-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(6, 42, 64, 0.08);
  text-align: center;
}

.about-commitment-card i {
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 22px;
  background: #fee74a;
  color: #062a40;
  font-size: 29px;
}

.about-commitment-card h3 {
  margin-bottom: 14px;
  font-size: 25px;
}

.about-commitment-card p {
  margin: 0;
  color: #526672;
  font-size: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 991px) {
  .about-cedric-intro .about-thumb-area {
    margin-bottom: 28px;
  }

  .about-section-heading {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .about-cedric-page p {
    font-size: 16px;
  }

  .about-strength {
    min-height: 62px;
  }

  .about-figures {
    padding: 38px 0;
  }

  .about-stat {
    padding: 12px 6px;
  }

  .about-stat span {
    font-size: 14px;
  }

  .about-story-content,
  .about-commitment-card {
    padding: 24px 20px;
  }

}

.header .menu-logo img {
  display: block;
  width: 158px;
  height: auto;
}

.header .eauxigen-header-actions {
  padding-left: 20px;
}

.header .eauxigen-header-actions > ul {
  gap: 10px;
}

.header .eauxigen-header-action {
  margin: 0;
}

.header .eauxigen-header-action__link {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 24px;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease;
}

.header .eauxigen-header-action__link:hover,
.header .eauxigen-header-action__link:focus-visible {
  transform: translateY(-2px);
}

.header .eauxigen-header-action__link--phone {
  background: #fff;
  color: #042338;
}

.header .eauxigen-header-action__link--whatsapp {
  background: #80b941;
  color: #042338;
}

.header .eauxigen-quote-button {
  margin-left: 6px;
  border-color: #fee74a;
  background: #fee74a;
  color: #042338;
}

.header .eauxigen-quote-button:hover,
.header .eauxigen-quote-button:focus-visible {
  border-color: #32aaff;
  background: #32aaff;
  color: #fff;
}

.header .menu-links .nav > li > a {
  text-transform: none;
}

.header .menu-links .services-menu__toggle {
  position: absolute;
  top: 50%;
  right: 2px;
  z-index: 2;
  display: inline-flex;
  width: 32px;
  height: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  transform: translateY(-50%);
  cursor: pointer;
}

.header .menu-links .services-menu__toggle i {
  transition: transform 180ms ease;
}

.header .menu-links .services-menu.open > .services-menu__toggle i {
  transform: rotate(45deg);
}

/* Sous-menu Services : largeur stable et ancrage à gauche pour éviter tout débordement. */
@media only screen and (min-width: 992px) {
  .header .menu-links .services-menu {
    position: relative;
  }

  .header .menu-links .services-menu > a {
    padding-right: 32px;
  }

  .header .menu-links .services-submenu {
    right: auto !important;
    left: 0 !important;
    width: 310px !important;
    max-width: calc(100vw - 32px);
    padding: 16px 0;
  }

  .header .menu-links .services-submenu li,
  .header .menu-links .services-submenu li a {
    width: 100%;
  }

  .header .menu-links .services-submenu li a {
    padding: 7px 24px;
    white-space: nowrap;
    text-transform: none;
  }

  .header .menu-links .services-menu:focus-within > .services-submenu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .menu-logo {
    width: 165px;
  }

  .header .menu-links .nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .header .menu-links .services-menu {
    position: relative;
  }

  .header .menu-links .services-menu > a {
    padding-right: 56px;
  }

  .header .menu-links .services-menu__toggle {
    top: 24px;
    right: 12px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .header .menu-links .services-menu.open > .services-submenu {
    display: block !important;
  }

  .header .menu-links .services-submenu {
    max-width: 100%;
  }

  .header .menu-links .services-submenu li a {
    white-space: normal;
    text-transform: none;
  }
}

button.menu-close {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

@media only screen and (max-width: 1199px) {
  .header .eauxigen-header-actions {
    padding-left: 10px;
  }

  .header .eauxigen-header-actions .btn-area {
    display: none;
  }

  .header .eauxigen-header-action__link {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    font-size: 21px;
  }
}

@media only screen and (max-width: 575px) {
  .header .menu-logo img {
    width: 140px;
  }

  .header .eauxigen-header-action__link {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 19px;
  }

  .header .eauxigen-header-actions > ul {
    gap: 7px;
  }
}

/* Footer Eauxigen. */
.footer .footer-identity .footer-logo {
  max-width: 210px;
}

.footer .footer-identity .footer-logo img {
  width: 158px;
  height: auto;
}

.footer-tagline {
  max-width: 260px;
  margin: 14px 0 2px;
  color: #0f2a3f;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
}

.footer-tagline::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #32aaff;
}

.footer-address {
  margin: 0;
  font-style: normal;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.footer-contact-list li > i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px 14px 0 14px;
  background: #32aaff;
  color: #fff;
  font-size: 17px;
}

.footer-contact-list li div,
.footer-contact-list li a,
.footer-contact-list li div > span {
  color: #455762;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.footer-contact-list li a:hover,
.footer-contact-list li a:focus-visible {
  color: #32aaff;
}

.footer-location-copy {
  max-width: 290px;
  margin: 24px 0 0;
  color: #455762;
  font-size: 14px;
  line-height: 1.65;
}

.footer .footer_widget .footer-title {
  font-size: 24px;
}

.footer .footer_widget ul li a {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media only screen and (max-width: 991px) {
  .footer-location-copy {
    max-width: 420px;
  }
}

/* Rythme vertical commun aux six sections de la page d'accueil. */
.home-page > .about-area,
.home-page > .service-news-area,
.home-page > .work-area,
.home-page > .blog-area,
.home-page > .testimonial-wraper,
.home-page > .account-wraper1 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .home-page > .about-area,
  .home-page > .service-news-area,
  .home-page > .work-area,
  .home-page > .blog-area,
  .home-page > .testimonial-wraper,
  .home-page > .account-wraper1 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page > .about-area,
  .home-page > .service-news-area,
  .home-page > .work-area,
  .home-page > .blog-area,
  .home-page > .testimonial-wraper,
  .home-page > .account-wraper1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Bandeau d'informations commun aux pages qui activent $show_topbar. */
/*
 * Le header du thème est positionné au-dessus du contenu. Sans cette
 * compensation, l'ajout du bandeau décale le menu mais pas le hero : le titre
 * des pages internes et l'image d'accueil remontent alors derrière le menu.
 */
.header-has-topbar + .page-content {
  padding-top: 54px;
}

.header .eauxigen-topbar {
  position: relative;
  z-index: 2;
  min-height: 54px;
  background: #32aaff;
  color: #fff;
}

.header .eauxigen-topbar__inner,
.header .eauxigen-topbar__right {
  display: flex;
  align-items: center;
}

.header .eauxigen-topbar__inner {
  min-height: 54px;
  justify-content: space-between;
  gap: 24px;
  padding-right: 2px;
  padding-left: 2px;
}

.header .eauxigen-topbar__right {
  justify-content: flex-end;
  gap: 24px;
}

.header .eauxigen-topbar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.header .eauxigen-topbar__item i {
  flex: 0 0 auto;
  font-size: 17px;
}

.header .eauxigen-topbar__socials ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .eauxigen-topbar__socials a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  transition: background-color 160ms ease, color 160ms ease;
}

.header .eauxigen-topbar__socials a:hover,
.header .eauxigen-topbar__socials a:focus-visible {
  background: #fff;
  color: #042338;
}

@media only screen and (max-width: 1199px) {
  .header .eauxigen-topbar__inner,
  .header .eauxigen-topbar__right {
    gap: 16px;
  }

  .header .eauxigen-topbar__item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .header .eauxigen-topbar__socials {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-has-topbar + .page-content {
    padding-top: 61px;
  }

  .header .eauxigen-topbar,
  .header .eauxigen-topbar__inner {
    min-height: 0;
  }

  .header .eauxigen-topbar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .eauxigen-topbar__right {
    justify-content: flex-start;
  }

  .header .eauxigen-topbar__item {
    gap: 8px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header .eauxigen-topbar__socials a {
    transition: none;
  }
}

/* Six services sans carrousel : 3 colonnes, puis 2 et 1 selon la largeur. */
.service-news-grid > .row {
  align-items: stretch;
}

.service-news-grid > .row > [class*="col-"] {
  display: flex;
}

.service-news-grid .blog-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.service-news-grid .blog-card .post-info {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.service-news-grid .blog-card .post-info .btn {
  align-self: flex-start;
  margin-top: auto;
}

/* Page Contact : formulaire complet, garanties et FAQ courte. */
.contact-page-section .contact-wraper {
  padding-bottom: 40px;
}

.contact-page-section .contact-wraper > .row,
.contact-page-section .contact-wraper > .row > [class*="col-"] {
  min-height: 100%;
}

.eauxigen-contact-form {
  height: 100%;
}

.contact-form-intro {
  margin-bottom: 28px;
  color: #fff;
}

.contact-form-intro h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
}

.contact-form-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.eauxigen-contact-form .form-control {
  min-height: 58px;
}

.eauxigen-contact-form textarea.form-control {
  min-height: 150px;
}

.eauxigen-contact-form .iti {
  display: block;
  width: 100%;
}

.eauxigen-contact-form .iti .form-control {
  width: 100%;
}

.contact-rgpd-note {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.contact-rgpd-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eauxigen-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.eauxigen-form-message {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.eauxigen-form-message--success {
  background: #dff5e7;
  color: #155c32;
}

.eauxigen-form-message--error {
  background: #ffe4e4;
  color: #8a1f1f;
}

.eauxigen-contact-info {
  margin-left: 30px;
  padding: 42px;
  justify-content: flex-start;
}

.contact-info-kicker {
  margin: 0 0 10px;
  color: #ffe54a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eauxigen-contact-info .title {
  margin-bottom: 18px;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.18;
}

.contact-info-lead {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.6;
}

.eauxigen-contact-info .contact-info-lead a,
.eauxigen-contact-info .contact-trust-list a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.eauxigen-contact-info .contact-info-lead a:hover,
.eauxigen-contact-info .contact-info-lead a:focus-visible,
.eauxigen-contact-info .contact-trust-list a:hover,
.eauxigen-contact-info .contact-trust-list a:focus-visible {
  color: #ffe447;
}

.contact-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.contact-trust-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #fff;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}

.contact-trust-list li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #87c43c;
  font-size: 18px;
}

.contact-steps-list {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.contact-steps-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.35;
  font-weight: 700;
}

.contact-steps-list li span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffe54a;
  color: #042338;
  font-size: 18px;
  font-weight: 800;
}

.contact-faq-section {
  background: #f5faff;
}

.contact-faq-section .heading-bx {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.contact-faq-section .accordion-body a,
.contact-faq-more a {
  color: #087fce;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-faq-more {
  margin: 28px 0 0;
  color: #455762;
}

/* FAQ complète */
.faq-page-section {
  background-color: #f5faff;
}

.faq-page-intro {
  max-width: 1180px;
  margin: 0 auto 64px;
}

.faq-page-intro .title {
  margin: 10px 0 22px;
}

.faq-page-intro p {
  margin: 0;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.75;
  color: #4e6271;
}

.faq-page-intro a,
.faq-page-section .accordion-body a {
  color: #067edb;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-topic + .faq-topic {
  margin-top: 72px;
}

.faq-topic-title {
  margin: 0 0 28px;
  font-size: clamp(27px, 2.3vw, 38px);
  line-height: 1.2;
  color: #062a40;
  text-align: center;
}

.faq-page-section .ld-accordion1 .accordion-item {
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(10, 66, 111, 0.08);
}

.faq-page-section .ld-accordion1 .accordion-button {
  min-height: 84px;
  padding: 22px 64px 22px 28px;
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.4;
  text-transform: none;
}

.faq-page-section .ld-accordion1 .accordion-body {
  padding: 0 28px 28px;
  font-size: 17px;
  line-height: 1.75;
}

.faq-page-section .ld-accordion1 .accordion-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .faq-page-intro {
    margin-bottom: 44px;
  }

  .faq-topic + .faq-topic {
    margin-top: 52px;
  }

  .faq-page-section .ld-accordion1 .accordion-button {
    min-height: 72px;
    padding: 18px 54px 18px 20px;
  }

  .faq-page-section .ld-accordion1 .accordion-body {
    padding: 0 20px 22px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .eauxigen-contact-info {
    margin-left: 0;
    padding: 34px;
  }

  .contact-trust-list {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .contact-page-section .contact-wraper {
    padding-bottom: 20px;
  }

  .eauxigen-contact-info {
    height: auto;
  }

  .contact-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 575px) {
  .eauxigen-contact-info {
    padding: 28px 24px;
  }

  .contact-trust-list {
    grid-template-columns: 1fr;
  }

  .contact-form-intro {
    margin-bottom: 22px;
  }

  .contact-page-section .cf-turnstile {
    max-width: 100%;
    overflow: hidden;
  }
}

/* ============================================================
   Catalogue des services
   ============================================================ */
.services-catalog-page {
  background: #f4f9fd;
}

.services-catalog-page .page-banner-entry h1 {
  font-size: clamp(3rem, 5.3vw, 5.5rem);
  line-height: 1.05;
  text-transform: none;
}

.services-catalog-intro {
  padding-top: 95px;
  padding-bottom: 80px;
}

.services-intro-copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.services-intro-copy p {
  margin-bottom: 14px;
  color: #435563;
  font-size: 1.2rem;
  line-height: 1.8;
}

.services-intro-actions,
.services-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.services-primary-cta {
  min-width: 240px;
  padding: 18px 30px;
  border: 2px solid #ffe34f;
  border-radius: 16px;
  background: #ffe34f;
  color: #042338;
  font-size: 1.08rem;
  font-weight: 800;
}

.services-primary-cta:hover,
.services-primary-cta:focus-visible {
  border-color: #36aaf5;
  background: #36aaf5;
  color: #fff;
}

.services-phone-link {
  color: #042338;
  font-size: 1.12rem;
  font-weight: 800;
}

.services-phone-link i {
  margin-right: 8px;
  color: #36aaf5;
}

.service-group {
  padding-top: 82px;
  padding-bottom: 82px;
}

.service-group--soft {
  background: #eaf4ff;
}

.service-group-heading {
  max-width: 1040px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
}

.service-group-heading .title {
  margin-bottom: 15px;
  font-size: clamp(2.15rem, 4vw, 4.1rem);
  line-height: 1.12;
  text-transform: none;
}

.service-group-heading > p {
  max-width: 820px;
  margin: 0 auto;
  color: #536573;
  font-size: 1.12rem;
  line-height: 1.7;
}

.service-catalog-grid > [class*="col-"] {
  display: flex;
}

.service-catalog-card {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(4, 35, 56, 0.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(4, 35, 56, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(4, 35, 56, 0.14);
}

.service-catalog-card .post-media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e8eef3;
}

.service-catalog-card .post-media a,
.service-catalog-card .post-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.service-catalog-card .post-media img {
  object-fit: cover;
  transition: transform 280ms ease;
}

.service-catalog-card:hover .post-media img {
  transform: scale(1.035);
}

.service-catalog-card .post-info {
  display: flex;
  min-height: 310px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 32px;
}

.service-catalog-tag {
  margin-bottom: 13px;
  color: #168bd5;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.service-catalog-card .post-title {
  margin-bottom: 15px;
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
  line-height: 1.2;
}

.service-catalog-card .post-title a {
  color: #042338;
}

.service-catalog-card .post-title a:hover,
.service-catalog-card .post-title a:focus-visible {
  color: #168bd5;
}

.service-catalog-description {
  margin-bottom: 25px;
  color: #536573;
  font-size: 1rem;
  line-height: 1.65;
}

.service-catalog-card .btn {
  margin-top: auto;
}

.services-final-cta {
  padding: 95px 0;
  background: linear-gradient(135deg, #063f8f 0%, #0b2198 100%);
  color: #fff;
}

.services-final-cta > .container {
  max-width: 1040px;
}

.services-final-cta span {
  display: inline-block;
  margin-bottom: 15px;
  color: #ffe34f;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.services-final-cta h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 4.4rem);
  line-height: 1.12;
  text-transform: none;
}

.services-final-cta p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.75;
}

.services-final-actions > a:not(.btn) {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  padding: 14px 28px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
}

.services-final-actions > a:not(.btn):hover,
.services-final-actions > a:not(.btn):focus-visible {
  border-color: #80c63b;
  background: #80c63b;
  color: #042338;
}

.services-final-actions i {
  margin-right: 9px;
}

@media (max-width: 991px) {
  .services-catalog-intro {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .service-group {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .services-catalog-page .page-banner-entry h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .services-catalog-intro,
  .service-group {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .services-intro-copy p,
  .service-group-heading > p,
  .services-final-cta p {
    font-size: 1rem;
  }

  .services-intro-actions,
  .services-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .services-primary-cta,
  .services-final-actions > a:not(.btn) {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .services-phone-link {
    padding: 12px;
    text-align: center;
  }

  .service-group-heading {
    margin-bottom: 32px;
  }

  .service-catalog-card {
    border-radius: 25px;
  }

  .service-catalog-card .post-info {
    min-height: 0;
    padding: 25px 23px 27px;
  }

  .services-final-cta {
    padding: 70px 0;
  }
}

/* Comparatif éditorial des techniques de nettoyage */
.technique-comparison {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

.technique-comparison .heading-bx {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.technique-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.35rem;
  margin-top: 2.75rem;
}

.technique-card {
  display: flex;
  flex-direction: column;
  padding: 1.85rem 1.65rem;
  background: #fff;
  border: 1px solid #e2edf6;
  border-radius: 1.4rem;
  box-shadow: 0 14px 38px rgba(1, 41, 63, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.technique-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(1, 41, 63, 0.14);
}

.technique-card__icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.15rem;
  border-radius: 1.1rem;
  background: linear-gradient(145deg, #0e98ed, #0758eb);
  color: #fff;
  font-size: 1.5rem;
}

.technique-card__title {
  margin: 0 0 1.1rem;
  font-size: 1.2rem;
}

.technique-card__title a {
  color: #042338;
  text-decoration: none;
}

.technique-card__title a:hover {
  color: #0a6ebd;
}

.technique-card__specs {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.4rem;
}

.technique-card__specs > div {
  padding-left: 0.85rem;
  border-left: 3px solid #d7e7f4;
}

.technique-card__specs dt {
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6a8298;
}

.technique-card__specs dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #243746;
}

.technique-card__warning {
  border-left-color: #ffd54a !important;
}

.technique-card__warning dt {
  color: #b07d05;
}

.technique-card__link {
  margin-top: auto;
  color: #0a6ebd;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}

.technique-card__link i {
  margin-left: 0.15rem;
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.technique-card:hover .technique-card__link i {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .technique-comparison {
    padding: 3.5rem 1rem;
  }
}

/* ==========================================================
   PAGE 404
   ========================================================== */
.error-page .error-404 {
  background: #f4f9fd;
}

.error-page .error-404 .inner-content {
  max-width: 720px;
}

.error-page .error-404 .error-title {
  color: #042338;
}

.error-page .error-404 .error-title span {
  background-image: url(../img/error.webp);
}

.error-page .error-404 .error-text {
  color: #042338;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.2;
  text-transform: none;
}

.error-page .error-404 p:not(.error-title) {
  color: #526777;
  font-size: 1.12rem;
  line-height: 1.7;
}

.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.error-404__actions .btn {
  min-width: 205px;
}

.error-404__secondary {
  border: 2px solid #36aaf5;
  background: transparent;
  color: #042338;
}

.error-404__secondary:hover,
.error-404__secondary:focus-visible {
  border-color: #36aaf5;
  background: #36aaf5;
  color: #fff;
}

@media (max-width: 575px) {
  .error-page .error-404 .error-title {
    margin-bottom: 1.25rem;
  }

  .error-404__actions {
    flex-direction: column;
  }

  .error-404__actions .btn {
    width: 100%;
  }
}

/* Pages juridiques : confidentialité, mentions légales et cookies */
.legal-page-banner .page-banner-entry h1 {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.08;
}

.legal-page-section {
  padding: 95px 0 110px;
  background: #f3f8fc;
}

.legal-document {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #435767;
}

.legal-page-intro {
  max-width: 850px;
  margin-bottom: 42px;
}

.legal-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #25a7f7;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page-intro h2,
.legal-section h2,
.legal-notice h2 {
  color: #042338;
}

.legal-page-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.12;
}

.legal-page-intro p,
.legal-section p,
.legal-section li,
.legal-notice p,
.legal-status {
  font-size: 1.08rem;
  line-height: 1.75;
}

.legal-date {
  margin: 22px 0 0;
  color: #667984;
}

.legal-toc {
  margin-bottom: 46px;
  padding: 28px 32px;
  border-left: 5px solid #ffe44c;
  border-radius: 18px;
  background: #eef8ff;
}

.legal-toc h3 {
  margin-bottom: 14px;
  color: #042338;
  font-size: 1.35rem;
}

.legal-toc ol {
  margin: 0;
  padding-left: 22px;
  columns: 2;
  column-gap: 55px;
}

.legal-toc li {
  margin-bottom: 8px;
  break-inside: avoid;
}

.legal-document a {
  color: #087fc7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-document a:hover,
.legal-document a:focus-visible {
  color: #042338;
}

.legal-section {
  padding: 38px 0;
  border-top: 1px solid rgba(4, 35, 56, 0.11);
  scroll-margin-top: 145px;
}

.legal-section h2 {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.legal-section ul {
  margin: 18px 0 0;
  padding-left: 24px;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-check-list {
  list-style: none;
  padding-left: 0 !important;
}

.legal-check-list li {
  position: relative;
  padding-left: 31px;
}

.legal-check-list li::before {
  content: "\2713";
  position: absolute;
  top: 1px;
  left: 0;
  color: #80c63b;
  font-weight: 900;
}

.legal-contact-card {
  margin: 22px 0;
  padding: 25px 28px;
  border: 1px solid rgba(37, 167, 247, 0.25);
  border-radius: 19px;
  background: #f7fbfe;
  color: #435767;
  font-style: normal;
  line-height: 1.75;
}

.legal-table-wrap {
  max-width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid rgba(4, 35, 56, 0.12);
  border-radius: 18px;
}

.legal-table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: collapse;
}

.legal-table caption {
  padding: 18px 22px;
  background: #042338;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  text-align: left;
}

.legal-table th,
.legal-table td {
  padding: 17px 20px;
  border-bottom: 1px solid rgba(4, 35, 56, 0.1);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: #eaf6fe;
  color: #042338;
  font-weight: 900;
}

.legal-table tbody tr:last-child td {
  border-bottom: 0;
}

.legal-status,
.legal-notice {
  padding: 26px 30px;
  border-radius: 20px;
}

.legal-status {
  margin-bottom: 38px;
  border-left: 5px solid #d9a83d;
  background: #fbf5eb;
  color: #365653;
}

.legal-notice {
  margin-top: 42px;
  border: 1px solid rgba(128, 198, 59, 0.35);
  background: #f4faed;
}

.legal-notice h2 {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.legal-notice p {
  margin: 0;
}

.legal-browser-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  padding-left: 0 !important;
  list-style: none;
}

.legal-browser-links li + li {
  margin-top: 0;
}

.legal-browser-links a {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid rgba(37, 167, 247, 0.3);
  border-radius: 999px;
  background: #f7fbfe;
  text-decoration: none;
}

@media (max-width: 991px) {
  .legal-page-section {
    padding: 70px 0 85px;
  }

  .legal-toc ol {
    columns: 1;
  }
}

@media (max-width: 767px) {
  .legal-page-banner .page-banner-entry h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .legal-page-section {
    padding: 52px 0 65px;
  }

  .legal-document {
    padding: 27px 21px;
    border-radius: 24px;
  }

  .legal-page-intro p,
  .legal-section p,
  .legal-section li,
  .legal-notice p,
  .legal-status {
    font-size: 1rem;
  }

  .legal-toc,
  .legal-contact-card,
  .legal-status,
  .legal-notice {
    padding: 22px 20px;
  }

  .legal-section {
    padding: 30px 0;
  }
}

/* Taille commune des H1 dans les bandeaux des pages intérieures. */
.page-banner .page-banner-entry h1 {
  font-size: clamp(2.75rem, 3.6vw, 4rem);
  line-height: 1.08;
  text-transform: none;
}

@media (max-width: 767px) {
  .page-banner .page-banner-entry h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.12;
  }
}

/* Page détail d’un service et sidebar réutilisable */
.service-detail-eauxigen-page .service-detail-section {
  background: #f4f9fd;
}

.service-detail-article {
  color: #52626f;
  font-size: 1.08rem;
  line-height: 1.75;
}

.service-detail-cover {
  margin: 0 0 2.5rem;
}

.service-detail-cover--inline {
  margin: 2.5rem 0 0;
}

.service-detail-cover img,
.service-before-after img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-detail-cover img {
  border-radius: 2rem;
  aspect-ratio: 1550 / 925;
}

.service-detail-cover figcaption,
.service-before-after figcaption {
  margin-top: 0.75rem;
  color: #647480;
  font-size: 0.92rem;
}

.service-detail-intro h2,
.service-detail-block h2 {
  color: #042338;
  font-size: clamp(1.85rem, 2.5vw, 2.65rem);
  line-height: 1.2;
  text-transform: none;
}

.service-detail-lead {
  color: #203b4c;
  font-size: 1.2rem;
  font-weight: 600;
}

.service-answer-box {
  margin: 1.75rem 0;
  padding: 1.75rem 2rem;
  border: 1px solid #dbe9f3;
  border-left: 0.4rem solid #ffe34f;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(4, 35, 56, 0.08);
}

.service-answer-box h3 {
  margin: 0 0 0.75rem;
  color: #042338;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.service-answer-box > p:not(.title-ext),
.service-detail-introduction {
  color: #203b4c;
  font-size: 1.08rem;
  line-height: 1.75;
}

.service-key-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.service-key-facts li {
  position: relative;
  padding-left: 1.8rem;
  color: #203b4c;
  font-weight: 600;
  line-height: 1.5;
}

.service-key-facts li::before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  display: grid;
  width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  border-radius: 50%;
  background: #37a9f3;
  color: #fff;
  content: "\2713";
  font-size: 0.75rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .service-answer-box {
    padding: 1.4rem 1.25rem;
  }

  .service-key-facts {
    grid-template-columns: 1fr;
  }
}

.service-detail-block {
  margin-top: 3.5rem;
}

.service-benefit-list,
.service-compact-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.service-benefit-list {
  display: grid;
  gap: 0.85rem;
}

.service-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border: 1px solid #dbe9f3;
  border-radius: 1rem;
  background: #fff;
  color: #203b4c;
  font-weight: 600;
}

.service-benefit-list i {
  display: grid;
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 50%;
  background: #83c43b;
  color: #fff;
  font-size: 0.72rem;
}

.service-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-before-after figure {
  position: relative;
  margin: 0;
}

.service-before-after img {
  border-radius: 1.5rem;
  aspect-ratio: 3 / 2;
}

.service-image-label {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #ffe64b;
  color: #042338;
  font-weight: 800;
}

.service-image-label--after {
  background: #83c43b;
  color: #fff;
}

.service-detail-split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(15rem, 0.8fr);
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border-radius: 1.5rem;
  background: #e9f5fd;
}

.service-compact-list {
  display: grid;
  gap: 0.7rem;
}

.service-compact-list li {
  position: relative;
  padding-left: 1.5rem;
  color: #203b4c;
  font-weight: 700;
}

.service-compact-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #32a7f3;
  content: "";
}

.service-detail-trust {
  padding: 2rem;
  border-radius: 1.5rem;
  background: #042338;
  color: #fff;
}

.service-detail-trust h2,
.service-detail-trust p {
  color: #fff;
}

.service-benefit-list--two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Variante compacte multi-colonnes pour les listes d'items courts
   (essences de bois, causes, cas d'usage, facteurs de prix…) :
   les items se répartissent en colonnes et gagnent de la hauteur. */
.service-benefit-list--grid {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.55rem;
}

.service-benefit-list--grid li {
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
}

.service-faq-section .accordion-item {
  overflow: hidden;
  margin-bottom: 0.8rem;
  border: 1px solid #dbe9f3;
  border-radius: 1rem;
  background: #fff;
}

.service-faq-section .accordion-button {
  color: #042338;
  font-size: 1.04rem;
  font-weight: 700;
  text-transform: none;
}

.service-detail-aside-column {
  align-self: stretch;
}

.service-detail-sidebar {
  /* Sticky retiré (17/07/2026) : sur une sidebar plus haute que l'écran, les
     derniers liens du menu ne défilaient jamais dans le champ de vision et
     l'icône cookie recouvrait le coin. La sidebar défile désormais avec la page. */
  position: static;
}

.service-sidebar-cta {
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
}

.service-sidebar-cta {
  padding: 2rem;
  background: linear-gradient(145deg, #0e98ed, #0758eb);
  color: #fff;
  box-shadow: 0 1rem 2.4rem rgba(0, 65, 137, 0.17);
}

.service-sidebar-cta__eyebrow {
  margin-bottom: 0.6rem;
  color: #ffe64b;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-sidebar-cta h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: none;
}

.service-sidebar-cta p {
  color: #fff;
  line-height: 1.65;
}

.service-sidebar-cta__actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.service-sidebar-cta__primary {
  border-color: #ffe64b;
  background: #ffe64b;
  color: #042338;
  text-align: center;
}

.service-sidebar-cta__primary:hover,
.service-sidebar-cta__primary:focus-visible {
  border-color: #36aaf5;
  background: #36aaf5;
  color: #fff;
}

.service-sidebar-cta__contact {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-weight: 700;
}

.service-sidebar-cta__contact:hover,
.service-sidebar-cta__contact:focus-visible {
  color: #ffe64b;
}

.service-sidebar-nav {
  margin-bottom: 1.5rem;
}

.service-sidebar-nav .service-menu {
  margin: 0;
}

.service-sidebar-nav .service-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.96rem;
  line-height: 1.25;
}

/* Le chevron est décoratif (aria-hidden) : il ne doit jamais intercepter le clic. */
.service-sidebar-nav .service-menu li a i {
  pointer-events: none;
}

.service-sidebar-nav .service-menu li.active a {
  background: #32a7f3;
  color: #fff;
}

@media (max-width: 991px) {
  .service-detail-sidebar {
    position: static;
  }

  .service-detail-aside-column {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .service-detail-article {
    font-size: 1rem;
  }

  .service-before-after,
  .service-detail-split,
  .service-benefit-list--two-columns {
    grid-template-columns: 1fr;
  }

  .service-detail-block {
    margin-top: 2.5rem;
  }

  .service-detail-split,
  .service-detail-trust,
  .service-sidebar-cta {
    padding: 1.4rem;
  }
}
.service-content-subsection {
	margin-top: 28px;
}

.service-content-subsection h3 {
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.service-benefit-list--ordered {
	counter-reset: eauxigen-service-step;
	list-style: none;
	padding-left: 0;
}

.service-benefit-list--ordered li {
	counter-increment: eauxigen-service-step;
}

.service-benefit-list--ordered li::before {
	align-items: center;
	background: #32aaff;
	border-radius: 50%;
	color: #fff;
	content: counter(eauxigen-service-step);
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 0.85rem;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	margin-right: 12px;
}

.service-page-contact-cta {
	background: #f2f9ff;
	border-left: 5px solid #32aaff;
	border-radius: 12px;
	padding: 32px;
}

.service-page-contact-cta .title-ext {
	color: #1684d6;
}

.service-page-contact-cta ul {
	columns: 2;
	margin: 20px 0 26px;
	padding-left: 20px;
}

@media (max-width: 575px) {
	.service-page-contact-cta {
		padding: 24px 20px;
	}

	.service-page-contact-cta ul {
		columns: 1;
	}
}

.service-related-links {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.service-related-link {
	background: #fff;
	border: 1px solid #dbe9f3;
	border-radius: 14px;
	color: #203b4c;
	display: grid;
	gap: 8px;
	padding: 22px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-related-link:hover,
.service-related-link:focus-visible {
	border-color: #32aaff;
	box-shadow: 0 12px 30px rgba(21, 93, 145, 0.12);
	color: #203b4c;
	transform: translateY(-2px);
}

.service-related-link__title {
	color: #126ba8;
	font-size: 1.15rem;
	font-weight: 700;
}

.service-related-link__action {
	color: #1684d6;
	font-weight: 700;
}

.service-related-link__action i {
	font-size: 0.75rem;
	margin-left: 5px;
}

.service-catalog-related-link {
	color: #126ba8;
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	margin: -4px 0 18px;
}

.service-catalog-related-link:hover,
.service-catalog-related-link:focus-visible {
	color: #ef7f1a;
}

/* ==========================================================
   BLOC MAKE IN FRANCE (accueil) — créateur de contenu + vie privée
   ========================================================== */
.mif-band {
  padding: 4.5rem 0;
  background: linear-gradient(135deg, #042338 0%, #0a2a40 55%, #0e4e86 100%);
  color: #fff;
  overflow: hidden;
}
.mif-band__head {
  max-width: 820px;
  margin: 0 auto 2.75rem;
}
.mif-band__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffe449;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
}
.mif-band h2 {
  margin: 0.85rem 0 1rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
.mif-band__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.65;
}
.mif-band__head p strong { color: #fff; }
.mif-band__slogan {
  margin: 1.6rem auto 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.45;
  text-wrap: balance;
}
.mif-band__inner {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 2.25rem;
  align-items: start;
}
.mif-band__inner > * { min-width: 0; }

/* --- Réseaux sociaux --- */
.mif-socials {
  display: grid;
  gap: 0.85rem;
}
.mif-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.mif-social:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateX(3px);
}
.mif-social__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  font-size: 1.35rem;
}
.mif-social--youtube .mif-social__icon { color: #ff0000; }
.mif-social--facebook .mif-social__icon { color: #1877f2; }
.mif-social--tiktok .mif-social__icon { color: #010101; }
.mif-social--instagram .mif-social__icon { color: #e1306c; }
.mif-social__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.mif-social__name {
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
}
.mif-social__meta {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}
.mif-social__count {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
}
.mif-social__num {
  color: #ffe449;
  font-weight: 800;
  font-size: 1.55rem;
  line-height: 1;
  white-space: nowrap;
}
.mif-social__unit { font-size: 1.05rem; }
.mif-social__count small {
  margin-top: 0.32rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* --- Zone vie privée --- */
.mif-band__privacy {
  padding: 1.85rem 1.95rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.mif-privacy__title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 1.2rem;
}
.mif-privacy__title i { color: #ffe449; }
.mif-privacy__list {
  display: grid;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mif-privacy__list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.mif-privacy__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(145deg, #0e98ed, #0758eb);
  color: #fff;
  font-size: 1.1rem;
}
.mif-privacy__body strong {
  display: block;
  margin-bottom: 0.28rem;
  color: #fff;
  font-size: 1.05rem;
}
.mif-privacy__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.93rem;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .mif-band__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .mif-band h2 { font-size: 1.6rem; }
}
