.maintenance-budget h2, .maintenance-budget h3 { font-weight: 800; }
:root {
  --blue: #078bd8;
  --blue-dark: #006fbd;
  --charcoal: #2f2f33;
  --ink: #17191f;
  --muted: #5c6370;
  --line: #e7edf3;
  --soft: #f6f9fc;
  --white: #fff;
  --shadow: 0 18px 50px rgba(28, 42, 62, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 14px 20px; background: white; color: #006fbd; border: 2px solid currentColor; border-radius: 4px; font-weight: 700; transform: translateY(calc(-100% - 20px)); }
.skip-link:focus { transform: none; outline: 3px solid #17191f; outline-offset: 3px; }
#contenu-principal { scroll-margin-top: 100px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1392px, calc(100% - 64px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo { width: 210px; }
.menu { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 650; }
.menu a { padding: 30px 0 24px; border-bottom: 3px solid transparent; }
.menu a[aria-current="page"], .menu a:hover { color: var(--blue); border-color: var(--blue); }
.mobile-menu { display: none; }
.nav-actions { display: flex; gap: 12px; align-items: center; white-space: nowrap; }
.phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  background: var(--blue);
  color: white;
  border-radius: 6px;
  font-weight: 800;
}
.phone svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex: 0 0 auto;
}
.nav-quote {
  min-height: 48px;
  padding: 12px 18px;
  box-shadow: 0 10px 26px rgba(7,139,216,.18);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 6px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: white;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(7,139,216,.18);
}
.btn.secondary { background: white; color: var(--ink); border-color: #cfd8e3; box-shadow: none; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.hero {
  position: relative;
  min-height: 655px;
  overflow: hidden;
  background: var(--soft);
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 24%, rgba(255,255,255,.42) 52%, rgba(255,255,255,.05) 100%);
}
.hero .container {
  position: relative;
  z-index: 2;
  min-height: 655px;
  display: grid;
  grid-template-columns: minmax(420px, 640px) minmax(320px, 420px);
  gap: 56px;
  align-items: center;
}
.hero-copy { padding: 78px 0 140px; }
.hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(44px, 5.4vw, 74px);
  line-height: .98;
  letter-spacing: 0;
  color: #202126;
}
.hero h1 span, .blue { color: var(--blue); }
.lead { font-size: 19px; color: #3c424d; max-width: 660px; }
.hero-location {
  margin: 0 0 20px;
  color: #202126;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 850;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.trust-item { display: flex; gap: 12px; align-items: flex-start; max-width: 190px; font-size: 14px; color: var(--muted); }
.trust-icon, .step-number, .icon-circle {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 2px solid var(--blue);
  color: var(--blue);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}
.trust-icon svg,
.process-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-icon svg circle,
.trust-icon svg path:first-child {
  fill: none;
}
.process-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  color: var(--blue);
}
.process-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.6;
}
.quote-card {
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 28px;
}
.quote-card h2, .quote-card h3 { margin: 0 0 18px; font-size: 24px; line-height: 1.2; }
.quote-card .quote-mail-note { margin: 14px 0 0; font-size: 14px; line-height: 1.45; color: var(--muted); }
.quote-card .form-grid :focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.quote-card h2::after, .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--blue);
  margin-top: 12px;
}
.form-grid { display: grid; gap: 12px; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7dfe8;
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
  background: white;
}
.form-grid textarea { min-height: 112px; resize: vertical; }
.checks { margin: 18px 0 0; padding: 0; list-style: none; color: #3d4652; font-size: 14px; }
.checks li { margin: 7px 0; padding-left: 26px; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.process {
  position: relative;
  z-index: 3;
  margin: -66px auto 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
}
.process.steps-4 { grid-template-columns: repeat(4, 1fr); }
.process.steps-5 { grid-template-columns: repeat(5, 1fr); }
.process-item { display: flex; gap: 16px; padding: 24px 28px; align-items: flex-start; border-right: 1px solid var(--line); }
.process.steps-4 .process-item,
.process.steps-5 .process-item { gap: 12px; padding: 22px 18px; }
.process.steps-4 h3,
.process.steps-5 h3 { font-size: 17px; }
.process.steps-4 p,
.process.steps-5 p { font-size: 12px; line-height: 1.35; }
.process-item:last-child { border-right: 0; }
.process h3 { margin: 0 0 4px; font-size: 20px; line-height: 1.2; }
.process p { margin: 0; color: var(--muted); font-size: 14px; }
section { padding: 76px 0; }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 38px; }
.section-head h2, .section-title { margin: 0; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.12; }
.section-head p { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(24,40,62,.06);
  padding: 28px;
}
.card h3 { margin: 16px 0 8px; line-height: 1.22; font-size: 22px; }
.card p, .article p, .faq p, .content-list li { color: var(--muted); }
.card-link { display: inline-flex; gap: 10px; color: var(--blue); font-weight: 850; margin-top: 18px; }
.band { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: start; }
.split img, .media-panel { border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.article { max-width: 980px; }
.article h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.16; margin: 42px 0 14px; }
.article h3 { font-size: 24px; line-height: 1.22; margin: 28px 0 10px; }
.article p { margin: 0 0 18px; }
.article-grid { display: grid; grid-template-columns: 1fr 360px; gap: 46px; align-items: start; }
.sticky-aside { position: sticky; top: 112px; display: grid; gap: 20px; }
.info-box { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.info-box h3 { margin-top: 0; }
.content-list { margin: 0; padding-left: 20px; }
.content-list li { margin: 10px 0; }
.compare { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(24,40,62,.06); }
.compare th, .compare td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare th { background: #eef7fd; color: #1a334a; }
.faq { display: grid; gap: 14px; }
.faq details { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.faq summary { cursor: pointer; font-weight: 850; }
.cta-band {
  background: linear-gradient(135deg, #20242b 0%, #30343b 100%);
  color: white;
  border-radius: var(--radius);
  padding: 34px 40px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 300px;
  align-items: center;
  gap: 28px;
}
.cta-band p { color: rgba(255,255,255,.78); margin: 8px 0 0; }
.cta-band h2 { margin: 0; font-size: 25px; line-height: 1.15; }
.cta-icon {
  width: 58px;
  height: 58px;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
}
.cta-icon svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page-climatisation .cta-icon {
  width: 72px;
  height: 72px;
  border: 0;
}
.page-climatisation .cta-icon svg {
  width: 66px;
  height: 66px;
}
.page-climatisation .cta-band {
  grid-template-columns: 72px minmax(0, 1fr) 220px;
  gap: 26px;
  padding: 28px 36px;
}
.page-climatisation .cta-band h2 {
  font-size: 24px;
}
.page-climatisation .cta-band p {
  max-width: 500px;
  margin-top: 7px;
}
.page-climatisation .cta-actions {
  gap: 13px;
  justify-items: stretch;
}
.page-climatisation .cta-actions .btn {
  min-width: 190px;
  min-height: 46px;
  padding: 12px 16px;
  white-space: nowrap;
  font-size: 13px;
}
.page-climatisation .cta-phone {
  justify-self: center;
  font-size: 14px;
}
.cta-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
}
.cta-band:has(.cta-actions:first-child),
.page-pompe-a-chaleur .cta-band,
.page-depannage-chaudiere .cta-band {
  grid-template-columns: minmax(0, 1fr) 300px;
}
.cta-phone {
  color: rgba(255,255,255,.86);
  font-weight: 800;
}
.footer { background: #202226; color: white; padding: 58px 0 32px; }
.footer-section {
  padding: 0;
  background: #202226;
  border: 0;
}
.page-chauffe-eau-thermodynamique .footer-section,
.page-entretien .footer-section {
  background: white;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr .88fr .88fr .96fr 1.08fr; gap: 42px; align-items: start; }
.footer img { width: 176px; }
.footer a, .footer p, .footer li { color: rgba(255,255,255,.76); }
.footer p {
  max-width: 300px;
  margin: 18px 0 0;
  line-height: 1.55;
}
.footer ul { margin: 12px 0 0; padding: 0; list-style: none; }
.footer li { margin: 9px 0; line-height: 1.42; }
.footer strong {
  display: block;
  color: white;
  margin-top: 4px;
}
.footer-socials { display: flex; gap: 12px; margin-top: 22px; }
.footer-socials span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 800;
}
.footer-socials svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
}
.footer-socials svg path:first-child {
  fill: currentColor;
  stroke: none;
}
.footer-socials span:nth-child(2) svg path:first-child,
.footer-socials span:nth-child(3) svg path:first-child {
  fill: none;
  stroke: currentColor;
}
.footer-map {
  position: relative;
  width: 142px;
  height: 108px;
  margin-top: 18px !important;
}
.footer-map .map-shape {
  position: absolute;
  inset: 0;
  color: rgba(255,255,255,.24);
}
.footer-map .map-shape svg {
  width: 100%;
  height: 100%;
  stroke: rgba(255,255,255,.28);
  fill: rgba(255,255,255,.18);
  stroke-width: 2.2;
}
.footer-map .map-pin {
  position: absolute;
  right: 34px;
  top: 35px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 13px;
  box-shadow: 0 10px 22px rgba(0,136,221,.35);
}
.subfooter {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 42px;
  padding-top: 22px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.subfooter span:last-child {
  display: flex;
  gap: 34px;
}
.subfooter a {
  color: rgba(255,255,255,.6);
}
.service-hero .container { grid-template-columns: minmax(420px, 620px) minmax(320px, 410px); }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.toc a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.support-overview,
.contact-command {
  padding: 88px 0;
  background: white;
}
.support-overview-grid,
.contact-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 54px;
  align-items: start;
}
.support-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.support-stats div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--soft);
}
.support-stats strong {
  display: block;
  color: var(--blue);
  font-size: 26px;
  line-height: 1;
  margin-bottom: 8px;
}
.support-stats span {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}
.case-section { padding: 82px 0; }
.page-realisations .case-section { padding-bottom: 202px; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.case-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(24,40,62,.08);
}
.case-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.case-card div { padding: 24px; }
.case-card span,
.guide-grid article span {
  display: inline-flex;
  color: var(--blue);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
}
.case-card h3,
.guide-grid h3 {
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.2;
}
.case-card p,
.guide-grid p { color: var(--muted); margin: 0; }
.proof-lane {
  background: #20242b;
  color: white;
}
.proof-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.proof-lane article {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255,255,255,.04);
}
.proof-lane span {
  color: var(--blue);
  font-weight: 900;
}
.proof-lane h3 { margin: 10px 0 8px; }
.proof-lane p { margin: 0; color: rgba(255,255,255,.74); }
.support-cta-block { padding: 84px 0; }
.page-realisations .support-cta-block { padding: 118px 0 148px; }
.support-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 46px;
  align-items: center;
}
.guide-section { padding: 84px 0; }
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.guide-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 38px rgba(24,40,62,.07);
}
.mistake-section { padding: 84px 0; }
.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.contact-methods a,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 22px;
}
.contact-methods strong {
  display: block;
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-methods span { color: var(--muted); }
.contact-map-section { padding: 84px 0; }
.contact-card {
  background: #20242b;
  color: white;
  box-shadow: var(--shadow);
}
.contact-card p { color: rgba(255,255,255,.72); }
.contact-card .btn { margin-top: 16px; }
.service-intro { padding-top: 92px; }
.quick-strip {
  padding: 62px 0 34px;
  background: white;
}
.section-head.compact {
  margin-bottom: 24px;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.quick-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 12px 30px rgba(24,40,62,.06);
}
.quick-card span {
  display: block;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 8px;
}
.quick-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: start;
}
.lead-small {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 760px;
}
.feature-showcase { position: relative; overflow: hidden; }
.feature-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,139,216,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7,139,216,.06) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .35;
  pointer-events: none;
}
.feature-showcase > .container { position: relative; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card {
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 16px 40px rgba(24,40,62,.08);
}
.mini-index,
.choice-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eaf6fe;
  color: var(--blue);
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 18px;
}
.feature-card p { margin: 0; color: #46505d; }
.choice-grid,
.service-tile-grid,
.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-tile-grid { grid-template-columns: repeat(5, 1fr); }
.choice-card,
.service-tile,
.blueprint-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: white;
  box-shadow: 0 12px 32px rgba(24,40,62,.06);
}
.choice-card h3,
.service-tile h3,
.blueprint-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.18; }
.choice-card p,
.service-tile p,
.blueprint-grid p { color: var(--muted); margin: 0; }
.choice-kicker { width: auto; padding: 0 13px; border-radius: 999px; }
.editorial-band { padding: 86px 0; }
.editorial-split,
.quality-grid,
.prep-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 54px;
  align-items: center;
}
.editorial-split.reverse { grid-template-columns: 390px minmax(0, 1fr); }
.editorial-split.reverse .editorial-copy { order: 2; }
.editorial-split.reverse .insight-panel { order: 1; }
.editorial-copy h2,
.quality-main h2,
.prep-grid h2,
.faq-grid h2 {
  margin: 10px 0 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}
.editorial-copy .intro {
  font-size: 20px;
  line-height: 1.55;
  color: #333b47;
}
.editorial-copy p,
.quality-main p,
.prep-grid p,
.faq-grid p { color: var(--muted); }
.insight-panel {
  background: #20242b;
  color: white;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.insight-panel h3 { margin: 0 0 18px; font-size: 24px; }
.insight-panel .card-link { color: white; }
.styled-list,
.prep-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.styled-list li,
.prep-list li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.82);
}
.styled-list li::before,
.prep-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}
.quality-section {
  background: linear-gradient(135deg, #fafdff 0%, #eef7fd 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quality-stack {
  display: grid;
  gap: 16px;
}
.metric-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 30px rgba(24,40,62,.07);
}
.metric-card strong {
  display: block;
  color: var(--blue);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 8px;
}
.metric-card span { color: var(--muted); font-weight: 700; }
.prep-list {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 28px;
  box-shadow: var(--shadow);
}
.prep-list li {
  border-color: var(--line);
  color: #303844;
}
.comparison-table { padding-top: 72px; }
.faq-section .faq { align-self: stretch; }
.service-directory { padding-top: 92px; }
.proof-section img,
.editorial-split > img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.blueprint-grid article span {
  display: block;
  color: var(--blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
}
.home-blueprint {
  background: #20242b;
  color: white;
}
.home-blueprint .section-head p,
.home-blueprint .blueprint-grid p { color: rgba(255,255,255,.72); }
.home-blueprint .blueprint-grid article {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}
.support-band .feature-card { min-height: 230px; }

.solution-showcase { padding: 58px 0 28px; }
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.solution-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(24,40,62,.08);
}
.solution-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  object-position: center;
}
.solution-card > div { padding: 26px; }
.solution-card h3 { margin: 16px 0 10px; font-size: 22px; line-height: 1.2; }
.solution-card p { margin: 0; color: var(--muted); }
.visual-solution-card {
  position: relative;
}
.visual-solution-card .icon-circle {
  position: absolute;
  top: 26px;
  left: 28px;
  width: 62px;
  height: 62px;
  border: 0;
  background: var(--blue);
  color: white;
  box-shadow: 0 12px 24px rgba(7,139,216,.28);
}
.visual-solution-card .icon-circle svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.visual-solution-card > div {
  padding-top: 28px;
}
.capacity-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(24,40,62,.06);
}
.capacity-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eaf6fe;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 16px;
}
.capacity-card h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.2; }
.capacity-card strong { display: block; color: var(--blue); font-size: 28px; line-height: 1; margin-bottom: 10px; }
.capacity-card p { margin: 0; color: var(--muted); font-size: 14px; }
.why-section { padding: 34px 0 46px; }
.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 44px;
  align-items: stretch;
}
.why-copy {
  background: linear-gradient(135deg, #f8fcff 0%, #eef7fd 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 32px;
}
.why-copy h2,
.table-media h2,
.method-strip h2,
.value-grid h2,
.faq-section h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.15;
}
.why-copy p,
.value-grid p { color: var(--muted); margin: 0 0 18px; }
.blue-checks {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.blue-checks li {
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
  color: #3f4854;
  font-weight: 600;
}
.blue-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 900;
}
.dark-panel {
  background: linear-gradient(135deg, #20242b 0%, #10151b 100%);
  color: white;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.dark-panel h3 { margin: 0 0 20px; font-size: 25px; }
.dark-panel ul { margin: 0; padding: 0; list-style: none; }
.dark-panel li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
}
.dark-panel .retain-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.dark-panel strong {
  display: block;
  color: white;
  margin-bottom: 4px;
}
.dark-panel p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.4;
}
.table-media-section { padding: 38px 0; }
.table-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: end;
}
.table-media img,
.value-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(24,40,62,.08);
}
.method-strip { padding: 42px 0; background: #f3f9fe; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.method-flow article { position: relative; }
.method-flow span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-weight: 900;
  margin-bottom: 14px;
}
.method-flow h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.2; }
.method-flow p { margin: 0; color: var(--muted); font-size: 14px; }
.value-section { padding: 42px 0; }
.value-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
  align-items: stretch;
}
.value-grid > div {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
}
.faq-section { padding: 42px 0; }
.faq-two {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}
.faq-two details { padding: 17px 20px; }
.service-cta { padding: 76px 0; }
.page-climatisation .service-cta,
.page-depannage-chaudiere .service-cta,
.page-entretien .service-cta { padding: 24px 0 24px; }
.page-climatisation .service-cta {
  padding: 34px 0 30px;
}
.page-climatisation .faq-section {
  padding-bottom: 12px;
}
.page-climatisation .faq-section {
  padding: 42px 0 28px;
  background: #f7fbff;
}
.page-climatisation .faq-section h2 {
  margin-bottom: 22px;
  font-size: 28px;
}
.page-climatisation .faq-section h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--blue);
  margin-top: 12px;
}
.page-climatisation .faq-two {
  gap: 14px 26px;
}
.page-climatisation .faq-two details {
  min-height: 58px;
  padding: 0;
  border-color: #dce6f0;
  border-radius: 6px;
  background: white;
  box-shadow: none;
}
.page-climatisation .faq-two summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  list-style: none;
}
.page-climatisation .faq-two summary::-webkit-details-marker {
  display: none;
}
.page-climatisation .faq-two summary::after {
  content: "+";
  color: #1e2a36;
  font-weight: 850;
  font-size: 16px;
}
.page-climatisation .faq-two details[open] summary::after {
  content: "-";
}
.page-climatisation .faq-two details p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
}
.page-climatisation .service-cta {
  padding: 12px 0 8px;
}
.page-climatisation .why-section {
  padding-top: 112px;
  padding-bottom: 34px;
}
.page-climatisation .method-strip {
  padding-top: 22px;
  padding-bottom: 24px;
}
.page-climatisation .value-section {
  padding-top: 28px;
  padding-bottom: 28px;
}
.page-climatisation .dark-panel .retain-icon {
  width: 50px;
  height: 50px;
}
.page-climatisation .dark-panel .retain-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page-depannage-chaudiere .service-cta {
  padding: 18px 0 16px;
}
.page-depannage-chaudiere .cta-band .btn::before {
  content: "";
  margin-right: 8px;
}
.page-depannage-chaudiere .cta-band .btn {
  position: relative;
  min-width: 228px;
  min-height: 64px;
  padding: 12px 20px 12px 58px;
  white-space: pre-line;
  text-align: left;
  line-height: 1.15;
}
.page-depannage-chaudiere .cta-band .btn::before {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h3l1.4 4-2 1.2a12 12 0 0 0 5.4 5.4l1.2-2 4 1.4v3a3 3 0 0 1-3.3 3A15.8 15.8 0 0 1 4 7.3 3 3 0 0 1 7 4z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h3l1.4 4-2 1.2a12 12 0 0 0 5.4 5.4l1.2-2 4 1.4v3a3 3 0 0 1-3.3 3A15.8 15.8 0 0 1 4 7.3 3 3 0 0 1 7 4z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.emergency-strip { padding: 46px 0 34px; }
.emergency-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #fff9e8;
  border: 1px solid #f0dc9a;
  border-radius: var(--radius);
  padding: 20px 26px;
}
.emergency-box strong { font-size: 18px; }
.emergency-box p { margin: 4px 0 0; color: #6a5b24; }
.symptom-strip {
  padding: 0 0 34px;
  background: white;
}
.symptom-grid {
  position: relative;
  z-index: 4;
  margin-top: -52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.symptom-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 22px;
  gap: 16px;
  align-items: center;
  min-height: 120px;
  padding: 24px;
  border-right: 1px solid var(--line);
}
.symptom-grid article:last-child {
  border-right: 0;
}
.symptom-grid h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.18;
}
.symptom-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.symptom-grid .warning-icon {
  margin: 0;
}
.warning-icon svg,
.alert-mark svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.symptom-grid .chevron {
  color: #9aa7b5;
  font-size: 32px;
  line-height: 1;
}
.breakdown-process {
  padding: 30px 0 14px;
  background: white;
}
.breakdown-process .section-head {
  margin-bottom: 18px;
}
.breakdown-process .process {
  margin-top: 0;
}
.safety-alert {
  padding: 10px 0 26px;
  background: white;
}
.safety-alert .emergency-box {
  display: grid;
  grid-template-columns: 58px minmax(0, .9fr) minmax(280px, 1fr) auto;
  background: #fff8e8;
  border-color: #f4dfae;
  box-shadow: none;
}
.alert-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #e4a100;
}
.breakdown-section { padding: 58px 0 54px; }
.breakdown-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.breakdown-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  min-height: 215px;
  box-shadow: 0 10px 28px rgba(24,40,62,.06);
}
.warning-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff4cf;
  color: #d99a00;
  font-weight: 900;
  margin-bottom: 14px;
}
.breakdown-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.18; }
.breakdown-card p { margin: 0; color: var(--muted); font-size: 14px; }
.breakdown-card .line-icon {
  margin: 0 auto 16px;
}
.center-link {
  margin: 28px 0 0;
  text-align: center;
}
.repair-section { padding: 58px 0 62px; background: #f8fcff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.repair-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.page-depannage-chaudiere .repair-split {
  margin-top: -28px;
  margin-bottom: 18px;
  transform: translateY(-24px);
}
.page-depannage-chaudiere .repair-split .repair-copy {
  padding-top: 34px;
  padding-bottom: 34px;
}
.page-depannage-chaudiere .repair-split .energy-panel {
  padding-top: 44px;
  padding-bottom: 44px;
}
.repair-split .repair-copy {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.energy-panel {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  align-content: center;
  background: linear-gradient(135deg, #078bd8 0%, #006fbd 100%);
  color: white;
  padding: 54px;
}
.energy-icon {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: var(--blue);
}
.energy-icon svg {
  width: 58px;
  height: 58px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.energy-panel h3 {
  grid-column: 2;
  margin: 0 0 16px;
  font-size: 34px;
  line-height: 1.12;
}
.energy-panel p {
  grid-column: 2;
  margin: 0;
  color: rgba(255,255,255,.86);
}
.repair-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: stretch;
}
.repair-copy {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
}
.repair-copy h2,
.zone-grid h2 { margin: 0 0 16px; font-size: 30px; line-height: 1.14; }
.repair-copy p,
.zone-grid p { color: var(--muted); }
.saving-card {
  display: grid;
  align-content: center;
  background: linear-gradient(135deg, #078bd8, #006fbd);
  color: white;
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
}
.saving-card strong { font-size: 48px; line-height: 1; }
.saving-card span { font-size: 20px; font-weight: 850; margin: 10px 0; }
.saving-card p { color: rgba(255,255,255,.82); margin: 0; }
.dark-retain { padding: 64px 0; background: #20242b; color: white; }
.breakdown-retain {
  padding: 0 0 12px;
  background: white;
}
.breakdown-retain .container {
  background: linear-gradient(135deg, #20242b 0%, #111820 100%);
  color: white;
  border-radius: var(--radius);
  padding: 20px 36px 28px;
  box-shadow: var(--shadow);
}
.page-depannage-chaudiere .breakdown-retain .container {
  transform: none;
}
.breakdown-retain h2 {
  margin: 0 0 14px;
  font-size: 24px;
}
.breakdown-retain h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--blue);
  margin-top: 12px;
}
.breakdown-retain .thermo-retain-grid {
  gap: 0;
  margin-top: 10px;
}
.breakdown-retain .thermo-retain-grid article {
  min-height: 94px;
  padding: 2px 28px 0 34px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.breakdown-retain .thermo-retain-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}
.breakdown-retain .thermo-retain-grid span {
  width: 58px;
  height: 58px;
  margin-bottom: 8px;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.breakdown-retain .thermo-retain-grid svg {
  display: block;
  width: 52px;
  height: 52px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.breakdown-retain .thermo-retain-grid h3 {
  font-size: 14px;
  margin-bottom: 4px;
}
.breakdown-retain .thermo-retain-grid p {
  font-size: 12px;
  line-height: 1.34;
}
.retain-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
}
.retain-grid h2 { margin: 0; font-size: 28px; }
.retain-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.retain-grid li {
  border-left: 1px solid rgba(255,255,255,.18);
  padding-left: 18px;
  color: rgba(255,255,255,.82);
}
.zone-section { padding: 62px 0; }
.zone-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) .75fr 330px;
  gap: 36px;
  align-items: center;
}
.section-head.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.zone-grid h3 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 24px;
}
.map-panel {
  min-height: 250px;
  display: grid;
  place-items: center;
  position: relative;
  color: #c9d6e4;
}
.map-shape svg {
  width: 220px;
  height: 220px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.2;
}
.map-pin {
  position: absolute;
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
}
.zone-panel {
  min-height: 300px;
  background: linear-gradient(135deg, #eef7fd, #fff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 10px 30px rgba(24,40,62,.06);
}
.zone-panel ul { list-style: none; margin: 0; padding: 0; }
.zone-panel article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.zone-panel article:last-child {
  border-bottom: 0;
}
.zone-panel strong {
  display: block;
  color: var(--blue);
  font-size: 20px;
  line-height: 1.1;
}
.zone-panel p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 700;
}
.zone-panel li {
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-weight: 800;
}
.zone-panel li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue);
  position: absolute;
  left: 0;
  top: 18px;
}
.savings-section { padding: 46px 0 40px; }
.savings-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr 0.72fr;
  gap: 26px;
  align-items: center;
}
.savings-grid h2,
.thermo-grid h2 { margin: 0 0 16px; font-size: 28px; line-height: 1.16; }
.savings-grid p { color: var(--muted); }
.saving-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.saving-metrics article {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 18px;
  text-align: center;
}
.saving-metrics strong {
  display: block;
  color: var(--blue);
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
}
.saving-metrics span { color: var(--muted); font-weight: 800; font-size: 14px; }
.savings-grid img,
.thermo-grid img { width: 100%; border-radius: var(--radius); box-shadow: 0 10px 28px rgba(24,40,62,.08); }
.thermo-compare { padding: 36px 0 42px; }
.thermo-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
}
.thermo-retain { margin-top: 0; }
.thermo-retain li span {
  display: block;
  color: rgba(255,255,255,.66);
  font-weight: 500;
  margin-top: 6px;
}

