.btn-primary[href="Offerte.html"],.btn-primary[href^="mailto:info@climature.nl"]{background:#ec7e00;color:#fff;box-shadow:0 14px 34px rgba(236,126,0,0.32);}
.btn-primary[href="Offerte.html"]:hover,.btn-primary[href="Offerte.html"]:focus-visible,.btn-primary[href^="mailto:info@climature.nl"]:hover,.btn-primary[href^="mailto:info@climature.nl"]:focus-visible{background:#d06f00;box-shadow:0 18px 40px rgba(236,126,0,0.42);}

.guarantee-hero {
  padding: clamp(58px, 8vw, 104px) 0 clamp(44px, 6vw, 72px);
}

.guarantee-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.guarantee-hero h1 {
  max-width: 11ch;
}

.guarantee-hero .lead {
  max-width: 710px;
}

.guarantee-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.guarantee-proof li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(182, 215, 42, 0.34);
  border-radius: 999px;
  background: rgba(250, 251, 247, 0.08);
  color: var(--ink-on-dark);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.guarantee-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
}

.warranty-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(250, 251, 247, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(250, 251, 247, 0.16), rgba(250, 251, 247, 0.05)),
    rgba(11, 47, 26, 0.58);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.warranty-card::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(250, 251, 247, 0.12);
  border-radius: 12px;
  content: "";
  pointer-events: none;
}

.warranty-seal {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(182, 215, 42, 0.52);
  border-radius: 50%;
  background: rgba(182, 215, 42, 0.14);
  color: var(--green-2);
}

.warranty-seal svg {
  width: 38px;
  height: 38px;
}

.warranty-card h2 {
  max-width: 8ch;
  color: var(--ink-on-dark);
  font-size: clamp(42px, 6vw, 68px);
}

.warranty-card p {
  margin: 16px 0 0;
  color: var(--muted-on-dark);
  line-height: 1.65;
}

.warranty-lines {
  display: grid;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.warranty-lines li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(250, 251, 247, 0.12);
  color: var(--ink-on-dark);
  font-weight: 800;
}

.warranty-lines span {
  color: var(--green-2);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
}

.guarantee-pillars .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guarantee-pillars .feature {
  position: relative;
  overflow: hidden;
}

.guarantee-pillars .feature::after {
  position: absolute;
  right: -22px;
  bottom: -24px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(31, 107, 58, 0.1);
  border-radius: 50%;
  background: rgba(182, 215, 42, 0.08);
  content: "";
}

.guarantee-pillars .feature-icon {
  position: relative;
  z-index: 1;
  color: var(--green);
}

.guarantee-pillars .feature h3,
.guarantee-pillars .feature p {
  position: relative;
  z-index: 1;
}

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

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 22px 54px rgba(16, 32, 23, 0.1);
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.product-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(182, 215, 42, 0.18), transparent 16rem),
    linear-gradient(150deg, #ffffff, var(--surface-2));
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(20px, 2.6vw, 28px);
}

.product-cat {
  margin: 0 0 8px;
  color: var(--natural-green);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 10px;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-body > p:not(.product-cat) {
  flex: 1;
}

.product-card .product-link {
  margin-top: 18px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--natural-green);
  font-weight: 800;
  text-decoration: none;
}

.product-card .product-link svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s ease;
}

.guarantee-note {
  margin-top: clamp(22px, 4vw, 34px);
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(31, 107, 58, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(182, 215, 42, 0.12), rgba(255, 255, 255, 0.78)),
    var(--surface);
  box-shadow: 0 18px 46px rgba(16, 32, 23, 0.08);
}

.guarantee-note p {
  margin: 0;
  max-width: 82ch;
  color: var(--muted);
  line-height: 1.65;
}

.condition-card {
  position: relative;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(16, 32, 23, 0.09);
}

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

.condition-list li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
  line-height: 1.6;
}

.condition-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green-2);
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/15px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/15px no-repeat;
}

.faq-list.guarantee-faq {
  max-width: none;
}

.guarantee-faq .faq-item {
  margin-bottom: 10px;
  box-shadow: 0 16px 38px rgba(16, 32, 23, 0.07);
}

@media (hover: hover) {
  .product-card:hover {
    box-shadow: 0 38px 78px rgba(16, 32, 23, 0.2);
  }

  .product-card:hover .product-visual img {
    transform: scale(1.045);
  }

  .product-card:hover .product-link svg {
    transform: translateX(4px);
  }
}

@media (max-width: 980px) {
  .guarantee-hero-grid {
    grid-template-columns: 1fr;
  }

  .guarantee-visual {
    min-height: auto;
  }

  .guarantee-pillars .feature-grid,
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .guarantee-hero {
    padding-top: 50px;
  }

  .guarantee-pillars .feature-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .warranty-card h2 {
    max-width: 10ch;
  }

  .warranty-lines li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width:900px){.footer-cert-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:560px){.footer-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}

/* ============================================================
   CLIMATURE 1.1.2 — gelijke hero-titelgrootte op alle pagina's
   Maakt de hoofdkoppen gelijk aan de homepage hero.
   ============================================================ */
.hero-lede h1,
.page-hero h1,
.scan-hero h1,
.play-hero h1,
.terms-hero h1,
.guarantee-hero h1,
.energy-title h1 {
  max-width: 15ch;
  font-size: clamp(38px, 6.2vw, 74px);
  line-height: 1.02;
  padding-bottom: 0.04em;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
}

.process-page .page-hero h1 {
  max-width: 15ch;
}

@media (max-width: 640px) {
  .hero-lede h1,
  .page-hero h1,
  .scan-hero h1,
  .play-hero h1,
  .terms-hero h1,
  .guarantee-hero h1,
  .energy-title h1 {
    font-size: clamp(38px, 13.5vw, 62px);
    line-height: 1;
  }
}
