:root {
  --ink: #172629;
  --muted: #627173;
  --line: rgba(42, 55, 53, 0.14);
  --paper: #fffdf7;
  --paper-deep: #efe8d8;
  --mint: #76d8c0;
  --aqua: #6ebbd1;
  --blue: #176a82;
  --lime: #d9ed9c;
  --coral: #c87962;
  --shadow: 0 28px 90px rgba(39, 52, 45, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 16% 9%, rgba(118, 216, 192, 0.18), transparent 27rem),
    radial-gradient(circle at 88% 7%, rgba(200, 121, 98, 0.14), transparent 25rem),
    linear-gradient(180deg, #f1eadc 0%, #fffdf7 30%, #f5fbfb 72%, #efe8d8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(64, 52, 34, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 52, 34, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 20% 30%, rgba(23, 38, 41, 0.05) 0 1px, transparent 1.6px);
  background-size: 42px 42px, 42px 42px, 18px 18px;
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.72), transparent 92%);
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.page-shell {
  --edge-space: clamp(16px, 2.5vw, 48px);
  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: calc(100% - (var(--edge-space) * 2));
  margin: 16px auto 36px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: 0 16px 60px rgba(24, 89, 125, 0.1);
}

.brand,
.main-nav,
.trust-row,
.hero-actions,
.hero-proof,
.logo-strip,
.pass-topline,
.monthly {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-byline {
  display: inline-flex;
  align-items: center;
  max-width: 118px;
  color: #355155;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 132px;
  height: 73px;
  max-width: 132px;
  max-height: 73px;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.footer-logo {
  width: 220px;
  height: 121px;
  max-width: 220px;
  max-height: 121px;
  filter: brightness(0) invert(1);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #063742;
  background: linear-gradient(135deg, #f8f0df, var(--mint) 58%, #f6d7c9);
  box-shadow: 0 12px 30px rgba(23, 106, 130, 0.2);
}

.brand-mark svg {
  width: 22px;
  fill: currentColor;
}

.main-nav {
  justify-content: center;
  gap: 8px;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  transition: 180ms ease;
}

.main-nav a:hover {
  color: var(--ink);
  background: rgba(48, 185, 232, 0.1);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 8px;
  color: white;
  background: #172629;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 40px rgba(16, 34, 43, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  min-height: calc(100vh - 112px);
  padding-inline: var(--edge-space);
  padding-bottom: 54px;
  position: relative;
}

.hero-copy,
.hero-visual {
  grid-area: 1 / 1;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: end;
  width: min(790px, 100%);
  padding: min(9vw, 92px) 0 44px;
}

.trust-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.trust-row span,
.section-kicker {
  width: max-content;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(48, 185, 232, 0.2);
  border-radius: 8px;
  color: #0d5667;
  background: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6.8vw, 88px);
  font-weight: 500;
  line-height: 0.97;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 620px;
  font-size: 18px;
  color: #45585b;
}

.hero-lead strong {
  color: var(--ink);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button svg {
  width: 20px;
  fill: currentColor;
}

.button.primary {
  color: white;
  background: linear-gradient(135deg, #172629, #176a82 56%, #76bfae);
  box-shadow: 0 22px 60px rgba(23, 106, 130, 0.24);
}

.button.primary::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(216, 237, 156, 0.65), rgba(110, 187, 209, 0));
  opacity: 0;
  filter: blur(16px);
  transition: opacity 180ms ease;
}

.button.primary:hover::after {
  opacity: 1;
}

.button.ghost {
  color: #123744;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.button.light {
  color: #063742;
  background: white;
  box-shadow: 0 18px 48px rgba(8, 60, 76, 0.18);
}

.button:hover {
  transform: translateY(-2px);
}

.button.full {
  width: 100%;
}

.hero-proof {
  align-items: stretch;
  gap: 10px;
}

.hero-proof div {
  flex: 1 1 150px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 12px 38px rgba(39, 52, 45, 0.09);
}

.hero-proof strong {
  display: block;
  margin-bottom: 4px;
  font-size: 21px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  margin-inline: calc(var(--edge-space) * -1);
  min-height: calc(100vh - 116px);
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #dff7f1;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 91% 91%, 80% 88%, 70% 92%, 55% 89%, 42% 93%, 31% 90%, 19% 94%, 7% 90%, 0 93%);
}

.mobile-hero-peek {
  display: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.94) 0%, rgba(255, 253, 247, 0.74) 30%, rgba(255, 253, 247, 0.08) 62%),
    linear-gradient(180deg, rgba(23, 38, 41, 0.04), rgba(23, 38, 41, 0.25) 76%, rgba(23, 38, 41, 0.44));
  z-index: 1;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 116px);
  object-fit: cover;
  object-position: 52% center;
}

.glass,
.floating-badge {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 52px rgba(16, 34, 43, 0.16);
}

.quote-card {
  grid-area: 1 / 1;
  align-self: end;
  justify-self: end;
  position: relative;
  z-index: 6;
  right: 26px;
  bottom: 24px;
  width: min(330px, calc(100% - 40px));
  padding: 20px;
}

.quote-label {
  color: #0f7185;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quote-card strong {
  display: block;
  margin: 4px 0 8px;
  font-size: 38px;
}

.quote-card small {
  color: var(--muted);
  line-height: 1.5;
}

.floating-badge {
  top: 26px;
  right: 26px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 850;
}

.floating-badge svg {
  width: 20px;
  fill: #22836d;
}

.logo-strip {
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 22px;
  padding: 18px;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trust-proof-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 74px;
}

.trust-proof-bar div {
  position: relative;
  min-height: 130px;
  padding: 20px 20px 20px 24px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(118, 216, 192, 0.12), rgba(200, 121, 98, 0.07));
  box-shadow: 0 18px 54px rgba(24, 89, 125, 0.08);
  overflow: hidden;
}

