/*
Theme Name: Energiepakketten
Theme URI: https://richvolt.nl/
Author: Codex
Description: RichVolt leadmachine voor Energiechecks, installatie-aanvragen en energieadvies.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: energiepakketten
*/

:root {
  --ink: #080b0a;
  --muted: #58625e;
  --paper: #f4f7f5;
  --surface: #ffffff;
  --line: #dde7e1;
  --green: #009a48;
  --red: #009a48;
  --green-dark: #06140e;
  --navy: #080b0a;
  --sun: #00a84f;
  --blue: #007f3d;
  --shadow: 0 18px 42px rgba(8, 11, 10, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #f5f8f6;
  font-family: "Aptos", "Segoe UI", sans-serif;
  line-height: 1.55;
}

html {
  overflow-x: hidden;
  scroll-padding-top: 128px;
}

body.admin-bar .site-header {
  top: 32px;
}

a {
  color: var(--green-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.mobile-sticky-contact {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(221, 227, 238, 0.92);
  background: rgba(238, 241, 247, 0.98);
  backdrop-filter: blur(14px);
}

.wrap {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  max-width: 300px;
  flex: 0 0 auto;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--ink);
  font-size: 1.5rem;
  text-decoration: none;
}

.brand-logo-image {
  display: block;
  width: auto;
  height: 56px;
  max-width: 282px;
  object-fit: contain;
}

.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 10px 22px rgba(8, 11, 10, 0.14);
}

.brand-wordmark {
  display: block;
  width: 164px;
  height: auto;
  max-height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(8, 11, 10, 0.1));
}

.brand-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 700;
}

.main-nav a:not(.button) {
  color: var(--ink);
}

.main-nav a:not(.button):hover {
  color: var(--red);
}

.main-nav li {
  list-style: none;
}

.main-nav .header-call-button {
  color: var(--red);
  border-color: rgba(0, 154, 72, 0.28);
}

.button.call-action {
  color: var(--red);
  border: 1px solid rgba(0, 154, 72, 0.34);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(0, 154, 72, 0.10);
}

.button.call-action:hover {
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 28px rgba(0, 154, 72, 0.20);
}

.button,
.wp-block-button__link,
button,
input[type="submit"],
.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  color: #fff;
  background: var(--green);
  font-weight: 850;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 154, 72, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.checkout-button:hover {
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 154, 72, 0.23);
}

.button.secondary {
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button.dark {
  background: var(--ink);
}

.hero {
  padding: 84px 0 58px;
}

.hero-funnel {
  padding: 68px 0 34px;
}

.hero-premium {
  position: relative;
  min-height: 640px;
  padding: 72px 0 62px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 11, 10, 0.64) 0%, rgba(8, 11, 10, 0.46) 44%, rgba(8, 11, 10, 0.06) 100%),
    var(--hero-image, linear-gradient(135deg, #0f2118, #080b0a)),
    linear-gradient(135deg, #080b0a, #0f2118);
  background-position: center;
  background-size: cover;
}

.hero-premium::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(245, 246, 249, 1));
  pointer-events: none;
}

.hero-premium .wrap {
  position: relative;
  z-index: 1;
}

.hero-funnel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(330px, 0.52fr);
  gap: 56px;
  align-items: end;
}

.hero-copy {
  max-width: 820px;
}

.hero-side {
  display: grid;
  gap: 18px;
}

.hero-quick-card {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.hero-quick-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.hero-quick-card p {
  color: var(--muted);
}

.hero-premium .eyebrow {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

.hero-premium .hero-quick-card .eyebrow {
  border-color: rgba(0, 127, 61, 0.2);
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.72);
}

.hero-premium .lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.2rem;
  text-shadow: 0 2px 12px rgba(8, 11, 10, 0.32);
}

.hero-premium h1 {
  max-width: 780px;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(3.2rem, 6.2vw, 5.6rem);
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(8, 11, 10, 0.34);
}

.hero-premium .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

.hero-plain-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}

.hero-plain-proof span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(8, 11, 10, 0.38);
  font-weight: 800;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 127, 61, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  font-size: 4.7rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.45rem;
}

