/* ============================================================
   Wärkon Energie — Custom CSS (wk-* classes)
   Tailwind utilities are loaded via CDN script in the HTML.
   ============================================================ */

/* ---- CSS Custom Properties ---- */
:root {
  --radius: 1rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.18 0.02 250);
  --border: oklch(0.92 0.008 245);
  --input: oklch(0.92 0.008 245);
  --ring: oklch(0.975 0.20 105);
  --primary: oklch(0.975 0.20 105);
  --primary-foreground: oklch(0.18 0.02 250);
  --muted: oklch(0.955 0.012 240);
  --muted-foreground: oklch(0.45 0.015 250);
  --surface-mint: oklch(0.972 0.024 155);
  --surface-cool: oklch(0.955 0.012 240);
  --ink: oklch(0.18 0.02 250);
  /* for base styles */
  --color-border: var(--border);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  /* Wärkon brand */
  --waerkon-primary: #bbf111;
  --waerkon-primary-dark: #96c400;
  --waerkon-secondary: #FFF100;
  --waerkon-dark: #0F1117;
  --waerkon-bg-light: #f5f5f5;
  --waerkon-text: #1A1A1A;
  --waerkon-muted: #555555;
  --waerkon-border: #E5E7EB;
}

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }
* { border-color: var(--color-border); }
html { font-family: 'Inter Tight', system-ui, sans-serif; }
body { margin: 0; background-color: var(--color-background); color: var(--color-foreground); }

/* ============================================================
   Wärkon page scope
   ============================================================ */
.waerkon-page {
  --wk-primary: var(--waerkon-primary);
  --wk-primary-dark: #0b6f51;
  --wk-text: #232323;
  --wk-navy: #0b2845;
  --wk-dark: var(--waerkon-dark);
  --wk-muted: #6f7782;
  --wk-soft: #f4f6f2;
  --wk-selected: #ccf7be;
  --wk-section-y: 64px;
  --wk-radius-pill: 999px;
  --wk-shadow-card: 0 22px 42px rgba(15, 17, 23, 0.12);
  --wk-shadow-soft: 0 14px 34px rgba(15, 17, 23, 0.10);
  color: var(--wk-text);
  font-family: "Inter Tight", system-ui, sans-serif;
  letter-spacing: 0;
}
.waerkon-page * { letter-spacing: 0; }

/* ---- Responsive visibility ---- */
.wk-desktop-only { display: none; }
.wk-mobile-only { display: block; }
@media (min-width: 768px) {
  .wk-desktop-only { display: block; }
  .wk-mobile-only { display: none; }
}