.trust-proof-bar div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, var(--mint), var(--aqua), var(--coral));
}

.trust-proof-bar strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
}

.trust-proof-bar span {
  color: var(--muted);
  line-height: 1.55;
}

.cooling-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  min-height: 540px;
  margin-bottom: 52px;
  padding: 30px 0 40px;
}

.route-thread {
  position: absolute;
  inset: 18px 0 auto;
  width: 100%;
  height: 440px;
  overflow: visible;
  pointer-events: none;
}

.route-thread path {
  fill: none;
  stroke: rgba(200, 121, 98, 0.48);
  stroke-width: 1.4;
  stroke-dasharray: 7 10;
}

.map-card {
  position: relative;
  z-index: 1;
  min-height: 310px;
  padding: 18px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 24px 75px rgba(39, 52, 45, 0.12);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.map-card:hover {
  transform: translateY(-7px) rotate(0deg);
  box-shadow: 0 32px 90px rgba(39, 52, 45, 0.18);
}

.card-one {
  grid-column: 1 / span 4;
  align-self: start;
  transform: rotate(-1.2deg);
}

.card-two {
  grid-column: 5 / span 4;
  align-self: end;
  transform: translateY(96px) rotate(1deg);
}

.card-three {
  grid-column: 9 / span 4;
  align-self: start;
  transform: translateY(28px) rotate(-0.8deg);
}

.map-image {
  height: 142px;
  margin: -6px -6px 18px;
  border-radius: 8px;
  background-image:
    linear-gradient(180deg, rgba(23, 38, 41, 0.01), rgba(23, 38, 41, 0.2)),
    var(--map-image);
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 88% 90%, 73% 86%, 58% 93%, 42% 88%, 23% 93%, 0 88%);
}

.card-one .map-image {
  --map-image: url("assets/klimahelden-product-set-bosch.png");
  background-position: center 46%;
}

.card-two .map-image {
  --map-image: url("assets/klimahelden-livingroom-bosch.png");
  background-position: center 42%;
}

.card-three .map-image {
  --map-image: url("assets/klimahelden-commissioning.png");
  background-position: 58% 34%;
}

.map-card span {
  display: block;
  margin-bottom: 10px;
  color: #9b523f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.map-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.map-card p {
  margin-bottom: 0;
}

.section {
  padding: 92px 0;
}

.intro,
.configurator-section,
.faq {
  position: relative;
  padding: 86px 56px;
  border: 1px solid rgba(42, 55, 53, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(255, 255, 255, 0.78)),
    linear-gradient(90deg, rgba(118, 216, 192, 0.1), rgba(200, 121, 98, 0.08));
  box-shadow: 0 28px 90px rgba(39, 52, 45, 0.1);
}

.configurator-section {
  margin: 94px calc(50% - 50vw);
  padding: 96px max(32px, calc((100vw - 1440px) / 2));
  border-inline: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.95), rgba(246, 250, 248, 0.92)),
    radial-gradient(circle at 10% 20%, rgba(118, 216, 192, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 16%, rgba(200, 121, 98, 0.13), transparent 24rem);
  box-shadow:
    inset 0 1px 0 rgba(42, 55, 53, 0.09),
    inset 0 -1px 0 rgba(42, 55, 53, 0.09);
}

.configurator-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(64, 52, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 52, 34, 0.03) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.configurator-section::after {
  content: "";
  position: absolute;
  left: max(32px, calc((100vw - 1440px) / 2));
  right: max(32px, calc((100vw - 1440px) / 2));
  top: 42px;
  bottom: 42px;
  border: 1px solid rgba(23, 106, 130, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 6%, rgba(118, 216, 192, 0.14), transparent 18rem),
    radial-gradient(circle at 86% 12%, rgba(200, 121, 98, 0.1), transparent 18rem);
  box-shadow: 0 34px 110px rgba(39, 52, 45, 0.09);
  pointer-events: none;
}

.configurator-section > * {
  position: relative;
  z-index: 2;
}

.intro::after {
  content: "";
  position: absolute;
  inset: auto 32px -12px 32px;
  height: 24px;
  background: rgba(200, 121, 98, 0.16);
  filter: blur(18px);
  pointer-events: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 56px;
  margin-top: 18px;
}

.split p {
  max-width: 690px;
  font-size: 17px;
}

.price-panel {
  padding: 28px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(145deg, rgba(23, 38, 41, 0.96), rgba(23, 106, 130, 0.92) 62%, rgba(118, 216, 192, 0.9)),
    url("assets/klimahelden-product-set-bosch.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  box-shadow: var(--shadow);
}

.price-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.price-panel strong {
  display: block;
  margin: 5px 0 10px;
  font-size: 44px;
  line-height: 1;
}

.price-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.feature-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.feature,
.process-grid article,
.result-panel,
.config-form,
.faq-list details {
  border: 1px solid rgba(16, 34, 43, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 18px 54px rgba(24, 89, 125, 0.08);
}

.feature {
  padding: 24px;
  min-height: 240px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(118, 216, 192, 0.1), rgba(200, 121, 98, 0.08));
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.feature:hover {
  transform: translateY(-5px);
  border-color: rgba(48, 185, 232, 0.34);
  box-shadow: 0 24px 72px rgba(24, 89, 125, 0.14);
}

.feature svg {
  width: 38px;
  margin-bottom: 22px;
  fill: #176a82;
}

.pass-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
  gap: 52px;
  align-items: center;
  margin: 86px calc(50% - 50vw) 0;
  padding: 118px max(32px, calc((100vw - 1180px) / 2));
  color: white;
  background:
    linear-gradient(90deg, rgba(23, 38, 41, 0.96) 0%, rgba(23, 38, 41, 0.88) 42%, rgba(23, 106, 130, 0.58) 100%),
    url("assets/klimahelden-bedroom-bosch.png");
  background-size: cover;
  background-position: center 42%;
  clip-path: polygon(0 7%, 9% 3%, 21% 6%, 34% 2%, 48% 7%, 62% 3%, 76% 6%, 89% 2%, 100% 6%, 100% 94%, 90% 98%, 77% 94%, 64% 98%, 50% 93%, 37% 98%, 23% 94%, 11% 98%, 0 94%);
}

.pass-band .section-kicker {
  color: #063742;
  background: var(--lime);
}

.pass-band h2 {
  margin-top: 22px;
}

.pass-band p {
  color: rgba(255, 255, 255, 0.78);
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  padding-bottom: 34px;
}

.founder-trust-card {
  position: relative;
  min-height: 520px;
  padding: 18px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.88), rgba(255, 255, 255, 0.54)),
    linear-gradient(135deg, rgba(118, 216, 192, 0.14), rgba(200, 121, 98, 0.12));
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}