.service-hero {
  min-height: 684px;
}
.service-hero .hero-media {
  object-position: center center;
}
.page-climatisation .service-hero .hero-media {
  object-position: center center;
}
.page-pompe-a-chaleur .service-hero .hero-media {
  object-position: 58% center;
}
.page-chauffe-eau-thermodynamique .service-hero .hero-media {
  object-position: 56% center;
}
.page-depannage-chaudiere .service-hero .hero-media {
  object-position: 63% center;
}
.page-entretien .service-hero .hero-media {
  object-position: 70% center;
}
.service-hero::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 29%, rgba(255,255,255,.55) 50%, rgba(255,255,255,.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 72%, rgba(255,255,255,.94) 100%);
}
.page-depannage-chaudiere .service-hero::after,
.page-entretien .service-hero::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 30%, rgba(255,255,255,.28) 48%, rgba(255,255,255,.04) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 72%, rgba(255,255,255,.93) 100%);
}
.service-hero .container {
  min-height: 684px;
  align-items: center;
  grid-template-columns: minmax(360px, 560px) 330px;
  justify-content: space-between;
  gap: 32px;
}
.service-hero .hero-copy {
  padding: 72px 0 150px;
}
.service-hero h1 {
  max-width: 680px;
  font-size: clamp(48px, 4.9vw, 72px);
}
.hero-subtitle {
  margin: -8px 0 12px;
  color: var(--blue);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 850;
}
.service-hero .lead {
  max-width: 690px;
  font-size: 18px;
}
.service-hero .quote-card {
  align-self: center;
  margin-top: 52px;
  width: 330px;
  padding: 24px;
}
.service-hero + .process {
  margin-top: -74px;
}
.service-hero + .process .process-item {
  min-height: 118px;
}
.solution-showcase {
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
}
.solution-showcase .section-head h2 {
  font-size: 28px;
}
.solution-card {
  min-height: 405px;
}
.solution-card img {
  height: 190px;
}
.why-section,
.table-media-section,
.value-section,
.faq-section {
  background: white;
}
.why-copy,
.value-grid > div,
.compare,
.faq details,
.solution-card {
  border-color: #e3eaf2;
}
.dark-panel {
  min-height: 100%;
}
.table-media {
  align-items: stretch;
}
.table-media > div {
  min-width: 0;
}
.table-media img,
.value-grid img {
  min-height: 100%;
}
.method-strip {
  background: linear-gradient(180deg, #f4faff 0%, #eef7fd 100%);
}
.method-flow article {
  min-height: 146px;
  background: white;
  border: 1px solid #dfeaf4;
  border-radius: var(--radius);
  padding: 22px 18px;
}
.method-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 31px;
  color: var(--blue);
  font-weight: 900;
}
.faq-two details {
  min-height: 104px;
}

.service-hero {
  min-height: 660px;
}
.service-hero .container {
  min-height: 660px;
  grid-template-columns: minmax(360px, 540px) 330px;
  justify-content: space-between;
  gap: 32px;
}
.service-hero .hero-copy {
  padding: 66px 0 150px;
}
.service-hero .lead {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.62;
}
.service-hero .quote-card {
  margin-top: 40px;
}
.solution-showcase {
  padding: 54px 0 28px;
}
.solution-grid {
  gap: 30px;
}
.why-section {
  padding: 34px 0;
}
.why-grid {
  grid-template-columns: minmax(0, 1fr) 660px;
  gap: 34px;
}
.table-media-section {
  padding: 38px 0 26px;
}
.faq-section {
  padding: 50px 0;
}
.service-cta {
  padding: 70px 0;
}

.service-hero {
  min-height: 650px;
}
.service-hero .container {
  min-height: 650px;
  grid-template-columns: minmax(360px, 520px) 330px;
  justify-content: space-between;
  gap: 32px;
}
.service-hero .hero-copy {
  padding: 62px 0 142px;
}
.service-hero + .process {
  margin-top: -72px;
}
.solution-showcase {
  padding: 48px 0 24px;
}
.solution-showcase .section-head {
  margin-bottom: 28px;
}
.solution-card {
  min-height: 390px;
}
.solution-card img {
  height: 182px;
}
.page-pompe-a-chaleur .solution-card img,
.page-chauffe-eau-thermodynamique .solution-card img,
.page-depannage-chaudiere .solution-card img,
.page-entretien .solution-card img {
  object-position: center center;
}
.page-pompe-a-chaleur .solution-card:nth-child(2) img {
  object-position: center bottom;
}
.solution-card > div {
  padding: 22px;
}
.why-section {
  padding: 30px 0;
}
.table-media-section {
  padding: 32px 0 22px;
}
.table-media img,
.value-grid img {
  height: 300px;
}
.compare th,
.compare td {
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
}
.method-strip {
  padding: 38px 0;
}
.method-flow article {
  min-height: 136px;
  padding: 20px 17px;
}
.value-section {
  padding: 36px 0;
}
.value-grid > div {
  padding: 26px;
}
.faq-section {
  padding: 42px 0;
}
.faq-two details {
  min-height: 86px;
  padding: 15px 18px;
}
.service-details {
  padding: 54px 0;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.detail-card {
  background: white;
  border: 1px solid #e3eaf2;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 36px rgba(24,40,62,.07);
}
.detail-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.18;
}
.detail-card p {
  margin: 0 0 14px;
  color: var(--muted);
}
.detail-card p:last-child {
  margin-bottom: 0;
}
.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}
.assurance-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  background: #20242b;
  color: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 14px 36px rgba(24,40,62,.1);
}
.assurance-grid h3 {
  grid-column: 2;
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}
.assurance-grid p {
  grid-column: 2;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.45;
}
.assurance-icon {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
}
.assurance-icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-cta {
  padding: 56px 0;
}
.footer {
  padding: 44px 0 24px;
}

.pump-dimension {
  padding: 64px 0 28px;
  background: white;
}
.pump-criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.pump-criteria-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.line-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--blue);
}
.line-icon svg,
.pump-advantage-grid svg,
.pump-solution-card .icon-circle svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pump-criteria-grid h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}
.pump-criteria-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.pump-solutions {
  padding-top: 42px;
  background: white;
}
.pump-solution-card {
  position: relative;
}
.pump-solution-card .icon-circle {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 58px;
  height: 58px;
  margin: 0;
  border: 0;
  background: var(--blue);
  color: white;
}
.pump-solution-card > div {
  padding-top: 32px;
}
.pump-solution-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.pump-solution-card li {
  position: relative;
  margin: 7px 0;
  padding-left: 18px;
  color: #202832;
  font-size: 14px;
  font-weight: 650;
}
.pump-solution-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #202832;
}
.pump-advantages {
  padding: 34px 0 42px;
  background: white;
}
.pump-advantage-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}
.pump-advantage-grid article {
  text-align: center;
}
.pump-advantage-grid span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  color: var(--blue);
}
.pump-advantage-grid strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}
.pump-advantage-grid p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.pump-why {
  padding: 42px 0;
  background: linear-gradient(180deg, #f8fcff 0%, #fff 100%);
}
.pump-retain li {
  display: block;
  padding-left: 32px;
}
.pump-retain li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  border: 1px solid rgba(7,139,216,.75);
  font-size: 12px;
  font-weight: 900;
}
.pump-retain .card-link {
  display: inline-flex;
  margin-top: 18px;
  color: white;
}
.pump-renovation { padding: 76px 0 36px; background: white; }
.pump-renovation > .container { width: min(1376px, calc(100% - 64px)); }
.pump-renovation .eyebrow { margin: 0 0 18px; font-size: 17px; }
.pump-renovation h2 { margin: 0 0 14px; font-size: 51px; line-height: 1.2; }
.renovation-lead { margin: 0 0 36px; font-size: 36px; line-height: 1.45; }
.renovation-grid { display: grid; grid-template-columns: minmax(0, 446fr) minmax(0, 450fr) minmax(0, 412fr); gap: 34px; }
.renovation-grid article { padding-right: 34px; border-right: 1px solid #cdd6df; }
.renovation-grid article:last-child { padding-right: 0; border-right: 0; }
.renovation-number { display: block; color: var(--blue); font-size: 80px; font-weight: 800; line-height: 1.15; }
.renovation-grid h3 { margin: 14px 0 16px; font-size: 29px; line-height: 1.2; }
.renovation-grid p { margin: 0; font-size: 25px; line-height: 1.45; }
.renovation-visit { margin-top: 44px; padding: 30px 0; background: #e8f5fd; }
.renovation-visit .container { width: min(1322px, calc(100% - 64px)); }
.renovation-visit h3 { margin: 0 0 14px; font-size: 34px; line-height: 1.2; }
.renovation-visit ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.renovation-visit li { padding: 10px 26px; border-right: 1px solid #c4d5df; font-size: 24px; }
.renovation-visit li:first-child { padding-left: 0; }
.renovation-visit li:last-child { border: 0; padding-right: 0; }
.renovation-note p { margin: 38px 0 30px; font-size: 25px; line-height: 1.5; }
.renovation-note a { color: var(--blue); font-size: 25px; text-decoration: underline; }
@media (max-width: 1100px) {
  .pump-renovation { padding: 40px 0; }
  .page-pompe-a-chaleur .process.steps-4 { grid-template-columns: minmax(0, 1fr); }
  body.page-pompe-a-chaleur .pump-why .why-grid { grid-template-columns: minmax(0, 1fr); }
  .page-pompe-a-chaleur .pump-compare .container { overflow-x: auto; }
  .pump-renovation h2 { font-size: 32px; }
  .renovation-lead { font-size: 22px; }
  .renovation-grid, .renovation-visit ul { grid-template-columns: minmax(0, 1fr); }
  .renovation-grid article { border: 0; padding: 0; }
  .renovation-number { font-size: 48px; }
  .renovation-grid h3, .renovation-visit h3 { font-size: 26px; }
  .renovation-grid p, .renovation-note p, .renovation-note a { font-size: 20px; }
  .renovation-visit li { border: 0; padding: 8px 0; font-size: 20px; }
}
.pump-stats {
  padding: 36px 0;
}
.pump-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(24,40,62,.06);
}
.pump-stats-grid article {
  padding: 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.pump-stats-grid article:last-child {
  border-right: 0;
}
.pump-stats-grid strong {
  display: block;
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 8px;
}
.pump-stats-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.3;
}
.pump-compare {
  padding: 42px 0 48px;
  background: white;
}
.pump-compare h2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 30px;
}
.table-note {
  margin: 18px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.page-pompe-a-chaleur .pump-dimension {
  padding: 76px 0 40px;
}
.page-pompe-a-chaleur .pump-solutions {
  padding-top: 36px;
  padding-bottom: 64px;
}
.page-pompe-a-chaleur .pump-advantages {
  padding: 50px 0 118px;
}
.page-pompe-a-chaleur .pump-why {
  padding: 38px 0 48px;
  background: #f8fbfe;
}
.page-pompe-a-chaleur .pump-why .why-grid {
  padding-top: 0;
  grid-template-columns: minmax(0, 1fr) 568px;
  gap: 30px;
  align-items: stretch;
}
.page-pompe-a-chaleur .pump-why .why-copy {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 8px 0 8px;
}
.page-pompe-a-chaleur .pump-why .why-copy h2 {
  margin-bottom: 20px;
}
.page-pompe-a-chaleur .pump-why .why-copy p {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.62;
}
.page-pompe-a-chaleur .pump-retain {
  padding: 24px 34px;
}
.page-pompe-a-chaleur .pump-retain h3 {
  margin-bottom: 18px;
}
.page-pompe-a-chaleur .pump-retain li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-pompe-a-chaleur .pump-stats {
  padding: 34px 0 42px;
}
.page-pompe-a-chaleur .pump-compare {
  padding: 68px 0 82px;
}
.page-pompe-a-chaleur .service-cta {
  padding: 8px 0 42px;
}
.page-chauffe-eau-thermodynamique .service-cta {
  padding: 8px 0 62px;
  transform: none;
}
.page-chauffe-eau-thermodynamique .service-cta .container {
  width: min(1404px, calc(100% - 52px));
}
.page-chauffe-eau-thermodynamique .faq-section {
  padding-bottom: 34px;
}
.page-chauffe-eau-thermodynamique .blue-cta-band {
  padding: 46px 38px;
}
.page-chauffe-eau-thermodynamique .footer {
  padding-bottom: 132px;
}
.page-chauffe-eau-thermodynamique .thermo-compare-section {
  padding: 24px 0 22px;
}
.page-chauffe-eau-thermodynamique .thermo-compare-grid {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
}
.page-chauffe-eau-thermodynamique .thermo-compare-grid > img {
  min-height: 235px;
}
.page-chauffe-eau-thermodynamique .thermo-retain-band {
  padding: 0 0 24px;
}
.page-chauffe-eau-thermodynamique .thermo-retain-band .container {
  padding: 24px 34px 36px;
}
.page-chauffe-eau-thermodynamique .thermo-retain-grid {
  margin-top: 22px;
  gap: 22px;
}
.page-chauffe-eau-thermodynamique .thermo-retain-grid span {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  border: 2px solid rgba(7,139,216,.78);
  border-radius: 50%;
}
.page-chauffe-eau-thermodynamique .thermo-retain-grid svg {
  width: 34px;
  height: 34px;
}
.page-chauffe-eau-thermodynamique .thermo-retain-grid h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.page-chauffe-eau-thermodynamique .thermo-retain-grid p {
  font-size: 12px;
  line-height: 1.35;
}
.page-chauffe-eau-thermodynamique .thermo-install {
  padding: 24px 0 20px;
}
.page-chauffe-eau-thermodynamique .thermo-install-grid {
  gap: 26px;
}
.page-chauffe-eau-thermodynamique .thermo-install-grid img {
  height: 170px;
}
.page-chauffe-eau-thermodynamique .thermo-care {
  padding: 30px 0 126px;
}
.page-chauffe-eau-thermodynamique .thermo-care-cards article {
  padding: 18px 14px;
}
.blue-cta-band {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  background: linear-gradient(135deg, #078bd8 0%, #006fbd 100%);
  color: white;
  border-radius: var(--radius);
  padding: 34px 38px;
  box-shadow: 0 18px 44px rgba(7,139,216,.24);
}
.blue-cta-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 8px;
}
.blue-cta-icon svg {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}
.blue-cta-band h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.12;
}
.blue-cta-band p {
  margin: 0;
  color: rgba(255,255,255,.86);
}
.blue-cta-band .btn.secondary {
  background: white;
  color: var(--blue-dark);
  border-color: white;
  box-shadow: none;
}
.blue-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}
.blue-cta-actions .phone-white {
  min-width: 220px;
}
.cta-phone,
.phone-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cta-phone svg,
.phone-white svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex: 0 0 auto;
}
.page-entretien .service-cta {
  padding: 22px 0 34px;
  transform: none;
  margin-bottom: 0;
}
.page-entretien .service-cta .container {
  width: min(1348px, calc(100% - 94px));
}
.page-entretien .blue-cta-band {
  padding: 24px 38px;
}
.page-entretien .blue-cta-actions .phone-white {
  min-width: 276px;
}
.page-entretien .blue-cta-actions .btn.secondary:not(.phone-white) {
  min-width: 322px;
}
.page-entretien .blue-cta-icon {
  width: 52px;
  height: 52px;
  border: 0;
}
.page-entretien .blue-cta-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.65;
}
.page-entretien .footer {
  padding-top: 68px;
  padding-bottom: 44px;
}