/* ---- Preheader ---- */
.wk-preheader { background: var(--wk-primary); color: #000; }
.wk-preheader__inner {
  width: min(100%, 1200px);
  min-height: 60px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 20px;
}
.wk-preheader__deal {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 8px;
  color: #000;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.wk-preheader__arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--wk-dark);
  color: #fff;
  font-weight: 900;
}
.wk-preheader__actions { display: flex; align-items: center; gap: 10px; }
.wk-top-phone, .wk-top-calendar {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--wk-radius-pill);
  border: 0;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 850;
  color: #061015;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}
.wk-top-phone { background: #ffe65a; }
.wk-top-calendar { background: #2fb789; color: #fff; }
.wk-preheader__close {
  width: 30px; height: 30px;
  border: 0; border-radius: 50%;
  background: transparent; color: #000;
  cursor: pointer; font-weight: 900;
  font-size: 16px;
}

/* ---- Mobile banner ---- */
.wk-mobile-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 8px 16px;
  background: var(--wk-primary);
  color: #000;
  border-radius: 0 0 18px 18px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
@media (min-width: 768px) { .wk-mobile-banner { display: none; } }
.wk-mobile-banner span { min-width: 0; }
.wk-mobile-banner button {
  width: 32px; height: 32px;
  border: 0; background: transparent;
  color: #546000; font-size: 24px; line-height: 1; cursor: pointer;
}

/* ---- Header ---- */
.wk-header {
  position: sticky; top: 0; z-index: 40;
  background: #fff;
  transition: box-shadow 0.2s ease;
}
.wk-header--scrolled { box-shadow: 0 8px 24px rgba(15, 17, 23, 0.10); }
.wk-header__inner {
  width: min(100%, 1200px);
  min-height: 68px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}
.wk-header__brand-row { display: flex; align-items: center; gap: 14px; min-width: 0; }
.wk-logo {
  display: inline-grid; place-items: center;
  min-height: 54px; padding: 0px;
  font-size: 30px; font-weight: 900; line-height: 1;
  text-decoration: none; white-space: nowrap;
}
.wk-burger {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border: 0; background: transparent;
  color: #6d26b7; cursor: pointer;
}
.wk-desktop-nav {
  display: none;
  align-items: center;
  gap: 28px;
  justify-self: start;
  min-width: 0;
}
@media (min-width: 768px) {
  .wk-burger { display: none; }
  .wk-desktop-nav { display: flex; }
}
.wk-desktop-nav a,
.wk-desktop-nav .wk-nav-trigger,
.wk-nav-product > a {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 0; cursor: pointer;
  color: #0d1117; font-size: 15px; font-weight: 800;
  text-decoration: none; white-space: nowrap; font-family: inherit;
}
.wk-nav-product { position: relative; padding-bottom: 18px; margin-bottom: -18px; }
.wk-nav-dropdown {
  position: absolute; top: 100%; left: -28px;
  width: 340px; padding: 18px;
  border-radius: 0 0 28px 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 17, 23, 0.18);
  opacity: 0; pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 50;
}
.wk-nav-product:hover .wk-nav-dropdown,
.wk-nav-product:focus-within .wk-nav-dropdown {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.wk-nav-dropdown a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center; gap: 12px;
  padding: 10px 14px; border-radius: 10px;
  color: var(--wk-navy); font-size: 16px; font-weight: 700;
}
.wk-nav-dropdown a:hover,
.wk-nav-dropdown a:focus-visible {
  background: color-mix(in oklab, var(--wk-primary) 18%, transparent);
  color: var(--wk-text); outline: none;
}
.wk-nav-dropdown a svg { color: var(--wk-text); }
.wk-header-cta {
  justify-self: end;
  min-height: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: var(--wk-radius-pill);
  padding: 0 24px;
  background: #070d19; color: #fff;
  font-size: 14px; font-weight: 850;
  text-decoration: none; white-space: nowrap;
}

/* ---- Mobile overlay menu ---- */
.wk-menu-overlay {
  position: fixed; inset: 0; z-index: 60;
  padding: 28px 14px 0 30px;
  background: rgba(13, 18, 16, 0.58);
  backdrop-filter: blur(4px);
}
.wk-menu-panel {
  width: min(420px, 100%);
  min-height: calc(100svh - 28px);
  padding: 22px 20px 24px;
  border-radius: 18px 0 0 0;
  background: #fff; color: var(--wk-navy);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
  overflow-y: auto;
  display: flex; flex-direction: column;
}
.wk-menu-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-bottom: 14px;
}
.wk-menu-close {
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border: 1px solid #dde2e7; border-radius: 10px;
  background: #fff; color: var(--wk-navy); cursor: pointer;
}
.wk-menu-top { display: flex; flex-direction: column; }
.wk-menu-top__item {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 16px 4px;
  border: 0; border-bottom: 1px solid #ecf0f3;
  background: transparent; color: var(--wk-navy);
  font-family: inherit; font-size: 18px; font-weight: 700;
  text-align: left; text-decoration: none; cursor: pointer;
}
.wk-menu-back {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 0 14px;
  border: 0; background: transparent;
  color: var(--wk-navy); font-family: inherit;
  font-size: 14px; font-weight: 700; cursor: pointer;
}
.wk-menu-back__crumb { color: #6b7480; font-weight: 600; margin-left: 4px; }
.wk-menu-sub { display: flex; flex-direction: column; }
.wk-menu-sub a {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 12px; border-radius: 10px;
  color: var(--wk-navy); font-size: 17px; font-weight: 600;
  text-decoration: none;
}
.wk-menu-sub a:hover,
.wk-menu-sub a:focus-visible {
  background: color-mix(in oklab, var(--wk-primary) 18%, transparent);
  color: var(--wk-text);
}
.wk-menu-sub a svg { width: 22px; height: 22px; flex: 0 0 auto; }
.wk-menu-cta {
  min-height: 52px; margin-top: 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: var(--wk-radius-pill);
  padding: 0 24px;
  background: var(--wk-primary); color: #061015;
  font-size: 16px; font-weight: 850; text-decoration: none;
}

/* ---- Hero V2 ---- */
.wk-hero-v2 {
  position: relative;
  background: #0c0e14; color: #fff;
  padding: 64px 20px 40px;
  overflow: hidden;
}
.wk-hero-v2__bg {
  position: absolute; inset: 0;
  background-size: auto; background-position: center;
  z-index: 0;
}
.wk-hero-v2__shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12,14,20,1.00) 0%, rgba(12,14,20,0.38) 49%, rgba(12,14,20,0.45) 100%);
  z-index: 1;
}
@media (max-width: 899px) {
  .wk-hero-v2__bg, .wk-hero-v2__shade { display: none !important; }
}
.wk-hero-v2__inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  display: grid; gap: 28px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .wk-hero-v2__inner { grid-template-columns: minmax(0, 720px); align-items: center; gap: 48px; }
  .wk-hero-v2__content { max-width: 680px; }
}
.wk-hero-v2__title {
  margin: 0;
  font-size: clamp(34px, 5.4vw, 60px);
  font-weight: 900; line-height: 1.05;
  letter-spacing: -0.01em; color: #fff;
}
.wk-hero-v2__accent { color: var(--wk-primary); }
.wk-hero-v2__trust {
  display: flex; align-items: center; gap: 10px;
  margin-top: 22px; color: #cfd3dc;
  font-size: 15px; font-weight: 500;
}
.wk-hero-v2__tp { display: inline-flex; align-items: center; gap: 6px; color: #fff; }
.wk-hero-v2__tp b { font-weight: 700; }
.wk-hero-v2__media img {
  width: 100%; height: auto; display: block;
  border-radius: 18px; object-fit: cover; max-height: 520px;
}
.wk-hero-v2__media.wk-mobile-only { margin: 18px 0 6px; }
.wk-hero-v2__media.wk-mobile-only img {
  height: 300px; max-height: 300px;
  border-radius: 16px; width: 100%; object-fit: cover;
}
.wk-hero-v2__checks {
  list-style: none; margin: 28px 0 0; padding: 0;
}
@media (min-width: 900px) {
  .wk-hero-v2__checks { margin-top: 70px !important; }
}
.wk-hero-v2__checks li {
  display: flex; align-items: center; gap: 12px;
  color: #fff; font-size: 16px; font-weight: 500;
  margin-bottom: 12px;
}
.wk-hero-v2__check {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px; color: var(--wk-primary);
}
.wk-hero-v2__actions {
  display: flex; flex-direction: column; gap: 12px;
  margin: 22px 0 8px;
}
@media (min-width: 900px) { .wk-hero-v2__actions { margin: 22px 0 50px !important; } }
@media (min-width: 560px) { .wk-hero-v2__actions { flex-direction: row; } }
.wk-hero-v2__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 60px; padding: 0 28px;
  border-radius: 999px;
  font-weight: 800; font-size: 16px;
  text-decoration: none; cursor: pointer; border: 0;
}
.wk-hero-v2__btn--primary { background: var(--wk-primary); color: #000; }
.wk-hero-v2__btn--outline { background: transparent; color: #fff; border: 1.5px solid #fff; }

/* ---- Konfigurator ---- */
.wk-config { background: #fff; padding: var(--wk-section-y) 16px; }
.wk-config__inner { width: min(100%, 980px); margin: 0 auto; }
.wk-config__title {
  margin: 0 auto; max-width: 680px;
  color: var(--wk-text); text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800; line-height: 1.18;
}
.wk-trustbar {
  width: 100%; max-width: 760px;
  margin: 24px auto 38px;
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 14px 18px; padding: 0; background: transparent;
}
.wk-trustbar__item {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 22px 10px 10px;
  border-radius: 999px; background: #eaf4ec;
  color: #0b6f51; font-size: 14px; font-weight: 600; white-space: nowrap;
}
.wk-trustbar__icon {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 50%; background: #0b6f51; color: #fff; flex: 0 0 auto;
}
.wk-trustbar__icon svg { width: 18px; height: 18px; }
.wk-config__box { background: transparent; }
.wk-progress {
  width: min(100%, 620px); height: 4px;
  margin: 0 auto; overflow: hidden;
  border-radius: var(--wk-radius-pill); background: #edf0f1;
}
.wk-progress__bar { height: 100%; width: 25%; background: var(--wk-primary); transition: width 0.25s ease; }
.wk-progress--2 .wk-progress__bar { width: 50%; }
.wk-progress--3 .wk-progress__bar { width: 75%; }
.wk-progress--4 .wk-progress__bar { width: 100%; }
.wk-progress__text {
  margin: 10px 0 0; color: var(--wk-muted); text-align: center;
  font-size: 12px; font-weight: 850; text-transform: uppercase;
}
.wk-step { margin-top: 24px; }
.wk-step__title {
  margin: 0; color: var(--wk-text); text-align: center;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700; line-height: 1.22;
}
.wk-step__hint {
  margin: 4px 0 0; text-align: center;
  font-weight: 500; color: #6c7283; font-size: 14px;
}
.wk-step__body { margin-top: 28px; }
.wk-choice-grid { display: grid; justify-content: center; gap: 12px; }
.wk-choice-grid--products { grid-template-columns: repeat(3, minmax(0, 220px)); gap: 18px; }
.wk-choice-grid--houses,
.wk-choice-grid--heating,
.wk-choice-grid--roofs { grid-template-columns: repeat(4, minmax(0, 205px)); gap: 18px; }
.wk-choice-grid--roofs { margin-top: 4px; }
.wk-choice {
  position: relative; overflow: hidden;
  min-height: 220px;
  display: grid; grid-template-rows: 1fr auto;
  align-items: end; justify-items: center;
  border: 3px solid transparent;
  border-radius: 14px; background: #fff;
  padding: 28px 14px 0;
  color: #2d2d2d; box-shadow: none;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.wk-choice:hover, .wk-choice:focus-visible {
  border-color: color-mix(in srgb, var(--wk-primary) 48%, #fff);
  outline: none; transform: translateY(-2px);
}
.wk-choice.is-selected {
  border-color: #15803d !important;
  border-width: 3px !important;
  background: color-mix(in oklab, var(--wk-primary) 8%, white) !important;
  box-shadow: 0 0 0 2px rgba(21, 128, 61, 0.25), 0 6px 16px -8px rgba(21, 128, 61, 0.35) !important;
}
.wk-choice-icon {
  width: 100px; height: 100px;
  display: grid; place-items: center;
  margin: 0 auto; color: #1f2937;
}
.wk-choice-icon svg { width: 100%; height: 100%; display: block; stroke-width: 2; }
.wk-choice-grid--products .wk-choice-icon svg { stroke-width: 1.1; width: 56px; height: 56px; }
@media (min-width: 720px) {
  .wk-choice-grid--products .wk-choice-icon svg { width: 64px; height: 64px; }
}
.wk-choice-label {
  width: 100%; min-height: 60px;
  display: grid; place-items: center;
  padding: 10px 8px 18px;
  color: var(--wk-text); font-size: 15px; font-weight: 700;
  line-height: 1.1; text-align: center;
}
.wk-choice.is-selected .wk-choice-label { color: #14532d !important; }
.wk-config__sub2 {
  margin: 28px 0 14px; text-align: center;
  color: var(--wk-text); font-size: 18px; font-weight: 800;
}
.wk-input {
  width: min(100%, 520px); min-height: 58px;
  display: block; margin: 14px auto 0;
  border: 2px solid #e5e7eb; border-radius: 18px;
  background: #fff; padding: 0 18px;
  color: var(--wk-text); font-size: 17px; font-weight: 600;
  outline: none; font-family: inherit;
}
.wk-input:focus { border-color: var(--wk-primary); box-shadow: 0 0 0 4px rgba(187, 241, 17, 0.22); }
.wk-input--error { border-color: #dc2626; }
.wk-field { width: min(100%, 520px); margin: 14px auto 0; }
.wk-field label { display: block; color: var(--wk-text); font-size: 14px; font-weight: 800; }
.wk-field .wk-input { width: 100%; }
.wk-error { width: min(100%, 520px); margin: 6px auto 0; color: #dc2626; font-size: 13px; font-weight: 650; }
.wk-consent--modern {
  width: min(100%, 520px); margin: 18px auto 0;
  display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
}
.wk-consent--modern input { position: absolute; opacity: 0; pointer-events: none; }
.wk-consent__box {
  width: 26px; height: 26px; border-radius: 8px;
  background: #fff; border: 2px solid rgba(0,0,0,0.18);
  display: grid; place-items: center; color: var(--wk-primary);
  flex: 0 0 auto; margin-top: 2px;
  transition: all .15s ease;
}
.wk-consent--modern.is-checked .wk-consent__box {
  background: var(--wk-primary); border-color: var(--wk-primary); color: #0c0e14;
}
.wk-consent__box svg { width: 16px; height: 16px; }
.wk-submit, .wk-btn-primary, .wk-next {
  min-height: 56px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border-radius: var(--wk-radius-pill);
  padding: 0 30px; border: 0;
  background: var(--wk-primary); color: #050b12;
  font-size: 15px; font-weight: 700; line-height: 1;
  text-decoration: none; cursor: pointer; font-family: inherit;
}
.wk-submit { width: min(100%, 520px); margin: 18px auto 0; display: flex; }
.wk-next { min-width: 150px; }
.wk-submit:disabled, .wk-next:disabled { opacity: 0.42; cursor: not-allowed; }
.wk-config-nav {
  width: min(100%, 620px); margin: 30px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.wk-back {
  border: 0; background: transparent;
  color: #606975; font-size: 15px; font-weight: 800;
  cursor: pointer; font-family: inherit;
}
.wk-success {
  width: min(100%, 620px); margin: 30px auto 0;
  border: 2px solid var(--wk-primary);
  border-radius: 22px; background: #f7ffd9; padding: 26px;
}
.wk-success p + p, .wk-success button, .wk-note { margin-top: 14px; }
.wk-note { color: #5f6670; font-size: 12px; }
.wk-honeypot { display: none; }

@media (max-width: 767px) {
  .waerkon-page { --wk-section-y: 50px; }
  .wk-choice-grid--products,
  .wk-choice-grid--houses,
  .wk-choice-grid--heating,
  .wk-choice-grid--roofs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .wk-choice { min-height: 122px; padding: 12px 8px 0; }
  .wk-choice-icon { width: 64px; height: 64px; }
  .wk-choice-label { font-size: 13px; min-height: 38px; padding-bottom: 10px; }
  .wk-config__title { font-size: 22px; }
  .wk-step__title { font-size: 20px; }
  .wk-header__inner {
    min-height: 108px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px; padding: 0 26px;
  }
  .wk-logo { min-height: 68px; padding: 0; font-size: 30px; }
  .wk-header-cta { min-height: 58px; padding: 0 21px; font-size: 16px; }
  .wk-menu-overlay { padding: 28px 0 0 30px; }
  .wk-menu-panel { padding-left: 54px; }
  .wk-trustbar {
    width: calc(100% + 32px); margin-left: -16px; margin-right: -16px;
    gap: 8px; padding: 0 12px;
  }
  .wk-trustbar__item { gap: 7px; font-size: 11px; }
  .wk-trustbar__icon { width: 30px; height: 30px; }
}
@media (max-width: 430px) {
  .wk-header__inner { padding-inline: 18px; gap: 10px; }
  .wk-logo { min-height: 58px; font-size: 25px; }
  .wk-header-cta { min-height: 52px; padding-inline: 16px; font-size: 12px; }
  .wk-mobile-banner { font-size: 12px; }
}

/* ---- So funktioniert's ---- */
.wk-sf { background: #fff; padding: var(--wk-section-y) 16px; }
.wk-sf__card {
  width: min(100%, 1120px); margin: 0 auto;
  background: #edfbe5; border-radius: 28px; padding: 40px 24px;
}
.wk-sf__title {
  margin: 0; text-align: center; color: var(--wk-text);
  font-size: clamp(24px, 3.2vw, 32px); font-weight: 800;
  line-height: 1.1; letter-spacing: -0.02em;
}
.wk-sf__sub { margin: 10px 0 0; text-align: center; color: var(--wk-muted); font-size: 16px; }
.wk-sf__grid { margin-top: 28px; display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .wk-sf__grid { grid-template-columns: repeat(4, 1fr); } }
.wk-sf__step {
  display: flex; align-items: flex-start; gap: 16px;
  background: #fff; border-radius: 18px; padding: 18px;
}
.wk-sf__iconwrap { position: relative; flex: 0 0 auto; }
.wk-sf__icon {
  width: 64px; height: 64px;
  display: grid; place-items: center;
  border-radius: 14px; background: #dff5d3; color: #0b6f51;
}
.wk-sf__icon svg { width: 34px; height: 34px; }
.wk-sf__num {
  position: absolute; top: -6px; right: -6px;
  width: 22px; height: 22px; border-radius: 50%;
  background: #0b6f51; color: #fff;
  font-size: 12px; font-weight: 800;
  display: grid; place-items: center; border: 2px solid #fff;
}
.wk-sf__h3 { margin: 0; color: var(--wk-text); font-size: 17px; font-weight: 800; line-height: 1.2; }
.wk-sf__p { margin: 6px 0 0; color: var(--wk-muted); font-size: 14px; line-height: 1.4; }

/* ---- Zahlen ---- */
.wk-zahlen { background: #fff; padding: var(--wk-section-y) 16px; }
.wk-zahlen__card {
  width: min(100%, 1120px); margin: 0 auto;
  background: var(--wk-dark); border-radius: 28px;
  padding: 36px 28px 40px; color: #fff;
}
.wk-zahlen__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px; padding: 8px 16px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.12em; color: #fff;
}
.wk-zahlen__eyebrow svg { color: var(--waerkon-secondary); }
.wk-zahlen__title {
  margin: 18px 0 0; font-size: clamp(26px, 4vw, 42px);
  font-weight: 800; line-height: 1.05; letter-spacing: -0.02em;
}
.wk-zahlen__sub { margin: 12px 0 0; color: rgba(255,255,255,0.7); font-size: 16px; max-width: 520px; }
.wk-zahlen__divider { margin: 24px 0 22px; height: 1px; background: rgba(255,255,255,0.12); }
.wk-zahlen__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
@media (min-width: 720px) { .wk-zahlen__grid { grid-template-columns: repeat(3, 1fr); } }
.wk-zahlen__n { font-size: clamp(34px, 4.4vw, 48px); font-weight: 900; line-height: 1; letter-spacing: -0.02em; }
.wk-zahlen__l { margin-top: 6px; color: rgba(255,255,255,0.7); font-size: 14px; }

/* ---- Slider (shared) ---- */
.wk-slider { position: relative; }
.wk-slider__track {
  display: flex; gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 4px 14px;
  cursor: default;
}
.wk-slider__track::-webkit-scrollbar { display: none; }
.wk-slider__slide { flex: 0 0 92%; scroll-snap-align: start; }
.wk-slider__arrow {
  background: var(--wk-primary) !important;
  color: #0c0e14 !important;
  border: 0 !important;
  box-shadow: 0 4px 14px rgba(15,17,23,0.18) !important;
  width: 44px !important; height: 44px !important;
  display: grid !important; place-items: center;
  border-radius: 999px; cursor: pointer;
  transition: opacity .15s ease;
  position: absolute;
  z-index: 4;
}
.wk-slider--ref .wk-slider__arrow,
.wk-slider--circle .wk-slider__arrow { width: 48px !important; height: 48px !important; top: 42% !important; }
.wk-slider--default .wk-slider__slide { flex-basis: 86%; }
.wk-slider--default .wk-slider__arrow { top: 40%; }
.wk-slider__arrow--left { left: 6px; }
.wk-slider__arrow--right { right: 6px; }
.wk-slider--default .wk-slider__arrow--left { left: -8px; }
.wk-slider--default .wk-slider__arrow--right { right: -8px; }
.wk-slider.is-start .wk-slider__arrow--left { opacity: 0; pointer-events: none; }
.wk-slider.is-end .wk-slider__arrow--right { opacity: 0 !important; pointer-events: none !important; }
@media (min-width: 700px) {
  .wk-slider--ref .wk-slider__slide { flex-basis: 56%; }
  .wk-slider--circle .wk-slider__slide { flex-basis: 40%; }
  .wk-slider--default .wk-slider__slide { flex-basis: calc(50% - 9px); }
}
@media (min-width: 1000px) {
  .wk-slider--ref .wk-slider__slide { flex-basis: 42%; }
  .wk-slider--circle .wk-slider__slide { flex-basis: 32%; }
  .wk-slider--default .wk-slider__slide { flex-basis: calc(33.333% - 12px); }
}
@media (max-width: 600px) {
  .wk-slider--ref .wk-slider__arrow,
  .wk-slider--circle .wk-slider__arrow,
  .wk-slider--default .wk-slider__arrow {
    display: grid !important;
    width: 38px !important; height: 38px !important;
  }
  .wk-slider--ref .wk-slider__arrow--left,
  .wk-slider--circle .wk-slider__arrow--left,
  .wk-slider--default .wk-slider__arrow--left { left: 4px !important; }
  .wk-slider--ref .wk-slider__arrow--right,
  .wk-slider--circle .wk-slider__arrow--right,
  .wk-slider--default .wk-slider__arrow--right { right: 4px !important; }
}

/* ---- Referenzen V2 ---- */
.wk-ref-v2 { background: #eef0f4; padding: 70px 16px 50px; }
.wk-ref-v2__inner { max-width: 1200px; margin: 0 auto; }
.wk-ref-v2__title {
  margin: 0; text-align: center;
  font-size: clamp(28px, 4vw, 44px); font-weight: 900;
  letter-spacing: -0.02em; color: #0c0e14;
}
.wk-ref-v2__sub { margin: 6px 0 36px; text-align: center; color: #6c7283; font-size: 18px; }
.wk-refcard-v2 {
  background: #fff; border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column; height: 100%;
  box-shadow: 0 1px 0 rgba(15,17,23,0.04);
}
.wk-refcard-v2__media {
  position: relative; aspect-ratio: 4/3;
  overflow: hidden; background: #d9dee5;
}
.wk-refcard-v2__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wk-refcard-v2__badges {
  position: absolute; top: 14px; left: 14px; right: 14px;
  display: flex; gap: 8px; flex-wrap: wrap; z-index: 2;
}
.wk-refcard-v2__badge {
  padding: 8px 16px; border-radius: 999px;
  font-weight: 800; font-size: 14px;
  background: #fff; color: #0c0e14;
}
.wk-refcard-v2__badge--type { background: var(--wk-primary); color: #0c0e14; }
.wk-refcard-v2__body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 12px; }
.wk-refcard-v2__quote { margin: 0; font-weight: 800; font-size: 18px; line-height: 1.35; color: #0c0e14; }
.wk-refcard-v2__stars { display: inline-flex; gap: 2px; color: #1ec07d; }
.wk-refcard-v2__star svg { width: 18px; height: 18px; }
.wk-refcard-v2__family { margin: 0; color: #6c7283; font-size: 14px; }
.wk-refcard-v2__rows { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 6px; }
.wk-refcard-v2__rows li {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; background: #f3f5f8; border-radius: 12px;
  font-size: 14px; font-weight: 600; color: #0c0e14;
}
.wk-refcard-v2__rowLabel { display: inline-flex; align-items: center; gap: 8px; color: #4b5263; font-weight: 500; }
.wk-ref-v2__ctaWrap { display: flex; justify-content: center; margin-top: 28px; }
.wk-ref-v2__cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 36px;
  background: var(--wk-primary); color: #0c0e14;
  border-radius: 999px; font-weight: 900; font-size: 16px;
  text-decoration: none;
  min-width: min(680px, 92vw); justify-content: center;
}

/* ---- Vertrauen V2 ---- */
.wk-vertrauen { background: #f5f7f4; padding: var(--wk-section-y) 16px; }
.wk-vertrauen__inner { width: min(100%, 1120px); margin: 0 auto; }
.wk-vertrauen__title {
  margin: 0; text-align: center;
  font-size: clamp(24px, 3.4vw, 36px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.15;
}
.wk-vertrauen__sub { margin: 10px 0 0; text-align: center; color: var(--wk-muted); font-size: 15px; }
.wk-vcard-v2 {
  display: flex; flex-direction: column; align-items: center;
  padding: 6px 6px 18px; height: 100%;
}
.wk-vcard-v2__circle {
  width: 100%; aspect-ratio: 1; border-radius: 50%;
  overflow: hidden; background: #d9dee5; margin: 0 auto 22px; max-width: 360px;
}
.wk-vcard-v2__circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wk-vcard-v2__h3 { margin: 0 12px 12px; text-align: center; font-size: 22px; font-weight: 800; color: #0c0e14; }
.wk-vcard-v2__p { margin: 0 12px 18px; text-align: center; color: #4b5263; font-size: 15px; line-height: 1.55; }
.wk-vcard-v2__cta {
  align-self: center; margin-left: 0; margin-top: 4px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px; border-radius: 999px;
  background: var(--wk-primary); color: #0c0e14;
  font-weight: 800; font-size: 14px; text-decoration: none;
}

/* ---- Produkte ---- */
.wk-produkte { background: #fff; padding: var(--wk-section-y) 16px; }
.wk-produkte__inner { width: min(100%, 1200px); margin: 0 auto; }
.wk-produkte__title {
  margin: 0; text-align: center;
  font-size: clamp(24px, 3.4vw, 36px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.15;
}
.wk-produkte__sub { margin: 10px auto 0; text-align: center; color: var(--wk-muted); font-size: 15px; max-width: 620px; }
.wk-produkte__slider { margin-top: 28px; }
.wk-prodcard {
  display: flex; flex-direction: column; height: 100%;
  background: #fff; border: 1px solid #e7eaef; border-radius: 18px; overflow: hidden;
}
.wk-prodcard__media { aspect-ratio: 3 / 2; background: #eef2f7; }
.wk-prodcard__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wk-prodcard__body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.wk-prodcard__title { margin: 0; font-size: 18px; font-weight: 800; }
.wk-prodcard__sub { margin: 4px 0 0; color: var(--wk-muted); font-size: 13px; }
.wk-prodcard__desc { margin: 10px 0 0; font-size: 14px; line-height: 1.5; }
.wk-prodcard__list { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 6px; flex: 1; }
.wk-prodcard__list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.4; }
.wk-prodcard__check {
  margin-top: 2px; display: grid; place-items: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--wk-primary); color: #000; flex: 0 0 auto;
}
.wk-prodcard__check svg { width: 12px; height: 12px; }
.wk-prodcard__cta {
  margin-top: 14px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--wk-primary); color: #000;
  font-weight: 800; font-size: 14px; padding: 12px 18px;
  border-radius: 999px; text-decoration: none;
}

/* ---- Cookie banner ---- */
.wk-cookie {
  position: fixed; right: 0; bottom: 0; left: 0; z-index: 50;
  padding: 16px; border-top: 2px solid var(--wk-primary);
  background: var(--wk-dark); color: #fff;
}
.wk-cookie__accept, .wk-cookie__necessary {
  border-radius: 8px; padding: 8px 16px; font-size: 14px; cursor: pointer; font-family: inherit;
}
.wk-cookie__accept { border: 0; background: var(--wk-primary); color: #000; font-weight: 850; }
.wk-cookie__necessary { border: 1px solid #555; background: transparent; color: #ccc; }

/* ---- Kontakt section ---- */
.wk-kontakt { background: var(--wk-primary); }
.wk-kontakt h2, .wk-kontakt p { color: #0c0e14 !important; }
.wk-kontakt .text-white { color: #0c0e14 !important; }
.wk-modern-check {
  display: inline-flex; align-items: center; gap: 10px;
  cursor: pointer; font-size: 14px; font-weight: 600; color: #0c0e14;
}
.wk-modern-check input { position: absolute; opacity: 0; pointer-events: none; }
.wk-modern-check__box {
  width: 26px; height: 26px; border-radius: 8px;
  background: #fff; border: 2px solid rgba(0,0,0,0.18);
  display: grid; place-items: center; color: #0c0e14;
  transition: all .15s ease; flex: 0 0 auto;
}
.wk-modern-check.is-checked .wk-modern-check__box { background: #0c0e14; border-color: #0c0e14; color: var(--wk-primary); }
.wk-modern-check__box svg { width: 16px; height: 16px; }
.wk-modern-check--row { align-items: flex-start; padding-top: 6px; }
.wk-kontakt__interests {
  display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding-top: 8px;
}
.wk-kontakt aside { color: #ffffff !important; }
.wk-kontakt aside p, .wk-kontakt aside h3, .wk-kontakt aside a, .wk-kontakt aside span { color: #ffffff !important; }
.wk-kontakt aside a[style*="color"] { color: var(--wk-primary) !important; }
.wk-kontakt aside button[style*="color"] { color: var(--wk-primary) !important; }
.wk-kontakt .bg-black-90, .wk-kontakt .bg-black-90 p { color: #fff !important; }

/* ---- Footer social ---- */
.wk-social {
  display: inline-grid; place-items: center;
  width: 40px; height: 40px; border-radius: 999px;
  background: rgba(255,255,255,0.08); color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  transition: background .15s ease;
}
.wk-social:hover { background: var(--wk-primary); color: #0c0e14; border-color: var(--wk-primary); }