.lead {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.proof-card {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.proof-card strong {
  display: block;
  color: #fff;
}

.proof-card span {
  color: rgba(255, 255, 255, 0.78);
}

.energy-panel {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 38px;
  background:
    linear-gradient(160deg, rgba(8, 11, 10, 0.9), rgba(6, 20, 14, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.12) 18px 20px);
  box-shadow: var(--shadow);
}

.hero-commercial {
  padding-bottom: 36px;
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 38px;
  padding: 32px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(0, 154, 72, 0.22), transparent 16rem),
    linear-gradient(160deg, rgba(8, 11, 10, 0.98), rgba(6, 20, 14, 0.94));
  box-shadow: var(--shadow);
}

.hero-card .lead,
.hero-card .muted,
.hero-card p {
  color: rgba(255, 255, 255, 0.78);
}

.energy-flow-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(0, 127, 61, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0, 154, 72, 0.08), rgba(0, 127, 61, 0.1)),
    repeating-linear-gradient(90deg, rgba(8, 11, 10, 0.05) 0 1px, transparent 1px 44px),
    #ffffff;
  box-shadow: var(--shadow);
}

.energy-flow-image {
  display: grid;
  min-height: 430px;
  place-items: center;
  background: #fff;
}

.energy-flow-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
}

.flow-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(8, 11, 10, 0.12);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(8, 11, 10, 0.1);
}

.flow-node.solar {
  top: 36px;
  left: 34px;
  background: #ffe9eb;
}

.flow-node.battery {
  top: 136px;
  right: 52px;
  background: #e7eefb;
}

.flow-node.home {
  bottom: 42px;
  left: 72px;
  background: #f4f6fb;
}

.flow-node.charger {
  right: 34px;
  bottom: 38px;
  background: #ffffff;
}

.flow-line {
  position: absolute;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--sun));
  transform-origin: left center;
}

.line-one {
  top: 104px;
  left: 122px;
  width: 180px;
  transform: rotate(16deg);
}

.line-two {
  top: 220px;
  left: 132px;
  width: 190px;
  transform: rotate(-22deg);
}

.line-three {
  right: 116px;
  bottom: 90px;
  width: 132px;
}

.energy-panel::before {
  content: "";
  position: absolute;
  inset: 40px 32px auto auto;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 90px rgba(255, 138, 0, 0.42);
}

.energy-panel-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #fff;
}

.energy-panel-content p {
  color: rgba(255, 255, 255, 0.8);
}

.section {
  padding: 58px 0;
}

.solution-jump {
  padding: 18px 0 8px;
}

.premium-intro {
  padding-top: 30px;
}

.premium-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: center;
}

.premium-intro-copy h2 {
  max-width: 760px;
}

.premium-practice-list {
  display: grid;
  gap: 12px;
}

.premium-practice-list article {
  border-top: 1px solid rgba(8, 11, 10, 0.14);
  padding: 18px 0 6px;
}

.premium-practice-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 950;
}

.premium-practice-list span {
  color: var(--muted);
}

.review-strip-section {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 0 0 20px;
}

.review-strip {
  display: grid;
  grid-template-columns: minmax(170px, 0.25fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 12px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(8, 11, 10, 0.10);
}

.review-strip h2 {
  margin: 0 0 4px;
  font-size: 1.32rem;
}

.review-strip p {
  margin: 0;
  color: var(--muted);
}

.review-score {
  display: grid;
  gap: 2px;
  border-right: 1px solid var(--line);
  padding-right: 18px;
}

.review-score strong {
  font-size: 2rem;
  line-height: 1;
}

.review-score span:last-child {
  color: var(--muted);
  font-weight: 800;
}

.review-stars {
  color: #f5a400;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.proof-snapshot-section {
  padding-top: 18px;
}

.proof-snapshot {
  display: grid;
  gap: 22px;
  border-radius: 18px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 249, 252, 0.92)),
    linear-gradient(135deg, rgba(0, 127, 61, 0.08), rgba(0, 154, 72, 0.05));
  box-shadow: 0 18px 42px rgba(8, 11, 10, 0.08);
}

.proof-snapshot-head {
  max-width: 780px;
}

.proof-snapshot-head h2 {
  margin-bottom: 8px;
}

.proof-snapshot-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.proof-snapshot-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.05fr;
  gap: 14px;
}

.proof-snapshot-card {
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: end;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 32px rgba(8, 11, 10, 0.12);
}

.proof-snapshot-card:first-child,
.proof-snapshot-card:last-child {
  min-height: 310px;
}