.founder-card-image {
  position: relative;
  min-height: 286px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(23, 38, 41, 0.06), rgba(23, 38, 41, 0.34)),
    url("assets/klimahelden-install-indoor.png");
  background-size: cover;
  background-position: 52% center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 83% 94%, 61% 89%, 39% 95%, 18% 89%, 0 94%);
}

.founder-card-panel {
  position: absolute;
  left: 38px;
  right: 38px;
  top: 250px;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(24, 89, 125, 0.14);
}

.founder-card-panel span,
.founder-card-points span,
.trust-stack strong {
  display: block;
  color: #9b523f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.founder-card-panel strong {
  display: block;
  margin: 5px 0 4px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.12;
}

.founder-card-panel small {
  color: var(--muted);
  line-height: 1.45;
}

.founder-card-points {
  display: grid;
  gap: 10px;
  margin-top: 96px;
}

.founder-card-points div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(42, 55, 53, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.72);
}

.founder-card-points strong {
  color: var(--ink);
  font-size: 16px;
}

.founder-copy h2 {
  margin-top: 20px;
}

.founder-copy p {
  max-width: 680px;
  font-size: 17px;
}

.trust-stack {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.trust-stack div {
  position: relative;
  padding: 18px 18px 18px 24px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 18px 54px rgba(24, 89, 125, 0.08);
}

.trust-stack div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 5px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, var(--mint), var(--coral));
}

.trust-stack span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
}

.owner-note {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 106, 130, 0.18);
  border-radius: 8px;
  background: rgba(234, 246, 244, 0.74);
  box-shadow: 0 18px 50px rgba(24, 89, 125, 0.08);
}

.owner-note strong {
  display: block;
  margin-bottom: 6px;
  color: #0d5667;
}

.owner-note span {
  color: var(--muted);
  line-height: 1.55;
}

.pass-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.14);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 82px rgba(0, 0, 0, 0.2);
}

.pass-topline {
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 850;
}

.pass-topline strong {
  color: var(--lime);
}

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

.check-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.84);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 24px rgba(99, 230, 190, 0.7);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #063742;
  border-bottom: 2px solid #063742;
  transform: rotate(-45deg);
}

.config-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 34px;
  align-items: end;
  max-width: none;
}

.config-header h2 {
  margin-top: 18px;
}

.config-header p {
  max-width: 760px;
}

.config-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.config-trust-row span {
  padding: 9px 12px;
  border: 1px solid rgba(23, 106, 130, 0.18);
  border-radius: 8px;
  color: #0d5667;
  background: rgba(255, 253, 247, 0.8);
  font-size: 13px;
  font-weight: 850;
}

.config-hero-card {
  position: relative;
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(23, 38, 41, 0.96), rgba(23, 106, 130, 0.82)),
    url("assets/klimahelden-product-set-bosch.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  box-shadow: 0 28px 90px rgba(39, 52, 45, 0.18);
  overflow: hidden;
}

.config-hero-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 216, 192, 0.34), transparent 68%);
}

.config-hero-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.config-hero-card strong {
  display: block;
  max-width: 340px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.06;
}

.config-hero-card small {
  display: block;
  max-width: 340px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.configurator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 34px;
  align-items: start;
  margin-top: 42px;
  padding: 18px;
  border: 1px solid rgba(42, 55, 53, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.58);
  box-shadow: 0 28px 90px rgba(39, 52, 45, 0.1);
}

.config-form {
  display: block;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.92), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 18% 18%, rgba(118, 216, 192, 0.16), transparent 18rem);
  box-shadow: 0 24px 70px rgba(39, 52, 45, 0.08);
}

fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 4px;
  font-weight: 900;
}

.option {
  position: relative;
  display: block;
  min-height: 70px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.option:hover {
  transform: translateX(3px);
  border-color: rgba(48, 185, 232, 0.42);
  background: white;
}

.option input {
  accent-color: var(--blue);
  width: 18px;
  height: 18px;
}

.option small {
  display: block;
  color: var(--muted);
}

.option:has(input:checked) {
  border-color: rgba(23, 106, 130, 0.42);
  background: linear-gradient(135deg, rgba(23, 106, 130, 0.1), rgba(118, 216, 192, 0.18));
}

.pass-option:has(input:checked) {
  border-color: rgba(0, 200, 150, 0.48);
}

.config-main {
  position: relative;
}

.config-main::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 46px;
  top: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 121, 98, 0.55), transparent);
  pointer-events: none;
}

.config-progress {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.progress-step {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-height: 72px;
  padding: 10px 6px;
  border: 1px solid rgba(42, 55, 53, 0.1);
  border-radius: 8px;
  color: #667577;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 12px 34px rgba(39, 52, 45, 0.08);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 200ms ease,
    background 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease;
}

.progress-step span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fffdf7;
  background: #a6aaa4;
  font-size: 11px;
}