.page-climatisation .cta-band,
.page-pompe-a-chaleur .cta-band,
.page-depannage-chaudiere .cta-band {
  background: linear-gradient(135deg, #111820 0%, #1d2935 100%);
}
.page-climatisation .service-cta {
  padding-top: 0;
}
.page-climatisation .cta-band {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-climatisation .footer {
  padding-top: 58px;
  padding-bottom: 10px;
}
.page-climatisation .footer-grid {
  grid-template-columns: 1.28fr .88fr .88fr .96fr 1.08fr;
  gap: 34px;
}
.page-climatisation .subfooter {
  margin-top: 34px;
  padding-top: 18px;
}
.page-pompe-a-chaleur .service-cta {
  padding-top: 16px;
}
.page-pompe-a-chaleur .cta-band {
  padding-top: 42px;
  padding-bottom: 42px;
}
.page-depannage-chaudiere .service-cta {
  padding-top: 0;
}
.page-depannage-chaudiere .service-cta .container {
  width: min(1406px, calc(100% - 76px));
}
.page-depannage-chaudiere .cta-band {
  padding-top: 31px;
  padding-bottom: 43px;
}
.page-depannage-chaudiere .service-hero .hero-copy {
  padding-top: 54px;
  padding-bottom: 200px;
}
.page-depannage-chaudiere .service-hero,
.page-depannage-chaudiere .service-hero .container {
  min-height: 697px;
}
.page-depannage-chaudiere .service-hero h1 {
  max-width: 450px;
  font-size: clamp(54px, 4.6vw, 76px);
  line-height: .98;
}
.page-depannage-chaudiere .service-hero .lead {
  max-width: 470px;
  font-size: 15px;
  line-height: 1.58;
}
.page-depannage-chaudiere .hero-ctas-depannage {
  margin-top: 22px;
  gap: 18px;
}
.page-depannage-chaudiere .hero-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  min-width: 220px;
  padding: 12px 20px;
  text-align: left;
  line-height: 1.12;
}
.page-depannage-chaudiere .hero-phone-btn svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.page-depannage-chaudiere .hero-phone-btn small {
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  opacity: .95;
}
.page-depannage-chaudiere .trust-row-depannage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 600px;
  margin-top: 28px;
}
.page-depannage-chaudiere .trust-row-depannage .trust-item {
  max-width: none;
  font-size: 12px;
  line-height: 1.24;
}
.page-depannage-chaudiere .trust-row-depannage .trust-icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}
.page-depannage-chaudiere .footer-section {
  background: white;
}
.page-depannage-chaudiere .footer {
  transform: translateY(10px);
}
.page-entretien .service-cta {
  padding-top: 38px;
  padding-bottom: 34px;
}
.page-entretien .service-hero .hero-ctas {
  margin-top: 20px;
}
.page-entretien .service-hero,
.page-entretien .service-hero .container {
  min-height: 610px;
}
.page-entretien .service-hero .hero-copy {
  padding-top: 48px;
  padding-bottom: 116px;
}
.page-entretien .trust-row-entretien {
  gap: 18px;
  margin-top: 24px;
  max-width: 620px;
}
.page-entretien .trust-row-entretien .trust-item {
  max-width: 135px;
  font-size: 12px;
  line-height: 1.25;
}
.page-entretien .trust-row-entretien .trust-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}
.page-entretien .trust-row-entretien .trust-icon svg {
  width: 19px;
  height: 19px;
}
.thermo-benefits {
  padding: 44px 0;
  background: white;
}
.thermo-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 12px 0 24px;
  border-bottom: 1px solid var(--line);
}
.thermo-benefit-grid article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.thermo-benefit-grid .line-icon { width: 36px; height: 36px; }
.thermo-benefit-grid .line-icon svg { width: 30px; height: 30px; }
.thermo-benefit-grid article h3 { font-size: 18px; line-height: 1.35; margin: 0 0 8px; }
.thermo-benefit-grid article p { font-size: 15px; line-height: 1.6; }
.thermo-benefit-grid h3,
.thermo-install-grid h2,
.thermo-care-grid h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.18;
}
.thermo-benefit-grid p,
.thermo-install-grid p,
.thermo-care-grid p {
  margin: 0;
  color: var(--muted);
}
.thermo-capacity {
  padding: 50px 0 40px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
}
.thermo-capacity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.thermo-capacity-grid article {
  text-align: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 22px;
  box-shadow: 0 12px 30px rgba(24,40,62,.06);
}
.capacity-people {
  display: grid;
  place-items: center;
  width: 56px;
  height: 42px;
  margin: 0 auto 14px;
  color: var(--blue);
}
.capacity-people svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.thermo-capacity-grid h3 {
  margin: 0 0 12px;
  font-size: 17px;
}
.thermo-capacity-grid strong {
  display: block;
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 10px;
}
.thermo-capacity-grid p {
  margin: 0;
  color: var(--muted);
}
.info-note {
  margin: 24px 0 0;
  text-align: center;
  color: var(--muted);
  font-weight: 650;
}
.thermo-savings {
  padding: 48px 0;
  background: white;
}
.thermo-saving-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.12fr 0.72fr;
  gap: 32px;
  align-items: center;
}
.thermo-saving-grid h2,
.thermo-compare-grid h2,
.thermo-retain-band h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.16;
}
.thermo-saving-grid p {
  color: var(--muted);
}
.thermo-saving-grid .saving-metrics article {
  background: #f4f9fe;
}
.thermo-saving-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius);
}
.thermo-compare-section {
  padding: 38px 0 44px;
  background: white;
}
.thermo-compare-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}
.thermo-compare-grid > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(24,40,62,.08);
}
.thermo-table th:nth-child(3) {
  background: var(--blue);
  color: white;
}
.good {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border: 1.5px solid #26a269;
  border-radius: 50%;
  color: #26a269;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}
.bad {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border: 1.5px solid #e24b4b;
  border-radius: 50%;
  color: #e24b4b;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}
.thermo-retain-band {
  padding: 42px 0;
  background: white;
}
.thermo-retain-band .container {
  background: linear-gradient(135deg, #20242b 0%, #111820 100%);
  color: white;
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
}
.thermo-retain-band h2 {
  text-align: center;
}
.thermo-retain-band h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--blue);
  margin: 12px auto 0;
}
.thermo-retain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 30px;
}
.thermo-retain-grid article {
  border-left: 1px solid rgba(255,255,255,.12);
  padding-left: 20px;
}
.thermo-retain-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  color: var(--blue);
}
.thermo-retain-grid svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.thermo-retain-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.thermo-retain-grid p {
  margin: 0;
  color: rgba(255,255,255,.74);
}
.thermo-install {
  padding: 48px 0;
  background: white;
}
.thermo-install-grid {
  display: grid;
  grid-template-columns: 0.74fr 1fr 300px;
  gap: 34px;
  align-items: center;
}
.thermo-install-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: var(--radius);
}
.thermo-care {
  padding: 46px 0;
}
.thermo-care-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  align-items: center;
}
.thermo-care-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.thermo-care-cards article {
  text-align: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 16px;
}
.thermo-care-cards .line-icon {
  margin: 0 auto 12px;
}
.thermo-care-cards h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.2;
}
.thermo-care-cards p {
  margin: 0;
  font-size: 13px;
}
@font-face { font-family: "Soseco Comparison"; src: url("/assets/fonts/roboto-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Soseco Comparison"; src: url("/assets/fonts/roboto-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
.thermo-comparison-v2 { padding: 28px 0 30px; font-family: "Soseco Comparison", Arial, sans-serif; }
.repair-safety { padding: 100px 0 28px; font-family: "Soseco Comparison", Arial, sans-serif; }
.repair-decision { padding: 64px 0 80px; font-family: "Soseco Comparison", Arial, sans-serif; }
.repair-decision > .container { width: min(1440px, calc(100% - 64px)); }
.repair-decision header { text-align: center; margin-bottom: 60px; }
.repair-decision h2 { margin: 0 0 12px; font-size: 58px; line-height: 1.2; }
.repair-decision header p { margin: 0; font-size: 30px; line-height: 1.4; color: var(--muted); }
.repair-decision-grid { display: grid; grid-template-columns: 750px minmax(0, 1fr); gap: 48px; }
.repair-decision h3 { font-size: 38px; line-height: 1.25; margin: 0 0 24px; }
.repair-decision-media img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.repair-decision-media h3 { margin-top: 40px; font-size: 40px; }
.repair-decision-media p { margin: 0; font-size: 26px; line-height: 1.4; color: var(--muted); }
.repair-decision-copy { padding-top: 12px; }
.repair-decision-copy h3 { color: var(--blue); }
.repair-decision-copy ul { margin: 0; padding-left: 34px; display: grid; gap: 16px; }
.repair-decision-copy li { font-size: 23px; line-height: 1.4; color: var(--muted); padding-left: 2px; }
.repair-decision-copy li::marker { color: var(--blue); }
.repair-decision-copy > div + div { border-top: 1px solid #d3d9df; margin-top: 42px; padding-top: 42px; }
.repair-decision-copy > p { font-size: 24px; line-height: 1.4; color: var(--muted); margin: 54px 0 32px; }
.repair-decision-copy .btn { font-size: 24px; min-height: 74px; min-width: 440px; box-shadow: none; }
@media (max-width: 1200px) {
  .repair-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .repair-decision h3, .repair-decision-media h3 { font-size: 28px; }
  .repair-decision-copy .btn { min-width: 0; font-size: 20px; }
}
@media (max-width: 760px) {
  .repair-decision { padding: 48px 0; }
  .repair-decision-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .repair-decision h2 { font-size: 32px; }
  .repair-decision header p { font-size: 20px; }
  .repair-decision header { margin-bottom: 32px; }
  .repair-decision-media h3 { margin-top: 24px; }
  .repair-decision-media p, .repair-decision-copy li, .repair-decision-copy > p { font-size: 19px; }
  .repair-decision-copy > p { margin-top: 32px; }
  .repair-decision-copy .btn { width: 100%; font-size: 18px; }
}

/* Legal information pages */
.legal-page { padding: 72px 0 88px; background: #fff; color: #202426; }
.legal-page .container { width: min(920px, calc(100% - 48px)); }
.legal-kicker { margin: 0 0 12px; color: #008fd3; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.legal-page h1 { margin: 0; font-size: 52px; line-height: 1.08; }
.legal-intro { max-width: 760px; margin: 20px 0 10px; color: #4f5964; font-size: 20px; line-height: 1.6; }
.legal-updated { margin: 0 0 44px; color: #6a737d; font-size: 14px; }
.legal-content { display: grid; gap: 34px; }
.legal-content section { padding-top: 30px; border-top: 1px solid #dde3e6; }
.legal-content h2 { margin: 0 0 14px; font-size: 28px; line-height: 1.2; }
.legal-content p, .legal-content li { color: #3f4851; font-size: 17px; line-height: 1.7; }
.legal-content p { margin: 0 0 14px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul { margin: 0; padding-left: 24px; }
.legal-content a { color: #0078b6; text-decoration: underline; text-underline-offset: 3px; }
.form-privacy { margin: 4px 0 0; color: #59636d; font-size: 13px; line-height: 1.5; }
.form-privacy a { color: #006fae; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 760px) {
  .legal-page { padding: 44px 0 60px; }
  .legal-page .container { width: calc(100% - 40px); }
  .legal-page h1 { font-size: 36px; }
  .legal-intro { font-size: 18px; }
  .legal-content h2 { font-size: 24px; }
  .legal-content p, .legal-content li { font-size: 16px; }
}
.repair-safety > .container { width: min(1472px, calc(100% - 64px)); }
.repair-safety header, .repair-safety-columns, .repair-safety-sources { margin-left: 54px; margin-right: 54px; }
.repair-safety header { margin-bottom: 48px; }
.repair-safety .safety-kicker { font-size: 22px; line-height: 1.2; color: #c81019; margin: 0 0 16px; font-weight: 700; }
.repair-safety h2 { font-size: 63px; line-height: 1.15; margin: 0 0 12px; }
.repair-safety header > p:last-child { margin: 0; font-size: 34px; line-height: 1.3; color: var(--muted); }
.repair-safety-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.repair-safety-columns > div:first-child { padding-right: 24px; }
.repair-safety-columns > div { padding-top: 16px; }
.repair-safety-columns > div + div { border-left: 1px solid #d6d9dd; padding-left: 46px; }
.repair-safety-columns h3::before { content: ""; display: block; width: 74px; height: 4px; background: #c81019; margin-bottom: 20px; border-radius: 2px; }
.repair-safety h3 { font-size: 44px; line-height: 1.25; margin: 0 0 24px; }
.repair-safety ul { padding-left: 38px; margin: 0; display: grid; gap: 16px; }
.repair-safety li { font-size: 25px; line-height: 1.4; padding-left: 2px; }
.repair-safety .safety-emergency { font-size: 32px; font-weight: 700; color: #c81019; line-height: 1.3; margin: 28px 0 0; }
.repair-safety .safety-co-note { font-size: 24px; color: var(--muted); line-height: 1.4; margin: 34px 0 0; }
.repair-safety-contact { margin-top: 52px; background: #e1f3fd; padding: 38px 54px; display: grid; grid-template-columns: minmax(0, 1fr) 304px; gap: 36px; align-items: center; border-radius: 4px; }
.repair-safety-contact h3 { font-size: 38px; margin: 0 0 12px; }
.repair-safety-contact p { font-size: 24px; line-height: 1.4; margin: 0; }
.repair-safety-contact .btn { min-height: 74px; font-size: 24px; box-shadow: none; }
.repair-safety-sources { margin-top: 28px; margin-bottom: 0; font-size: 18px; color: var(--muted); }
.repair-safety-sources a { color: var(--blue-dark); text-decoration: underline; }
@media (max-width: 1000px) {
  .repair-safety { padding: 48px 0 28px; }
  .repair-safety header, .repair-safety-columns, .repair-safety-sources { margin-left: 0; margin-right: 0; }
  .repair-safety h2 { font-size: 32px; }
  .repair-safety header > p:last-child { font-size: 21px; }
  .repair-safety .safety-kicker { font-size: 15px; }
  .repair-safety-columns, .repair-safety-contact { grid-template-columns: minmax(0, 1fr); }
  .repair-safety-columns { gap: 32px; }
  .repair-safety-columns > div:first-child { padding-right: 0; }
  .repair-safety-columns > div + div { border-left: 0; border-top: 1px solid #d6d9dd; padding: 28px 0 0; }
  .repair-safety h3 { font-size: 28px; }
  .repair-safety li, .repair-safety .safety-co-note, .repair-safety-contact p { font-size: 19px; }
  .repair-safety ul { padding-left: 24px; }
  .repair-safety .safety-emergency { font-size: 24px; }
  .repair-safety-contact { padding: 28px 22px; margin-top: 40px; }
  .repair-safety-contact .btn { font-size: 20px; min-width: 0; }
  .repair-safety-sources { font-size: 15px; }
}
.thermo-comparison-v2 > .container { width: min(1440px, calc(100% - 64px)); }
.thermo-comparison-v2 header { text-align: center; margin-bottom: 33px; }
.thermo-comparison-v2 h2 { margin: 0; font-size: 58px; line-height: 1.25; }
.thermo-comparison-v2 header p { margin: 0; font-size: 27px; color: var(--muted); }
.thermo-comparison-scroll { overflow-x: auto; max-width: 100%; }
.thermo-comparison-scroll:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.thermo-comparison-v2 table { border-collapse: collapse; width: 100%; table-layout: fixed; }
.thermo-comparison-v2 th, .thermo-comparison-v2 td { text-align: left; border: 1px solid #ced4db; padding: 26px 30px; vertical-align: middle; font-size: 24px; line-height: 1.25; }
.thermo-comparison-v2 thead th { height: 92px; background: #17191f; color: white; font-size: 28px; }
.thermo-comparison-v2 thead th:not(:first-child) { text-align: center; }
.thermo-comparison-v2 thead th:last-child { background: var(--blue); }
.thermo-comparison-v2 tbody tr { height: 114px; }
.thermo-comparison-v2 tbody tr:first-child { height: 105px; }
.thermo-comparison-v2 tbody tr:nth-child(3) { height: 116px; }
.thermo-comparison-v2 tbody tr:last-child { height: 117px; }
.thermo-comparison-v2 tbody td { font-size: 24px; }
.thermo-comparison-v2 tbody th { font-size: 26px; }
.thermo-comparison-mobile { display: none; }
.thermo-comparison-v2 tbody tr:nth-child(even) { background: #f2f4f6; }
.thermo-comparison-v2 aside { margin-top: 32px; padding: 24px 30px; background: #e5f6fc; border-radius: 8px; }
.thermo-comparison-v2 aside h3 { margin: 0 0 4px; font-size: 33px; line-height: 1.25; color: var(--blue); }
.thermo-comparison-v2 aside p { margin: 0; font-size: 24px; line-height: 1.4; }
@media (max-width: 760px) {
  .thermo-comparison-v2 h2 { font-size: 30px; overflow-wrap: anywhere; }
  .thermo-comparison-v2 header p { font-size: 19px; }
  .thermo-comparison-v2 table { min-width: 700px; }
  .thermo-comparison-scroll { display: none; }
  .thermo-comparison-mobile { display: block; }
  .thermo-comparison-mobile > div { padding: 24px 0; border-top: 1px solid #ced4db; }
  .thermo-comparison-mobile h3 { margin: 0 0 18px; font-size: 23px; }
  .thermo-comparison-mobile dl { margin: 0; }
  .thermo-comparison-mobile dt { font-size: 16px; font-weight: 700; }
  .thermo-comparison-mobile dt:not(:first-child) { margin-top: 16px; color: var(--blue-dark); }
  .thermo-comparison-mobile dd { margin: 4px 0 0; font-size: 18px; line-height: 1.5; }
  .thermo-comparison-v2 th, .thermo-comparison-v2 td { padding: 18px 16px; font-size: 18px; }
  .thermo-comparison-v2 thead th { font-size: 19px; }
  .thermo-comparison-v2 aside { padding: 24px 20px; }
  .thermo-comparison-v2 aside h3 { font-size: 24px; }
  .thermo-comparison-v2 aside p { font-size: 18px; }
}
@media (min-width: 1001px) {
  .thermo-comparison-v2 h2 { transform: translateX(-20px); }
}
.thermo-compare-grid > div { min-width: 0; }
.thermo-table-scroll { max-width: 100%; overflow-x: auto; }
.thermo-table-scroll:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.thermo-economics { padding: 88px 0 48px; }
.thermo-economics > .container { width: min(1468px, calc(100% - 64px)); }
.thermo-economics-heading { text-align: center; margin-bottom: 48px; }
.thermo-economics-heading h2 { margin: 0 0 8px; font-size: 56px; line-height: 1.25; }
.thermo-economics-heading p { margin: 0; font-size: 32px; }
.thermo-economics-factors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 36px; }
.thermo-economics-factors article { padding: 0 38px 22px; }
.thermo-economics-factors article + article { border-left: 1px solid #cbd6df; }
.thermo-economics-factors span { display: block; color: var(--blue); width: 112px; height: 96px; margin-bottom: 20px; }
.thermo-economics-factors span svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.thermo-economics h3 { margin: 0 0 16px; font-size: 38px; line-height: 1.25; }
.thermo-economics-factors p, .thermo-economics-cop p, .thermo-economics-project p { margin: 0; font-size: 25px; line-height: 1.4; }
.thermo-economics-cop { padding: 30px 42px 34px; background: #e7f6fc; }
.thermo-economics-cop h3 { font-size: 36px; }
.thermo-economics-project { margin-top: 38px; border-top: 1px solid #cbd6df; padding: 36px 38px 0; display: grid; grid-template-columns: minmax(0, 1fr) 328px; gap: 30px; align-items: center; }
.thermo-economics-project h3 { font-size: 36px; }
.thermo-economics-project .btn { min-height: 74px; font-size: 25px; box-shadow: none; }
@media (max-width: 1000px) {
  .thermo-economics { padding: 48px 0; }
  .thermo-economics-heading h2 { font-size: 32px; }
  .thermo-economics-heading p { font-size: 20px; }
  .thermo-economics-factors, .thermo-economics-project { grid-template-columns: minmax(0, 1fr); }
  .thermo-economics-factors article { padding: 26px 0; }
  .thermo-economics-factors article + article { border-left: 0; border-top: 1px solid #cbd6df; }
  .thermo-economics-factors span { width: 64px; height: 56px; }
  .thermo-economics h3 { font-size: 26px; }
  .thermo-economics-factors p, .thermo-economics-cop p, .thermo-economics-project p { font-size: 19px; }
  .thermo-economics-cop { padding: 28px 22px; }
  .thermo-economics-project { padding: 28px 0 0; }
  .thermo-economics-project .btn { font-size: 20px; min-width: 0; }
}
.clim-budget { padding: 54px 0 44px; }
.clim-budget > .container { width: min(1366px, calc(100% - 64px)); }
.clim-budget-heading { text-align: center; margin-bottom: 43px; }
.clim-budget-heading .eyebrow { margin: 0 0 14px; font-size: 20px; }
.clim-budget-heading h2 { font-size: 48px; font-weight: 800; line-height: 1.2; margin: 0 0 10px; }
.clim-budget-heading > p:last-child { font-size: 27px; margin: 0; color: var(--muted); }
.clim-budget-columns { display: grid; grid-template-columns: minmax(0, 1fr) 496px; gap: 48px; }
.clim-budget-columns h3 { margin: 4px 0 10px; font-size: 36px; font-weight: 800; line-height: 1.2; }
.clim-budget-factors { margin: 0; padding: 0; list-style: none; counter-reset: factor; }
.clim-budget-factors li { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 26px; padding: 26px 0; border-bottom: 1px solid #c7ced6; counter-increment: factor; }
.clim-budget-factors li:last-child { border: 0; }
.clim-budget-factors li::before { content: counter(factor, decimal-leading-zero); color: var(--blue); font-size: 60px; line-height: 1.1; font-weight: 800; }
.clim-budget-factors h4 { margin: 0; font-size: 26px; line-height: 1.3; }
.clim-budget-factors p { margin: 0; font-size: 20px; line-height: 1.6; color: var(--muted); }
.clim-budget-offer { background: #e5f4fe; padding: 30px 36px 28px; }
.clim-budget-offer h3 { font-size: 29px; margin: 0 0 30px; }
.clim-budget-offer ul { padding: 0; margin: 0 0 34px; list-style: none; display: grid; gap: 20px; }
.clim-budget-offer li { padding-left: 50px; position: relative; font-size: 20px; color: var(--muted); line-height: 1.5; }
.clim-budget-offer li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 32px; height: 32px; color: white; background: #19b666; border-radius: 50%; text-align: center; font-weight: 800; }
.clim-budget-offer .btn { width: 100%; min-height: 66px; font-size: 24px; gap: 22px; box-shadow: none; }
.clim-budget-offer > p { text-align: center; font-size: 17px; color: var(--muted); margin: 18px 0 0; }
.clim-budget-choice { border-top: 1px solid #bac4cf; margin-top: 54px; padding-top: 18px; }
.clim-budget-choice h3 { margin: 0 0 8px; font-size: 26px; line-height: 1.3; }
.clim-budget-choice p { margin: 0; font-size: 21px; line-height: 1.5; color: var(--muted); }
@media (max-width: 1100px) {
  .clim-budget-columns { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .clim-budget-heading h2 { font-size: 32px; }
  .clim-budget-heading > p:last-child { font-size: 20px; }
  .clim-budget-columns h3 { font-size: 28px; }
  .clim-budget-factors li { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; }
  .clim-budget-factors li::before { font-size: 40px; }
  .clim-budget-factors h4 { font-size: 22px; }
  .clim-budget-choice h3 { font-size: 22px; }
  .clim-budget-factors p, .clim-budget-choice p { font-size: 18px; }
  .clim-budget-offer { padding: 26px 22px; }
  .clim-budget-offer .btn { font-size: 18px; }
}
.maintenance-budget { padding: 76px 0 36px; }
.maintenance-budget > .container { width: min(1416px, calc(100% - 64px)); }
.maintenance-budget h2 { margin: 0 0 4px; font-size: 50px; line-height: 1.2; }
.maintenance-budget-intro { margin: 0 0 34px; font-size: 28px; color: var(--muted); }
.maintenance-budget-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.maintenance-budget-card { padding: 28px 38px 52px; border: 1px solid #cdd7df; border-radius: 6px; }
.maintenance-budget-card .line-icon { width: 100px; height: 100px; margin-bottom: 24px; }
.maintenance-budget-card .line-icon svg { width: 100px; height: 100px; }
.maintenance-budget-card .budget-icon { width: 100px; height: 100px; margin-bottom: 24px; object-fit: contain; }
.maintenance-budget-card h3 { margin: 0 0 12px; font-size: 30px; line-height: 1.2; }
.maintenance-budget-card p { margin: 0; font-size: 21px; line-height: 1.5; color: var(--muted); }
.maintenance-budget-card ul { padding: 0; margin: 30px 0 0; list-style: none; display: grid; gap: 22px; }
.maintenance-budget-card li { position: relative; padding-left: 56px; font-size: 20px; line-height: 1.6; color: var(--muted); }
.maintenance-budget-card li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: #29b457; color: white; text-align: center; font-weight: 700; }
.maintenance-contract-band { margin-top: 40px; padding: 50px 0 36px; background: #eaf6ff; }
.maintenance-contract-band > .container { display: grid; grid-template-columns: minmax(0, 1fr) 348px; align-items: center; gap: 110px; width: min(1370px, calc(100% - 64px)); }
.maintenance-contract-band h3 { margin: 0 0 12px; font-size: 36px; line-height: 1.2; }
.maintenance-contract-band p { margin: 0; font-size: 22px; line-height: 1.5; color: var(--muted); }
.maintenance-budget-action .btn { width: 100%; min-height: 70px; gap: 20px; font-size: 23px; box-shadow: none; }
.maintenance-budget-action p { margin-top: 8px; text-align: center; font-size: 17px; }
@media (max-width: 1100px) {
  .maintenance-budget { padding: 40px 0 0; }
  .maintenance-budget-grid, .maintenance-contract-band > .container { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .maintenance-budget h2 { font-size: 32px; }
  .maintenance-budget-intro { font-size: 20px; }
  .maintenance-budget-card { padding: 24px; }
  .maintenance-budget-card h3, .maintenance-contract-band h3 { font-size: 26px; }
  .maintenance-budget-card p, .maintenance-contract-band p, .maintenance-budget-card li { font-size: 18px; }
  .maintenance-budget-action .btn { font-size: 18px; }
}
.maintenance-overview {
  padding: 34px 0;
  background: white;
}
.maintenance-overview-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 24px;
  align-items: stretch;
}
.maintenance-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 32px rgba(24,40,62,.06);
}
.maintenance-card h2,
.contracts-section h2,
.compliance-grid h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.14;
}
.maintenance-card p {
  color: var(--muted);
}
.green-checks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.green-checks li {
  position: relative;
  padding: 11px 0 11px 30px;
  color: #33404d;
  border-bottom: 1px solid var(--line);
  font-weight: 650;
}
.green-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 11px;
  color: #28a45f;
  font-weight: 900;
}
.benefit-list {
  display: grid;
  gap: 20px;
}
.benefit-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
}
.benefit-list h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
.benefit-list p {
  margin: 0;
  color: var(--muted);
}
.equipment-section {
  padding: 38px 0;
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.equipment-grid article {
  text-align: center;
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}
.equipment-grid article:last-child {
  border-right: 0;
}
.equipment-grid .line-icon {
  margin: 0 auto 18px;
  width: 70px;
  height: 70px;
}
.equipment-grid .line-icon svg {
  width: 58px;
  height: 58px;
}
.equipment-grid h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.16;
}
.equipment-grid p {
  color: var(--muted);
}
.contracts-section {
  padding: 38px 0;
  background: white;
}
.contracts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}
.contract-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.contract-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 14px 36px rgba(24,40,62,.07);
}
.contract-card.featured {
  border-color: var(--blue);
}
.contract-card.featured::before {
  content: "Le plus choisi";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 7px;
  background: var(--blue);
  color: white;
  text-align: center;
  font-weight: 850;
  border-radius: 8px 8px 0 0;
}
.contract-card.featured {
  padding-top: 58px;
}
.contract-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--blue);
  margin-bottom: 18px;
}
.contract-icon svg {
  width: 48px;
  height: 48px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.contract-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
}
.contract-card ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.contract-card li {
  position: relative;
  padding: 9px 0 9px 26px;
  color: var(--muted);
}
.contract-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a45f;
  font-weight: 900;
}
.contract-card p {
  margin: 14px 0 4px;
  text-align: center;
  color: var(--muted);
}
.contract-card strong {
  display: block;
  text-align: center;
  color: var(--blue);
  font-size: 30px;
}
.quality-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 14px 36px rgba(24,40,62,.07);
}
.quality-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quality-panel li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.quality-panel li:last-child {
  border-bottom: 0;
}
.quality-panel strong {
  display: block;
  margin-bottom: 4px;
}
.quality-panel p {
  margin: 0;
  color: var(--muted);
}
.compliance-section {
  padding: 38px 0;
}
.compliance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: stretch;
}
.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 50px;
  max-width: 690px;
}
.proof-row article {
  text-align: center;
}
.proof-row .line-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border: 1px solid #dce6f0;
  border-radius: 50%;
  background: white;
  box-shadow: 0 8px 20px rgba(24,40,62,.04);
}
.proof-row .line-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.65;
}
.proof-row h3 {
  margin: 0 0 8px;
  font-size: 17px;
}
.proof-row p {
  margin: 0;
  color: var(--muted);
}
.maintenance-retain li {
  display: block;
  padding-left: 36px;
  position: relative;
}
.maintenance-retain li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}
.page-entretien .maintenance-overview {
  padding: 0 0 56px;
}
.page-entretien .equipment-section {
  padding: 30px 0;
}
.page-entretien .contracts-section {
  padding: 30px 0 22px;
}
.page-entretien .contracts-layout {
  grid-template-columns: minmax(0, 1fr) 282px;
  gap: 24px;
}
.page-entretien .contracts-section .section-head {
  margin-bottom: 28px;
}
.page-entretien .contract-grid {
  gap: 18px;
  align-items: start;
}
.page-entretien .compliance-section {
  padding: 30px 0;
}
.page-entretien .compliance-grid {
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 78px;
}
.page-entretien .compliance-grid > div > p {
  max-width: 640px;
}
.page-entretien .maintenance-retain {
  padding: 34px;
}
.page-entretien .faq-section {
  padding: 44px 0 18px;
  background: #f7fbff;
}
.page-entretien .faq-section h2 {
  margin-bottom: 22px;
  font-size: 28px;
}
.page-entretien .faq-section h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--blue);
  margin-top: 12px;
}
.page-entretien .faq-two {
  gap: 14px 26px;
}
.page-entretien .faq-two details {
  min-height: 58px;
  padding: 0;
  border-color: #dce6f0;
  border-radius: 6px;
  background: white;
  box-shadow: none;
}
.page-entretien .faq-two summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1.25;
  list-style: none;
}
.page-entretien .faq-two summary::-webkit-details-marker {
  display: none;
}
.page-entretien .faq-two summary::after {
  content: "+";
  color: #1e2a36;
  font-weight: 850;
  font-size: 16px;
}
.page-entretien .faq-two details[open] summary::after {
  content: "-";
}
.page-entretien .faq-two details p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
}
.page-entretien .maintenance-overview-v2 {
  padding: 82px 0 140px;
  min-height: 1024px;
}
.maintenance-overview-v2 > .container {
  width: min(1416px, calc(100% - 64px));
}
.maintenance-overview-heading {
  margin-bottom: 42px;
  padding-bottom: 26px;
  border-bottom: 2px solid var(--blue);
}
.maintenance-overview-heading > p {
  margin: 0 0 12px;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
.maintenance-overview-heading h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.2;
}
.maintenance-overview-v2 .maintenance-overview-grid {
  grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
}
.page-entretien .maintenance-overview-v2 .maintenance-card {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.maintenance-overview-v2 .maintenance-card h2 {
  font-size: 28px;
  margin-bottom: 14px;
  line-height: 1.25;
}
.maintenance-overview-v2 .maintenance-card.wide > p:first-of-type {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 18px;
}
.maintenance-overview-v2 .compare {
  margin: 0 0 22px;
  width: 100%;
  font-size: 18px;
}
.maintenance-overview-v2 .compare th,
.maintenance-overview-v2 .compare td {
  padding: 17px 22px;
  border: 1px solid #d5dfe7;
  text-align: left;
  font-size: 18px;
  line-height: 1.55;
}
.maintenance-overview-v2 .compare { box-shadow: none; border-radius: 0; }
.maintenance-overview-v2 .compare th {
  background: #e4f4fe;
  color: var(--ink);
}
.maintenance-overview-v2 .compare td strong { font-weight: 500; }
.maintenance-overview-v2 .info-note {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 1.55;
  margin: 0 0 26px;
}
.maintenance-overview-v2 .info-note a { color: var(--blue); text-decoration: underline; }
.maintenance-overview-v2 .green-checks { margin-top: 20px; }
.maintenance-overview-v2 .green-checks li {
  padding: 18px 0 18px 54px;
  font-size: 18px;
  font-weight: 400;
}
.maintenance-overview-v2 .green-checks li::before { top: 8px; font-size: 34px; }
.maintenance-overview-v2 .green-checks li:last-child { border: 0; }
.maintenance-overview-v2 .benefit-list { gap: 44px; margin-top: 36px; }
.maintenance-overview-v2 .benefit-list article { grid-template-columns: 80px minmax(0, 1fr); gap: 24px; }
.maintenance-overview-v2 .benefit-list .line-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #edf8fe;
  display: grid;
  place-items: center;
}
.maintenance-overview-v2 .benefit-list h3 { font-size: 20px; margin-bottom: 8px; }
.maintenance-overview-v2 .benefit-list p { font-size: 18px; line-height: 1.5; }
.maintenance-overview-v2 .benefit-list .line-icon svg { width: 48px; height: 48px; }
@media (max-width: 1100px) {
  .page-entretien .process.steps-5 { grid-template-columns: 1fr; }
  .page-entretien .process.steps-5 .process-item { min-width: 0; border-right: 0; }
  .page-entretien .compliance-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .page-entretien .service-cta .container { width: calc(100% - 32px); }
  .page-entretien .blue-cta-band { grid-template-columns: minmax(0, 1fr); padding: 24px; }
  .page-entretien .blue-cta-actions { min-width: 0; }
  .page-entretien .blue-cta-actions .btn.secondary { min-width: 0; width: 100%; white-space: normal; }
  .page-entretien .maintenance-overview-v2 { padding: 48px 0; min-height: 0; }
  .maintenance-overview-heading h2 { font-size: 32px; }
  .maintenance-overview-v2 .maintenance-overview-grid { grid-template-columns: 1fr; }
  .maintenance-overview-v2 .compare th, .maintenance-overview-v2 .compare td { padding: 12px 8px; font-size: 14px; }
  .maintenance-overview-v2 .compare { font-size: 14px; }
}
.page-entretien .maintenance-card,
.page-entretien .contract-card,
.page-entretien .quality-panel {
  padding: 18px;
}
.page-entretien .contract-card {
  min-height: 0;
  height: auto;
}
.page-entretien .contract-card.featured {
  padding-top: 52px;
}
.page-entretien .contract-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
}
.page-entretien .contract-icon svg {
  width: 39px;
  height: 39px;
}
.page-entretien .contract-card h3 {
  margin-bottom: 14px;
  font-size: 20px;
}
.page-entretien .contract-card li {
  padding: 6px 0 6px 24px;
  font-size: 14px;
  line-height: 1.35;
}
.page-entretien .contract-card strong {
  font-size: 27px;
  line-height: 1.1;
}
.page-entretien .quality-panel {
  padding: 22px 20px;
}
.page-entretien .quality-panel h2 {
  font-size: 24px;
}
.page-entretien .quality-panel li {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
}
.page-entretien .quality-panel .line-icon {
  width: 38px;
  height: 38px;
}
.page-entretien .quality-panel .line-icon svg {
  width: 32px;
  height: 32px;
}
.page-entretien .quality-panel strong {
  font-size: 14px;
}
.page-entretien .quality-panel p {
  font-size: 14px;
  line-height: 1.45;
}
.page-entretien .equipment-grid article {
  padding: 20px 18px;
}
.page-entretien .contract-card ul {
  margin-bottom: 18px;
}
.page-entretien .proof-row {
  margin-top: 24px;
}

@media (max-width: 1180px) {
  .menu { display: none; }
  .nav { gap: 16px; }
  .mobile-menu { display: block; border: 0; padding: 0; margin: 0; background: transparent; }
  .mobile-menu summary { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; list-style: none; cursor: pointer; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::after { display: none; }
  .mobile-menu summary span { display: flex; }
  .mobile-menu svg { width: 24px; height: 24px; stroke: currentColor; fill: none; }
  .mobile-menu .menu-close-icon, .mobile-menu[open] .menu-open-icon { display: none; }
  .mobile-menu[open] .menu-close-icon { display: flex; }
  .mobile-menu nav { position: absolute; top: 100%; inset-inline: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 14px 24px rgba(0,0,0,.08); padding: 12px 32px 20px; max-height: calc(100dvh - 86px); overflow-y: auto; }
  .mobile-menu nav a { display: block; padding: 12px 8px; min-height: 48px; line-height: 1.4; font-size: 16px; font-weight: 600; white-space: normal; border-bottom: 1px solid var(--line); }
  .mobile-menu nav a[aria-current="page"] { color: var(--blue-dark); background: #edf7fd; }
  .mobile-menu summary:focus-visible, .mobile-menu a:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
  .process.steps-3, .process.steps-4, .process.steps-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process .process-item { min-width: 0; border-bottom: 1px solid var(--line); }
  .process .process-item > div { min-width: 0; }
  .process h3 { overflow-wrap: anywhere; }
  .hero .container, .service-hero .container, .article-grid, .split, .service-intro-grid, .editorial-split, .editorial-split.reverse, .quality-grid, .prep-grid, .faq-grid, .why-grid, .table-media, .value-grid, .support-overview-grid, .contact-command-grid, .support-cta-grid { grid-template-columns: 1fr; }
  .editorial-split.reverse .editorial-copy,
  .editorial-split.reverse .insight-panel { order: initial; }
  .quote-card { max-width: 520px; }
  .cards, .feature-grid, .choice-grid, .service-tile-grid, .blueprint-grid, .quick-grid, .solution-grid, .method-flow, .faq-two, .breakdown-grid, .retain-grid ul, .case-grid, .guide-grid, .proof-lane-grid, .pump-criteria-grid, .pump-advantage-grid, .pump-stats-grid, .thermo-benefit-grid, .thermo-capacity-grid, .thermo-retain-grid, .thermo-care-cards, .symptom-grid, .equipment-grid, .contract-grid, .proof-row { grid-template-columns: repeat(2, 1fr); }
  .repair-grid, .zone-grid, .retain-grid, .savings-grid, .thermo-grid, .thermo-saving-grid, .thermo-compare-grid, .thermo-install-grid, .thermo-care-grid, .blue-cta-band, .repair-split, .maintenance-overview-grid, .contracts-layout, .compliance-grid { grid-template-columns: 1fr; }
  .footer-grid, .page-climatisation .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .mobile-menu nav { padding-inline: 16px; max-height: calc(100dvh - 74px); }
  .nav .logo { width: 136px; }
  .nav-actions { gap: 8px; }
  .process.steps-3, .process.steps-4, .process.steps-5 { grid-template-columns: minmax(0, 1fr); }
  .page-chauffe-eau-thermodynamique .service-hero .container { grid-template-columns: minmax(0, 1fr); }
  .page-chauffe-eau-thermodynamique .service-hero h1 { font-size: 32px; overflow-wrap: anywhere; }
  .page-chauffe-eau-thermodynamique .process.steps-4 { grid-template-columns: minmax(0, 1fr); }
  .container { width: min(100% - 32px, 1440px); }
  .nav { height: 74px; }
  .logo { width: 160px; }
  .nav-actions .phone { padding: 10px 12px; font-size: 0; }
  .nav-actions .phone::after { content: "Appeler"; font-size: 14px; }
  .hero, .hero .container { min-height: 0; }
  .hero .container { padding-top: 34px; padding-bottom: 32px; }
  .hero-copy { padding: 20px 0; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 58%, rgba(255,255,255,.25) 100%); }
  .hero-media { object-position: center right; }
  .process, .cards, .footer-grid, .page-climatisation .footer-grid, .feature-grid, .choice-grid, .service-tile-grid, .blueprint-grid, .quick-grid, .solution-grid, .method-flow, .faq-two, .breakdown-grid, .retain-grid ul, .case-grid, .guide-grid, .proof-lane-grid, .support-stats, .contact-methods, .pump-criteria-grid, .pump-advantage-grid, .pump-stats-grid, .thermo-benefit-grid, .thermo-capacity-grid, .thermo-retain-grid, .thermo-care-cards, .symptom-grid, .equipment-grid, .contract-grid, .proof-row { grid-template-columns: 1fr; }
  .emergency-box { display: block; }
  .saving-metrics { grid-template-columns: 1fr; }
  .process { margin-top: 18px; }
  .process-item { border-right: 0; border-bottom: 1px solid var(--line); }
  section { padding: 52px 0; }
  .service-intro, .service-directory { padding-top: 56px; }
  .quick-strip { padding: 40px 0 18px; }
  .editorial-band { padding: 56px 0; }
  .cta-band { display: block; padding: 28px; }
}
/* Homepage: unframed service choices and distinct editorial sections. */
.repair-faq { padding: 80px 0 0; color: #202327; background: white; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 110px; }
.repair-faq .container { width: calc(100% - 156px); max-width: 1380px; margin-inline: auto; }
.repair-faq h2, .repair-faq h3, .repair-faq h4, .repair-faq p { margin: 0; letter-spacing: 0; }
.repair-faq .repair-faq-eyebrow { font-size: 18px; line-height: 1.3; color: #0095d9; font-weight: 700; text-transform: uppercase; margin-bottom: 18px; }
.repair-faq h2 { font-size: 60px; line-height: 1.12; }
.repair-faq-intro { padding-top: 14px; font-size: 28px; line-height: 1.35; }
.repair-faq-grid { display: grid; grid-template-columns: minmax(0, 450fr) minmax(0, 835fr); gap: 95px; margin-top: 30px; padding-bottom: 48px; }
.repair-faq-local { padding-top: 14px; }
.repair-faq-local > svg { width: 62px; height: 62px; fill: none; stroke: #0095d9; stroke-width: 1.5; margin-bottom: 18px; }
.repair-faq-local h3 { font-size: 44px; line-height: 1.15; max-width: 400px; margin-bottom: 24px; }
.repair-faq-local p { font-size: 22px; line-height: 1.42; }
.repair-faq-local h4 { font-size: 26px; line-height: 1.3; margin-top: 32px; }
.repair-faq-local ul { list-style: none; padding: 0; margin: 16px 0 0; }
.repair-faq-local li { display: flex; gap: 20px; align-items: baseline; font-size: 21px; line-height: 1.4; margin-bottom: 8px; }
.repair-faq-local li::before { content: ''; width: 22px; height: 2px; background: #0095d9; flex-shrink: 0; }
.repair-faq details { border: 0; border-bottom: 1px solid #ced8e0; padding: 0; margin: 0; border-radius: 0; background: none; }
.repair-faq summary { position: relative; list-style: none; font-size: 25px; line-height: 1.3; font-weight: 700; padding: 22px 40px 22px 0; cursor: pointer; }
.repair-faq summary::-webkit-details-marker { display: none; }
.repair-faq summary::after { content: '+'; position: absolute; right: 0; top: 13px; color: #0095d9; font-size: 40px; font-weight: 400; }
.repair-faq details[open] summary::after { content: '−'; }
.repair-faq details p { font-size: 21px; line-height: 1.4; padding: 0 0 28px; }
.repair-faq details a { color: #007bbb; text-underline-offset: 3px; }
.repair-faq summary:focus-visible, .repair-faq a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.repair-faq-contact { background: #0095d9; padding: 36px 0 37px; color: white; }
.repair-faq-contact .container { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.repair-faq-contact h3 { font-size: 36px; line-height: 1.2; margin-bottom: 8px; }
.repair-faq-contact p { font-size: 22px; line-height: 1.35; }
.repair-faq-contact a { font-size: 22px; line-height: 1.3; font-weight: 700; color: white; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.repair-faq-contact .repair-faq-call { color: #007bbb; background: white; padding: 20px 32px; text-decoration: none; border-radius: 2px; }
.repair-faq-contact a:focus-visible { outline-color: white; }
@media (min-width: 1201px) {
  .repair-faq-contact .container { display: grid; grid-template-columns: minmax(0, 1fr) 258px 218px; gap: 40px; }
}
@media (max-width: 1200px) {
  .repair-faq .container { width: calc(100% - 64px); }
  .repair-faq h2 { font-size: 44px; }
  .repair-faq-intro { font-size: 24px; }
  .repair-faq-grid { gap: 40px; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .repair-faq-local h3 { font-size: 32px; }
  .repair-faq-local p, .repair-faq details p { font-size: 19px; }
  .repair-faq summary { font-size: 22px; }
  .repair-faq-contact .container { flex-wrap: wrap; }
  .repair-faq-contact .container > div { flex-basis: 100%; }
}
@media (max-width: 700px) {
  .repair-faq { padding-top: 40px; }
  .repair-faq .container { width: calc(100% - 40px); }
  .repair-faq h2 { font-size: 32px; }
  .repair-faq-intro { font-size: 19px; }
  .repair-faq-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; margin-top: 28px; padding-bottom: 36px; }
  .repair-faq-local h3 { font-size: 28px; }
  .repair-faq-local p, .repair-faq details p, .repair-faq-local li { font-size: 18px; }
  .repair-faq-local h4 { font-size: 23px; }
  .repair-faq summary { font-size: 20px; }
  .repair-faq-contact { padding: 32px 0; }
  .repair-faq-contact .container { gap: 24px; }
  .repair-faq-contact h3 { font-size: 28px; }
  .repair-faq-contact p, .repair-faq-contact a { font-size: 18px; white-space: normal; }
}
.repair-symptoms-v2 { padding: 62px 0 64px; background: white; color: #202327; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 110px; }
.repair-symptoms-v2 .container { width: calc(100% - 144px); max-width: 1392px; margin-inline: auto; }
.repair-symptoms-v2 h2, .repair-symptoms-v2 h3, .repair-symptoms-v2 p { margin: 0; letter-spacing: 0; }
.repair-symptoms-v2 .repair-symptoms-eyebrow { font-size: 22px; line-height: 1.3; color: #0095d9; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
.repair-symptoms-v2 h2 { font-size: 64px; line-height: 1.12; }
.repair-symptoms-intro { font-size: 30px; line-height: 1.35; color: #414b57; padding-top: 16px; }
.repair-symptoms-v2 table { width: 100%; border-collapse: collapse; table-layout: fixed; margin-top: 26px; border: 1px solid #d5dce2; text-align: left; }
.repair-symptoms-v2 th, .repair-symptoms-v2 td { padding: 21px 24px; border-bottom: 1px solid #d5dce2; vertical-align: middle; }
.repair-symptoms-v2 th + th, .repair-symptoms-v2 td { border-left: 1px solid #d5dce2; }
.repair-symptoms-v2 thead { background: #ebeff2; }
.repair-symptoms-v2 thead th { font-size: 28px; line-height: 1.2; padding-block: 19px; }
.repair-symptoms-v2 tbody tr { height: 100px; }
.repair-symptoms-v2 tbody th { font-size: 28px; line-height: 1.22; }
.repair-symptoms-v2 td { font-size: 24px; line-height: 1.35; color: #202327; }
.repair-symptoms-mobile { display: none; }
.repair-symptoms-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 48px; }
.repair-symptoms-note > div { border-left: 3px solid #0095d9; padding-left: 38px; }
.repair-symptoms-note h3 { font-size: 27px; line-height: 1.25; margin-bottom: 4px; }
.repair-symptoms-note p { font-size: 24px; line-height: 1.35; color: #414b57; }
.repair-symptoms-note a { color: #007bbb; font-size: 24px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.repair-symptoms-note a:hover { text-decoration: underline; }
.repair-symptoms-note a:focus-visible { outline: 3px solid #0095d9; outline-offset: 5px; }
@media (max-width: 1200px) {
  .repair-symptoms-v2 .container { width: calc(100% - 64px); }
  .repair-symptoms-v2 h2 { font-size: 44px; }
  .repair-symptoms-intro { font-size: 24px; }
  .repair-symptoms-v2 thead th, .repair-symptoms-v2 tbody th { font-size: 22px; }
  .repair-symptoms-v2 td { font-size: 20px; }
  .repair-symptoms-note { flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 700px) {
  .repair-symptoms-v2 { padding: 40px 0; }
  .repair-symptoms-v2 .container { width: calc(100% - 40px); }
  .repair-symptoms-v2 h2 { font-size: 32px; }
  .repair-symptoms-v2 .repair-symptoms-eyebrow { font-size: 16px; }
  .repair-symptoms-intro { font-size: 19px; }
  .repair-symptoms-v2 table { display: none; }
  .repair-symptoms-mobile { display: block; margin: 28px 0 0; }
  .repair-symptoms-mobile > div { padding: 22px 0; border-bottom: 1px solid #d5dce2; }
  .repair-symptoms-mobile dt { font-size: 22px; line-height: 1.25; font-weight: 700; margin-bottom: 10px; }
  .repair-symptoms-mobile dd { font-size: 18px; line-height: 1.45; margin: 0; color: #414b57; }
  .repair-symptoms-note { margin-top: 32px; }
  .repair-symptoms-note > div { padding-left: 18px; }
  .repair-symptoms-note h3 { font-size: 22px; }
  .repair-symptoms-note p, .repair-symptoms-note a { font-size: 18px; white-space: normal; }
}
.repair-process-v2 { padding: 74px 0 0; background: white; color: #202327; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 110px; }
.repair-process-v2 .container { width: calc(100% - 144px); max-width: 1392px; margin-inline: auto; }
.repair-process-v2 h2, .repair-process-v2 h3, .repair-process-v2 p { margin: 0; letter-spacing: 0; }
.repair-process-v2 .repair-process-eyebrow { font-size: 22px; line-height: 1.3; color: #0095d9; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
.repair-process-v2 h2 { font-size: 64px; line-height: 1.1; }
.repair-process-intro { padding-top: 16px; font-size: 34px; line-height: 1.3; color: #414b57; }
.repair-process-v2 ol { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(0, 1.13fr) minmax(0, 1fr); gap: 48px; list-style: none; padding: 0 0 32px; margin: 36px 0 0; }
.repair-process-v2 li { min-width: 0; }
.repair-step { display: flex; align-items: center; gap: 26px; font-size: 76px; line-height: 1; font-weight: 700; color: #0095d9; margin-bottom: 24px; }
.repair-step::after { content: ''; height: 4px; background: #edf3f6; flex: 1; }
.repair-process-v2 li h3 { font-size: 32px; line-height: 1.2; margin-bottom: 16px; }
.repair-process-v2 li p { font-size: 24px; line-height: 1.38; color: #414b57; }
.repair-process-after { background: #f2f7f9; padding: 48px 0 30px; }
.repair-process-after .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; }
.repair-process-after h3 { font-size: 40px; line-height: 1.2; margin-bottom: 14px; }
.repair-process-after .container > div + div h3 { font-size: 32px; }
.repair-process-after p { font-size: 24px; line-height: 1.4; color: #414b57; }
@media (max-width: 1200px) {
  .repair-process-v2 .container { width: calc(100% - 64px); }
  .repair-process-v2 h2 { font-size: 44px; }
  .repair-process-intro { font-size: 24px; }
  .repair-process-v2 li h3 { font-size: 25px; }
  .repair-process-v2 li p, .repair-process-after p { font-size: 19px; }
  .repair-process-after h3, .repair-process-after .container > div + div h3 { font-size: 28px; }
}
@media (max-width: 700px) {
  .repair-process-v2 { padding-top: 40px; }
  .repair-process-v2 .container { width: calc(100% - 40px); }
  .repair-process-v2 h2 { font-size: 32px; }
  .repair-process-v2 .repair-process-eyebrow { font-size: 16px; }
  .repair-process-intro { font-size: 19px; }
  .repair-process-v2 ol { grid-template-columns: minmax(0, 1fr); margin-top: 32px; gap: 28px; }
  .repair-step { font-size: 40px; margin-bottom: 14px; }
  .repair-process-v2 li h3 { font-size: 24px; }
  .repair-process-v2 li p, .repair-process-after p { font-size: 18px; }
  .repair-process-after { padding: 32px 0; }
  .repair-process-after .container { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .repair-process-after h3, .repair-process-after .container > div + div h3 { font-size: 26px; }
}
.thermo-faq { padding: 66px 0 22px; color: #202327; background: #fff; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 110px; }
.thermo-faq .container { width: calc(100% - 148px); max-width: 1388px; margin-inline: auto; }
.thermo-faq h2, .thermo-faq h3, .thermo-faq p { margin: 0; letter-spacing: 0; }
.thermo-faq .thermo-faq-eyebrow { color: #0095d9; font-size: 18px; line-height: 1.4; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.thermo-faq h2 { font-size: 64px; line-height: 1.12; }
.thermo-faq-intro { padding-top: 18px; font-size: 30px; line-height: 1.35; color: #414b57; }
.thermo-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 78px; margin-top: 60px; padding-bottom: 72px; }
.thermo-faq-grid h3 { font-size: 40px; line-height: 1.2; margin-bottom: 8px; }
.thermo-faq details { border: 0; border-bottom: 1px solid #ced8e0; border-radius: 0; padding: 0; margin: 0; background: none; }
.thermo-faq summary { position: relative; list-style: none; padding: 28px 40px 28px 0; font-size: 28px; line-height: 1.25; font-weight: 700; cursor: pointer; }
.thermo-faq summary::-webkit-details-marker { display: none; }
.thermo-faq summary::after { content: '+'; position: absolute; right: 4px; top: 19px; color: #0095d9; font-size: 42px; font-weight: 400; }
.thermo-faq details[open] summary::after { content: '−'; }
.thermo-faq details[open] summary { padding-bottom: 18px; }
.thermo-faq details p { padding: 0 0 32px; font-size: 21px; line-height: 1.55; color: #414b57; }
.thermo-faq a { color: #007bbb; text-underline-offset: 3px; }
.thermo-faq summary:focus-visible, .thermo-faq a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.thermo-faq-request { background: #f4f6f8; margin-inline: 22px; padding: 46px 0; }
.thermo-faq-request .container { width: calc(100% - 124px); display: flex; gap: 40px; justify-content: space-between; align-items: center; }
.thermo-faq-request h3 { font-size: 32px; line-height: 1.2; margin-bottom: 12px; }
.thermo-faq-request p { font-size: 24px; line-height: 1.35; color: #414b57; }
.thermo-faq-request a { font-size: 25px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.thermo-faq-request a:hover { text-decoration: underline; }
@media (max-width: 1200px) {
  .thermo-faq .container { width: calc(100% - 64px); }
  .thermo-faq h2 { font-size: 44px; }
  .thermo-faq-intro { font-size: 24px; }
  .thermo-faq-grid { gap: 36px; }
  .thermo-faq-grid h3 { font-size: 30px; }
  .thermo-faq summary { font-size: 22px; }
  .thermo-faq details p { font-size: 19px; }
  .thermo-faq-request .container { flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 700px) {
  .thermo-faq { padding: 40px 0 0; }
  .thermo-faq .container { width: calc(100% - 40px); }
  .thermo-faq h2 { font-size: 32px; }
  .thermo-faq .thermo-faq-eyebrow { font-size: 16px; }
  .thermo-faq-intro { font-size: 19px; }
  .thermo-faq-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; margin-top: 36px; padding-bottom: 40px; }
  .thermo-faq-grid h3 { font-size: 26px; margin-bottom: 10px; }
  .thermo-faq summary { font-size: 20px; padding-block: 22px; }
  .thermo-faq summary::after { font-size: 32px; top: 17px; }
  .thermo-faq details p { font-size: 18px; padding-bottom: 24px; }
  .thermo-faq-request { margin: 0; padding: 32px 0; }
  .thermo-faq-request h3 { font-size: 26px; }
  .thermo-faq-request p, .thermo-faq-request a { font-size: 18px; }
}
.thermo-care-v2 { padding: 70px 0 0; color: #202327; background: white; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 110px; }
.thermo-care-v2 .container { width: calc(100% - 176px); max-width: 1360px; margin-inline: auto; }
.thermo-care-v2 h2, .thermo-care-v2 h3, .thermo-care-v2 p, .thermo-care-v2 dl, .thermo-care-v2 dd { margin: 0; letter-spacing: 0; }
.thermo-care-v2 .thermo-care-eyebrow { font-size: 22px; line-height: 1.2; color: #0095d9; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
.thermo-care-v2 h2 { font-size: 64px; line-height: 1.12; }
.thermo-care-intro { padding-top: 8px; font-size: 34px; line-height: 1.35; color: #414b57; }
.thermo-care-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 43px; padding-bottom: 39px; }
.thermo-care-columns article { padding-right: 56px; min-width: 0; }
.thermo-care-columns article + article { border-left: 1px solid #d5dfe6; padding: 0 0 0 60px; }
.thermo-care-columns header { display: flex; align-items: center; gap: 36px; margin-bottom: 32px; }
.thermo-care-columns header svg { width: 104px; height: 84px; flex-shrink: 0; fill: none; stroke: #0095d9; stroke-width: 1.5; }
.thermo-care-columns h3 { font-size: 40px; line-height: 1.16; }
.thermo-care-columns dl { padding-left: 50px; }
.thermo-care-columns article + article dl { padding-left: 26px; }
.thermo-care-columns dl > div + div { margin-top: 22px; }
.thermo-care-columns dt { font-size: 26px; line-height: 1.2; font-weight: 700; margin-bottom: 5px; }
.thermo-care-columns dd { font-size: 24px; line-height: 1.25; color: #414b57; }
.thermo-care-signals { background: #f1f7fa; padding: 42px 0 45px; }
.thermo-care-signals h3 { font-size: 40px; line-height: 1.2; }
.thermo-care-signals ul { display: flex; flex-wrap: wrap; gap: 36px 70px; padding: 0; margin: 26px 0 32px; list-style: none; }
.thermo-care-signals li { display: flex; align-items: center; gap: 24px; font-size: 23px; }
.thermo-care-signals li::before { content: ''; width: 52px; height: 3px; background: #0095d9; flex-shrink: 0; }
.thermo-care-signals .container > div { display: flex; align-items: baseline; justify-content: space-between; gap: 40px; }
.thermo-care-signals p { font-size: 23px; line-height: 1.35; color: #414b57; }
.thermo-care-signals a { color: #007bbb; font-size: 23px; line-height: 1.3; white-space: nowrap; text-decoration: none; font-weight: 700; }
.thermo-care-signals a:hover { text-decoration: underline; }
.thermo-care-signals a:focus-visible { outline: 3px solid #0095d9; outline-offset: 5px; }
@media (max-width: 1200px) {
  .thermo-care-v2 .container { width: calc(100% - 64px); }
  .thermo-care-v2 h2 { font-size: 44px; }
  .thermo-care-intro { font-size: 24px; }
  .thermo-care-columns h3 { font-size: 28px; }
  .thermo-care-columns header { gap: 16px; }
  .thermo-care-columns header svg { width: 56px; height: 56px; }
  .thermo-care-columns article { padding-right: 28px; }
  .thermo-care-columns article + article { padding-left: 28px; }
  .thermo-care-columns dl, .thermo-care-columns article + article dl { padding-left: 0; }
  .thermo-care-columns dt { font-size: 23px; }
  .thermo-care-columns dd { font-size: 19px; }
  .thermo-care-signals .container > div { flex-direction: column; gap: 24px; }
}
@media (max-width: 700px) {
  .thermo-care-v2 { padding-top: 40px; }
  .thermo-care-v2 .container { width: calc(100% - 40px); }
  .thermo-care-v2 h2 { font-size: 32px; }
  .thermo-care-v2 .thermo-care-eyebrow { font-size: 16px; }
  .thermo-care-intro { font-size: 19px; }
  .thermo-care-columns { grid-template-columns: minmax(0, 1fr); gap: 32px; margin-top: 32px; padding-bottom: 36px; }
  .thermo-care-columns article { padding: 0; }
  .thermo-care-columns article + article { border-left: 0; border-top: 1px solid #d5dfe6; padding: 28px 0 0; }
  .thermo-care-columns header { margin-bottom: 24px; }
  .thermo-care-columns h3 { font-size: 25px; }
  .thermo-care-columns dt { font-size: 21px; }
  .thermo-care-columns dd { font-size: 18px; }
  .thermo-care-signals { padding: 32px 0; }
  .thermo-care-signals h3 { font-size: 28px; }
  .thermo-care-signals ul { gap: 18px; }
  .thermo-care-signals li { font-size: 18px; gap: 16px; }
  .thermo-care-signals li::before { width: 28px; }
  .thermo-care-signals p, .thermo-care-signals a { font-size: 18px; }
}
.thermo-placement { padding: 42px 0 0; background: #fff; color: #202327; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 110px; }
.thermo-placement .container { width: calc(100% - 120px); max-width: 1416px; margin-inline: auto; }
.thermo-placement h2, .thermo-placement h3, .thermo-placement p, .thermo-placement figure { margin: 0; letter-spacing: 0; }
.thermo-placement .thermo-placement-eyebrow { font-size: 16px; line-height: 1.4; font-weight: 700; color: #0095d9; text-transform: uppercase; margin-bottom: 12px; }
.thermo-placement h2 { font-size: 64px; line-height: 1.12; }
.thermo-placement-intro { font-size: 34px; line-height: 1.35; color: #58616d; padding-top: 8px; }
.thermo-placement-grid { display: grid; grid-template-columns: minmax(0, 808fr) minmax(0, 560fr); gap: 48px; margin-top: 27px; padding-bottom: 44px; }
.thermo-placement figure img { display: block; width: 100%; height: auto; border-radius: 4px; }
.thermo-placement figcaption { font-size: 16px; line-height: 1.4; color: #58616d; margin-top: 12px; }
.thermo-placement-checks > div { padding: 20px 0 18px; border-bottom: 1px solid #d5dfe6; }
.thermo-placement-checks > div:first-child { padding-top: 8px; }
.thermo-placement-checks > div:last-child { border-bottom: 0; padding-bottom: 0; }
.thermo-placement-checks h3 { font-size: 28px; line-height: 1.22; margin-bottom: 10px; }
.thermo-placement-checks p { font-size: 21px; line-height: 1.38; color: #58616d; }
.thermo-placement-start { background: #f1f6f8; padding: 27px 0; }
.thermo-placement-start .container { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.thermo-placement-start h3 { font-size: 42px; line-height: 1.2; margin-bottom: 10px; }
.thermo-placement-start p { color: #58616d; font-size: 24px; line-height: 1.3; }
.thermo-placement-start .thermo-placement-note { font-size: 16px; line-height: 1.4; margin-top: 20px; }
.thermo-placement-start .btn { background: #0095d9; border-radius: 4px; box-shadow: none; padding: 22px 36px; font-size: 23px; line-height: 1.2; width: 331px; max-width: 100%; gap: 14px; white-space: normal; text-align: center; }
.thermo-placement .btn:focus-visible { outline: 3px solid #202327; outline-offset: 4px; }
@media (max-width: 1100px) {
  .thermo-placement h2 { font-size: 44px; }
  .thermo-placement-intro { font-size: 24px; }
  .thermo-placement .container { width: calc(100% - 64px); }
  .thermo-placement-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .thermo-placement-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .thermo-placement-checks > div, .thermo-placement-checks > div:first-child { padding: 0 0 20px; }
  .thermo-placement-start .container { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .thermo-placement-start .btn { justify-self: start; }
}
@media (max-width: 600px) {
  .thermo-placement { padding-top: 40px; }
  .thermo-placement .container { width: calc(100% - 40px); }
  .thermo-placement h2 { font-size: 32px; }
  .thermo-placement-intro { font-size: 19px; padding-top: 16px; }
  .thermo-placement-grid { margin-top: 28px; padding-bottom: 36px; }
  .thermo-placement-checks { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .thermo-placement-checks h3 { font-size: 23px; }
  .thermo-placement-checks p, .thermo-placement-start p { font-size: 18px; }
  .thermo-placement figcaption { font-size: 14px; }
  .thermo-placement-start h3 { font-size: 28px; }
  .thermo-placement-start .btn { font-size: 18px; padding: 17px 22px; }
}
.footer-section.site-footer-v2 { background: #232629; padding: 96px 0 40px; margin: 0; color: #c3c9cd; font-family: "Soseco Comparison", Arial, sans-serif; }
.footer-v2-inner { width: calc(100% - 104px); max-width: 1432px; margin-inline: auto; }
.footer-v2-grid { display: grid; grid-template-columns: 1.24fr 1.04fr .8fr 1fr; gap: 48px; padding-inline: 20px; }
.site-footer-v2 h2 { font-size: 32px; line-height: 1.2; margin: 6px 0 20px; color: white; letter-spacing: 0; }
.site-footer-v2 p, .site-footer-v2 ul { font-size: 20px; line-height: 1.5; margin: 0; padding: 0; list-style: none; }
.site-footer-v2 li { margin: 0 0 12px; }
.site-footer-v2 a { color: inherit; text-decoration: none; }
.site-footer-v2 a:hover { text-decoration: underline; color: white; }
.site-footer-v2 a:focus-visible { outline: 3px solid #40b9ed; outline-offset: 5px; }
.footer-v2-brand img { width: 320px; max-width: 100%; height: auto; }
.footer-v2-brand p { margin-top: 10px; }
.footer-v2-brand .footer-v2-area { color: #35b5ec; font-weight: 700; margin-top: 12px; }
.footer-v2-contact .footer-v2-phone { display: block; font-size: 28px; font-weight: 700; color: white; line-height: 1.3; }
.footer-v2-contact .footer-v2-email { display: block; font-size: 25px; font-weight: 700; color: #35b5ec; margin-top: 8px; }
.footer-v2-contact p { margin-top: 14px; }
.footer-v2-contact p + p { margin-top: 10px; }
.footer-v2-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #494e52; margin-top: 24px; padding-top: 32px; font-size: 18px; }
.footer-v2-bottom nav { display: flex; flex-wrap: wrap; gap: 40px; }
@media (max-width: 1180px) {
  .footer-section.site-footer-v2 { padding: 48px 0 32px; }
  .footer-v2-inner { width: calc(100% - 64px); }
  .footer-v2-grid { grid-template-columns: 1fr 1fr; gap: 36px 40px; padding-inline: 0; }
  .site-footer-v2 h2 { font-size: 24px; margin-top: 0; margin-bottom: 16px; }
  .site-footer-v2 p, .site-footer-v2 ul { font-size: 18px; }
  .footer-v2-brand img { width: 200px; }
  .footer-v2-contact .footer-v2-phone { font-size: 23px; }
  .footer-v2-contact .footer-v2-email { font-size: 21px; }
  .footer-v2-bottom { flex-direction: column; font-size: 16px; }
  .footer-v2-bottom nav { gap: 20px; }
}
@media (max-width: 600px) {
  .footer-v2-inner { width: calc(100% - 40px); }
  .footer-v2-grid { gap: 28px 20px; }
  .footer-v2-brand, .footer-v2-contact { grid-column: 1 / -1; }
  .site-footer-v2 h2 { font-size: 21px; }
  .site-footer-v2 p, .site-footer-v2 ul { font-size: 16px; }
  .site-footer-v2 li a { display: block; padding-block: 6px; }
  .site-footer-v2 li { margin-bottom: 0; }
  .footer-v2-grid nav { min-width: 0; }
  .footer-v2-grid nav a { overflow-wrap: anywhere; }
  .footer-v2-contact p { margin-top: 14px; }
  .footer-v2-bottom nav { gap: 12px 20px; }
  .footer-v2-bottom a { padding-block: 6px; }
}
.contact-main-v2, .contact-guide-v2 { font-family: "Soseco Comparison", Arial, sans-serif; color: #202327; padding: 64px 0 0; }
.contact-main-v2 { background: #f8fafc; padding-bottom: 60px; }
.contact-main-v2 .container { width: calc(100% - 164px); max-width: 1372px; }
.contact-main-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-bottom: 1px solid #d3dde6; padding-bottom: 46px; }
.contact-main-v2 h2, .contact-main-v2 h3, .contact-main-v2 p, .contact-guide-v2 h2, .contact-guide-v2 h3, .contact-guide-v2 p { margin: 0; letter-spacing: 0; }
.contact-main-v2 .contact-eyebrow, .contact-guide-v2 .contact-eyebrow { font-size: 16px; font-weight: 700; text-transform: uppercase; color: #008bd2; }
.contact-main-v2 h2 { font-size: 54px; line-height: 1.06; max-width: 620px; margin: 18px 0 14px; }
.contact-main-v2 p { font-size: 23px; line-height: 1.6; color: #626b7a; }
.contact-main-v2 svg, .contact-guide-v2 svg { width: 56px; height: 56px; flex-shrink: 0; stroke: #008bd2; stroke-width: 1.6; fill: none; }
.contact-direct { margin-top: 40px; }
.contact-direct > * { display: flex; gap: 40px; align-items: flex-start; padding: 24px 0; border-bottom: 1px solid #d3dde6; }
.contact-direct > :last-child { border-bottom: 0; }
.contact-direct span span { display: block; color: #626b7a; font-size: 20px; margin-bottom: 2px; }
.contact-direct strong { display: block; font-size: 32px; line-height: 1.3; overflow-wrap: anywhere; }
.contact-direct > div strong { font-size: 29px; }
.contact-direct a:hover strong { color: #008bd2; }
.contact-main-v2 a:focus-visible, .contact-guide-v2 a:focus-visible { outline: 3px solid #008bd2; outline-offset: 5px; }
.contact-area { margin-top: 58px; }
.contact-area h3 { color: #008bd2; font-size: 28px; line-height: 1.3; margin-bottom: 14px; }
.contact-area p { font-size: 22px; line-height: 1.5; }
.contact-request { scroll-margin-top: 110px; }
.contact-request h2 { font-size: 40px; margin-top: 12px; margin-bottom: 14px; }
.contact-request #contact-required { font-size: 21px; line-height: 1.4; margin-bottom: 26px; }
.contact-request form { display: grid; gap: 24px; }
.contact-request label { display: block; font-size: 21px; line-height: 1.4; margin-bottom: 8px; }
.contact-request input, .contact-request select, .contact-request textarea { width: 100%; min-width: 0; border: 1px solid #bbc6d5; border-radius: 4px; background: white; padding: 12px 16px; font: inherit; font-size: 20px; color: #202327; }
.contact-request input, .contact-request select { height: 54px; }
.contact-request textarea { height: 188px; min-height: 120px; resize: vertical; display: block; }
.contact-request input:focus-visible, .contact-request select:focus-visible, .contact-request textarea:focus-visible, .contact-request button:focus-visible { outline: 3px solid #008bd2; outline-offset: 3px; }
.contact-field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-request #contact-message-help, .contact-request #contact-mail-note { font-size: 16px; line-height: 1.4; margin-top: 10px; }
.contact-request .btn { background: #008bd2; color: white; box-shadow: none; min-height: 66px; font-size: 22px; font-family: inherit; font-weight: 700; }
.contact-guide-v2 .container { width: calc(100% - 144px); max-width: 1392px; }
.contact-guide-v2 { padding-top: 76px; }
.contact-guide-v2 h2 { font-size: 58px; line-height: 1.15; margin: 12px 0 16px; }
.contact-guide-v2 .contact-guide-intro { font-size: 26px; line-height: 1.4; color: #626b7a; }
.contact-guide-grid { display: grid; grid-template-columns: 1.1fr 1.1fr 1fr; gap: 44px; margin-top: 32px; margin-bottom: 31px; }
.contact-guide-grid article { display: flex; flex-direction: column; min-width: 0; }
.contact-guide-grid svg { width: 76px; height: 76px; }
.contact-guide-v2 h3 { font-size: 30px; line-height: 1.3; margin: 20px 0 22px; }
.contact-guide-grid ul { padding-left: 30px; margin: 0 0 28px; font-size: 22px; line-height: 1.6; }
.contact-guide-v2 a { color: #008bd2; font-size: 22px; line-height: 1.4; font-weight: 700; }
.contact-guide-grid a { margin-top: auto; }
.contact-guide-v2 a:hover { text-decoration: underline; }
.contact-safety { background: #f1f7fa; padding: 37px 0; }
.contact-safety .container { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.contact-safety h3 { margin: 0 0 8px; }
.contact-safety p { color: #626b7a; font-size: 21px; line-height: 1.4; }
@media (max-width: 1180px) {
  .contact-main-v2 .container, .contact-guide-v2 .container { width: calc(100% - 64px); }
  .contact-main-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .contact-main-v2 h2, .contact-guide-v2 h2 { font-size: 42px; }
  .contact-direct { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .contact-direct > * { gap: 18px; }
  .contact-direct strong, .contact-direct > div strong { font-size: 24px; }
  .contact-area { margin-top: 24px; }
  .contact-guide-grid { gap: 26px; }
  .contact-guide-v2 h3 { font-size: 25px; }
  .contact-guide-grid ul, .contact-guide-v2 a { font-size: 18px; }
  .contact-safety .container { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 760px) {
  .contact-main-v2, .contact-guide-v2 { padding-top: 38px; }
  .contact-main-v2 .container, .contact-guide-v2 .container { width: calc(100% - 40px); }
  .contact-main-v2 h2, .contact-guide-v2 h2 { font-size: 32px; }
  .contact-main-v2 p, .contact-request #contact-required, .contact-guide-v2 .contact-guide-intro { font-size: 18px; }
  .contact-direct { display: block; margin-top: 20px; }
  .contact-direct svg { width: 40px; height: 40px; }
  .contact-area h3 { font-size: 24px; }
  .contact-field-pair, .contact-guide-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-request label, .contact-request input, .contact-request select, .contact-request textarea { font-size: 18px; }
  .contact-request .btn { font-size: 20px; }
  .contact-guide-grid { gap: 36px; }
  .contact-guide-grid svg { width: 48px; height: 48px; }
  .contact-guide-v2 h3 { margin-block: 12px 16px; }
  .contact-guide-grid ul { margin-bottom: 18px; }
  .contact-safety p { font-size: 18px; }
}
.realisations-prepare { padding: 64px 0 0; font-family: "Soseco Comparison", Arial, sans-serif; color: #202327; }
.realisations-prepare .container { width: calc(100% - 176px); max-width: 1360px; }
.realisations-prepare h2, .realisations-prepare h3, .realisations-prepare p { margin: 0; letter-spacing: 0; }
.realisations-prepare .prepare-eyebrow { color: #008bd2; font-size: 16px; text-transform: uppercase; font-weight: 700; }
.realisations-prepare h2 { font-size: 54px; line-height: 1.15; margin: 14px 0 12px; }
.realisations-prepare p { font-size: 23px; line-height: 1.4; color: #626775; }
.realisations-prepare .prepare-intro { font-size: 28px; }
.prepare-grid { display: grid; grid-template-columns: 644fr 616fr; gap: 100px; margin-top: 42px; margin-bottom: 50px; }
.realisations-prepare svg { width: 64px; height: 64px; fill: none; stroke: #008bd2; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.realisations-prepare h3 { font-size: 34px; line-height: 1.2; }
.prepare-photos h3 { margin: 14px 0 20px; }
.realisations-prepare .prepare-safety { margin-top: 42px; border-top: 1px solid #d7dfe5; padding-top: 20px; font-size: 20px; color: #737d88; }
.prepare-criteria > div { display: flex; gap: 46px; padding: 26px 0 30px; border-bottom: 1px solid #d7dfe5; }
.prepare-criteria > div:first-child { padding-top: 0; }
.prepare-criteria > div:last-child { border-bottom: 0; padding-bottom: 0; }
.prepare-criteria h3 { font-size: 26px; margin-bottom: 4px; }
.prepare-criteria p { font-size: 21px; line-height: 1.35; }
.prepare-contact { background: #f1f7fa; padding: 50px 0 38px; }
.prepare-contact h3 { margin-bottom: 20px; }
.prepare-contact p { max-width: 970px; }
.prepare-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; margin: 32px 0 18px; }
.prepare-actions a { font-size: 22px; color: #008bd2; text-decoration: underline; }
.prepare-actions .btn { color: white; background: #008bd2; border-radius: 4px; box-shadow: none; text-decoration: none; font-weight: 700; }
.prepare-actions a:focus-visible { outline: 3px solid #008bd2; outline-offset: 5px; }
.realisations-prepare .prepare-location { font-size: 20px; }
@media (max-width: 1180px) {
  .realisations-prepare .container { width: calc(100% - 64px); }
  .realisations-prepare h2 { font-size: 42px; }
  .prepare-grid { gap: 40px; grid-template-columns: 1fr 1fr; }
  .prepare-criteria > div { gap: 18px; }
  .realisations-prepare h3 { font-size: 28px; }
  .prepare-criteria h3 { font-size: 23px; }
  .realisations-prepare svg { width: 44px; height: 44px; }
  .realisations-prepare p, .realisations-prepare .prepare-intro { font-size: 20px; }
}
@media (max-width: 760px) {
  .realisations-prepare { padding-top: 40px; }
  .realisations-prepare .container { width: calc(100% - 40px); }
  .realisations-prepare h2 { font-size: 32px; }
  .prepare-grid { grid-template-columns: minmax(0, 1fr); margin-block: 32px; }
  .realisations-prepare h3 { font-size: 26px; }
  .prepare-criteria h3 { font-size: 23px; }
  .realisations-prepare p, .realisations-prepare .prepare-safety { font-size: 18px; }
  .prepare-contact { padding-block: 36px; }
  .prepare-actions { gap: 22px; }
  .prepare-actions a { font-size: 18px; }
}
.realisations-gallery { padding: 48px 0 23px; font-family: "Soseco Comparison", Arial, sans-serif; color: #202327; background: white; }
.realisations-gallery h2, .realisations-gallery h3, .realisations-gallery p { margin: 0; letter-spacing: 0; }
.gallery-heading { width: calc(100% - 140px); max-width: 1396px; margin: 0 auto 36px; }
.realisations-gallery .gallery-eyebrow, .realisations-gallery .gallery-category { color: #008bd2; font-size: 16px; font-weight: 700; line-height: 1.4; text-transform: uppercase; }
.realisations-gallery h2 { font-size: 56px; line-height: 1.15; margin: 20px 0 8px; }
.realisations-gallery .gallery-intro { font-size: 30px; line-height: 1.35; color: #626775; }
.realisations-gallery .gallery-notice { font-size: 18px; line-height: 1.5; margin-top: 12px; color: #626775; }
.gallery-body { width: calc(100% - 76px); max-width: 1460px; margin-inline: auto; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr 1fr 1.1fr; gap: 32px; }
.gallery-grid article { display: flex; flex-direction: column; min-width: 0; }
.gallery-media { height: 294px; margin-bottom: 26px; }
.gallery-media img { width: 100%; height: 100%; object-fit: contain; }
.realisations-gallery h3 { font-size: 32px; line-height: 1.2; margin: 14px 0 18px; }
.realisations-gallery .gallery-description { font-size: 21px; line-height: 1.3; color: #626775; }
.gallery-grid ul { list-style: none; padding: 0; margin: 30px 0 34px; color: #626775; font-size: 20px; line-height: 1.55; }
.gallery-grid li { position: relative; padding-left: 40px; }
.gallery-grid li::before { content: "✓"; position: absolute; left: 0; top: -2px; color: #008bd2; font-size: 26px; font-weight: 700; }
.gallery-grid a { color: #008bd2; font-size: 22px; line-height: 1.4; font-weight: 700; margin-top: auto; }
.gallery-grid a:hover { text-decoration: underline; }
.gallery-grid a:focus-visible { outline: 3px solid #008bd2; outline-offset: 5px; }
.realisations-gallery .gallery-note { border-top: 1px solid #cdd3db; padding-top: 10px; margin-top: 40px; font-size: 14px; line-height: 1.5; color: #626775; }
@media (max-width: 1180px) {
  .gallery-heading, .gallery-body { width: calc(100% - 64px); }
  .realisations-gallery h2 { font-size: 42px; }
  .realisations-gallery .gallery-intro { font-size: 24px; }
  .gallery-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .gallery-grid article { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .gallery-media { grid-column: 1; grid-row: 1 / 6; height: auto; margin: 0; align-self: start; }
  .gallery-media img { height: auto; }
  .gallery-grid article > :not(.gallery-media) { grid-column: 2; }
  .realisations-gallery h3 { font-size: 27px; }
  .realisations-gallery .gallery-description, .gallery-grid ul, .gallery-grid a { font-size: 18px; }
  .gallery-grid ul { margin-block: 20px; }
}
@media (max-width: 600px) {
  .realisations-gallery { padding: 38px 0; }
  .gallery-heading, .gallery-body { width: calc(100% - 40px); }
  .realisations-gallery h2 { font-size: 32px; margin-top: 16px; }
  .realisations-gallery .gallery-intro { font-size: 20px; }
  .realisations-gallery .gallery-notice { font-size: 16px; }
  .gallery-grid article { display: flex; }
  .gallery-media { margin-bottom: 22px; }
  .gallery-grid li { padding-left: 30px; }
  .realisations-gallery h3 { font-size: 26px; }
}
@media (max-width: 1180px) {
  .service-hero + .process.steps-3, .service-hero + .process.steps-4, .service-hero + .process.steps-5 { margin-top: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-hero + .process .process-item { min-height: 0; padding: 20px; gap: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-hero + .process .process-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .service-hero + .process .process-item:last-child { border-bottom: 0; }
  .service-hero + .process .process-icon { display: none; }
  .service-hero + .process h3 { font-size: 17px; line-height: 1.3; }
  .service-hero + .process p { font-size: 14px; line-height: 1.5; }
}
@media (max-width: 760px) {
  .service-hero + .process.steps-3, .service-hero + .process.steps-4, .service-hero + .process.steps-5 { grid-template-columns: minmax(0, 1fr); }
  .service-hero + .process .process-item { padding: 18px; }
  .service-hero + .process .process-item:nth-child(odd) { border-right: 0; }
}
.home-journey { padding: 36px 0 40px; border-bottom: 1px solid var(--line); background: white; }
.home-journey h2 { font-size: 24px; line-height: 1.25; margin: 0 0 28px; letter-spacing: 0; }
.home-journey ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; list-style: none; margin: 0; padding: 0; }
.home-journey li { display: flex; align-items: flex-start; gap: 18px; }
.home-step { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 50%; background: #e9f5fc; color: #006fbd; font-weight: 700; }
.home-journey h3 { margin: 0 0 8px; font-size: 19px; line-height: 1.3; }
.home-journey p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 340px; }
.page-accueil .hero h1 { font-size: 64px; }
@media (max-width: 1180px) {
  .page-accueil .hero { display: flex; flex-direction: column; padding: 0; background: white; }
  .page-accueil .hero::after { display: none; }
  .page-accueil .hero .container { display: contents; }
  .page-accueil .hero-copy { order: 1; width: calc(100% - 64px); margin: 0 auto; padding: 42px 0 32px; }
  .page-accueil .hero h1 { font-size: 48px; max-width: 660px; }
  .page-accueil .hero-media { position: static; order: 2; width: 100%; height: auto; object-fit: contain; }
  .page-accueil .hero .quote-card { order: 3; width: calc(100% - 64px); max-width: 704px; margin: 28px auto 32px; }
}
@media (max-width: 760px) {
  .page-accueil .hero-copy { width: calc(100% - 40px); padding: 30px 0; }
  .page-accueil .hero h1 { font-size: 40px; line-height: 1.06; }
  .page-accueil .hero-location { font-size: 21px; }
  .page-accueil .hero .quote-card { width: calc(100% - 40px); padding: 22px; }
  .home-journey { padding: 30px 0; }
  .home-journey ol { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .home-journey h2 { font-size: 23px; }
}
.home-content-v2 { font-family: "Soseco Comparison", Arial, sans-serif; color: #202327; }
.home-content-v2 .container { width: calc(100% - 132px); max-width: 1404px; margin-inline: auto; }
.home-content-v2 h2, .home-content-v2 h3, .home-content-v2 p { margin: 0; letter-spacing: 0; }
.home-content-v2 h2 { font-size: 42px; line-height: 1.2; font-weight: 700; }
.home-content-v2 h3 { font-size: 22px; line-height: 1.3; }
.home-content-v2 p { font-size: 18px; line-height: 1.6; color: #58616d; }
.home-content-v2 .home-eyebrow { font-size: 14px; text-transform: uppercase; color: #0076b3; font-weight: 700; margin-bottom: 14px; }
.home-content-v2 a { color: #0076b3; font-size: 17px; font-weight: 700; text-decoration: none; }
.home-content-v2 a:hover { text-decoration: underline; }
.home-content-v2 a:focus-visible, .home-content-v2 summary:focus-visible { outline: 3px solid #0095d9; outline-offset: 5px; }
.home-content-v2 svg { width: 64px; height: 64px; stroke: #0095d9; fill: none; stroke-width: 1.6; flex-shrink: 0; }
.home-services { padding: 56px 0 0; }
.home-content-v2 .home-intro { margin-top: 14px; font-size: 20px; }
.home-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px; padding: 54px 0 60px; }
.home-service-grid article { display: flex; flex-direction: column; align-items: flex-start; }
.home-icon { display: block; height: 78px; }
.home-icon svg { width: 92px; height: 92px; }
.home-service-grid h3 { font-size: 23px; margin-bottom: 12px; }
.home-service-grid p { margin-bottom: 24px; }
.home-service-grid a { margin-top: auto; }
.home-care { background: white; border-top: 1px solid #dce5ea; padding: 32px 0; }
.home-care .container { display: grid; grid-template-columns: 1fr 1fr; }
.home-care article { display: flex; gap: 24px; padding: 0 40px 0 0; }
.home-care article + article { border-left: 1px solid #cdd9e1; padding-left: 60px; padding-right: 0; }
.home-care h3 { margin-bottom: 14px; }
.home-care p { margin-bottom: 18px; }
.home-project { background: #f4f8fa; padding: 70px 0 52px; }
.home-project .container { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; }
.home-project h2 { max-width: 660px; }
.home-project .home-project-intro { margin-top: 22px; max-width: 490px; }
.home-project-link { display: inline-block; margin-top: 26px; padding-block: 8px; }
.home-criterion { display: flex; gap: 34px; padding: 26px 0; border-bottom: 1px solid #cdd9e1; }
.home-criterion:first-child { padding-top: 0; }
.home-criterion:last-child { border-bottom: 0; padding-bottom: 0; }
.home-criterion svg { width: 52px; height: 52px; }
.home-criterion h3 { margin-bottom: 8px; }
.home-about { padding: 58px 0 54px; scroll-margin-top: 110px; }
.home-about .container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: start; }
.home-about h2 { max-width: 470px; font-size: 42px; }
.home-about .home-about-lead { font-size: 21px; line-height: 1.5; }
.home-about h3 { color: #0076b3; margin: 24px 0 12px; }
.home-faq { border-top: 1px solid #cdd9e1; padding: 34px 0 50px; }
.home-faq .container { display: grid; grid-template-columns: .43fr 1fr; gap: 44px; }
.home-faq h2 { font-size: 32px; margin: 10px 0 22px; }
.home-faq details { border: 0; border-bottom: 1px solid #cdd9e1; border-radius: 0; background: transparent; margin: 0; padding: 0; }
.home-faq summary { position: relative; list-style: none; cursor: pointer; padding: 22px 42px 22px 0; font-size: 18px; line-height: 1.45; font-weight: 700; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary::after { content: "+"; position: absolute; right: 10px; top: 15px; font-size: 34px; font-weight: 400; }
.home-faq details[open] summary::after { content: "−"; }
.home-faq details p { padding: 0 30px 24px 0; font-size: 17px; }
.home-contact { padding: 30px 0 50px; }
.home-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.home-service-grid { gap: 44px; }
.home-icon svg { width: 54px; height: 54px; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.home-care svg, .home-criterion svg { width: 36px; height: 36px; }
.home-criterion { gap: 28px; }
.home-criterion p { font-size: 18px; line-height: 1.6; }
@media (min-width: 761px) and (max-width: 1000px) {
  .page-accueil .process { grid-template-columns: minmax(0, 1fr); margin-top: 20px; }
  .page-accueil .process-item { min-width: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .page-accueil .process-item:last-child { border-bottom: 0; }
}
@media (min-width: 1201px) {
  .home-services { padding-top: 52px; }
  .home-service-grid { padding-bottom: 44px; }
  .home-care { padding-bottom: 28px; }
  .home-project { padding-top: 64px; padding-bottom: 42px; }
  .home-about { padding-bottom: 46px; }
  .home-faq { padding-top: 24px; padding-bottom: 31px; }
  .home-faq summary { padding-top: 20px; padding-bottom: 20px; }
}
/* Dedicated project-section reference; small screens keep their compact flow. */
@media (min-width: 1201px) {
  .home-project { padding: 112px 0 105px; }
  .home-project .container { grid-template-columns: minmax(0, .914fr) minmax(0, 1fr); gap: 60px; width: calc(100% - 144px); }
  .home-project .home-eyebrow { font-size: 18px; margin-bottom: 22px; }
  .home-project h2 { font-size: 60px; line-height: 1.12; max-width: 650px; }
  .home-project h2 span { display: block; }
  .home-project .home-project-intro { font-size: 24px; line-height: 1.55; margin-top: 27px; max-width: 620px; }
  .home-project .home-project-link { font-size: 24px; margin-top: 34px; }
  .home-project .home-criterion { gap: 38px; padding: 32px 0; }
  .home-project .home-criterion:first-child { padding-top: 0; }
  .home-project .home-criterion:last-child { padding-bottom: 0; }
  .home-project .home-criterion svg { width: 60px; height: 60px; }
  .home-project .home-criterion h3 { font-size: 28px; margin-bottom: 8px; }
  .home-project .home-criterion p { font-size: 22px; line-height: 1.45; }
}
@media (max-width: 1200px) {
  .home-content-v2 h2 { font-size: 36px; }
  .home-content-v2 .container { width: calc(100% - 64px); }
  .home-content-v2 p { font-size: 19px; }
  .home-content-v2 h3, .home-service-grid h3 { font-size: 22px; }
  .home-content-v2 .home-intro { font-size: 20px; }
  .home-service-grid { gap: 28px; }
  .home-care article { gap: 20px; }
  .home-care article + article { padding-left: 28px; }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .home-project .container, .home-about .container, .home-faq .container { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .home-project .home-project-intro { max-width: 620px; }
  .home-service-grid { gap: 24px; }
  .home-service-grid h3 { font-size: 21px; }
}
@media (max-width: 760px) {
  .home-content-v2 .container { width: calc(100% - 40px); }
  .home-content-v2 h2 { font-size: 30px; }
  .home-content-v2 h3, .home-service-grid h3 { font-size: 23px; }
  .home-content-v2 p, .home-content-v2 .home-intro, .home-about .home-about-lead { font-size: 17px; line-height: 1.5; }
  .home-content-v2 .home-eyebrow { font-size: 15px; }
  .home-content-v2 a { font-size: 18px; }
  .home-services { padding-top: 38px; }
  .home-service-grid, .home-care .container, .home-project .container, .home-about .container, .home-faq .container { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .home-service-grid { padding: 36px 0; }
  .home-service-grid article + article { border-top: 1px solid #dce5ea; padding-top: 26px; }
  .home-service-grid article { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 16px; }
  .home-service-grid .home-icon { grid-row: 1 / 4; height: 48px; }
  .home-service-grid .home-icon svg { width: 44px; height: 44px; }
  .home-service-grid h3, .home-service-grid p, .home-service-grid a { grid-column: 2; }
  .home-service-grid h3 { overflow-wrap: anywhere; }
  .home-icon { height: 72px; }
  .home-icon svg { width: 60px; height: 60px; }
  .home-service-grid p { margin-bottom: 16px; }
  .home-care { padding: 28px 0; }
  .home-care article, .home-care article + article { border-left: 0; padding: 0; gap: 18px; }
  .home-care svg { width: 40px; height: 40px; }
  .home-project, .home-about, .home-faq { padding: 40px 0; }
  .home-criterion { gap: 18px; padding: 24px 0; }
  .home-criterion svg { width: 34px; height: 34px; }
  .home-faq h2 { margin-top: 0; }
  .home-faq summary { font-size: 18px; padding-block: 20px; }
  .home-faq details p { font-size: 17px; padding-right: 0; }
  .home-contact { padding: 0 0 30px; }
}
/* Maintenance operations vary by equipment, without repeated cards. */
.maintenance-equipment { padding: 64px 0 46px; font-family: "Soseco Comparison", Arial, sans-serif; }
.maintenance-equipment .container { max-width: 1408px; width: calc(100% - 128px); }
.maintenance-equipment h2 { font-size: 62px; line-height: 1.16; margin: 0 0 12px; }
.maintenance-equipment-intro { margin: 0 0 42px; color: #5c6370; font-size: 32px; line-height: 1.35; }
.maintenance-equipment-row { display: grid; grid-template-columns: 112px 280px minmax(0, 1fr) 226px; align-items: center; gap: 28px; min-height: 148px; border-top: 1px solid #d3dce4; }
.maintenance-equipment h3 { margin: 0; font-size: 32px; line-height: 1.18; }
.maintenance-equipment-row p { margin: 0; font-size: 25px; color: #5c6370; line-height: 1.45; }
.maintenance-equipment svg { width: 94px; height: 94px; fill: none; stroke: #0095d9; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.maintenance-equipment-icon { display: grid; place-items: center; }
.maintenance-equipment-icon img { width: 94px; height: 94px; object-fit: contain; }
.maintenance-equipment-icon img[width="112"] { width: 112px; height: 112px; }
.maintenance-equipment-row a { color: #0095d9; font-size: 25px; line-height: 1.3; }
.maintenance-equipment-row a:hover { text-decoration: underline; }
.maintenance-equipment-row a:focus-visible { outline: 3px solid #0095d9; outline-offset: 5px; }
.maintenance-equipment-note { background: #f2f5f7; display: flex; gap: 40px; align-items: center; padding: 28px; margin-top: 8px; }
.maintenance-equipment-note svg { flex: 0 0 74px; width: 74px; height: 88px; }
.maintenance-equipment-note p { margin: 10px 0 0; color: #5c6370; font-size: 25px; line-height: 1.35; }
#contrats { scroll-margin-top: 110px; }
@media (max-width: 1200px) {
  .maintenance-equipment .container { width: calc(100% - 64px); }
  .maintenance-equipment h2 { font-size: 42px; }
  .maintenance-equipment-intro { font-size: 24px; }
  .maintenance-equipment-row { grid-template-columns: 70px 210px minmax(0, 1fr); gap: 20px; padding: 24px 0; }
  .maintenance-equipment h3 { font-size: 25px; }
  .maintenance-equipment-row a { grid-column: 3; }
  .maintenance-equipment-row p, .maintenance-equipment-row a, .maintenance-equipment-note p { font-size: 20px; }
  .maintenance-equipment svg { width: 64px; height: 64px; }
  .maintenance-equipment-icon img, .maintenance-equipment-icon img[width="112"] { width: 64px; height: 64px; }
}
@media (max-width: 760px) {
  .maintenance-equipment { padding: 40px 0; }
  .maintenance-equipment .container { width: calc(100% - 40px); }
  .maintenance-equipment h2 { font-size: 32px; }
  .maintenance-equipment-intro { font-size: 18px; margin-bottom: 28px; }
  .maintenance-equipment-row { grid-template-columns: 48px minmax(0, 1fr); gap: 14px 18px; }
  .maintenance-equipment h3 { font-size: 23px; }
  .maintenance-equipment svg { width: 44px; height: 44px; }
  .maintenance-equipment-icon img, .maintenance-equipment-icon img[width="112"] { width: 44px; height: 44px; }
  .maintenance-equipment-row p, .maintenance-equipment-row a { grid-column: 2; font-size: 18px; }
  .maintenance-equipment-note { gap: 16px; padding: 24px 18px; align-items: flex-start; }
  .maintenance-equipment-note svg { flex-basis: 36px; height: 40px; }
  .maintenance-equipment-note p { font-size: 18px; }
}
/* Explain the documents without implying a blanket conformity guarantee. */
.maintenance-records { padding: 86px 0 30px; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; }
.maintenance-records .container { width: calc(100% - 144px); max-width: 1392px; }
.maintenance-records h2 { font-size: 68px; line-height: 1.15; margin: 0 0 12px; }
.maintenance-records-intro { font-size: 32px; line-height: 1.4; color: #5c6370; margin: 0 0 36px; }
.maintenance-records-grid { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr); gap: 38px; }
.maintenance-record { display: flex; gap: 30px; padding: 30px 0; }
.maintenance-record + .maintenance-record { border-top: 1px solid #cbd6df; padding-top: 38px; }
.maintenance-record svg { width: 58px; height: 66px; flex: 0 0 58px; stroke: #008ed1; fill: none; stroke-width: 1.65; }
.maintenance-records h3 { margin: 0 0 18px; font-size: 40px; line-height: 1.2; }
.maintenance-record p { font-size: 27px; line-height: 1.42; color: #525b69; margin: 0; }
.maintenance-record .maintenance-record-label { font-size: 23px; font-weight: 700; color: #0095d9; margin-top: 16px; }
.maintenance-dossier { background: #eff5f8; border-radius: 6px; padding: 32px 38px; align-self: start; }
.maintenance-dossier h3 { font-size: 36px; margin-bottom: 18px; }
.maintenance-dossier ul { list-style: none; padding: 0; margin: 0 0 26px; }
.maintenance-dossier li { border-bottom: 1px solid #d0dce5; padding: 14px 0; font-size: 27px; line-height: 1.4; }
.maintenance-dossier p { margin: 0; font-size: 27px; line-height: 1.45; color: #525b69; }
.maintenance-records-alert { border-top: 3px solid #0095d9; margin-top: 36px; padding-top: 24px; }
.maintenance-records-alert h3 { font-size: 36px; margin-bottom: 12px; }
.maintenance-records-alert p { margin: 0; font-size: 27px; line-height: 1.35; color: #525b69; }
.maintenance-records-sources { font-size: 18px; line-height: 1.4; color: #5c6370; margin: 28px 0 0; }
.maintenance-records-sources a:hover { text-decoration: underline; }
@media (min-width: 1201px) {
  .maintenance-records { padding-top: 94px; }
  .maintenance-records-grid { grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); }
  .maintenance-record p { font-size: 26px; line-height: 1.47; }
  .maintenance-dossier p { font-size: 25px; line-height: 1.5; }
  .maintenance-dossier li { color: #363e4a; }
  .maintenance-dossier { padding-bottom: 56px; }
  .maintenance-records-alert { margin-top: 20px; }
}
@media (max-width: 1200px) {
  .maintenance-records .container { width: calc(100% - 64px); }
  .maintenance-records h2 { font-size: 46px; }
  .maintenance-records-intro { font-size: 24px; }
  .maintenance-records h3 { font-size: 29px; }
  .maintenance-record p, .maintenance-dossier li, .maintenance-dossier p, .maintenance-records-alert p { font-size: 21px; }
  .maintenance-record { gap: 20px; }
  .maintenance-dossier { padding: 28px; }
}
@media (max-width: 760px) {
  .maintenance-records { padding: 40px 0; }
  .maintenance-records .container { width: calc(100% - 40px); }
  .maintenance-records h2 { font-size: 32px; }
  .maintenance-records-intro { font-size: 18px; margin-bottom: 20px; }
  .maintenance-records-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .maintenance-records h3 { font-size: 25px; }
  .maintenance-record { gap: 16px; padding: 20px 0; }
  .maintenance-record svg { flex-basis: 36px; width: 36px; height: 42px; }
  .maintenance-record p, .maintenance-dossier li, .maintenance-dossier p, .maintenance-records-alert p { font-size: 18px; }
  .maintenance-record .maintenance-record-label { font-size: 17px; }
  .maintenance-records-sources { font-size: 15px; }
  .maintenance-dossier { padding: 24px; }
}
.maintenance-faq { padding: 94px 0 126px; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; }
.maintenance-faq .container { width: calc(100% - 112px); max-width: 1424px; display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 70px; }
.maintenance-faq-eyebrow { color: #0095d9; font-size: 20px; text-transform: uppercase; margin: 0 0 16px; font-weight: 700; }
.maintenance-faq h2 { font-size: 60px; line-height: 1.03; margin: 0 0 32px; }
.maintenance-faq-intro > p:not(.maintenance-faq-eyebrow) { font-size: 24px; line-height: 1.5; color: #525b69; margin: 0; }
.maintenance-faq-intro a { display: block; margin-top: 38px; color: #0095d9; font-size: 24px; }
.maintenance-faq-intro a::before { content: ""; display: block; width: 72px; height: 3px; background: #0095d9; margin-bottom: 42px; }
.maintenance-faq-list details { background: none; border: 0; border-bottom: 1px solid #cdd6df; border-radius: 0; margin: 0; padding: 0; }
.maintenance-faq-list summary { list-style: none; position: relative; padding: 38px 48px 38px 0; font-size: 30px; font-weight: 700; line-height: 1.23; cursor: pointer; }
.maintenance-faq-list details:first-child summary { padding-top: 16px; padding-bottom: 24px; }
.maintenance-faq-list summary::-webkit-details-marker { display: none; }
.maintenance-faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 30px; color: #0095d9; font-size: 42px; font-weight: 400; line-height: 1; }
.maintenance-faq-list details:first-child summary::after { top: 8px; }
.maintenance-faq-list details[open] summary::after { content: "−"; }
.maintenance-faq-list details p { font-size: 24px; line-height: 1.5; color: #525b69; padding: 0 30px 48px 0; margin: 0; }
.maintenance-faq a:focus-visible, .maintenance-faq summary:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.maintenance-faq a:hover { text-decoration: underline; }
@media (min-width: 1201px) {
  .maintenance-faq h2 { margin-bottom: 22px; }
  .maintenance-faq-intro > p:not(.maintenance-faq-eyebrow) { width: 420px; }
}
@media (max-width: 1200px) {
  .maintenance-faq .container { width: calc(100% - 64px); grid-template-columns: 300px minmax(0, 1fr); gap: 40px; }
  .maintenance-faq h2 { font-size: 44px; }
  .maintenance-faq-list summary { font-size: 24px; }
  .maintenance-faq-list details p { font-size: 20px; }
}
@media (max-width: 760px) {
  .maintenance-faq { padding: 40px 0 52px; }
  .maintenance-faq .container { width: calc(100% - 40px); grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .maintenance-faq h2 { font-size: 34px; line-height: 1.12; margin-bottom: 18px; }
  .maintenance-faq-eyebrow { font-size: 15px; }
  .maintenance-faq-intro > p:not(.maintenance-faq-eyebrow), .maintenance-faq-intro a { font-size: 18px; }
  .maintenance-faq-intro a { margin-top: 20px; }
  .maintenance-faq-intro a::before { margin-bottom: 18px; }
  .maintenance-faq-list summary { font-size: 20px; padding: 24px 38px 24px 0; }
  .maintenance-faq-list summary::after { font-size: 32px; top: 20px; }
  .maintenance-faq-list details p { font-size: 18px; padding: 0 0 24px; }
}
.pump-comparison-v2 { padding: 58px 0 66px; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; }
.pump-comparison-v2 .container { width: calc(100% - 48px); max-width: 1488px; }
.pump-comparison-heading { padding: 0 14px; }
.pump-comparison-heading h2 { font-size: 72px; line-height: 1.15; margin: 0 0 12px; }
.pump-comparison-heading p { color: #5c6370; font-size: 36px; line-height: 1.4; margin: 0 0 46px; }
.pump-comparison-table { border-collapse: collapse; width: 100%; table-layout: fixed; font-size: 27px; line-height: 1.25; }
.pump-comparison-table th, .pump-comparison-table td { padding: 26px 28px; border: 0; border-bottom: 1px solid #dce7ef; vertical-align: middle; text-align: left; }
.pump-comparison-table thead th { font-size: 36px; padding-block: 22px; text-align: center; background: #e2f2fa; }
.pump-comparison-table thead th:first-child { width: 282px; text-align: left; }
.pump-comparison-table tbody th { font-size: 30px; }
.pump-comparison-table tbody tr { height: 120px; }
.pump-comparison-table tbody tr:last-child { height: 148px; }
.pump-comparison-table tbody tr:nth-child(even) { background: #f2f7fa; }
.pump-comparison-table tbody td { color: #303741; }
.pump-comparison-foot { display: flex; gap: 30px; justify-content: space-between; align-items: center; padding: 44px 14px 0; }
.pump-comparison-foot p { margin: 0; font-size: 24px; line-height: 1.5; color: #646c78; }
.pump-comparison-foot a { color: #0095d9; font-size: 26px; font-weight: 700; flex-shrink: 0; }
.pump-comparison-foot a:hover { text-decoration: underline; }
.pump-comparison-foot a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.pump-comparison-mobile { display: none; }
@media (min-width: 1201px) {
  .pump-comparison-v2 { padding-bottom: 74px; }
  .pump-comparison-heading p { margin-bottom: 43px; }
  .pump-comparison-table { font-size: 26px; }
  .pump-comparison-table th, .pump-comparison-table td { padding-block: 23px; }
  .pump-comparison-table thead th { padding-block: 20px; }
  .pump-comparison-table tbody tr { height: 118px; }
}
@media (max-width: 1200px) {
  .pump-comparison-heading h2 { font-size: 48px; }
  .pump-comparison-heading p { font-size: 26px; }
  .pump-comparison-table, .pump-comparison-table tbody th { font-size: 20px; }
  .pump-comparison-table thead th { font-size: 24px; }
  .pump-comparison-table thead th:first-child { width: 195px; }
  .pump-comparison-table th, .pump-comparison-table td { padding: 22px 16px; }
  .pump-comparison-foot { align-items: flex-start; flex-direction: column; }
  .pump-comparison-foot p { font-size: 20px; }
}
@media (max-width: 760px) {
  .pump-comparison-v2 { padding: 40px 0; }
  .pump-comparison-v2 .container { width: calc(100% - 40px); }
  .pump-comparison-heading { padding: 0; }
  .pump-comparison-heading h2 { font-size: 32px; }
  .pump-comparison-heading p { font-size: 18px; margin-bottom: 30px; }
  .pump-comparison-table { display: none; }
  .pump-comparison-mobile { display: block; }
  .pump-comparison-mobile article { padding: 24px 0; border-top: 2px solid #0095d9; }
  .pump-comparison-mobile h3 { font-size: 25px; margin: 0 0 18px; }
  .pump-comparison-mobile dl { margin: 0; }
  .pump-comparison-mobile dl > div { border-bottom: 1px solid #dce7ef; padding: 12px 0; }
  .pump-comparison-mobile dt { font-size: 16px; font-weight: 700; color: #59616b; }
  .pump-comparison-mobile dd { margin: 5px 0 0; font-size: 18px; line-height: 1.4; }
  .pump-comparison-foot { padding: 12px 0 0; gap: 20px; }
  .pump-comparison-foot p, .pump-comparison-foot a { font-size: 18px; }
}
.pump-consumption { padding: 96px 0 0; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; }
.pump-consumption .container { width: calc(100% - 112px); max-width: 1424px; }
.pump-consumption h2 { font-size: 68px; line-height: 1.15; margin: 0 0 10px; }
.pump-consumption-intro { font-size: 32px; line-height: 1.4; color: #454d59; margin: 0 0 64px; }
.pump-consumption-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; padding-bottom: 88px; }
.pump-consumption h3 { font-size: 36px; line-height: 1.2; margin: 0 0 32px; }
.pump-performance { margin: 0; }
.pump-performance > div { display: grid; grid-template-columns: 212px minmax(0, 1fr); align-items: center; gap: 32px; min-height: 158px; border-bottom: 1px solid #c6d4df; padding: 24px 0; }
.pump-performance dt { color: #0095d9; font-size: 90px; line-height: 1; font-weight: 700; }
.pump-performance abbr { text-decoration: none; }
.pump-performance dd { margin: 0; color: #303945; font-size: 26px; line-height: 1.35; }
.pump-performance-note { color: #596472; font-size: 24px; line-height: 1.4; margin: 38px 0 0; }
.pump-consumption-factors article { border-left: 6px solid #0095d9; padding-left: 30px; margin-top: 54px; }
.pump-consumption-factors article:first-of-type { margin-top: 40px; }
.pump-consumption-factors h4 { margin: 0 0 8px; font-size: 30px; line-height: 1.2; }
.pump-consumption-factors p { margin: 0; font-size: 24px; line-height: 1.4; color: #454d59; }
.pump-consumption-budget { background: #f3f8fa; padding: 48px 0 56px; }
.pump-consumption-budget .container { display: flex; gap: 32px; justify-content: space-between; align-items: flex-end; }
.pump-consumption-budget h3 { margin: 0 0 16px; font-size: 34px; }
.pump-consumption-budget p { margin: 0; font-size: 25px; line-height: 1.4; color: #454d59; }
.pump-consumption-budget a { color: #0095d9; font-size: 25px; font-weight: 700; flex-shrink: 0; }
.pump-consumption-budget a:hover { text-decoration: underline; }
.pump-consumption-budget a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
@media (min-width: 1201px) {
  .pump-consumption h2 { font-size: 65px; }
  .pump-consumption-grid > div:first-child > h3 { margin-bottom: 4px; }
  .pump-consumption-factors p { font-size: 22px; }
  .pump-consumption-grid { padding-bottom: 77px; }
  .pump-consumption-budget { padding-bottom: 72px; }
  .pump-performance dt { font-size: 86px; }
}
@media (max-width: 1200px) {
  .pump-consumption .container { width: calc(100% - 64px); }
  .pump-consumption h2 { font-size: 46px; }
  .pump-consumption-intro { font-size: 24px; }
  .pump-consumption h3 { font-size: 28px; }
  .pump-performance > div { grid-template-columns: 130px minmax(0, 1fr); gap: 22px; }
  .pump-performance dt { font-size: 54px; }
  .pump-performance dd, .pump-performance-note, .pump-consumption-factors p { font-size: 20px; }
  .pump-consumption-factors h4 { font-size: 24px; }
  .pump-consumption-budget .container { display: block; }
  .pump-consumption-budget a { display: inline-block; margin-top: 20px; }
}
@media (max-width: 760px) {
  .pump-consumption { padding-top: 40px; }
  .pump-consumption .container { width: calc(100% - 40px); }
  .pump-consumption h2 { font-size: 32px; }
  .pump-consumption-intro { font-size: 18px; margin-bottom: 32px; }
  .pump-consumption-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-bottom: 40px; }
  .pump-consumption h3 { font-size: 25px; margin-bottom: 18px; }
  .pump-performance > div { grid-template-columns: 108px minmax(0, 1fr); gap: 16px; min-height: 0; }
  .pump-performance dt { font-size: 42px; }
  .pump-performance dd, .pump-performance-note, .pump-consumption-factors p { font-size: 18px; }
  .pump-performance-note { margin-top: 24px; }
  .pump-consumption-factors article, .pump-consumption-factors article:first-of-type { margin-top: 28px; padding-left: 18px; border-left-width: 3px; }
  .pump-consumption-factors h4 { font-size: 22px; }
  .pump-consumption-budget { padding: 30px 0 36px; }
  .pump-consumption-budget p, .pump-consumption-budget a { font-size: 18px; }
}
.page-realisations .illustration-notice { font-size: 15px; line-height: 1.6; color: #5c6370; border-left: 3px solid #0095d9; padding-left: 16px; margin-top: 24px; }
.realisation-project-note { border-left: 1px solid #dce5ec; padding-left: 36px; align-self: center; }
.realisation-project-note h3 { font-size: 28px; margin: 0 0 16px; }
.realisation-project-note p { font-size: 19px; margin: 0 0 24px; }
.page-contact .hero .container { grid-template-columns: minmax(0, 780px); }
.page-contact #devis { scroll-margin-top: 110px; }
.page-realisations .case-card .card-link { display: inline-block; margin-top: 12px; }
@media (max-width: 760px) {
  .realisation-project-note { border-left: 0; border-top: 1px solid #dce5ec; padding: 26px 0 0; }
}
.thermo-sizing { padding: 64px 0 0; font-family: "Soseco Comparison", Arial, sans-serif; color: #202326; scroll-margin-top: 105px; }
.thermo-sizing .container { width: calc(100% - 192px); max-width: 1344px; }
.thermo-sizing-eyebrow { font-size: 20px; line-height: 1.4; font-weight: 700; text-transform: uppercase; color: #0095d9; margin: 0 0 16px; }
.thermo-sizing h2 { font-size: 64px; line-height: 1.12; margin: 0 0 12px; }
.thermo-sizing-intro { font-size: 34px; line-height: 1.3; color: #5b6573; margin: 0 0 48px; }
.thermo-sizing-measures { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.thermo-sizing-measures article:first-child { padding-right: 54px; border-right: 1px solid #cbd2dc; }
.thermo-sizing-measures article:last-child { padding-left: 54px; }
.thermo-sizing-measures strong { display: block; font-size: 104px; line-height: 1.1; color: #0095d9; margin-bottom: 6px; }
.thermo-sizing-measures h3 { font-size: 34px; line-height: 1.2; margin: 0 0 18px; }
.thermo-sizing-measures p { font-size: 26px; line-height: 1.4; color: #5b6573; margin: 0; }
.thermo-sizing-note { font-size: 24px; line-height: 1.4; color: #5b6573; margin: 40px 0 28px; }
.thermo-sizing-uses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; border-top: 1px solid #cbd2dc; padding: 36px 0; }
.thermo-sizing-uses article::before { content: ""; display: block; background: #0095d9; width: 80px; height: 7px; margin-bottom: 20px; }
.thermo-sizing-uses h3, .thermo-sizing-project h3 { font-size: 28px; line-height: 1.25; margin: 0 0 12px; }
.thermo-sizing-uses p, .thermo-sizing-project p { font-size: 22px; line-height: 1.4; color: #5b6573; margin: 0; }
.thermo-sizing-project { background: #f1f4f6; padding: 32px 0 36px; }
.thermo-sizing-project .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.thermo-sizing-project a { flex-shrink: 0; color: #0084c4; font-size: 23px; }
.thermo-sizing-project a:hover { text-decoration: underline; }
.thermo-sizing-project a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
@media (max-width: 1200px) {
  .thermo-sizing .container { width: calc(100% - 64px); }
  .thermo-sizing h2 { font-size: 44px; }
  .thermo-sizing-intro { font-size: 26px; }
  .thermo-sizing-measures strong { font-size: 72px; }
  .thermo-sizing-measures h3 { font-size: 26px; }
  .thermo-sizing-measures p, .thermo-sizing-note, .thermo-sizing-uses p, .thermo-sizing-project p, .thermo-sizing-project a { font-size: 20px; }
  .thermo-sizing-uses h3, .thermo-sizing-project h3 { font-size: 24px; }
  .thermo-sizing-uses { gap: 28px; }
}
@media (max-width: 760px) {
  .thermo-sizing { padding-top: 36px; }
  .thermo-sizing .container { width: calc(100% - 40px); }
  .thermo-sizing h2 { font-size: 32px; }
  .thermo-sizing-eyebrow { font-size: 14px; }
  .thermo-sizing-intro { font-size: 18px; margin-bottom: 28px; }
  .thermo-sizing-measures, .thermo-sizing-uses { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .thermo-sizing-measures article:first-child { border-right: 0; padding: 0 0 24px; border-bottom: 1px solid #cbd2dc; }
  .thermo-sizing-measures article:last-child { padding: 0; }
  .thermo-sizing-measures strong { font-size: 56px; }
  .thermo-sizing-measures h3 { font-size: 24px; }
  .thermo-sizing-measures p, .thermo-sizing-note, .thermo-sizing-uses p, .thermo-sizing-project p, .thermo-sizing-project a { font-size: 18px; }
  .thermo-sizing-note { margin: 28px 0; }
  .thermo-sizing-project .container { flex-direction: column; align-items: flex-start; gap: 20px; }
}
.pump-faq { padding: 104px 0 50px; background: #fff; color: #202326; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; }
.pump-faq .container { width: calc(100% - 120px); max-width: 1416px; }
.pump-faq h2 { font-size: 64px; line-height: 1.15; margin: 0 0 12px; }
.pump-faq-intro { font-size: 30px; line-height: 1.4; color: #5b6573; margin: 0 0 36px; }
.pump-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; }
.pump-faq-group > h3 { font-size: 20px; line-height: 1.4; color: #0095d9; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.pump-faq details { border: 0; border-bottom: 1px solid #aeb8c6; border-radius: 0; margin: 0; padding: 0; background: transparent; box-shadow: none; }
.pump-faq summary { position: relative; display: block; list-style: none; cursor: pointer; font-size: 28px; line-height: 1.3; font-weight: 700; padding: 36px 42px 36px 0; }
.pump-faq summary::-webkit-details-marker { display: none; }
.pump-faq summary::after { content: "+"; color: #0095d9; font-size: 42px; line-height: 1; font-weight: 400; position: absolute; right: 0; top: 30px; width: 32px; height: 42px; text-align: center; }
.pump-faq details[open] summary { padding-top: 20px; padding-bottom: 20px; }
.pump-faq details[open] summary::after { content: "\2212"; top: 17px; }
.pump-faq details > p { font-size: 22px; line-height: 1.4; color: #5b6573; margin: 0; padding: 0 0 32px; }
.pump-faq details > .pump-faq-aids { font-size: 18px; padding-bottom: 24px; }
.pump-faq-aids a { color: #007bb7; text-decoration: underline; }
.pump-faq summary:focus-visible, .pump-faq a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.pump-faq-visit { margin: 54px 26px 0; background: #eef3f6; padding: 36px 0; }
.pump-faq-visit .container { width: calc(100% - 68px); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.pump-faq-visit h3 { font-size: 36px; line-height: 1.25; margin: 0 0 10px; }
.pump-faq-visit p { font-size: 23px; line-height: 1.4; color: #5b6573; margin: 0; }
.pump-faq-visit .btn { flex-shrink: 0; font-size: 22px; padding: 20px 40px; box-shadow: none; border-radius: 4px; }
@media (max-width: 1200px) {
  .pump-faq .container { width: calc(100% - 64px); }
  .pump-faq h2 { font-size: 44px; }
  .pump-faq-intro { font-size: 24px; }
  .pump-faq summary { font-size: 23px; }
  .pump-faq details > p { font-size: 20px; }
  .pump-faq-grid { gap: 36px; }
  .pump-faq-visit h3 { font-size: 28px; }
  .pump-faq-visit p, .pump-faq-visit .btn { font-size: 19px; }
  .pump-faq-visit .btn { padding: 18px 24px; }
}
@media (max-width: 760px) {
  .pump-faq { padding: 36px 0; }
  .pump-faq .container { width: calc(100% - 40px); }
  .pump-faq h2 { font-size: 32px; }
  .pump-faq-intro { font-size: 18px; margin-bottom: 28px; }
  .pump-faq-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .pump-faq-group > h3 { font-size: 16px; }
  .pump-faq summary { font-size: 20px; padding: 24px 36px 24px 0; }
  .pump-faq summary::after { font-size: 32px; width: 26px; height: 34px; top: 22px; }
  .pump-faq details > p, .pump-faq details > .pump-faq-aids { font-size: 18px; padding-bottom: 24px; }
  .pump-faq-visit { margin: 32px 0 0; padding: 28px 0; }
  .pump-faq-visit .container { flex-direction: column; align-items: flex-start; gap: 22px; }
  .pump-faq-visit h3 { font-size: 26px; }
  .pump-faq-visit p { font-size: 18px; }
}
.pump-start { padding: 38px 0 0; font-family: "Soseco Comparison", Arial, sans-serif; color: #202326; scroll-margin-top: 105px; }
.pump-start .container { width: calc(100% - 112px); max-width: 1424px; }
.pump-start-eyebrow { margin: 0 0 12px; color: #0095d9; font-size: 18px; line-height: 1.3; font-weight: 700; text-transform: uppercase; }
.pump-start h2 { margin: 0 0 12px; font-size: 58px; line-height: 1.15; }
.pump-start-intro { margin: 0 0 30px; color: #5b6573; font-size: 26px; line-height: 1.4; }
.pump-start-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.pump-start-options img { display: block; width: 100%; height: auto; aspect-ratio: 1.53; object-fit: contain; object-position: top center; }
.pump-start-options .pump-start-label { font-size: 20px; font-weight: 700; text-transform: uppercase; color: #0095d9; margin: 22px 0 12px; line-height: 1.3; }
.pump-start-options h3 { font-size: 33px; line-height: 1.2; margin: 0 0 16px; }
.pump-start-options p { font-size: 22px; line-height: 1.4; color: #5b6573; margin: 0; }
.pump-start-compare { margin-top: 34px; padding: 24px 0 30px; border-top: 1px solid #cbd5df; text-align: center; }
.pump-start-compare a { color: #0084c4; font-size: 23px; font-weight: 700; }
.pump-start-compare a:hover { text-decoration: underline; }
.pump-start-compare a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.pump-start-study { background: #f3f6f8; padding: 44px 0; }
.pump-start-study-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 44px; }
.pump-start-study h3 { font-size: 32px; line-height: 1.25; margin: 0; }
.pump-start-study h4 { font-size: 25px; line-height: 1.3; margin: 0 0 8px; }
.pump-start-study p { font-size: 21px; line-height: 1.4; color: #5b6573; margin: 0; }
.pump-start-study .pump-start-study-note { margin-top: 28px; }
@media (max-width: 1200px) {
  .pump-start .container { width: calc(100% - 64px); }
  .pump-start h2 { font-size: 42px; }
  .pump-start-intro { font-size: 22px; }
  .pump-start-options h3 { font-size: 26px; }
  .pump-start-options p, .pump-start-study p, .pump-start-compare a { font-size: 19px; }
  .pump-start-study h3 { font-size: 28px; }
  .pump-start-study h4 { font-size: 23px; }
  .pump-start-study-grid { gap: 28px; }
}
@media (max-width: 760px) {
  .pump-start { padding-top: 32px; }
  .pump-start .container { width: calc(100% - 40px); }
  .pump-start h2 { font-size: 32px; }
  .pump-start-intro { font-size: 18px; margin-bottom: 26px; }
  .pump-start-eyebrow { font-size: 14px; }
  .pump-start-options, .pump-start-study-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .pump-start-options .pump-start-label { font-size: 16px; margin: 18px 0 10px; }
  .pump-start-options p, .pump-start-study p, .pump-start-compare a { font-size: 18px; }
  .pump-start-compare { margin-top: 28px; padding: 24px 0 30px; }
  .pump-start-study { padding: 30px 0; }
}
.clim-faq { padding: 100px 0 78px; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; color: #202326; background: #fff; }
.clim-faq .container { width: calc(100% - 120px); max-width: 1416px; }
.clim-faq-grid { display: grid; grid-template-columns: 418px minmax(0, 1fr); gap: 70px; }
.clim-faq-eyebrow { color: #0095d9; font-size: 18px; line-height: 1.4; font-weight: 700; text-transform: uppercase; margin: 0 0 14px; }
.clim-faq h2 { font-size: 58px; line-height: 1.06; margin: 0 0 26px; }
.clim-faq-intro > p:not(.clim-faq-eyebrow) { font-size: 23px; line-height: 1.45; color: #5b6573; margin: 0; }
.clim-faq-prepare { margin-top: 86px; border-left: 3px solid #0095d9; padding: 6px 0 6px 28px; }
.clim-faq-prepare h3 { font-size: 28px; line-height: 1.3; margin: 0 0 20px; }
.clim-faq-prepare ul { padding-left: 30px; margin: 0 0 22px; color: #5b6573; font-size: 21px; line-height: 1.5; }
.clim-faq-prepare li { margin-bottom: 8px; }
.clim-faq a { color: #0084c4; font-weight: 700; font-size: 21px; }
.clim-faq a:hover { text-decoration: underline; }
.clim-faq a:focus-visible, .clim-faq summary:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.clim-faq-list { border-top: 1px solid #0095d9; }
.clim-faq-list details { border: 0; border-bottom: 1px solid #cbd2dc; border-radius: 0; padding: 0; margin: 0; box-shadow: none; background: transparent; }
.clim-faq-list summary { list-style: none; position: relative; display: block; cursor: pointer; padding: 30.5px 48px 30.5px 0; font-size: 28px; line-height: 1.45; font-weight: 700; color: #202326; }
.clim-faq-list summary::-webkit-details-marker { display: none; }
.clim-faq-list summary::after { content: "+"; position: absolute; right: 0; top: 25px; width: 32px; height: 44px; font-size: 42px; line-height: 1; font-weight: 400; text-align: center; color: #0095d9; }
.clim-faq-list details[open] summary::after { content: "\2212"; }
.clim-faq-list details[open] summary { padding-top: 22px; padding-bottom: 16px; }
.clim-faq-list details > p { margin: 0; padding: 0 20px 38px 0; font-size: 23px; line-height: 1.4; color: #5b6573; }
.clim-faq-follow { margin: 40px 0 0; background: #f1f3f5; padding: 24px 30px; font-size: 21px; line-height: 1.4; color: #5b6573; }
.clim-faq-follow a { margin-left: 6px; }
@media (max-width: 1200px) {
  .clim-faq .container { width: calc(100% - 64px); }
  .clim-faq-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 40px; }
  .clim-faq h2 { font-size: 42px; }
  .clim-faq-list summary, .clim-faq-prepare h3 { font-size: 23px; }
  .clim-faq-list details > p, .clim-faq-intro > p:not(.clim-faq-eyebrow) { font-size: 20px; }
  .clim-faq-prepare ul, .clim-faq a, .clim-faq-follow { font-size: 18px; }
  .clim-faq-prepare { margin-top: 48px; padding-left: 20px; }
}
@media (max-width: 760px) {
  .clim-faq { padding: 36px 0; }
  .clim-faq .container { width: calc(100% - 40px); }
  .clim-faq-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .clim-faq h2 { font-size: 32px; line-height: 1.15; margin-bottom: 18px; }
  .clim-faq-eyebrow { font-size: 14px; }
  .clim-faq-intro > p:not(.clim-faq-eyebrow), .clim-faq-list details > p { font-size: 18px; }
  .clim-faq-prepare { margin-top: 28px; }
  .clim-faq-list summary { font-size: 20px; padding: 22px 36px 22px 0; line-height: 1.4; }
  .clim-faq-list summary::after { top: 20px; font-size: 30px; width: 24px; height: 34px; }
  .clim-faq-list details > p { padding-right: 0; padding-bottom: 26px; }
  .clim-faq-follow { padding: 20px; margin-top: 28px; }
  .clim-faq-follow a { display: block; margin: 8px 0 0; }
}
.clim-placement { padding: 36px 0 44px; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; color: #202326; }
.clim-placement .container { width: calc(100% - 120px); max-width: 1416px; }
.clim-placement-eyebrow { color: #0095d9; font-size: 18px; line-height: 1.2; font-weight: 700; text-transform: uppercase; margin: 0 0 12px; }
.clim-placement h2 { font-size: 60px; line-height: 1.08; margin: 0 0 12px; }
.clim-placement-intro { font-size: 28px; line-height: 1.4; color: #697181; margin: 0 0 30px; }
.clim-placement-grid { display: grid; grid-template-columns: 1.23fr 1fr; gap: 48px; }
.clim-placement figure { margin: 0; }
.clim-placement img { display: block; width: 100%; height: auto; aspect-ratio: 1577 / 997; object-fit: contain; }
.clim-placement figcaption { color: #697181; font-size: 18px; line-height: 1.4; margin-top: 10px; }
.clim-placement-note { margin-top: 30px; border-left: 5px solid #0095d9; padding: 6px 0 3px 30px; }
.clim-placement-note h3 { font-size: 25px; line-height: 1.3; margin: 0 0 6px; }
.clim-placement-note p, .clim-placement-points p { color: #697181; font-size: 20px; line-height: 1.4; margin: 0; }
.clim-placement-points { display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 8px 0 18px; }
.clim-placement-points article { position: relative; padding-left: 76px; }
.clim-placement-points article::before { content: ""; position: absolute; left: 0; top: 17px; width: 48px; height: 4px; background: #0095d9; }
.clim-placement-points h3 { font-size: 28px; line-height: 1.2; margin: 0 0 12px; }
.clim-placement-project { border-top: 1px solid #cbd5df; margin-top: 36px; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.clim-placement-project p { font-size: 20px; line-height: 1.5; color: #697181; margin: 0; }
.clim-placement-project strong { color: #202326; font-size: 23px; margin-right: 10px; }
.clim-placement-project a { color: #0084c4; font-size: 20px; font-weight: 700; flex-shrink: 0; }
.clim-placement-project a:hover { text-decoration: underline; }
.clim-placement-project a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
@media (max-width: 1200px) {
  .clim-placement .container { width: calc(100% - 64px); }
  .clim-placement h2 { font-size: 42px; }
  .clim-placement-intro { font-size: 23px; }
  .clim-placement-grid { gap: 30px; }
  .clim-placement-points article { padding-left: 32px; }
  .clim-placement-points article::before { width: 18px; top: 12px; height: 3px; }
  .clim-placement-points h3, .clim-placement-note h3 { font-size: 23px; }
  .clim-placement-points p, .clim-placement-note p { font-size: 18px; }
  .clim-placement-project { align-items: flex-start; }
}
@media (max-width: 760px) {
  .clim-placement { padding: 36px 0; }
  .clim-placement .container { width: calc(100% - 40px); }
  .clim-placement-eyebrow { font-size: 14px; }
  .clim-placement h2 { font-size: 32px; }
  .clim-placement-intro { font-size: 18px; margin-bottom: 26px; }
  .clim-placement-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .clim-placement figcaption { font-size: 14px; }
  .clim-placement-note { margin-top: 24px; padding-left: 18px; }
  .clim-placement-points { padding: 0; gap: 26px; }
  .clim-placement-project { flex-direction: column; gap: 16px; margin-top: 30px; padding-top: 24px; }
  .clim-placement-project p, .clim-placement-project a { font-size: 18px; }
  .clim-placement-project strong { display: block; font-size: 22px; margin: 0 0 8px; }
}
.clim-choices { padding: 46px 0 0; font-family: "Soseco Comparison", Arial, sans-serif; scroll-margin-top: 105px; }
.clim-choices .container { width: calc(100% - 104px); max-width: 1432px; }
.clim-choices-heading { text-align: center; margin-bottom: 40px; }
.clim-choices-heading h2 { font-size: 62px; line-height: 1.15; margin: 0 0 12px; }
.clim-choices-heading h2 span { color: #0095d9; }
.clim-choices-heading p { color: #454d59; font-size: 28px; line-height: 1.4; margin: 0; }
.clim-choices-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; padding-bottom: 36px; }
.clim-choices-grid article { display: flex; flex-direction: column; align-items: flex-start; }
.clim-choices-grid img { width: 100%; height: auto; aspect-ratio: 1599 / 984; object-fit: contain; }
.clim-choices-grid .clim-choice-label { margin: 24px 0 12px; color: #0095d9; font-size: 23px; font-weight: 700; text-transform: uppercase; }
.clim-choices-grid h3 { margin: 0 0 14px; font-size: 48px; line-height: 1.2; }
.clim-choices-grid p { font-size: 26px; line-height: 1.35; color: #515b69; margin: 0 0 14px; }
.clim-choices-grid a { display: inline-block; color: #0095d9; font-size: 26px; font-weight: 700; margin-top: auto; padding-top: 12px; }
.clim-choices-grid a:hover { text-decoration: underline; }
.clim-choices-grid a:focus-visible { outline: 3px solid #0095d9; outline-offset: 4px; }
.clim-reversible { background: #eef3f7; padding: 34px 0 32px; }
.clim-reversible h3 { font-size: 44px; line-height: 1.2; margin: 0 0 16px; }
.clim-reversible p { font-size: 25px; line-height: 1.4; color: #515b69; margin: 0 0 12px; }
.clim-reversible p:last-child { margin-bottom: 0; }
@media (max-width: 1200px) {
  .clim-choices .container { width: calc(100% - 64px); }
  .clim-choices-heading h2 { font-size: 44px; }
  .clim-choices-heading p { font-size: 23px; }
  .clim-choices-grid h3 { font-size: 34px; }
  .clim-choices-grid p, .clim-choices-grid a, .clim-reversible p { font-size: 21px; }
  .clim-reversible h3 { font-size: 32px; }
}
@media (max-width: 760px) {
  .clim-choices { padding-top: 36px; }
  .clim-choices .container { width: calc(100% - 40px); }
  .clim-choices-heading { text-align: left; margin-bottom: 28px; }
  .clim-choices-heading h2 { font-size: 32px; }
  .clim-choices-heading p { font-size: 18px; }
  .clim-choices-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-bottom: 36px; }
  .clim-choices-grid h3 { font-size: 28px; margin-bottom: 14px; }
  .clim-choices-grid .clim-choice-label { font-size: 15px; margin: 18px 0 8px; }
  .clim-choices-grid p, .clim-choices-grid a, .clim-reversible p { font-size: 18px; }
  .clim-reversible h3 { font-size: 27px; }
  .clim-reversible { padding: 28px 0; }
}

/* Keep desktop editorial sections on one consistent, readable type scale. */
@media (min-width: 1201px) {
  :is(
    .repair-faq,
    .repair-symptoms-v2,
    .repair-process-v2,
    .repair-decision,
    .repair-safety,
    .thermo-faq,
    .thermo-care-v2,
    .thermo-placement,
    .thermo-comparison-v2,
    .thermo-economics,
    .contact-main-v2,
    .contact-guide-v2,
    .realisations-prepare,
    .realisations-gallery,
    .home-project,
    .maintenance-equipment,
    .maintenance-records,
    .maintenance-faq,
    .maintenance-budget,
    .pump-comparison-v2,
    .pump-consumption,
    .pump-renovation,
    .thermo-sizing,
    .pump-faq,
    .pump-start,
    .clim-faq,
    .clim-placement,
    .clim-choices,
    .clim-budget
  ) h2 {
    font-size: 46px;
    line-height: 1.15;
  }

  .pump-consumption { padding-top: 72px; }
  .pump-consumption-intro { margin-bottom: 46px; font-size: 22px; }
  .pump-consumption-grid { gap: 52px; padding-bottom: 64px; }
  .pump-consumption h3 { margin-bottom: 24px; font-size: 28px; }
  .pump-consumption-grid > div:first-child > h3 { margin-bottom: 12px; }
  .pump-performance > div {
    grid-template-columns: 158px minmax(0, 1fr);
    gap: 26px;
    min-height: 128px;
    padding: 20px 0;
  }
  .pump-performance dt { font-size: 64px; }
  .pump-performance dd { font-size: 20px; line-height: 1.4; }
  .pump-performance-note { margin-top: 28px; font-size: 18px; }
  .pump-consumption-factors article,
  .pump-consumption-factors article:first-of-type {
    margin-top: 34px;
    border-left-width: 4px;
    padding-left: 24px;
  }
  .pump-consumption-factors h4 { font-size: 23px; }
  .pump-consumption-factors p { font-size: 18px; line-height: 1.45; }
  .pump-consumption-budget { padding: 38px 0 44px; }
  .pump-consumption-budget h3 { font-size: 27px; }
  .pump-consumption-budget p,
  .pump-consumption-budget a { font-size: 18px; }

  .pump-comparison-heading p,
  .renovation-lead,
  .repair-decision header p,
  .repair-safety header > p:last-child,
  .thermo-comparison-v2 header p,
  .thermo-economics-heading p,
  .maintenance-budget-intro,
  .thermo-sizing-intro,
  .pump-faq-intro,
  .pump-start-intro,
  .clim-choices-heading p,
  .clim-placement-intro,
  .clim-budget-heading > p:last-child {
    font-size: 22px;
    line-height: 1.45;
  }

  .pump-comparison-table { font-size: 18px; }
  .pump-comparison-table thead th { font-size: 21px; }
  .pump-comparison-table tbody th { font-size: 20px; }
  .pump-comparison-table tbody tr,
  .pump-comparison-table tbody tr:last-child { height: auto; }
  .pump-comparison-table th,
  .pump-comparison-table td { padding: 20px 22px; }
  .pump-comparison-foot p,
  .pump-comparison-foot a { font-size: 18px; }

  .renovation-number { font-size: 56px; }
  .renovation-grid h3,
  .renovation-visit h3 { font-size: 25px; }
  .renovation-grid p,
  .renovation-visit li,
  .renovation-note p,
  .renovation-note a { font-size: 18px; }

  .thermo-sizing-measures strong { font-size: 68px; }
  .thermo-sizing-measures h3 { font-size: 26px; }
  .thermo-sizing-measures p,
  .thermo-sizing-note,
  .thermo-sizing-uses p,
  .thermo-sizing-project p,
  .thermo-sizing-project a { font-size: 18px; }

  .repair-safety h3,
  .repair-decision h3,
  .repair-decision-media h3,
  .thermo-economics h3,
  .clim-choices-grid h3,
  .clim-reversible h3 {
    font-size: 28px;
  }
  .repair-safety li,
  .repair-safety .safety-co-note,
  .repair-safety-contact p,
  .repair-decision-media p,
  .repair-decision-copy li,
  .repair-decision-copy > p,
  .thermo-economics-factors p,
  .thermo-economics-cop p,
  .thermo-economics-project p,
  .clim-choices-grid p,
  .clim-choices-grid a,
  .clim-reversible p {
    font-size: 18px;
  }
  .repair-safety .safety-emergency { font-size: 24px; }
  .repair-safety-contact .btn,
  .repair-decision-copy .btn,
  .thermo-economics-project .btn { min-height: 58px; font-size: 17px; }

  .thermo-comparison-v2 th,
  .thermo-comparison-v2 td,
  .thermo-comparison-v2 tbody th,
  .thermo-comparison-v2 tbody td { padding: 20px 22px; font-size: 18px; }
  .thermo-comparison-v2 thead th { height: auto; font-size: 20px; }
  .thermo-comparison-v2 tbody tr,
  .thermo-comparison-v2 tbody tr:first-child,
  .thermo-comparison-v2 tbody tr:nth-child(3),
  .thermo-comparison-v2 tbody tr:last-child { height: auto; }
  .thermo-comparison-v2 aside h3 { font-size: 25px; }
  .thermo-comparison-v2 aside p { font-size: 18px; }
}