.proof-snapshot-card:hover {
  text-decoration: none;
}

.proof-snapshot-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.proof-snapshot-card:hover img {
  transform: scale(1.035);
}

.proof-snapshot-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 11, 10, 0.03), rgba(8, 11, 10, 0.78));
}

.proof-snapshot-card span,
.proof-snapshot-card strong {
  position: relative;
  z-index: 1;
  margin: 0 16px;
}

.proof-snapshot-card span {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 5px 9px;
  background: rgba(8, 11, 10, 0.42);
  font-size: 0.82rem;
  font-weight: 900;
}

.proof-snapshot-card strong {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 1.02rem;
  line-height: 1.24;
}

.solution-jump-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 12px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 11, 10, 0.07);
}

.premium-route-panel {
  padding: 22px;
}

.solution-jump h2 {
  margin-bottom: 0;
  font-size: 1.65rem;
}

.solution-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.solution-link {
  display: grid;
  min-height: 126px;
  align-content: start;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.solution-link:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 127, 61, 0.34);
  box-shadow: 0 10px 24px rgba(8, 11, 10, 0.08);
  text-decoration: none;
}

.solution-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(0, 127, 61, 0.22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 154, 72, 0.08), rgba(0, 127, 61, 0.1));
}

.solution-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.solution-icon svg path:last-child,
.solution-icon svg circle {
  stroke: var(--green);
}

.solution-link strong {
  font-size: 1.02rem;
}

.solution-link span {
  color: var(--muted);
  font-size: 0.92rem;
}

.home-visual-teasers {
  padding-top: 22px;
}

.home-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
}

.home-visual-card {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 12px;
  color: #fff;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 11, 10, 0.10);
}

.home-visual-card.solar-card {
  min-height: 410px;
}

.home-visual-card.airco-card {
  min-height: 410px;
}

.home-visual-card:hover {
  text-decoration: none;
}

.home-visual-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-visual-card > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  border-radius: 6px;
  padding: 8px 14px;
  color: #fff;
  background: rgba(8, 11, 10, 0.82);
  font-weight: 850;
}

.home-visual-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 10, 0.58));
}

.home-image-band-section {
  padding-top: 20px;
  padding-bottom: 18px;
}

.home-image-band {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(0, 127, 61, 0.14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 11, 10, 0.08);
}

.home-image-band:hover {
  text-decoration: none;
}

.home-image-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.home-image-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 10, 0.62));
}

.home-image-band span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  border-radius: 999px;
  padding: 8px 14px;
  color: #fff;
  background: rgba(8, 11, 10, 0.84);
  font-weight: 850;
}

.brand-strip-section {
  padding: 14px 0 6px;
}

.brand-strip-shell {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 127, 61, 0.12);
  border-radius: 20px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(8, 11, 10, 0.05);
}

.brand-strip-label {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.product-systems {
  border: 1px solid rgba(0, 127, 61, 0.14);
  border-radius: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(8, 11, 10, 0.07);
}

.product-systems-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-system-card {
  display: grid;
  grid-template-rows: 148px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 11, 10, 0.06);
}

.product-system-card:hover {
  text-decoration: none;
}

.product-system-image {
  display: grid;
  height: 148px;
  place-items: center;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 154, 72, 0.05), rgba(0, 127, 61, 0.06));
}

.product-system-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 122px;
  object-fit: contain;
}

.logo-product-card .product-system-image img {
  max-width: 145px;
  max-height: 72px;
}

.product-system-copy {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.product-system-copy em {
  color: var(--red);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.product-system-copy strong {
  font-size: 1.12rem;
}

.product-system-copy span {
  color: var(--muted);
  font-size: 0.94rem;
}

.product-focus-section {
  padding-top: 24px;
}

.product-focus {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(0, 127, 61, 0.14);
  border-radius: 30px;
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(0, 127, 61, 0.08), transparent 22rem),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(8, 11, 10, 0.08);
}

.product-focus-copy {
  min-width: 0;
}

.product-focus-copy h2 {
  margin-top: 12px;
}

.product-focus-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.product-focus-logos span {
  display: grid;
  width: 132px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.product-focus-logos img {
  display: block;
  max-width: 106px;
  max-height: 32px;
  object-fit: contain;
}

.product-focus-points {
  margin-top: 18px;
}

.product-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-focus-solar .product-focus-grid {
  grid-template-columns: minmax(0, 1fr);
}

.product-focus-card {
  display: grid;
  grid-template-rows: minmax(250px, auto) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8, 11, 10, 0.07);
}

.product-focus-media {
  display: grid;
  min-height: 250px;
  place-items: center;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 154, 72, 0.05), rgba(0, 127, 61, 0.06));
}