.progress-step.is-active {
  color: #172629;
  background: #fffdf7;
  box-shadow: 0 24px 70px rgba(23, 106, 130, 0.18);
  transform: translateY(-5px);
}

.progress-step.is-complete {
  color: #17463f;
  border-color: rgba(118, 216, 192, 0.34);
  background: rgba(240, 255, 249, 0.86);
}

.progress-step.is-active span,
.progress-step.is-complete span {
  background: linear-gradient(135deg, #172629, #176a82 62%, #76d8c0);
}

.config-step {
  display: none;
  min-height: 480px;
  padding: 34px;
}

.config-step.is-active {
  display: block;
  animation: stepIn 420ms ease both;
}

.step-copy {
  max-width: 620px;
  margin-bottom: 26px;
}

.step-copy span,
.pass-spotlight span {
  display: inline-block;
  margin-bottom: 10px;
  color: #9b523f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.step-copy h3,
.pass-spotlight h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1.03;
}

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

.choice-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.choice-card {
  min-height: 205px;
  padding: 24px;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 18px 54px rgba(24, 89, 125, 0.08);
}

.choice-card:nth-child(2) {
  transform: translateY(18px);
}

.choice-card:nth-child(3) {
  transform: translateY(-8px);
}

.choice-card:hover {
  transform: translateY(-4px) rotate(0deg);
}

.choice-card input {
  position: absolute;
  inset: 18px 18px auto auto;
  width: 20px;
  height: 20px;
}

.choice-card strong {
  display: block;
  max-width: 78%;
  margin: 42px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
}

.choice-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 64px;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(23, 38, 41, 0.02), rgba(23, 38, 41, 0.22)),
    url("assets/klimahelden-livingroom-bosch.png");
  background-size: 230%;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 82% 82%, 62% 72%, 41% 86%, 20% 74%, 0 82%);
}

.choice-card:has(input:checked) {
  border-color: rgba(23, 106, 130, 0.48);
  box-shadow: 0 26px 72px rgba(23, 106, 130, 0.14);
}

.choice-card:has(input:checked)::after {
  content: "";
  position: absolute;
  inset: -35% auto auto -20%;
  z-index: -2;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(118, 216, 192, 0.24);
  filter: blur(4px);
}

.step-note {
  width: max-content;
  max-width: 100%;
  margin-top: 30px;
  padding: 12px 14px;
  border-left: 3px solid var(--coral);
  color: #5e615b;
  background: rgba(255, 253, 247, 0.86);
  font-size: 14px;
  font-weight: 750;
}

.unit-selectors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.room-size-grid .choice-card strong {
  max-width: 86%;
  font-size: 28px;
}

.stepper-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(255, 255, 255, 0.74)),
    linear-gradient(135deg, rgba(118, 216, 192, 0.12), rgba(200, 121, 98, 0.08));
  box-shadow: 0 24px 70px rgba(39, 52, 45, 0.11);
}

.stepper-card:nth-child(2) {
  transform: translateY(34px) rotate(1deg);
}

.stepper-card > span {
  display: block;
  color: #9b523f;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.stepper {
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 12px;
  margin: 36px 0 22px;
}

.stepper button {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: #172629;
  font-size: 26px;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.stepper button:hover {
  transform: scale(1.06);
  background: #176a82;
}

.stepper output {
  display: grid;
  place-items: center;
  min-height: 112px;
  border-radius: 8px;
  color: #172629;
  background: rgba(255, 253, 247, 0.84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(42, 55, 53, 0.08);
}

.pass-step {
  padding: 0;
}

.pass-spotlight {
  min-height: 285px;
  padding: 36px;
  color: white;
  background:
    linear-gradient(90deg, rgba(23, 38, 41, 0.95), rgba(23, 106, 130, 0.66)),
    url("assets/klimahelden-bedroom-bosch.png");
  background-size: cover;
  background-position: center 42%;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 86% 93%, 71% 88%, 56% 94%, 38% 89%, 20% 94%, 0 89%);
}

.pass-spotlight span {
  color: var(--lime);
}

.pass-spotlight p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.pass-choice-grid {
  grid-template-columns: 1.2fr 0.8fr;
  padding: 0 34px 34px;
  margin-top: -22px;
}

.pass-choice {
  min-height: 210px;
  color: #172629;
  background: linear-gradient(135deg, #fffdf7, #f0fff9);
  box-shadow: 0 28px 82px rgba(23, 106, 130, 0.18);
}

.pass-choice strong {
  font-size: 34px;
}

.delivery-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.delivery-preview div {
  min-height: 160px;
  padding: 20px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.84);
  box-shadow: 0 22px 62px rgba(39, 52, 45, 0.1);
}

.delivery-preview div:nth-child(2) {
  transform: translateY(28px);
}

.delivery-preview span {
  display: block;
  margin-bottom: 28px;
  color: #9b523f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.delivery-preview strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.inspection-preview {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(23, 106, 130, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 255, 249, 0.88), rgba(255, 253, 247, 0.92)),
    radial-gradient(circle at 88% 12%, rgba(217, 237, 156, 0.42), transparent 34%);
}

.inspection-preview span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #2a6c76;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.inspection-preview ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.inspection-preview li {
  position: relative;
  padding-left: 24px;
  color: #4f6060;
  line-height: 1.4;
}

.inspection-preview li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border: 2px solid #7ecac0;
  border-radius: 50%;
  background: #fffdf7;
}

.internal-quote-panel {
  margin-top: 22px;
  padding: 22px;
  border: 1px dashed rgba(23, 106, 130, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
}

.internal-quote-panel > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #9b523f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.customer-lead-panel h4 {
  margin: 0 0 8px;
  font-size: 22px;
}