.product-focus-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}

.product-focus-airco-photo .product-focus-media {
  padding: 0;
}

.product-focus-airco-photo .product-focus-media img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  max-height: none;
  object-fit: cover;
}

.product-focus-card-copy {
  padding: 18px;
}

.product-focus-card-copy h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
}

.product-focus-card-copy p {
  margin: 0;
  color: var(--muted);
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
}

.brand-strip span {
  display: grid;
  min-width: 132px;
  height: 56px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px 16px;
  background: #fff;
}

.brand-strip img {
  display: block;
  max-width: 120px;
  max-height: 34px;
  object-fit: contain;
}

.service-photo-section {
  padding-top: 26px;
}

.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 127, 61, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 11, 10, 0.07);
}

.service-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-photo-card figcaption {
  min-height: 50px;
  padding: 10px 12px 12px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.service-photo-airco .service-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-photo-airco .service-photo-card {
  border-radius: 22px;
}

.service-photo-airco .service-photo-card img {
  aspect-ratio: 16 / 11;
}

.service-photo-airco .service-photo-card figcaption {
  min-height: 0;
  padding: 14px 16px 16px;
  font-size: 1rem;
}

.section-tight {
  padding-top: 24px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 30px rgba(8, 11, 10, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 127, 61, 0.22);
  box-shadow: 0 16px 36px rgba(8, 11, 10, 0.1);
}

.card.featured {
  background: var(--ink);
  color: #fff;
}

.card.featured p,
.card.featured .muted {
  color: rgba(255, 255, 255, 0.76);
}

.card.accent {
  border-color: rgba(255, 138, 0, 0.42);
  background: linear-gradient(145deg, #fff, #fff2e3);
}

.decision-panel {
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 28px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.decision-check {
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 154, 72, 0.07), transparent 16rem),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.decision-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.decision-check-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: #fff;
}

.seo-context {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 24px;
  align-items: start;
  border: 1px solid rgba(0, 127, 61, 0.14);
  border-radius: 26px;
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(0, 127, 61, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(8, 11, 10, 0.06);
}

.seo-context h2 {
  margin-top: 12px;
}

.seo-context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.seo-context-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: #fff;
}

.seo-context-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 0.98rem;
}

.seo-context-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.decision-check-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 1.05rem;
}

.decision-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: #fff;
}

.decision-card span {
  color: var(--green-dark);
  font-weight: 900;
}

.decision-card p {
  color: var(--muted);
}

.decision-card .button {
  align-self: flex-start;
  margin-top: 12px;
}

.trust-bar-compact {
  margin-top: 0;
}

.control-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(0, 127, 61, 0.2);
  border-radius: 12px;
  padding: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.control-facts {
  display: grid;
  gap: 12px;
}

.control-facts article,
.salderen-timeline article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(248, 249, 252, 0.92);
}

.control-facts strong,
.salderen-timeline span {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-weight: 900;
}

.control-facts span,
.salderen-timeline p {
  color: var(--muted);
}

.callback-band,
.conversion-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(0, 127, 61, 0.18);
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(0, 154, 72, 0.08), transparent 18rem),
    radial-gradient(circle at bottom right, rgba(0, 127, 61, 0.10), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
}

.callback-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.callback-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.callback-steps,
.factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.callback-steps article,
.factor-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: rgba(248, 249, 252, 0.94);
}

.callback-steps span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-weight: 950;
}

.callback-steps strong,
.factor-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.02rem;
}

.callback-steps p,
.factor-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.conversion-panel {
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
}

.service-route {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(0, 127, 61, 0.18);
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(0, 154, 72, 0.07), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
}

.service-route-main,
.service-route-list {
  min-width: 0;
}

.service-route-main p {
  color: var(--muted);
}

.service-route-list {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: rgba(248, 249, 252, 0.96);
}

.service-route-list strong {
  display: block;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 1.05rem;
}

.choice-card {
  position: relative;
  overflow: hidden;
}

.choice-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(0, 127, 61, 0.08);
}