.customer-lead-panel p {
  max-width: 760px;
  margin-bottom: 18px;
}

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

.internal-fields label {
  display: grid;
  gap: 7px;
  color: #4f6060;
  font-size: 13px;
  font-weight: 850;
}

.internal-fields input {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(42, 55, 53, 0.16);
  border-radius: 8px;
  color: #172629;
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
}

.internal-fields input:focus {
  outline: 2px solid rgba(118, 216, 192, 0.42);
  border-color: rgba(23, 106, 130, 0.38);
}

.channel-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.channel-choice label {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(42, 55, 53, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #172629;
  font-weight: 850;
}

.full-field {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  color: #4f6060;
  font-size: 13px;
  font-weight: 850;
}

.full-field input {
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(42, 55, 53, 0.16);
  border-radius: 8px;
  color: #172629;
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
}

.consent-field {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  color: #4f6060;
  background: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.42;
}

.consent-field input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #176a82;
}

.consent-field a {
  color: #176a82;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.customer-lead-panel small {
  display: block;
  margin-top: 12px;
  color: #627173;
  line-height: 1.45;
}

.submission-preview {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(23, 106, 130, 0.16);
  border-radius: 8px;
  background: rgba(240, 255, 249, 0.82);
}

.submission-preview strong {
  color: #172629;
}

.submission-preview span {
  color: #4f6060;
  line-height: 1.35;
}

.submission-preview.is-submitted {
  border-color: rgba(118, 216, 192, 0.55);
  background: linear-gradient(135deg, rgba(240, 255, 249, 0.95), rgba(217, 237, 156, 0.34));
}

.form-link-button {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  margin-top: 4px;
  padding: 11px 14px;
  border-radius: 8px;
  color: #fffdf7;
  background: #172629;
  font-weight: 900;
  text-decoration: none;
}

.config-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.config-controls button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
}

.result-panel {
  position: sticky;
  top: 110px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(23, 38, 41, 0.95), rgba(23, 106, 130, 0.9)),
    url("assets/klimahelden-product-set-bosch.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: white;
}

.offer-sheet {
  transform: rotate(1.2deg);
  min-height: 580px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 30px 96px rgba(16, 34, 43, 0.22);
}

.offer-sheet::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 76px;
  height: 76px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}

.result-eyebrow {
  color: #d9ed9c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.result-price {
  margin: 10px 0;
  font-size: 48px;
  font-weight: 950;
  line-height: 1;
}

.summary-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.summary-list dt,
.summary-list dd {
  margin: 0;
}

.summary-list dt {
  color: rgba(255, 255, 255, 0.66);
}

.summary-list dd {
  font-weight: 900;
}

.monthly {
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
  color: #17463f;
}

.monthly span {
  color: #277668;
  font-size: 13px;
}

.inspection-card {
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.1);
}

.inspection-card > span {
  display: block;
  margin-bottom: 10px;
  color: #d9ed9c;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.inspection-card div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.inspection-card strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.12);
  color: #fffdf7;
  font-size: 13px;
}

.inspection-card small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

.result-assurance {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(217, 237, 156, 0.32);
  border-radius: 8px;
  background: rgba(16, 34, 43, 0.34);
}

.result-assurance strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lime);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.result-assurance span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.fineprint {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
}

.after-config-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding-top: 18px;
}

.after-copy {
  position: sticky;
  top: 112px;
}

.after-copy h2 {
  margin-top: 18px;
}

.after-copy p {
  max-width: 520px;
  font-size: 17px;
}

.after-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  counter-reset: afterStep;
}

.after-steps article {
  position: relative;
  min-height: 236px;
  padding: 26px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(118, 216, 192, 0.12), rgba(200, 121, 98, 0.08));
  box-shadow: 0 22px 68px rgba(39, 52, 45, 0.09);
  overflow: hidden;
}

.after-steps article:nth-child(2),
.after-steps article:nth-child(4) {
  transform: translateY(28px);
}

.after-steps article::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 216, 192, 0.22), transparent 68%);
}

.after-steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: white;
  background: #172629;
  font-weight: 900;
}

.after-steps h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
}

.safety-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  margin: 72px calc(50% - 50vw) 36px;
  padding: 96px max(32px, calc((100vw - 1420px) / 2));
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(245, 251, 251, 0.88)),
    radial-gradient(circle at 10% 18%, rgba(118, 216, 192, 0.18), transparent 30rem),
    radial-gradient(circle at 82% 20%, rgba(200, 121, 98, 0.12), transparent 26rem);
  box-shadow:
    inset 0 1px 0 rgba(42, 55, 53, 0.08),
    inset 0 -1px 0 rgba(42, 55, 53, 0.08);
  overflow: hidden;
}

.safety-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(64, 52, 34, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 52, 34, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.safety-section > * {
  position: relative;
  z-index: 1;
}

.safety-copy {
  position: sticky;
  top: 112px;
}

.safety-copy h2 {
  margin-top: 18px;
}

.safety-copy p {
  max-width: 610px;
  font-size: 17px;
}

.safety-proof-card {
  position: relative;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(23, 106, 130, 0.16);
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(23, 38, 41, 0.98), rgba(23, 106, 130, 0.86)),
    url("assets/klimahelden-install-outdoor.png");
  background-size: cover;
  background-position: 50% center;
  background-blend-mode: multiply;
  box-shadow: 0 28px 90px rgba(39, 52, 45, 0.18);
  overflow: hidden;
}

.safety-proof-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -36px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 216, 192, 0.32), transparent 68%);
}

.safety-proof-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.safety-proof-card strong {
  display: block;
  max-width: 360px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.06;
}