.muted {
  color: var(--muted);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.reference-panel {
  display: grid;
  gap: 4px;
  max-width: 420px;
  margin: 22px 0 0;
  border: 1px solid rgba(0, 154, 72, 0.22);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 11, 10, 0.08);
}

.reference-panel span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reference-panel strong {
  font-size: 1.45rem;
  line-height: 1.2;
}

.reference-panel small {
  color: var(--muted);
  font-weight: 650;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-bar > div {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 30px rgba(8, 11, 10, 0.06);
}

.trust-bar strong,
.audience-list strong {
  display: block;
  margin-bottom: 4px;
}

.trust-bar span,
.audience-list span {
  color: var(--muted);
}

.trust-item {
  border: 1px solid rgba(0, 127, 61, 0.2);
  border-radius: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding-left: 58px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 22px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.86);
}

.faq summary {
  cursor: pointer;
  font-weight: 850;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(8, 11, 10, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.compact-services .service-card {
  min-height: 245px;
}

.business-band {
  background: rgba(8, 11, 10, 0.04);
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 127, 61, 0.22);
  box-shadow: 0 16px 36px rgba(8, 11, 10, 0.1);
}

.service-card .button {
  margin-top: auto;
}

.service-card p {
  margin: 0 0 12px;
}

.local-product-services {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.local-product-card {
  gap: 10px;
  min-height: 360px;
  padding: 18px;
}

.compact-services .local-product-card {
  min-height: 360px;
}

.local-product-media {
  display: grid;
  height: 138px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 127, 61, 0.12);
  border-radius: 18px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(0, 154, 72, 0.05), rgba(0, 127, 61, 0.07));
}

.local-product-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 118px;
  object-fit: contain;
}

.split-product-media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.split-product-media img {
  max-height: 108px;
}

.local-icon-media {
  background:
    radial-gradient(circle at top right, rgba(0, 154, 72, 0.10), transparent 7rem),
    #fff;
}

.local-icon-media svg {
  width: 70px;
  height: 70px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.local-icon-media svg path:last-child,
.local-icon-media svg circle {
  stroke: var(--red);
}

.local-product-brand {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.audience-list {
  display: grid;
  gap: 12px;
}

.audience-list article {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.salderen-section {
  position: relative;
}

.salderen-card {
  border: 1px solid rgba(0, 127, 61, 0.22);
  border-radius: 34px;
  padding: 32px;
  background:
    radial-gradient(circle at top right, rgba(0, 127, 61, 0.12), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
}

.route-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
}

.route-feature {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.primary-route {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(8, 11, 10, 0.98), rgba(6, 20, 14, 0.94));
}

.primary-route .muted,
.primary-route p,
.primary-route li {
  color: rgba(255, 255, 255, 0.82);
}

.primary-route .check-list {
  margin-bottom: 22px;
}

.shop-route {
  background:
    linear-gradient(145deg, #ffffff, #f4f7fc);
}

.region-policy {
  border: 1px solid rgba(0, 127, 61, 0.2);
  border-radius: 24px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 236, 245, 0.9));
  box-shadow: 0 10px 26px rgba(8, 11, 10, 0.06);
}

.region-policy h2 {
  font-size: 2rem;
}

.region-policy p {
  max-width: 960px;
  color: var(--muted);
  font-size: 1.06rem;
}

.local-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(0, 127, 61, 0.18);
  border-radius: 34px;
  padding: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(237, 28, 36, 0.10), transparent 18rem),
    radial-gradient(circle at 100% 100%, rgba(0, 127, 61, 0.12), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
}

.local-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.local-spotlight-grid a {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.local-spotlight-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 28, 36, 0.26);
  box-shadow: 0 14px 30px rgba(8, 11, 10, 0.10);
}

.local-spotlight-grid strong {
  font-size: 1.08rem;
}

.local-spotlight-grid span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.about-founder {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 28px;
  align-items: start;
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 30px;
  padding: 30px;
  background:
    radial-gradient(circle at top left, rgba(0, 154, 72, 0.08), transparent 18rem),
    radial-gradient(circle at bottom right, rgba(0, 127, 61, 0.10), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
}

.about-founder p {
  color: var(--muted);
}

.about-founder-points {
  display: grid;
  gap: 12px;
}

.about-founder-points article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: rgba(248, 249, 252, 0.94);
}

.about-founder-points strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1.04rem;
}

.about-founder-points span {
  color: var(--muted);
}

.local-links {
  border: 1px solid rgba(0, 127, 61, 0.14);
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(237, 28, 36, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(8, 11, 10, 0.06);
}

.local-link-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.local-link-grid span,
.local-link-grid a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 14px;
  color: var(--navy);
  background: #fff;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.direct-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
}

.proof-ready {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.proof-grid {
  display: grid;
  gap: 12px;
}

.proof-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.proof-grid strong {
  display: block;
  margin-bottom: 4px;
}

.proof-grid span {
  color: var(--muted);
}

.assurance-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 28px;
  align-items: start;
  border: 1px solid rgba(0, 127, 61, 0.14);
  border-radius: 24px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(8, 11, 10, 0.06);
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.assurance-grid article {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: rgba(248, 249, 252, 0.92);
}

.assurance-grid strong {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.assurance-grid h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.assurance-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.salderen-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.salderen-points article {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: rgba(248, 249, 252, 0.88);
}

.salderen-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.salderen-timeline h2 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.source-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.route-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-note {
  border-left: 4px solid var(--sun);
  margin-top: 20px;
  padding: 12px 14px;
  background: rgba(255, 138, 0, 0.12);
  color: #63480c;
  font-weight: 700;
}

.compare-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 11, 10, 0.07);
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-row > div {
  padding: 18px;
}

.compare-row.heading {
  color: #fff;
  background: var(--ink);
  font-weight: 900;
}

.mini-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 32px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(0, 154, 72, 0.24), transparent 18rem),
    var(--ink);
}

.mini-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.check-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.check-list li + li {
  margin-top: 8px;
}

.final-conversion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(0, 127, 61, 0.2);
  border-radius: 34px;
  padding: 32px;
  background:
    radial-gradient(circle at top left, rgba(0, 154, 72, 0.1), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
}

.form-shell {
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  scroll-margin-top: 128px;
}

.energy-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.intake-prep {
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 8px;
  padding: 16px 18px;
  margin: 0 0 18px;
  background: rgba(248, 249, 252, 0.95);
}

.intake-prep strong {
  display: block;
  margin-bottom: 8px;
}

.intake-prep .check-list {
  margin: 0;
}

.energy-quick-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.energy-quick-form label {
  font-size: 0.92rem;
}

.energy-quick-form .quick-privacy,
.energy-quick-form button,
.energy-quick-form .full,
.energy-quick-form label:first-of-type {
  grid-column: 1 / -1;
}

.energy-quick-form .quick-privacy {
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
}

.energy-form .full {
  grid-column: 1 / -1;
}

.optional-intake-details {
  border: 1px solid rgba(0, 127, 61, 0.18);
  border-radius: 16px;
  padding: 0;
  background: rgba(248, 249, 252, 0.92);
}

.optional-intake-details summary {
  cursor: pointer;
  padding: 14px 16px;
  color: var(--blue);
  font-weight: 950;
}

.optional-intake-details summary::marker {
  color: var(--red);
}

.optional-intake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0 16px 16px;
}

.richvolt-polished-quick-form .quick-optional-intake-details[open] {
  max-height: 310px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.richvolt-polished-quick-form .quick-optional-intake-details summary {
  padding: 11px 13px;
}

.richvolt-polished-quick-form .quick-optional-intake-details .optional-intake-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 13px 13px;
}

.richvolt-polished-quick-form .quick-optional-intake-details label {
  font-size: 0.86rem;
}

.richvolt-polished-quick-form .quick-optional-intake-details textarea {
  min-height: 82px;
}

.form-note {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(0, 154, 72, 0.18);
  border-left: 4px solid var(--red);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

.form-note span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
}

.conversion-note {
  border-color: rgba(0, 127, 61, 0.18);
  border-left-color: var(--blue);
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.button:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(0, 154, 72, 0.36);
  outline-offset: 3px;
}

textarea {
  min-height: 120px;
}