.safety-proof-card small {
  display: block;
  max-width: 420px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.safety-grid article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(42, 55, 53, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(255, 255, 255, 0.8)),
    linear-gradient(135deg, rgba(118, 216, 192, 0.13), rgba(200, 121, 98, 0.08));
  box-shadow: 0 26px 78px rgba(39, 52, 45, 0.12);
  overflow: hidden;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.safety-grid article:nth-child(2),
.safety-grid article:nth-child(4) {
  transform: translateY(28px);
}

.safety-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(23, 106, 130, 0.24);
  box-shadow: 0 34px 92px rgba(39, 52, 45, 0.16);
}

.safety-grid article:nth-child(2):hover,
.safety-grid article:nth-child(4):hover {
  transform: translateY(20px);
}

.safety-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--mint), var(--aqua), var(--coral));
}

.safety-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 216, 192, 0.2), transparent 68%);
}

.safety-grid strong {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: white;
  background: #172629;
  font-size: 14px;
}

.safety-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
}

.safety-grid p {
  margin-bottom: 0;
}

.trust-redesign {
  display: block;
  margin: 72px calc(50% - 50vw) 36px;
  padding: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.trust-redesign::before {
  display: none;
}

.trust-redesign-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.52fr);
  grid-template-areas:
    "copy proof"
    "cards cards";
  gap: 28px;
  width: min(1420px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(245, 251, 251, 0.88)),
    radial-gradient(circle at 12% 18%, rgba(118, 216, 192, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 8%, rgba(200, 121, 98, 0.14), transparent 24rem);
  box-shadow: 0 32px 100px rgba(39, 52, 45, 0.12);
  overflow: hidden;
}

.trust-redesign-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(64, 52, 34, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 52, 34, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.trust-redesign .safety-copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
  top: auto;
}

.trust-redesign .safety-copy h2 {
  max-width: 860px;
  font-size: clamp(42px, 5.4vw, 76px);
}

.trust-redesign .safety-proof-card {
  grid-area: proof;
  position: relative;
  z-index: 1;
  align-self: stretch;
  margin-top: 0;
  min-height: 280px;
}

.trust-redesign .safety-grid {
  grid-area: cards;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.trust-redesign .safety-grid article {
  min-height: 250px;
}

.trust-redesign .safety-grid article:nth-child(2),
.trust-redesign .safety-grid article:nth-child(4) {
  transform: translateY(24px);
}

.confidence-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 42px;
}

.confidence-copy {
  position: sticky;
  top: 112px;
}

.confidence-copy h2,
.testimonial-intro h2 {
  margin-top: 18px;
}

.confidence-grid {
  display: grid;
  gap: 18px;
}

.confidence-grid article {
  position: relative;
  min-height: 180px;
  padding: 26px 28px 26px 36px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 24px 70px rgba(39, 52, 45, 0.1);
  overflow: hidden;
}

.confidence-grid article:nth-child(2) {
  transform: translateX(-38px);
}

.confidence-grid article:nth-child(3) {
  transform: translateX(28px);
}

.confidence-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: linear-gradient(180deg, var(--coral), var(--mint), var(--aqua));
}

.confidence-grid span,
.testimonial-card span {
  color: #9b523f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.confidence-grid h3 {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
}

.testimonials-section {
  margin: 18px calc(50% - 50vw) 70px;
  padding: 96px max(32px, calc((100vw - 1420px) / 2));
  background:
    linear-gradient(90deg, rgba(23, 38, 41, 0.95), rgba(23, 106, 130, 0.72)),
    url("assets/klimahelden-commissioning.png");
  background-size: cover;
  background-position: 54% center;
  color: white;
  clip-path: polygon(0 5%, 8% 2%, 19% 5%, 31% 2%, 44% 6%, 58% 3%, 72% 6%, 86% 2%, 100% 5%, 100% 94%, 88% 98%, 75% 95%, 62% 98%, 49% 94%, 36% 98%, 22% 94%, 10% 98%, 0 94%);
}

.testimonial-intro {
  max-width: 820px;
  margin-bottom: 32px;
}

.testimonials-section .section-kicker {
  color: #063742;
  background: var(--lime);
}

.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.testimonial-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.13);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.testimonial-card:nth-child(1) {
  transform: rotate(-1deg);
}

.testimonial-card:nth-child(2) {
  transform: translateY(34px);
}

.testimonial-card:nth-child(3) {
  transform: rotate(1deg);
}

.testimonial-card.featured {
  background: rgba(255, 253, 247, 0.2);
}

.testimonial-card p {
  min-height: 150px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.18;
}

.testimonial-card strong {
  display: block;
  margin-bottom: 6px;
  color: white;
}

.testimonial-card span {
  color: var(--lime);
}

.process-grid article {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.process-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--coral), var(--mint), var(--aqua));
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: white;
  background: #172629;
  font-weight: 900;
}

.faq {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 42px;
}

.faq h2 {
  margin-top: 18px;
}

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

.faq-list details {
  padding: 18px 20px;
}

summary {
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 12px 0 0;
}

.final-cta {
  margin: 30px 0 70px;
  padding: 56px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(90deg, rgba(23, 38, 41, 0.96), rgba(23, 106, 130, 0.76)),
    url("assets/klimahelden-livingroom-bosch.png");
  background-size: cover;
  background-position: center 44%;
  box-shadow: var(--shadow);
}

.final-cta p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: 48px;
  margin: 0 0 28px;
  padding: 42px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 38, 41, 0.96), rgba(23, 106, 130, 0.82)),
    url("assets/klimahelden-livingroom-bosch.png");
  background-size: cover;
  background-position: center 42%;
  color: white;
  box-shadow: var(--shadow);
}