.field-help {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.optional-label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.required-label {
  color: var(--red);
  font-weight: 950;
}

.notice {
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: #eef3ff;
  color: var(--green-dark);
  font-weight: 800;
}

.intake-help {
  border: 1px solid rgba(0, 127, 61, 0.16);
  border-radius: 18px;
  padding: 16px;
  background: rgba(238, 243, 255, 0.7);
}

.intake-focus {
  border: 1px solid rgba(0, 154, 72, 0.2);
  border-radius: 18px;
  padding: 16px;
  background: rgba(0, 154, 72, 0.06);
}

.intake-focus p {
  margin: 8px 0 10px;
  color: var(--muted);
}

.intake-focus ul {
  margin: 0;
  padding-left: 19px;
}

.intake-focus li + li {
  margin-top: 6px;
}

.intake-help strong {
  display: block;
  margin-bottom: 10px;
}

.intake-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  margin-top: 60px;
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.8);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 22px;
}

.site-footer a {
  color: #fff;
}

.footer-crawl-links {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-crawl-links strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
}

.footer-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 0.92rem;
  line-height: 1.35;
}

.footer-link-cloud a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
}

.footer-link-cloud a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.75);
}

.footer-service-matrix {
  display: grid;
  gap: 8px;
}

.footer-service-matrix > div {
  display: grid;
  grid-template-columns: minmax(112px, 0.85fr) repeat(4, minmax(0, 1fr));
  gap: 6px;
  align-items: center;
}

.footer-service-matrix span {
  color: #fff;
  font-weight: 850;
}

.footer-service-matrix a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 7px 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.footer-service-matrix a:hover {
  border-color: rgba(0, 154, 72, 0.5);
  color: #fff;
  background: rgba(0, 154, 72, 0.16);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 11, 10, 0.07);
}

.woocommerce div.product {
  border-radius: 30px;
  padding: 24px;
  background: #fff;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0;
}

@media (max-width: 860px) {
  body {
    padding-bottom: 72px;
  }

  body.admin-bar .site-header {
    top: 0;
  }

  .mobile-sticky-contact {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-sticky-contact a {
    display: flex;
    min-height: 48px;
    min-width: 0;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: var(--ink);
    padding: 0 10px;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    box-shadow: var(--shadow);
    overflow-wrap: anywhere;
  }

  .mobile-sticky-contact a:first-child {
    background: var(--green);
  }

  .header-inner,
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-grid,
  .hero-funnel-grid,
  .hero-proof,
  .callback-band,
  .conversion-panel,
  .callback-steps,
  .factor-grid,
  .control-band,
  .grid,
  .grid.two,
  .decision-grid,
  .decision-check-grid,
  .seo-context,
  .seo-context-grid,
  .review-strip,
  .solution-jump-inner,
  .solution-links,
  .proof-snapshot-grid,
  .route-split,
  .proof-ready,
  .assurance-panel,
  .premium-intro-grid,
  .assurance-grid,
  .local-spotlight,
  .about-founder,
  .service-route,
  .product-detail-grid,
  .home-visual-grid,
  .product-systems-grid,
  .product-focus,
  .product-focus-grid,
  .local-product-services,
  .service-grid,
  .trust-bar,
  .salderen-points,
  .salderen-timeline,
  .footer-grid,
  .footer-crawl-links,
  .energy-form,
  .energy-quick-form,
  .intake-help-grid,
  .trust-strip,
  .compare-row,
  .local-link-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .footer-service-matrix > div {
    grid-template-columns: 1fr 1fr;
  }

  .footer-service-matrix span {
    grid-column: 1 / -1;
    margin-top: 8px;
  }

  .mini-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .local-spotlight-grid {
    grid-template-columns: 1fr;
  }

  .review-score {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
    padding-bottom: 12px;
  }

  .final-conversion {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-funnel {
    padding-top: 42px;
  }

  .hero-premium {
    min-height: auto;
    padding: 34px 0 42px;
    background:
      linear-gradient(180deg, rgba(8, 11, 10, 0.60), rgba(8, 11, 10, 0.44)),
      var(--hero-image, linear-gradient(135deg, #0f2118, #080b0a)),
      linear-gradient(135deg, #080b0a, #0f2118);
    background-position: center top;
    background-size: cover;
  }

  .hero-premium h1 {
    max-width: 100%;
    font-size: 2.28rem;
    line-height: 1.08;
  }

  .hero-premium .lead {
    max-width: 100%;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.92);
  }

  .hero-plain-proof {
    gap: 8px;
  }

  .hero-plain-proof span {
    border-radius: 6px;
    padding: 8px 10px;
  }

  .proof-snapshot-section {
    padding-top: 18px;
  }

  .proof-snapshot-grid {
    gap: 12px;
  }

  .proof-snapshot-card {
    min-height: 230px;
  }

  .proof-snapshot {
    border-radius: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 22px 16px;
  }

  .section {
    padding: 42px 0;
  }

  .section-tight {
    padding-top: 18px;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .energy-flow-visual {
    min-height: 300px;
  }

  .hero-actions {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .button {
    min-height: 48px;
    min-width: 0;
  }

  .decision-panel,
  .assurance-panel,
  .callback-band,
  .conversion-panel,
  .control-band,
  .local-spotlight,
  .salderen-card {
    border-radius: 22px;
    padding: 20px;
  }

  .decision-card {
    min-height: 0;
  }

  .decision-card .button,
  .service-card .button,
  .route-feature .button {
    width: 100%;
  }

  .flow-node {
    width: 78px;
    height: 78px;
    border-radius: 16px;
    font-size: 0.9rem;
  }

  .main-nav {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 12px;
    font-size: 0.95rem;
  }

  .main-nav a {
    flex: 0 0 auto;
  }

  .main-nav .button {
    padding: 10px 18px;
  }

  .brand-mark {
    width: 38px;
    height: 43px;
  }

  .brand-logo-image {
    height: 50px;
    max-width: 250px;
  }
}

@media (min-width: 621px) and (max-width: 860px) {
  body {
    padding-bottom: 0;
  }

  .mobile-sticky-contact {
    display: none;
  }
}

@media (max-width: 520px) {
  .wrap {
    width: calc(100% - 44px);
    max-width: 100%;
  }

  h1 {
    font-size: 1.6rem;
    line-height: 1.12;
  }

  h2 {
    font-size: 1.65rem;
    line-height: 1.14;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.62;
  }

  p,
  li,
  span,
  a,
  strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .brand {
    max-width: 100%;
    font-size: 1.35rem;
  }

  .brand-wordmark {
    width: 136px;
    max-height: 32px;
  }

  .brand-logo-image {
    height: 44px;
    max-width: 210px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
    column-gap: 18px;
    row-gap: 10px;
  }

  .main-nav .button {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .main-nav .header-call-button {
    grid-column: auto;
  }

  .hero-actions,
  .card-actions {
    display: grid;
    width: 100%;
    max-width: 342px;
    gap: 10px;
  }

  .hero-actions .button,
  .card-actions .button,
  .mini-cta .button {
    width: 100%;
    min-width: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-copy,
  .hero-side,
  h1,
  h2,
  h3,
  .lead,
  .review-strip,
  .energy-flow-image,
  .energy-flow-image img,
  .solution-link,
  .pill-list li {
    width: 100%;
    max-width: 342px;
    min-width: 0;
  }

  .hero-quick-card,
  .card,
  .route-feature {
    border-radius: 20px;
    padding: 20px;
  }

  .solution-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-link {
    min-height: 142px;
  }

  .home-visual-card {
    min-height: 240px;
  }

  .home-image-band {
    min-height: 210px;
    border-radius: 20px;
  }

  .product-systems {
    padding: 20px;
    border-radius: 22px;
  }

  .brand-strip-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-strip {
    justify-content: flex-start;
    width: 100%;
  }

  .product-system-card {
    grid-template-rows: 142px auto;
  }

  .product-system-image {
    height: 142px;
  }

  .product-system-image img {
    max-height: 114px;
  }

  .product-focus {
    border-radius: 22px;
    padding: 20px;
  }

  .product-focus-card {
    grid-template-rows: auto auto;
  }

  .product-focus-media {
    min-height: 220px;
  }

  .product-focus-media img {
    max-height: 230px;
  }

  .product-focus-airco-photo .product-focus-media img {
    min-height: 230px;
  }

  .brand-strip span {
    min-width: 0;
    width: calc(50% - 6px);
  }

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

  .service-photo-airco .service-photo-grid {
    grid-template-columns: 1fr;
  }

  .service-photo-card img {
    aspect-ratio: 4 / 3;
  }

  .service-photo-airco .service-photo-card img {
    aspect-ratio: 4 / 3;
  }

  .local-product-card,
  .compact-services .local-product-card {
    min-height: 0;
  }

}

.legal-document {
  max-width: 980px;
  margin-top: 24px;
}

.legal-document pre {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  color: var(--text);
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  box-shadow: var(--shadow-soft);
}