.footer-brand p {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer .brand {
  width: max-content;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-links h3 {
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-links a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.footer-links a:hover {
  color: white;
  transform: translateX(4px);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.footer-cookie-button {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.footer-cookie-button:hover {
  color: #ffffff;
}

.legal-page {
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding: 24px;
}

.legal-shell {
  width: min(860px, 100%);
  padding: 52px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: var(--shadow);
}

.legal-shell h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.legal-shell h2 {
  margin: 34px 0 10px;
  font-size: 24px;
}

.legal-shell h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.legal-shell p,
.legal-shell li {
  color: #4f6060;
  line-height: 1.7;
}

.legal-shell ul {
  padding-left: 22px;
}

.legal-note {
  margin: 22px 0;
  padding: 16px 18px;
  border: 1px solid rgba(23, 106, 130, 0.16);
  border-radius: 8px;
  background: rgba(240, 255, 249, 0.82);
  color: #172629;
  font-weight: 750;
}

.legal-back {
  display: inline-block;
  margin-bottom: 30px;
  color: #176a82;
  font-weight: 900;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 40;
  width: min(440px, calc(100% - 32px));
  padding: 14px 16px;
  border-radius: 8px;
  color: white;
  background: #10222b;
  box-shadow: 0 18px 54px rgba(16, 34, 43, 0.28);
  transform: translate(-50%, 150%);
  transition: transform 220ms ease;
}

.toast.show {
  transform: translate(-50%, 0);
}

.cookie-consent {
  position: fixed;
  inset: auto 0 0;
  z-index: 90;
  display: flex;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(180deg, rgba(23, 38, 41, 0) 0%, rgba(23, 38, 41, 0.28) 100%);
  pointer-events: none;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-card {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(23, 106, 130, 0.18);
  border-radius: 12px;
  background: rgba(255, 253, 247, 0.98);
  box-shadow: 0 26px 80px rgba(16, 34, 43, 0.26);
  pointer-events: auto;
}

.cookie-eyebrow {
  display: inline-flex;
  margin-bottom: 9px;
  color: #176a82;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cookie-card h2 {
  margin: 0 0 8px;
  color: #172629;
  font-size: 22px;
  line-height: 1.15;
}

.cookie-card p {
  margin: 0;
  color: #4f6060;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-options {
  display: grid;
  gap: 10px;
  margin: 0;
}

.cookie-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px;
  border: 1px solid rgba(42, 55, 53, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.cookie-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #176a82;
}

.cookie-option strong {
  display: block;
  margin-bottom: 3px;
  color: #172629;
}

.cookie-option span {
  color: #4f6060;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-actions .button {
  min-height: 44px;
  padding: 12px 16px;
  font-size: 14px;
}

.cookie-privacy-link {
  display: inline-block;
  align-self: center;
  margin-top: 0;
  color: #176a82;
  font-size: 13px;
  font-weight: 900;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-visual {
    animation: floatCard 7s ease-in-out infinite;
  }

  .floating-badge {
    animation: pulseBadge 2.8s ease-in-out infinite;
  }

  .route-thread path {
    animation: routeMove 18s linear infinite;
  }

  .progress-step.is-active span {
    animation: stepPulse 1.7s ease-in-out infinite;
  }

  @keyframes floatCard {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }

  @keyframes pulseBadge {
    0%,
    100% {
      box-shadow: 0 18px 52px rgba(16, 34, 43, 0.16);
    }
    50% {
      box-shadow: 0 18px 58px rgba(48, 185, 232, 0.32);
    }
  }

  @keyframes routeMove {
    to {
      stroke-dashoffset: -170;
    }
  }

  @keyframes stepPulse {
    50% {
      box-shadow: 0 0 0 9px rgba(118, 216, 192, 0.2);
    }
  }

  @keyframes stepIn {
    from {
      opacity: 0;
      transform: translateY(18px) scale(0.985);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .main-nav {
    display: flex;
    gap: 4px;
  }

  .main-nav a {
    padding: 8px 7px;
    font-size: 13px;
  }

  .brand-logo {
    width: 104px;
    height: 58px;
    max-width: 104px;
    max-height: 58px;
  }

  .hero,
  .split,
  .pass-band,
  .founder-section,
  .configurator,
  .faq,
  .after-config-section,
  .safety-section,
  .confidence-section,
  .testimonial-track,
  .site-footer,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    display: grid;
  }

  .hero-copy,
  .hero-visual {
    grid-area: auto;
  }

  .hero-copy {
    width: 100%;
    padding: 0 min(340px, 38vw) 24px 0;
  }

  .hero-visual {
    clip-path: polygon(0 0, 100% 0, 100% 91%, 82% 95%, 63% 91%, 43% 96%, 22% 92%, 0 96%);
  }

  .quote-card {
    grid-area: auto;
    justify-self: stretch;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -10px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 480px;
  }

  .cooling-map {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 18px;
    margin-bottom: 24px;
  }

  .route-thread {
    display: none;
  }

  .card-one,
  .card-two,
  .card-three {
    grid-column: auto;
    align-self: auto;
    transform: none;
  }

  .intro,
  .configurator-section,
  .faq {
    padding: 58px 26px;
  }

  .configurator-section {
    margin-inline: calc(50% - 50vw);
    padding-inline: 26px;
  }

  .configurator-section::after {
    left: 18px;
    right: 18px;
  }

  .config-header {
    grid-template-columns: 1fr;
  }

  .config-hero-card {
    min-height: auto;
  }

  .configurator {
    padding: 12px;
  }

  .confidence-copy {
    position: static;
  }

  .trust-proof-bar {
    grid-template-columns: 1fr;
  }

  .safety-section {
    margin-inline: calc(50% - 50vw);
    padding: 78px 26px;
  }

  .trust-redesign {
    padding: 0;
  }

  .trust-redesign-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "proof"
      "cards";
    padding: 38px 26px;
  }

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

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

  .safety-copy {
    position: static;
  }

  .confidence-grid article:nth-child(2),
  .confidence-grid article:nth-child(3),
  .safety-grid article:nth-child(2),
  .safety-grid article:nth-child(4),
  .testimonial-card:nth-child(1),
  .testimonial-card:nth-child(2),
  .testimonial-card:nth-child(3) {
    transform: none;
  }

  .testimonials-section {
    padding: 82px 26px;
  }

  .config-progress {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .config-main::before {
    display: none;
  }

  .choice-grid,
  .choice-grid.three,
  .unit-selectors,
  .pass-choice-grid,
  .delivery-preview {
    grid-template-columns: 1fr;
  }

  .choice-card:nth-child(2),
  .choice-card:nth-child(3),
  .stepper-card:nth-child(2),
  .delivery-preview div:nth-child(2),
  .after-steps article:nth-child(2),
  .after-steps article:nth-child(4),
  .safety-grid article:nth-child(2),
  .safety-grid article:nth-child(4) {
    transform: none;
  }

  .founder-trust-card {
    min-height: 470px;
    margin-inline: 2px;
    transform: none;
  }

  .after-copy {
    position: static;
  }

  .after-steps {
    grid-template-columns: 1fr;
  }

  .offer-sheet {
    transform: none;
  }

  .result-panel {
    position: static;
  }

  .feature-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: 100%;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    top: 10px;
    margin-bottom: 28px;
  }

  .main-nav {
    display: none;
  }

  .brand span:last-child {
    display: none;
  }

  .brand-logo {
    width: 100px;
    height: 55px;
    max-width: 100px;
    max-height: 55px;
  }

  .footer-logo {
    width: 160px;
    height: 96px;
    max-width: 160px;
    max-height: 96px;
  }

  .nav-cta {
    padding-inline: 12px;
  }

  .mobile-hero-peek {
    display: block;
    height: auto;
    margin: 0 0 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 54px rgba(24, 89, 125, 0.14);
  }

  .mobile-hero-peek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 42%;
  }

  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 34px;
  }

  .hero {
    gap: 28px;
    padding-bottom: 44px;
  }

  .hero-copy {
    padding-right: 0;
  }

  .founder-section {
    padding-top: 48px;
  }

  .founder-trust-card {
    min-height: 400px;
    padding: 12px;
    margin-inline: 0;
  }

  .founder-card-panel {
    left: 22px;
    right: 22px;
    top: 212px;
  }

  .founder-card-image {
    min-height: 250px;
  }

  .founder-card-points {
    margin-top: 128px;
  }

  .hero-visual {
    display: none;
  }

  .hero-actions,
  .hero-proof,
  .logo-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .trust-proof-bar {
    margin-bottom: 42px;
  }

  .trust-proof-bar div,
  .safety-grid article {
    min-height: auto;
  }

  .button {
    width: 100%;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 420px;
  }

  .floating-badge {
    left: 14px;
    right: 14px;
    justify-content: center;
  }

  .quote-card {
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .section {
    padding: 64px 0;
  }

  .pass-band {
    margin-top: 30px;
    padding: 78px 16px;
  }

  .intro,
  .configurator-section,
  .faq {
    padding: 44px 16px;
  }

  .configurator-section {
    padding-inline: 16px;
  }

  .configurator-section::after {
    left: 10px;
    right: 10px;
    top: 22px;
    bottom: 22px;
  }

  .configurator {
    padding: 8px;
  }

  .config-hero-card {
    padding: 20px;
  }

  .config-hero-card strong {
    font-size: 25px;
  }

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

  .after-config-section {
    padding-top: 12px;
  }

  .safety-section {
    padding-top: 28px;
  }

  .safety-section {
    margin-top: 36px;
    padding: 58px 16px;
  }

  .trust-redesign {
    padding: 0;
  }

  .trust-redesign-inner {
    width: min(100% - 22px, 1180px);
    padding: 30px 18px;
  }

  .safety-grid {
    grid-template-columns: 1fr;
  }

  .trust-redesign .safety-grid {
    grid-template-columns: 1fr;
  }

  .trust-redesign .safety-grid article:nth-child(2),
  .trust-redesign .safety-grid article:nth-child(4) {
    transform: none;
  }

  .confidence-grid article {
    padding: 22px 20px 22px 28px;
  }

  .after-steps article {
    min-height: auto;
    padding: 22px 20px;
  }

  .confidence-grid h3 {
    font-size: 26px;
  }

  .testimonials-section {
    margin-bottom: 42px;
    padding: 70px 16px;
  }

  .testimonial-card {
    min-height: auto;
  }

  .testimonial-card p {
    min-height: auto;
    font-size: 23px;
  }

  .config-step {
    min-height: auto;
    padding: 22px 16px;
  }

  .config-form {
    min-height: auto;
  }

  .choice-card {
    min-height: 150px;
  }

  .choice-card strong {
    font-size: 26px;
  }

  .pass-spotlight {
    min-height: auto;
    padding: 28px 18px 56px;
  }

  .pass-choice-grid {
    padding: 0 16px 22px;
  }

  .inspection-preview ul,
  .internal-fields,
  .channel-choice,
  .inspection-card div {
    grid-template-columns: 1fr;
  }

  .config-controls {
    flex-direction: column-reverse;
  }

  .cooling-map {
    padding-top: 8px;
  }

  .map-card {
    min-height: auto;
  }

  .pass-topline,
  .monthly {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta {
    padding: 32px 20px;
  }

  .site-footer {
    padding: 30px 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .cookie-consent {
    padding: 10px;
  }

  .cookie-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .cookie-actions {
    display: grid;
  }

  .cookie-actions .button {
    width: 100%;
  }

  .legal-shell {
    padding: 32px 20px;
  }
}
