:root {
  --cb-bg: #f4f0ed;
  --cb-text: #333333;
  --cb-muted: #aaa5a1;
  --cb-line: #d6d0cd;
  --cb-cyan: #a7edf2;
  --volki-blue: #39a9df;
  --volki-blue-dark: #076994;
  --volki-green: #94c11f;
  --panel: #f1f1f1;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--cb-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 999; background: #111; color: #fff; padding: 10px 14px; }
.skip-link:focus { left: 10px; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

/* Cleanbros-style header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #ece9e7;
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.header-logo { display: block; width: 285px; line-height: 0; }
.header-logo img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.main-nav a {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border-radius: 8px;
  background: #4c59eb;
  color: #fff;
  font-weight: 600;
  transition: background-color .18s ease;
}
.main-nav a:hover { background: #3e4bd8; opacity: 1; }
.header-cta {
  position: relative;
  overflow: hidden;
}
.header-cta::after,
.footer-order-button::after,
.cleanbros-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  width: 28px;
  opacity: .28;
  transform: skewX(-12deg);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);
  animation: cleanbrosShine 5s linear infinite;
}
@keyframes cleanbrosShine { 0%,75% { left:-45px; } 100% { left:calc(100% + 45px); } }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid #dedbd8; border-radius: 50%; background: #fff; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #333; transition: .2s ease; }
.menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Cleanbros reference hero supplied by the user. */
.cleanbros-lead {
  position: relative;
  height: clamp(620px, 45.46vw, 766px);
  min-height: 620px;
  overflow: hidden;
  background-image: url("assets/img/cleanbros-hero.webp");
  background-size: cover;
  background-position: center 46%;
  background-repeat: no-repeat;
}
.lead-card-wrap { position: absolute; inset: 0; }
.lead-card {
  position: absolute;
  left: 3.75vw;
  top: 7.6%;
  width: min(35vw, 592px);
  min-width: 500px;
  min-height: 73%;
  padding: 44px 46px 42px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
}
.lead-card h1 {
  margin: 2px 0 26px;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: .15em;
}
.lead-card input,
.lead-card textarea {
  width: 100%;
  border: 1px solid #d2ccc8;
  background: #fff;
  outline: none;
  font-size: 17px;
  font-weight: 300;
}
.lead-card input {
  height: 63px;
  margin-bottom: 15px;
  padding: 0 25px;
  border-radius: 999px;
}
.lead-card textarea {
  height: 130px;
  min-height: 130px;
  padding: 20px 25px;
  border-radius: 15px;
  resize: none;
}
.lead-card input::placeholder,
.lead-card textarea::placeholder { color: #8f8f8f; opacity: 1; }
.lead-card input:focus,
.lead-card textarea:focus { border-color: #99918c; }
.lead-card-divider {
  height: 1px;
  margin: 33px -46px 35px;
  background: #d7d2ce;
}
.cleanbros-button {
  position: relative;
  overflow: hidden;
  min-height: 63px;
  border: 0;
  border-radius: 999px;
  background: var(--cb-cyan);
  color: #222;
  font-size: 16px;
  transition: filter .15s ease;
}
.cleanbros-button:hover { filter: brightness(.97); }
.lead-form-error { min-height: 17px; margin: 11px 6px 0; color: #a1433b; font-size: 12px; text-align: center; }

/* Volki Clean review section. Everything is local; no outbound links/widgets. */
.volki-reviews {
  padding: 64px 0 70px;
  color: #fff;
  background: linear-gradient(90deg, var(--volki-blue), var(--volki-blue-dark));
}
.reviews-heading { text-align: center; }
.reviews-heading h2 { margin: 0; font-size: clamp(30px,4vw,40px); font-weight: 500; }
.reviews-rating { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; }
.big-rating { font-size: 21px; font-weight: 700; }
.review-stars { display: flex; gap: 2px; }
.review-stars img { width: 16px; height: 16px; }
.review-carousel { position: relative; margin-top: 34px; padding: 0 54px; }
.carousel-viewport { overflow: hidden; touch-action: pan-y; }
.carousel-track { display: flex; gap: 18px; will-change: transform; }
.review-card {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 280px;
  padding: 23px;
  color: #333;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0,37,62,.12);
}
.review-card-head { display: grid; grid-template-columns: 44px minmax(0,1fr) 24px; align-items: center; gap: 11px; }
.review-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #edf6fa; color: var(--volki-blue-dark); font-weight: 700; }
.review-card-head strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.review-card-head time { display: block; margin-top: 2px; color: #909090; font-size: 11px; }
.google-mark { width: 20px; height: 20px; }
.card-stars { margin-top: 16px; color: #f6b900; letter-spacing: 2px; font-size: 18px; }
.review-card p { margin: 14px 0 0; color: #4a4a4a; font-size: 14px; line-height: 1.55; }
.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.12);
  font-size: 29px;
  line-height: 36px;
}
.carousel-arrow:hover { background: rgba(255,255,255,.22); }
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

/* Volki/order-reference booking form. */
.booking-section { padding: 72px 0 82px; background: #fff; }
.booking-container { max-width: 940px; }
.booking-title { margin: 0 0 28px; text-align: center; font-size: 29px; font-weight: 400; }
.form-message { display: none; margin: 0 0 20px; padding: 12px 15px; border: 1px solid #b6d08a; background: #f3f8e8; color: #3d5415; font-size: 14px; }
.form-message.is-visible { display: block; }
.form-message.is-error { border-color: #e0aaa6; background: #fff2f1; color: #7a2922; }
.reference-form { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: start; }
.form-panel { min-width: 0; padding: 13px 13px 18px; background: var(--panel); }
.form-panel h3 { margin: 0 0 10px; text-align: center; font-size: 15px; line-height: 1.25; font-weight: 400; }
.form-panel select,
.form-panel input[type="text"],
.form-panel input[type="email"],
.form-panel input[type="tel"],
.form-panel input[type="date"],
.form-panel input[type="time"],
.form-panel textarea {
  width: 100%;
  min-height: 42px;
  margin: 0 0 11px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  outline: none;
  font-size: 13px;
}
.form-panel textarea { min-height: 84px; padding-top: 10px; resize: vertical; }
.form-panel select:focus,
.form-panel input:focus,
.form-panel textarea:focus { box-shadow: 0 0 0 2px rgba(56,170,225,.32); }
.extras-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.extra-option {
  position: relative;
  min-height: 64px;
  padding: 8px 8px 8px 12px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 40px;
  align-items: center;
  gap: 5px;
  border: 1px solid #aaa;
  background: transparent;
  cursor: pointer;
}
.extra-option input { position: absolute; opacity: 0; pointer-events: none; }
.extra-option span { font-size: 11px; }
.extra-option svg { width: 38px; height: 38px; fill: none; stroke: #78b6ec; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.extra-option.is-selected { border-color: #5fa9e6; background: #eaf5fd; box-shadow: inset 0 0 0 1px #5fa9e6; }
.plain-fieldset { margin: 20px 0 0; padding: 0; border: 0; }
.plain-fieldset legend { margin: 0 0 8px; padding: 0; font-size: 15px; }
.plain-fieldset label { display: block; margin: 4px 0; font-size: 12px; }
.plain-fieldset input { margin-right: 5px; }
.date-block { margin-top: 20px; }
.date-block h4 { margin: 0 0 10px; text-align: center; font-size: 15px; font-weight: 400; }
.booking-rule { margin: -3px 0 0; color: #777; font-size: 10px; line-height: 1.4; }
.other-title { margin-top: 22px!important; }
.privacy-row { margin-top: 18px; display: flex; align-items: flex-start; gap: 7px; font-size: 10px; line-height: 1.35; }
.privacy-row input { flex: 0 0 auto; margin: 1px 0 0; }
.privacy-row a { text-decoration: underline; }
.form-bottom { grid-column: 1 / -1; margin-top: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
.form-bottom p { margin: 0; text-align: center; color: #7d7d7d; font-size: 9px; }
.reference-submit { min-width: 100px; height: 38px; padding: 0 22px; border: 0; border-radius: 5px; background: var(--volki-green); color: #fff; font-size: 12px; }
.reference-submit:hover { filter: brightness(.96); }

/* Cleanbros-style footer: white, roomy, muted typography. */
.cleanbros-footer { padding: 68px 0 0; background: var(--cb-bg); border-top: 1px solid #dfdcda; }
.cleanbros-footer-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding-bottom: 54px; }
.footer-service-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 55px; }
.cleanbros-footer-list h3 { margin: 0 0 18px; font-size: 14px; font-weight: 400; text-transform: uppercase; letter-spacing: .09em; color: #88827e; }
.cleanbros-footer-list a { display: block; margin: 10px 0; font-size: 16px; }
.cleanbros-footer-list a:hover { color: #77716d; }
.cleanbros-footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-cleanbros-logo { width: 300px; height: auto; margin-bottom: 20px; }
.cleanbros-footer-contact p { max-width: 450px; margin: 0 0 24px; font-size: 18px; line-height: 1.45; }
.footer-order-button { position: relative; overflow: hidden; display: inline-block; padding: 16px 26px; border-radius: 999px; background: var(--cb-cyan); }
.cleanbros-footer-bottom { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; padding: 28px 0 34px; border-top: 1px solid #dad5d2; color: #77716d; font-size: 12px; }
.cleanbros-footer-bottom p { margin: 0 0 8px; }
.footer-company-placeholder { text-align: right; }

/* legal pages */
.legal-page { min-height: 100vh; padding: 60px 0; background: var(--cb-bg); }
.legal-card { max-width: 880px; padding: 42px; background: #fff; border-radius: 14px; }
.back-link { display: inline-block; margin-bottom: 24px; color: #77716d; }
.legal-card h1 { margin: 0 0 26px; font-weight: 400; }
.legal-card h2 { margin: 28px 0 8px; font-size: 20px; font-weight: 400; }
.legal-card p { color: #5e5a57; }

@media (max-width: 1100px) {
  .header-logo { width: 245px; }
  .cleanbros-lead { min-height: 600px; background-size: cover; }
  .lead-card { left: 4vw; width: 520px; min-width: 0; padding: 40px; }
  .lead-card-divider { margin-left: -40px; margin-right: -40px; }
  .booking-container { max-width: 900px; }
}

@media (max-width: 900px) {
  .header-inner { height: 74px; }
  .header-logo { width: 210px; }
  .menu-button { display: none !important; }
  .main-nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .main-nav a {
    display: block !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 8px 11px !important;
    margin: 0 !important;
    border-radius: 7px !important;
    background: #4c59eb !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 11.5px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    white-space: nowrap;
    box-sizing: border-box;
    border: 0 !important;
  }
  .main-nav a:hover { background: #3e4bd8 !important; opacity: 1; }
  .header-cta::after { display: none !important; }

  .cleanbros-lead {
    height: auto;
    min-height: 0;
    padding: 360px 24px 28px;
    background-image: url("assets/img/cleanbros-hero.webp");
    background-size: cover;
    background-position: center top;
  }
  .lead-card-wrap { position: static; }
  .lead-card {
    position: static;
    width: min(100%, 590px);
    min-height: 0;
    margin: 0 auto;
    padding: 34px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
  }
  .lead-card-divider { margin-left: -34px; margin-right: -34px; }

  .reference-form { grid-template-columns: 1fr 1fr; }
  .customer-panel { grid-column: 1 / -1; }
  .form-bottom { grid-column: 1 / -1; }
  .cleanbros-footer-top { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-logo { width: 205px; }
  .cleanbros-lead { padding: 250px 14px 18px; }
  .lead-card { padding: 28px 22px 24px; border-radius: 12px; }
  .lead-card h1 { margin-bottom: 22px; font-size: 15px; }
  .lead-card input { height: 58px; padding: 0 20px; font-size: 16px; }
  .lead-card textarea { height: 112px; min-height: 112px; padding: 18px 20px; font-size: 16px; }
  .lead-card-divider { margin: 26px -22px 27px; }
  .cleanbros-button { min-height: 58px; }

  .volki-reviews { padding: 52px 0 58px; }
  .review-carousel { padding: 0 42px; }
  .review-card { min-height: 260px; }
  .carousel-arrow { width: 36px; height: 36px; font-size: 25px; }

  .booking-section { padding: 58px 0 64px; }
  .booking-container { width: min(calc(100% - 24px), 940px); }
  .reference-form { grid-template-columns: 1fr; gap: 14px; }
  .customer-panel { grid-column: auto; }
  .form-bottom { grid-column: auto; grid-template-columns: 1fr; }
  .form-bottom p { order: 2; }
  .reference-submit { width: 100%; height: 44px; }
  .form-panel { padding: 16px; }
  .extras-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .form-panel select,
  .form-panel input[type="text"],
  .form-panel input[type="email"],
  .form-panel input[type="tel"],
  .form-panel input[type="date"],
  .form-panel input[type="time"] { min-height: 46px; font-size: 14px; }

  .footer-service-columns { grid-template-columns: 1fr 1fr; gap: 30px; }
  .cleanbros-footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .footer-company-placeholder { text-align: left; }
}

@media (max-width: 420px) {
  .header-logo { width: 190px; }
  .cleanbros-lead { padding-top: 205px; }
  .lead-card { padding: 24px 18px 20px; }
  .lead-card-divider { margin-left: -18px; margin-right: -18px; }
  .review-carousel { padding: 0 36px; }
  .review-card { padding: 19px; }
  .reviews-rating { flex-wrap: wrap; }
  .extras-grid { gap: 6px; }
  .extra-option { min-height: 60px; padding-left: 9px; grid-template-columns: minmax(0,1fr) 34px; }
  .extra-option svg { width: 32px; height: 32px; }
  .footer-service-columns { grid-template-columns: 1fr; }
  .footer-cleanbros-logo { width: 250px; }
}

/* v8 — unified date & time picker, calendar + time in one window. */
.datetime-field {
  position: relative;
  margin-top: 6px;
}
.datetime-trigger {
  width: 100%;
  min-height: 48px;
  padding: 0 13px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #3d3d3d;
  font: inherit;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}
.datetime-trigger:hover,
.datetime-trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(155, 240, 245, .72);
}
.datetime-trigger svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: #333;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.datetime-picker {
  position: absolute;
  z-index: 120;
  top: calc(100% + 8px);
  left: 50%;
  width: min(390px, calc(100vw - 24px));
  padding: 18px 16px 15px;
  transform: translateX(-50%);
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
}
.datetime-picker[hidden] { display: none !important; }
.datetime-picker__header {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.datetime-nav,
.datetime-month {
  border: 0;
  background: transparent;
  color: #2d2d2d;
  font: inherit;
  cursor: pointer;
}
.datetime-nav {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}
.datetime-nav:hover:not(:disabled) { background: #f4f0ed; }
.datetime-nav:disabled { opacity: .22; cursor: default; }
.datetime-month {
  min-width: 0;
  padding: 5px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
}
.datetime-weekdays,
.datetime-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px 6px;
}
.datetime-weekdays {
  margin-bottom: 4px;
  color: #777;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}
.datetime-weekdays span {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datetime-day {
  width: 100%;
  aspect-ratio: 1;
  min-width: 0;
  min-height: 38px;
  max-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #222;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .14s ease, color .14s ease, transform .14s ease;
}
.datetime-day.is-empty { visibility: hidden; }
.datetime-day:hover:not(:disabled):not(.is-selected) {
  background: #eefcfd;
  transform: translateY(-1px);
}
.datetime-day.is-selected {
  background: #a8b6ff;
  color: #fff;
  font-weight: 700;
}
.datetime-day.is-past {
  color: #c9c9c9;
  cursor: default;
}
.datetime-day.is-blocked,
.datetime-day.is-today {
  background: #c85f64;
  color: #fff;
  box-shadow: none;
  font-weight: 700;
  cursor: not-allowed;
}
.datetime-picker__times {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #ece9e7;
}
.datetime-time-title {
  margin-bottom: 12px;
  color: #5d5d5d;
  font-size: 11px;
  line-height: 1.35;
}
.datetime-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.datetime-time-grid:empty::after {
  content: 'Datum auswählen';
  grid-column: 1 / -1;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #dedede;
  border-radius: 8px;
  color: #aaa;
  font-size: 12px;
}
.datetime-time {
  min-height: 44px;
  padding: 0 6px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  background: #fff;
  color: #303030;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  transition: border-color .14s ease, background-color .14s ease, color .14s ease;
}
.datetime-time:hover:not(:disabled) { border-color: #9bcdd1; background: #f1fcfd; }
.datetime-time.is-disabled,
.datetime-time:disabled {
  border-color: #e6e6e6;
  background: #fafafa;
  color: #c7c7c7;
  cursor: not-allowed;
  opacity: 1;
}
.datetime-time.is-selected {
  border-color: #5267f4;
  background: #5267f4;
  color: #fff;
}
.datetime-picker .booking-rule {
  margin: 14px 0 0;
  color: #777;
  font-size: 10px;
  line-height: 1.45;
}
.datetime-inline-error {
  min-height: 17px;
  margin: 6px 0 0;
  color: #9a3f38;
  font-size: 11px;
  line-height: 1.4;
}

/* Hide obsolete v7 controls if old markup is cached anywhere. */
.time-field,
.calendar-field { display: none !important; }

@media (max-width: 700px) {
  body.datetime-open { overflow: hidden; }
  .datetime-trigger {
    min-height: 50px;
    font-size: 14px;
  }
  .datetime-picker {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: min(430px, calc(100vw - 20px));
    max-height: calc(100dvh - 20px);
    padding: 17px 14px 16px;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 12px;
    box-shadow: 0 24px 76px rgba(0, 0, 0, .28);
  }
  body.datetime-open::before {
    content: '';
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0, 0, 0, .26);
  }
  .datetime-day {
    min-height: 40px;
    max-height: 46px;
    font-size: 14px;
  }
  .datetime-weekdays span { min-height: 30px; font-size: 12px; }
  .datetime-time-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
  .datetime-time { min-height: 46px; font-size: 13px; }
}

@media (max-width: 430px) {
  .datetime-picker {
    width: calc(100vw - 12px);
    max-height: calc(100dvh - 12px);
    padding: 14px 11px;
    border-radius: 10px;
  }
  .datetime-picker__header { margin-bottom: 9px; }
  .datetime-month { font-size: 15px; }
  .datetime-weekdays,
  .datetime-days { gap: 2px 4px; }
  .datetime-day { min-height: 38px; max-height: 42px; font-size: 13px; }
  .datetime-picker__times { margin-top: 16px; padding-top: 14px; }
  .datetime-time-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .datetime-time { min-height: 44px; font-size: 13px; }
}

@media (max-width: 360px) {
  .datetime-picker { padding-left: 9px; padding-right: 9px; }
  .datetime-day { min-height: 34px; max-height: 38px; }
  .datetime-time-grid { gap: 7px; }
}

/* v8 mobile hardening — whole page, 390/430px first. */
@media (max-width: 700px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .site-header { position: sticky; }
  .header-inner { height: 68px; gap: 10px; }
  .header-logo { width: min(190px, calc(100vw - 82px)); }
  .menu-button { flex: 0 0 44px; }
  .main-nav { top: 62px; left: 12px; right: 12px; }

  .cleanbros-lead {
    padding: 56vw 10px 14px;
    background-position: 62% top;
  }
  .lead-card {
    width: 100%;
    padding: 22px 16px 18px;
    border-radius: 10px;
  }
  .lead-card h1 { font-size: 14px; letter-spacing: .11em; }
  .lead-card input { height: 54px; margin-bottom: 11px; padding: 0 17px; }
  .lead-card textarea { height: 102px; min-height: 102px; padding: 15px 17px; }
  .lead-card-divider { margin: 22px -16px 22px; }
  .cleanbros-button { min-height: 54px; }

  .volki-reviews { padding: 44px 0 48px; }
  .reviews-heading h2 { font-size: 28px; }
  .review-carousel { margin-top: 24px; padding: 0 34px; }
  .review-card { min-height: 0; height: auto; padding: 18px; }
  .review-card p { font-size: 13px; line-height: 1.5; }
  .carousel-arrow { width: 32px; height: 32px; font-size: 23px; }

  .booking-section { padding: 46px 0 52px; }
  .booking-title { margin-bottom: 20px; font-size: 25px; }
  .booking-container { width: min(calc(100% - 16px), 940px); }
  .reference-form { gap: 10px; }
  .form-panel { width: 100%; padding: 14px 12px 16px; }
  .form-panel h3 { font-size: 14px; }
  .form-panel select,
  .form-panel input[type="text"],
  .form-panel input[type="email"],
  .form-panel input[type="tel"],
  .form-panel textarea { font-size: 16px; /* prevents iOS zoom */ }
  .extras-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .extra-option { min-height: 62px; }
  .privacy-row { font-size: 11px; }
  .reference-submit { min-height: 46px; font-size: 14px; }

  .cleanbros-footer { padding-top: 44px; }
  .cleanbros-footer-top { gap: 32px; padding-bottom: 34px; }
  .cleanbros-footer-contact p { font-size: 16px; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .header-logo { width: 178px; }
  .cleanbros-lead { padding-top: 62vw; }
  .lead-card h1 { font-size: 13px; }
  .reviews-rating { gap: 7px; font-size: 12px; }
  .big-rating { font-size: 18px; }
  .review-carousel { padding: 0 31px; }
  .form-panel { padding-left: 10px; padding-right: 10px; }
  .extras-grid { gap: 6px; }
  .extra-option { padding: 7px; grid-template-columns: minmax(0, 1fr) 30px; }
  .extra-option svg { width: 29px; height: 29px; }
  .cleanbros-footer-list a { font-size: 15px; }
}

/* Keep the time grid visually identical to the supplied reference on phones. */
@media (max-width: 430px) {
  .datetime-time-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
  .datetime-time { min-width: 0; padding: 0 3px; font-size: 12px; }
}

@media (min-width: 701px) {
  .datetime-picker { max-height: min(560px, calc(100vh - 140px)); overflow-y: auto; overscroll-behavior: contain; }
}

/* v10 cleanup */
.header-only-cta { margin-left: auto; }
.form-bottom-clean { justify-content: flex-end; }
.form-bottom-clean .reference-submit { margin-left: auto; }


/* v12: Google Maps review link + WhatsApp in the restored light footer */
.reviews-google-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #3f3b39;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(63, 59, 57, .28);
  padding-bottom: 2px;
}
.reviews-google-link:hover { border-bottom-color: #3f3b39; }
.reviews-google-link img { width: 18px; height: 18px; }

.footer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid #b9b4b0;
  border-radius: 999px;
  color: #333;
  text-decoration: none;
  background: transparent;
  transition: border-color .18s ease, background .18s ease, opacity .18s ease;
}
.footer-whatsapp-button:not(.is-disabled):hover {
  border-color: #25d366;
  background: rgba(37, 211, 102, .08);
}
.footer-whatsapp-button.is-disabled {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
.whatsapp-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25d366;
  flex: 0 0 auto;
}
@media (max-width: 520px) {
  .footer-actions {
    width: 100%;
    align-items: stretch;
  }
  .footer-order-button,
  .footer-whatsapp-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


/* v13: updated single header CTA */
.header-cta--updated {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b9eef3 0%, #a9e3ea 100%);
  color: #2f3534;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid rgba(118, 180, 188, .45);
  box-shadow: 0 4px 14px rgba(169, 227, 234, .28);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.header-cta--updated:hover {
  background: linear-gradient(180deg, #c4f2f6 0%, #b4e9ef 100%);
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(169, 227, 234, .34);
}
.header-cta--updated:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .header-cta--updated {
    min-height: 48px;
    padding: 0 20px;
    font-size: 14px;
  }
}


/* ===== v15: rebuilt Volki-style reviews + trust + adapted copy ===== */
.v15-reviews{
  background:linear-gradient(90deg,#70a7dd 0%,#466f9e 100%);
  color:#fff;
  padding:54px 0 58px;
  overflow:hidden;
}
.v15-reviews-inner{
  width:min(calc(100% - 36px),960px);
  margin:0 auto;
}
.v15-reviews h2{
  margin:0;
  text-align:center;
  color:#fff;
  font-size:22px;
  font-weight:400;
  line-height:1.2;
}
.v15-carousel{
  --bubble-h:124px;
  position:relative;
  margin-top:26px;
  padding:0 34px;
}
.v15-carousel-viewport{overflow:hidden}
.v15-carousel-track{
  display:flex;
  gap:12px;
  align-items:flex-start;
  will-change:transform;
}
.v15-review-card{
  flex:0 0 auto;
  min-width:0;
  color:#171717;
}
.v15-review-bubble{
  height:var(--bubble-h);
  display:flex;
  flex-direction:column;
  padding:11px 12px 9px;
  border-radius:7px;
  background:#fff;
  box-shadow:0 4px 14px rgba(31,65,101,.14);
}
.v15-review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.v15-review-top img{width:16px;height:16px}
.v15-stars{
  color:#edbd24;
  font-size:15px;
  line-height:1;
  letter-spacing:.5px;
}
.v15-review-bubble p{
  display:-webkit-box;
  margin:7px 0 4px;
  overflow:hidden;
  color:#1f1f1f;
  font-size:11.5px;
  line-height:1.38;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
.v15-readmore{
  margin-top:auto;
  color:#777;
  font-size:9.5px;
}
.v15-review-author{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  align-items:center;
  gap:9px;
  margin-top:10px;
  padding:0 4px;
  color:#111;
}
.v15-review-author>span:last-child{min-width:0}
.v15-review-author strong{
  display:block;
  overflow:hidden;
  color:#111;
  font-size:11px;
  font-weight:600;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.v15-review-author time{
  display:block;
  margin-top:2px;
  color:#171717;
  font-size:9px;
}
.v15-avatar{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:12px;
  font-weight:500;
}
.v15-avatar-sand{background:#c7b468}
.v15-avatar-green{background:#699e8e}
.v15-avatar-olive{background:#5f842c}
.v15-avatar-lime{background:#8cb72f}
.v15-avatar-blue{background:#668cb3}
.v15-avatar-mint{background:#6d9d91}
.v15-avatar-rose{background:#b8878f}
.v15-avatar-violet{background:#8172a4}
.v15-carousel-arrow{
  position:absolute;
  top:calc(var(--bubble-h)/2);
  z-index:3;
  width:28px;
  height:28px;
  padding:0;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  cursor:pointer;
}
.v15-carousel-arrow svg{
  width:14px;
  height:14px;
  display:block;
  fill:none;
  stroke:#8b8b8b;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.v15-carousel-prev{left:0}
.v15-carousel-next{right:0}
.v15-carousel-arrow:hover svg{stroke:#4a4a4a}
.v15-review-action{
  margin-top:18px;
  text-align:center;
}
.v15-review-action a{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border-radius:7px;
  background:#fff;
  color:#282828;
  font-size:11px;
  text-decoration:none;
  box-shadow:0 3px 12px rgba(17,52,85,.12);
}

/* Google/Kundenzufriedenheit strip, based on supplied Volki assets */
.v15-google-strip{
  padding:28px 0 30px;
  background:#fff;
}
.v15-google-strip-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.v15-google-strip-inner{
  width:100%;
  min-height:112px;
  display:grid;
  grid-template-columns:minmax(230px,.85fr) minmax(390px,1.5fr) minmax(280px,1fr);
  align-items:center;
  gap:30px;
  padding:15px clamp(48px,7vw,130px);
  background:linear-gradient(90deg,#70a7dd 0%,#4b73a2 100%);
  color:#fff;
}
.v15-google-logo img{
  width:205px;
  height:auto;
}
.v15-google-score{
  padding-left:30px;
  border-left:1px solid rgba(255,255,255,.3);
}
.v15-google-brand{
  display:block;
  color:rgba(255,255,255,.9);
  font-size:13px;
}
.v15-google-score>strong{
  display:block;
  margin-top:1px;
  color:#fff;
  font-size:clamp(25px,2.5vw,36px);
  line-height:1.02;
}
.v15-google-score>div{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:7px;
  font-size:12px;
}
.v15-google-score img{width:130px;height:auto}
.v15-google-benefits{
  list-style:none;
  margin:0;
  padding:0 0 0 30px;
  border-left:1px solid rgba(255,255,255,.3);
}
.v15-google-benefits li{
  position:relative;
  margin:0 0 12px;
  padding-left:28px;
  color:#fff;
  font-size:14px;
  font-weight:500;
}
.v15-google-benefits li:last-child{margin-bottom:0}
.v15-google-benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-3px;
  font-size:19px;
  font-weight:800;
}

/* Adapted content from supplied homepage-content.html, restyled to the current Cleanbros look */
.v15-copy-section{
  padding:66px 0 74px;
  background:#f4f0ed;
  color:#333;
}
.v15-copy-inner{
  width:min(calc(100% - 36px),1120px);
  margin:0 auto;
}
.v15-copy-inner>h2{
  max-width:720px;
  margin:0 auto 28px;
  text-align:center;
  font-size:clamp(25px,3.5vw,36px);
  font-weight:400;
}
.v15-usp-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.v15-usp-card{
  min-height:210px;
  padding:26px 24px;
  border:1px solid #ded8d4;
  border-radius:16px;
  background:#fff;
}
.v15-usp-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:12px;
  background:#ace7ed;
  color:#333;
  font-size:12px;
  font-weight:600;
}
.v15-usp-card h3{
  margin:0 0 9px;
  color:#333;
  font-size:17px;
  font-weight:600;
}
.v15-usp-card p{
  margin:0;
  color:#6a6663;
  font-size:14px;
  line-height:1.6;
}
.v15-about-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:42px;
  align-items:center;
  margin-top:56px;
  padding:42px;
  border-radius:20px;
  background:#fff;
}
.v15-eyebrow{
  display:block;
  margin-bottom:11px;
  color:#5b83b0;
  font-size:12px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.v15-about-copy h2{
  margin:0 0 17px;
  color:#333;
  font-size:clamp(24px,3vw,32px);
  font-weight:500;
  line-height:1.18;
}
.v15-about-copy p{
  margin:0;
  color:#686461;
  font-size:15px;
  line-height:1.7;
}
.v15-about-copy ul{
  list-style:none;
  margin:21px 0 0;
  padding:0;
}
.v15-about-copy li{
  position:relative;
  margin:0 0 11px;
  padding-left:27px;
  color:#444;
  font-size:14px;
}
.v15-about-copy li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ace7ed;
  font-size:11px;
  font-weight:700;
}
.v15-google-card{
  padding:30px 24px;
  border:1px solid #ded8d4;
  border-radius:16px;
  background:#f8f6f4;
  text-align:center;
}
.v15-google-card>strong{
  display:block;
  color:#333;
  font-size:44px;
  font-weight:500;
  line-height:1;
}
.v15-google-card-stars{
  margin:8px 0 9px;
  color:#edbd24;
  font-size:18px;
  letter-spacing:2px;
}
.v15-google-card>span{
  color:#77716e;
  font-size:13px;
}
.v15-google-card hr{
  height:1px;
  margin:20px 0;
  border:0;
  background:#ded8d4;
}
.v15-google-card p{
  margin:0;
  color:#6f6a67;
  font-size:13px;
  font-style:italic;
  line-height:1.55;
}
.v15-guarantee{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:24px;
  align-items:center;
  margin-top:22px;
  padding:30px 34px;
  border-radius:18px;
  background:#333;
  color:#fff;
}
.v15-guarantee-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ace7ed;
  color:#333;
  font-size:25px;
  font-weight:700;
}
.v15-guarantee h2{
  margin:0 0 7px;
  color:#fff;
  font-size:22px;
  font-weight:500;
}
.v15-guarantee p{
  margin:0;
  color:#d9d6d4;
  font-size:14px;
  line-height:1.6;
}

/* Exact visual seal from the supplied reference, fixed to viewport right like the original Volki ProSeal. */
.v15-provenexpert{
  position:fixed;
  right:0;
  bottom:130px;
  z-index:9999;
  width:116px;
  margin:0;
  pointer-events:none;
  filter:drop-shadow(0 5px 14px rgba(0,0,0,.18));
}
.v15-provenexpert img{
  display:block;
  width:100%;
  height:auto;
}

@media (max-width:1100px){
  .v15-reviews-inner{width:min(calc(100% - 28px),900px)}
  .v15-carousel{--bubble-h:138px}
  .v15-google-strip-inner{
    grid-template-columns:minmax(190px,.8fr) minmax(340px,1.4fr) minmax(220px,.9fr);
    padding-inline:40px;
    gap:22px;
  }
  .v15-google-logo img{width:180px}
}
@media (max-width:820px){
  .v15-reviews{padding:44px 0 48px}
  .v15-carousel{--bubble-h:150px;padding:0 34px}
  .v15-review-bubble p{font-size:12px;-webkit-line-clamp:5}
  .v15-google-strip-inner{
    grid-template-columns:1fr 1.45fr;
    gap:18px 24px;
    padding:20px 28px;
  }
  .v15-google-benefits{
    grid-column:1/-1;
    display:flex;
    gap:28px;
    padding:12px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.25);
  }
  .v15-google-benefits li{margin:0}
  .v15-usp-grid{grid-template-columns:1fr}
  .v15-usp-card{min-height:0}
  .v15-about-grid{grid-template-columns:1fr;padding:30px}
  .v15-provenexpert{width:100px;bottom:80px}
}
@media (max-width:560px){
  .v15-reviews-inner{width:min(calc(100% - 14px),960px)}
  .v15-reviews h2{font-size:20px}
  .v15-carousel{
    --bubble-h:158px;
    margin-top:20px;
    padding:0 30px;
  }
  .v15-review-bubble{padding:12px}
  .v15-review-bubble p{font-size:12.5px;line-height:1.4}
  .v15-carousel-arrow{
    width:30px;
    height:30px;
  }
  .v15-carousel-arrow svg{
    width:13px;
    height:13px;
  }
  .v15-carousel-prev{left:0}
  .v15-carousel-next{right:0}
  .v15-review-action{margin-top:14px}
  .v15-google-strip{padding:18px 0}
  .v15-google-strip-inner{
    grid-template-columns:1fr;
    gap:12px;
    padding:18px 20px;
  }
  .v15-google-logo img{width:150px}
  .v15-google-score{
    padding:13px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.24);
  }
  .v15-google-score>strong{font-size:24px}
  .v15-google-score>div{flex-wrap:wrap;gap:8px 12px}
  .v15-google-score img{width:118px}
  .v15-google-benefits{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    padding-top:13px;
  }
  .v15-google-benefits li{font-size:13px}
  .v15-copy-section{padding:50px 0 58px}
  .v15-copy-inner{width:min(calc(100% - 24px),1120px)}
  .v15-about-grid{margin-top:34px;padding:22px 18px}
  .v15-guarantee{
    grid-template-columns:1fr;
    gap:15px;
    padding:24px 20px;
  }
  .v15-guarantee-icon{width:48px;height:48px}
  .v15-provenexpert{width:86px;right:0;bottom:80px}
}


/* ===== v16 FINAL: Volki-style reviews rebuilt as a local, dependency-free carousel ===== */
.v16-reviews{
  background:linear-gradient(90deg,#73a9df 0%,#456f9f 100%);
  color:#fff;
  padding:52px 0 58px;
  overflow:hidden;
}
.v16-reviews-inner{
  width:min(calc(100% - 48px),940px);
  margin:0 auto;
}
.v16-reviews h2{
  margin:0;
  color:#fff;
  text-align:center;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
}
.v16-carousel{
  --review-bubble-height:124px;
  position:relative;
  margin-top:24px;
}
.v16-carousel-viewport{overflow:hidden;width:100%;touch-action:pan-y}
.v16-carousel-track{
  display:flex;
  gap:12px;
  align-items:flex-start;
  will-change:transform;
}
.v16-review-card{flex:0 0 auto;min-width:0;color:#111}
.v16-review-bubble{
  height:var(--review-bubble-height);
  display:flex;
  flex-direction:column;
  padding:10px 11px 9px;
  overflow:hidden;
  border-radius:7px;
  background:#fff;
  box-shadow:0 3px 12px rgba(28,59,91,.13);
}
.v16-review-top{display:flex;align-items:center;justify-content:space-between;gap:8px;height:18px}
.v16-stars{display:inline-flex;align-items:center;gap:1px;height:16px;white-space:nowrap}
.v16-stars img{width:14px;height:14px;display:block}
.v16-star-empty{color:#d9d9d9;font-size:14px;line-height:14px}
.v16-google-icon{width:15px;height:15px;display:block}
.v16-review-bubble p{
  display:-webkit-box;
  margin:6px 0 3px;
  overflow:hidden;
  color:#151515;
  font-size:11.25px;
  line-height:1.33;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
.v16-readmore{margin-top:auto;color:#777;font-size:9px;line-height:1}
.v16-review-author{
  min-height:42px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-items:center;
  gap:8px;
  margin-top:8px;
  padding:0 4px;
  color:#111;
}
.v16-review-author strong{display:block;overflow:hidden;color:#111;font-size:10.8px;font-weight:600;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
.v16-review-author time{display:block;margin-top:2px;color:#111;font-size:8.8px;line-height:1.15}
.v16-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:11.5px;font-weight:500}
.v16-avatar-sand{background:#c7b468}.v16-avatar-green{background:#699e8e}.v16-avatar-olive{background:#5f842c}.v16-avatar-lime{background:#8cb72f}
.v16-avatar-blue{background:#668cb3}.v16-avatar-mint{background:#6d9d91}.v16-avatar-rose{background:#b8878f}.v16-avatar-violet{background:#8172a4}
.v16-carousel-arrow{
  position:absolute;
  top:calc(var(--review-bubble-height)/2);
  z-index:4;
  width:26px;
  height:26px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 9px rgba(0,0,0,.1);
  cursor:pointer;
}
.v16-carousel-arrow svg{width:13px;height:13px;display:block;fill:none;stroke:#888;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.v16-carousel-prev{left:-14px}.v16-carousel-next{right:-14px}
.v16-carousel-arrow:hover svg{stroke:#333}
.v16-carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:8px;min-height:7px}
.v16-carousel-dots button{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer}
.v16-carousel-dots button.is-active{width:18px;background:#fff}
.v16-review-action{margin-top:13px;text-align:center}
.v16-review-action a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 15px;border-radius:6px;background:#fff;color:#222;font-size:10.5px;text-decoration:none;box-shadow:0 2px 8px rgba(20,50,80,.1)}

/* v16: make the Google trust strip compact like the Volki reference. */
.v15-google-strip{padding:36px 0;background:#fff}
.v15-google-strip-inner{
  width:min(calc(100% - 48px),1280px);
  min-height:144px;
  margin:0 auto;
  grid-template-columns:minmax(240px,.9fr) minmax(420px,1.35fr) minmax(300px,.9fr);
  padding:18px 48px;
}
.v15-google-logo img{width:210px}
.v15-google-score>strong{font-size:32px}

/* ProvenExpert is intentionally disabled for now. */
.v15-provenexpert{display:none!important}

/* Light reveal animations, local only (no external libraries). */
[data-v16-reveal]{opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease}
[data-v16-reveal].is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){[data-v16-reveal]{opacity:1;transform:none;transition:none}.v16-carousel-track{transition:none!important}}

@media (max-width:980px){
  .v16-reviews-inner{width:min(calc(100% - 42px),900px)}
  .v16-carousel{--review-bubble-height:136px}
  .v16-review-bubble p{font-size:11.8px;-webkit-line-clamp:5}
  .v15-google-strip-inner{grid-template-columns:minmax(190px,.75fr) minmax(330px,1.25fr) minmax(220px,.8fr);padding:20px 30px;gap:20px}
  .v15-google-logo img{width:175px}
}
@media (max-width:760px){
  .v16-reviews{padding:44px 0 48px}
  .v16-reviews-inner{width:min(calc(100% - 40px),700px)}
  .v16-carousel{--review-bubble-height:146px}
  .v16-review-bubble p{font-size:12px;line-height:1.4}
  .v16-carousel-prev{left:-12px}.v16-carousel-next{right:-12px}
  .v15-google-strip{padding:24px 0}
  .v15-google-strip-inner{width:min(calc(100% - 28px),700px);grid-template-columns:1fr 1.35fr;padding:20px 24px;gap:18px}
  .v15-google-benefits{grid-column:1/-1;display:flex;gap:24px;padding:13px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.25)}
  .v15-google-benefits li{margin:0}
}
@media (max-width:520px){
  .v16-reviews-inner{width:calc(100% - 44px)}
  .v16-reviews h2{font-size:19px}
  .v16-carousel{--review-bubble-height:164px;margin-top:20px}
  .v16-review-bubble{padding:12px 13px}
  .v16-review-bubble p{font-size:12.4px;line-height:1.42;-webkit-line-clamp:6}
  .v16-review-author{grid-template-columns:34px minmax(0,1fr);min-height:46px;margin-top:9px}
  .v16-avatar{width:34px;height:34px;font-size:12px}
  .v16-review-author strong{font-size:12px}.v16-review-author time{font-size:10px}
  .v16-carousel-arrow{top:calc(var(--review-bubble-height)/2);width:32px;height:32px}
  .v16-carousel-arrow svg{width:14px;height:14px}
  .v16-carousel-prev{left:-16px}.v16-carousel-next{right:-16px}
  .v16-review-action{margin-top:15px}
  .v15-google-strip-inner{width:calc(100% - 24px);grid-template-columns:1fr;padding:18px 20px}
  .v15-google-logo img{width:155px}
  .v15-google-score{padding:13px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.25)}
  .v15-google-score>strong{font-size:25px}
  .v15-google-benefits{display:grid;grid-template-columns:1fr;gap:8px}
}

/* ===== v17 motion layer: visible, lightweight, transform/opacity only ===== */
@keyframes v17HeaderIn {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes v17LeadIn {
  from { opacity: 0; transform: translate3d(-22px, 14px, 0) scale(.985); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}
@keyframes v17PickerIn {
  from { opacity: 0; transform: translate3d(-50%, -6px, 0) scale(.985); }
  to { opacity: 1; transform: translate3d(-50%, 0, 0) scale(1); }
}

.site-header .brand {
  animation: v17HeaderIn .52s cubic-bezier(.22,.61,.36,1) both;
}
.site-header .header-cta {
  animation: v17HeaderIn .52s .08s cubic-bezier(.22,.61,.36,1) both;
}
.lead-card {
  animation: v17LeadIn .68s .08s cubic-bezier(.22,.61,.36,1) both;
}

/* Scroll reveals are enabled only after JS adds .motion-ready. */
.motion-ready [data-motion] {
  opacity: 0;
  transform: translate3d(0,18px,0);
  transition:
    opacity .52s cubic-bezier(.22,.61,.36,1),
    transform .52s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--motion-delay, 0ms);
}
.motion-ready [data-motion="left"] { transform: translate3d(-20px,10px,0); }
.motion-ready [data-motion="right"] { transform: translate3d(20px,10px,0); }
.motion-ready [data-motion].motion-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* Reviews: obvious smooth motion plus tactile hover states. */
.v16-carousel-track {
  transition-property: transform;
  transition-duration: 520ms;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.v16-review-bubble,
.v16-review-author {
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}
.v16-review-card:hover .v16-review-bubble {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(28,59,91,.2);
}
.v16-carousel-track.is-turning .v16-review-card {
  opacity: .72;
  transform: translateY(3px);
}
.v16-review-card {
  transition: opacity .22s ease, transform .22s ease;
}
.v16-carousel-arrow {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.v16-carousel-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
}
.v16-carousel-arrow:active { transform: translateY(-50%) scale(.95); }
.v16-review-action a {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.v16-review-action a:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(20,50,80,.18);
}
.v16-carousel-dots button { transition: width .2s ease, background .2s ease, transform .2s ease; }
.v16-carousel-dots button:hover { transform: scale(1.15); }

/* Trust/content cards. */
.v15-google-strip-inner,
.v15-usp-card,
.v15-about-grid,
.v15-guarantee {
  transition: transform .22s ease, box-shadow .22s ease;
}
.v15-google-strip-inner:hover { transform: translateY(-2px); }
.v15-usp-card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(35,46,60,.10); }
.v15-guarantee:hover { transform: translateY(-3px); }

/* Booking form interactions. */
.form-panel {
  transition: transform .22s ease, box-shadow .22s ease;
}
.form-panel:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.055); }
.form-panel select,
.form-panel input,
.form-panel textarea,
.lead-card input,
.lead-card textarea {
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.extra-option {
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.extra-option:hover { transform: translateY(-2px); }
.extra-option.is-selected { transform: translateY(-1px); }
.datetime-trigger {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.datetime-trigger:hover { transform: translateY(-1px); }
.datetime-day,
.datetime-time {
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.datetime-day:hover:not(:disabled):not(.is-selected),
.datetime-time:hover:not(:disabled):not(.is-selected) { transform: translateY(-1px); }
.datetime-day.is-selected,
.datetime-time.is-selected { transform: scale(1.035); }
.datetime-picker:not([hidden]) {
  animation: v17PickerIn .2s cubic-bezier(.22,.61,.36,1) both;
}
.footer-order-button,
.footer-whatsapp-button {
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.footer-order-button:hover,
.footer-whatsapp-button:not(.is-disabled):hover { transform: translateY(-2px); }

@media (max-width: 700px) {
  .motion-ready [data-motion] {
    transform: translate3d(0,12px,0);
    transition-duration: .38s;
  }
  .motion-ready [data-motion="left"],
  .motion-ready [data-motion="right"] { transform: translate3d(0,12px,0); }
  .v16-carousel-track { transition-duration: 420ms; }
  .v16-review-card:hover .v16-review-bubble,
  .form-panel:hover,
  .v15-usp-card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .brand,
  .site-header .header-cta,
  .lead-card,
  .datetime-picker:not([hidden]) { animation: none !important; }
  .motion-ready [data-motion] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .v16-carousel-track,
  .v16-review-card,
  .v16-review-bubble,
  .v16-carousel-arrow { transition: none !important; }
}


/* ===== v18: original Volki TrustIndex integration + offline fallback ===== */
.v18-reviews{background:linear-gradient(100deg,#6fa9dd 0%,#4775a7 100%);padding:58px 0 52px;color:#fff;overflow:hidden}
.v18-reviews-inner{width:min(calc(100% - 70px),1120px);margin:0 auto;text-align:center}
.v18-reviews h2{margin:0 0 25px;color:#fff;font-size:26px;font-weight:400;letter-spacing:.01em}
.v18-trustindex-live{min-height:0}
.v18-trustindex-live:has(iframe),.v18-trustindex-live:has([class*="ti-widget"]){min-height:190px}
.v18-fallback{transition:opacity .25s ease}
.v18-fallback.is-hidden{display:none}
.v18-fallback-carousel{position:relative;padding:0 26px}
.v18-fallback-viewport{overflow:hidden;touch-action:pan-y}
.v18-fallback-track{display:flex;gap:12px;will-change:transform;transition:transform 900ms cubic-bezier(.22,.61,.36,1)}
.v18-fallback-card{flex:0 0 auto;min-width:0;text-align:left;color:#1f1f1f}
.v18-fallback-bubble{height:126px;padding:12px 13px 11px;border-radius:9px;background:#f7f7f7;box-shadow:0 1px 0 rgba(0,0,0,.04);overflow:hidden;position:relative}
.v18-fallback-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.v18-fallback-top>img{width:15px;height:15px}
.v18-fallback-stars{display:flex;gap:1px}.v18-fallback-stars img{width:14px;height:14px}.v18-star-empty{color:#d8d8d8;font-size:14px;line-height:14px}
.v18-fallback-bubble p{margin:0;font-size:11.5px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.v18-fallback-bubble.is-expanded{height:auto;min-height:126px}.v18-fallback-bubble.is-expanded p{-webkit-line-clamp:unset;display:block}
.v18-readmore{position:absolute;left:13px;bottom:8px;border:0;background:#f7f7f7;padding:2px 0;color:#777;font-size:9px;cursor:pointer}.v18-fallback-bubble.is-expanded .v18-readmore{position:static;margin-top:6px}
.v18-fallback-author{display:flex;gap:9px;align-items:center;padding:10px 5px 0;color:#111}.v18-fallback-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#8aa786;color:#fff;font-size:12px}.v18-fallback-author strong{display:block;font-size:11px;font-weight:600}.v18-fallback-author time{display:block;margin-top:2px;font-size:9px;color:#222}
.v18-arrow{position:absolute;z-index:5;top:62px;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#fff;color:#9da1a4;display:grid;place-items:center;box-shadow:0 1px 3px rgba(0,0,0,.08);cursor:pointer;transform:translateY(-50%)}.v18-arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.v18-prev{left:0}.v18-next{right:0}.v18-arrow:hover{color:#5b6f85;transform:translateY(-50%) scale(1.06)}
.v18-fallback-dots{display:flex;gap:6px;justify-content:center;margin-top:14px}.v18-fallback-dots button{width:6px;height:6px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.42)}.v18-fallback-dots button.is-active{background:#fff}
.v18-review-action{margin-top:21px}.v18-review-action a{display:inline-flex;min-height:35px;align-items:center;padding:0 17px;border-radius:6px;background:#fff;color:#1f1f1f;font-size:11px;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.07)}
/* Hide the old local carousel section if any legacy styles target it. */
.v16-reviews{display:none!important}

/* v18 original regions block from Volki archive, adapted to Klarblick brand */
.v18-regions{background:#f7f7f7;padding:54px 0 66px;border-top:1px solid #eee}
.v18-regions-inner{text-align:center}.v18-regions h2{margin:0 0 22px;font-size:31px;font-weight:400;color:#222}.v18-regions p{max-width:1100px;margin:0 auto;color:#2e2e2e;font-size:18px;line-height:1.6}.v18-regions-sub{margin-top:3px!important;font-size:16px!important}
.v18-regions-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:34px 55px;margin-top:48px}.v18-region{display:flex;flex-direction:column;align-items:center;gap:9px}.v18-region img{width:100px;height:100px;object-fit:contain;transition:transform .22s ease}.v18-region:hover img{transform:translateY(-3px)}.v18-region strong{font-size:13px;color:#111;letter-spacing:.02em}

/* v18 ProvenExpert: non-clickable HTML/CSS badge, no screenshot asset */
.v18-proven{position:fixed;z-index:85;right:0;top:118px;width:172px;background:#fbfaf2;color:#242424;text-align:center;border-radius:7px 0 0 7px;box-shadow:0 3px 14px rgba(0,0,0,.18);overflow:hidden;pointer-events:none;font-family:Inter,Arial,sans-serif}
.v18-proven-check{width:42px;height:42px;margin:18px auto 5px;border-radius:50%;background:#beb46d;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:700}.v18-proven-brand{font-size:27px;line-height:.85;margin-top:6px}.v18-proven-brand strong,.v18-proven-brand span{display:block}.v18-proven-brand strong{font-weight:800}.v18-proven-brand span{font-weight:400}.v18-proven-copy{margin:29px 0 20px;color:#9a8e55;font-size:17px;line-height:1.3}.v18-proven-company{font-size:12px;margin-bottom:14px}.v18-proven-band{background:#53a6c5;color:#fff;padding:7px 3px;font-size:12px}.v18-proven-foot{padding:10px 5px 9px;color:#9b8b50;font-size:11px}.v18-proven-foot span{display:block;color:#555;margin-top:6px}

@media(max-width:1100px){.v18-regions-grid{grid-template-columns:repeat(4,1fr)}.v18-proven{width:142px;top:auto;bottom:90px}.v18-proven-check{width:34px;height:34px;font-size:22px;margin-top:12px}.v18-proven-brand{font-size:22px}.v18-proven-copy{font-size:14px;margin:18px 0 13px}.v18-proven-company,.v18-proven-band,.v18-proven-foot{font-size:10px}}
@media(max-width:760px){.v18-reviews{padding:46px 0}.v18-reviews-inner{width:min(calc(100% - 24px),1120px)}.v18-reviews h2{font-size:24px}.v18-fallback-carousel{padding:0 34px}.v18-arrow{top:72px;width:32px;height:32px}.v18-fallback-bubble{height:145px;padding:14px}.v18-fallback-bubble p{font-size:12px}.v18-fallback-author{padding-left:3px}.v18-regions{padding:44px 0 54px}.v18-regions h2{font-size:25px}.v18-regions p{font-size:15px}.v18-regions-sub{font-size:14px!important}.v18-regions-grid{grid-template-columns:repeat(3,1fr);gap:28px 20px;margin-top:38px}.v18-region img{width:82px;height:82px}.v18-proven{width:112px;bottom:80px}.v18-proven-check{width:28px;height:28px;font-size:18px}.v18-proven-brand{font-size:18px}.v18-proven-copy{font-size:11px;margin:13px 0 9px}.v18-proven-company,.v18-proven-band,.v18-proven-foot{font-size:8px}.v18-proven-band{padding:5px 2px}}
@media(max-width:430px){.v18-regions-grid{grid-template-columns:repeat(2,1fr)}.v18-region img{width:76px;height:76px}.v18-proven{width:96px}.v18-proven-brand{font-size:16px}}


/* v19: clean canton crests + brighter WhatsApp placeholder */
.v18-region {
  gap: 0;
}
.v18-region strong {
  display: none !important;
}
.footer-whatsapp-button,
.footer-whatsapp-button.is-disabled {
  background: #25D366;
  border-color: #25D366;
  color: #ffffff;
  opacity: 1;
  box-shadow: 0 8px 22px rgba(37, 211, 102, .22);
}
.footer-whatsapp-button:not(.is-disabled):hover {
  background: #20bd5a;
  border-color: #20bd5a;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .30);
}
.footer-whatsapp-button.is-disabled {
  cursor: default;
  pointer-events: none;
}
.whatsapp-dot {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.20);
}

/* ===== v22: redesigned trust/content area, FAQ, partners, reliable regions ===== */
.kb-story {
  padding: 82px 0 86px;
  background:
    radial-gradient(circle at 11% 5%, rgba(167,237,242,.28), transparent 25%),
    linear-gradient(180deg, #f7f4f1 0%, #f2efec 100%);
  overflow: hidden;
}
.kb-story-inner { width: min(calc(100% - 40px), 1180px); }
.kb-story-head { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.kb-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #4e67f4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kb-story-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.025em;
}
.kb-story-head p { max-width: 660px; margin: 16px auto 0; color: #696561; font-size: 16px; line-height: 1.65; }
.kb-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 22px;
  align-items: stretch;
}
.kb-story-photo {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #dedbd8;
  box-shadow: 0 20px 55px rgba(60,48,42,.10);
}
.kb-story-photo img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.kb-story-photo:hover img { transform: scale(1.025); }
.kb-story-photo::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(180deg,transparent,rgba(15,18,22,.58)); pointer-events:none; }
.kb-story-photo figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: #fff; }
.kb-story-photo figcaption span { display: block; margin-bottom: 4px; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; opacity: .78; }
.kb-story-photo figcaption strong { display: block; font-size: clamp(22px,2.4vw,32px); font-weight: 500; }
.kb-benefits { display: grid; gap: 14px; }
.kb-benefit-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 24px 23px;
  border: 1px solid rgba(72,80,95,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 12px 34px rgba(60,48,42,.055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.kb-benefit-card:hover { transform: translateY(-3px); border-color: rgba(78,103,244,.22); box-shadow: 0 18px 42px rgba(60,48,42,.085); }
.kb-benefit-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #b7eff3, #d8f7f8);
  color: #344149;
  font-size: 12px;
  font-weight: 700;
}
.kb-benefit-card h3 { margin: 2px 0 8px; font-size: 18px; line-height: 1.25; }
.kb-benefit-card p { margin: 0; color: #706b67; font-size: 14px; line-height: 1.6; }

.kb-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 32px;
  margin-top: 28px;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(72,80,95,.08);
  box-shadow: 0 18px 55px rgba(60,48,42,.07);
  align-items: center;
}
.kb-about-copy { padding: 14px 8px 14px 14px; }
.kb-about-copy h3 { margin: 0 0 16px; font-size: clamp(27px, 3vw, 39px); line-height: 1.1; font-weight: 400; letter-spacing: -.02em; }
.kb-about-copy > p { margin: 0; color: #68635f; font-size: 15px; line-height: 1.72; }
.kb-check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.kb-check-list li { position: relative; padding-left: 28px; line-height: 1.45; }
.kb-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #a7edf2;
  color: #27434a;
  font-size: 11px;
  font-weight: 800;
}
.kb-about-visual { position: relative; min-height: 390px; border-radius: 22px; overflow: hidden; background: #e9e6e3; }
.kb-about-visual > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.kb-rating-float {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-width: 220px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}
.kb-rating-float > span { display:block; color:#77716d; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.kb-rating-float strong { display:flex; align-items:center; gap:9px; margin:4px 0 2px; font-size:24px; }
.kb-rating-float em { color:#efb620; font-style:normal; font-size:15px; letter-spacing:1px; }
.kb-rating-float small { color:#77716d; font-size:11px; }

.kb-guarantee {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 25px 28px;
  border-radius: 24px;
  background: linear-gradient(110deg, #dff8fa, #f4fbfb 58%, #fff);
  border: 1px solid #cceff1;
}
.kb-guarantee-icon { display:grid; place-items:center; width:54px; height:54px; border-radius:50%; background:#a7edf2; color:#2e535a; font-size:25px; font-weight:700; }
.kb-guarantee .kb-kicker { margin-bottom: 4px; color:#5a6f75; }
.kb-guarantee h3 { margin:0 0 5px; font-size:20px; }
.kb-guarantee p { margin:0; color:#67635f; line-height:1.55; }
.kb-guarantee > a { position:relative; overflow:hidden; display:inline-flex; align-items:center; min-height:48px; padding:0 22px; border-radius:999px; background:#a7edf2; white-space:nowrap; transition:transform .18s ease, background .18s ease; }
.kb-guarantee > a:hover { transform:translateY(-2px); background:#b7f3f6; }

/* FAQ adapted from the Cleanbros FAQ structure supplied by the user. */
.kb-faq { padding: 78px 0; background: #f2efec; border-top: 1px solid #e4ded8; }
.kb-faq-inner { display:grid; grid-template-columns: 310px minmax(0,1fr); gap:54px; align-items:start; }
.kb-faq-heading { position: sticky; top: 112px; }
.kb-faq-heading h2 { margin:0; font-size:clamp(34px,4vw,52px); line-height:1.02; font-weight:400; letter-spacing:-.03em; }
.kb-faq-heading p { max-width:270px; margin:17px 0 0; color:#716c68; line-height:1.6; }
.kb-faq-list { display:grid; gap:10px; }
.kb-faq details { overflow:hidden; border:1px solid rgba(72,80,95,.08); border-radius:17px; background:#fff; box-shadow:0 6px 18px rgba(60,48,42,.035); }
.kb-faq summary { position:relative; list-style:none; cursor:pointer; padding:18px 54px 18px 20px; font-size:15px; font-weight:500; line-height:1.35; }
.kb-faq summary::-webkit-details-marker { display:none; }
.kb-faq summary::after { content:""; position:absolute; right:20px; top:50%; width:8px; height:8px; border-right:1.5px solid #6e6a67; border-bottom:1.5px solid #6e6a67; transform:translateY(-65%) rotate(45deg); transition:transform .2s ease; }
.kb-faq details[open] summary::after { transform:translateY(-25%) rotate(225deg); }
.kb-faq details > div { display:grid; grid-template-rows:0fr; transition:grid-template-rows .25s ease; }
.kb-faq details[open] > div { grid-template-rows:1fr; }
.kb-faq details > div > p { overflow:hidden; margin:0; padding:0 20px 0; color:#716c68; font-size:14px; line-height:1.65; }
.kb-faq details[open] > div > p { padding-bottom:19px; }

/* Original Volki customer/reference logo row, kept fully local. */
.kb-partners { padding: 36px 0 40px; background:#fff; border-top:1px solid #f1efed; border-bottom:1px solid #efedeb; }
.kb-partners-inner { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); align-items:center; gap:40px; }
.kb-partners img { width:100%; height:62px; object-fit:contain; filter:saturate(.92); opacity:.9; transition:opacity .2s ease, transform .2s ease; }
.kb-partners img:hover { opacity:1; transform:translateY(-2px); }

/* Reliable local canton files: fixed intrinsic box prevents layout jumps. */
.v18-region img { width:100px; height:112px; object-fit:contain; }

@media (max-width: 980px) {
  .kb-story-grid { grid-template-columns: 1fr; }
  .kb-story-photo, .kb-story-photo img { min-height: 420px; }
  .kb-benefits { grid-template-columns: repeat(3,1fr); }
  .kb-benefit-card { grid-template-columns:1fr; gap:12px; }
  .kb-about-grid { grid-template-columns:1fr; }
  .kb-faq-inner { grid-template-columns: 240px minmax(0,1fr); gap:32px; }
  .kb-partners-inner { gap:22px; }
}
@media (max-width: 760px) {
  .kb-story { padding:58px 0 62px; }
  .kb-story-inner { width:min(calc(100% - 24px),1180px); }
  .kb-story-head { margin-bottom:28px; text-align:left; }
  .kb-story-head p { margin-left:0; }
  .kb-story-photo, .kb-story-photo img { min-height:330px; }
  .kb-story-photo figcaption { left:20px; right:20px; bottom:18px; }
  .kb-benefits { grid-template-columns:1fr; }
  .kb-benefit-card { grid-template-columns:54px 1fr; padding:19px; border-radius:18px; }
  .kb-about-grid { padding:14px; border-radius:22px; gap:16px; }
  .kb-about-copy { padding:18px 8px 8px; }
  .kb-about-visual, .kb-about-visual > img { min-height:300px; }
  .kb-rating-float { right:12px; bottom:12px; min-width:195px; padding:13px 15px; }
  .kb-guarantee { grid-template-columns:46px 1fr; padding:20px; gap:14px; }
  .kb-guarantee-icon { width:44px; height:44px; }
  .kb-guarantee > a { grid-column:1/-1; width:100%; justify-content:center; }
  .kb-faq { padding:58px 0; }
  .kb-faq-inner { grid-template-columns:1fr; gap:28px; }
  .kb-faq-heading { position:static; }
  .kb-faq-heading h2 br { display:none; }
  .kb-faq-heading p { max-width:100%; }
  .kb-partners { padding:24px 0 26px; overflow:hidden; }
  .kb-partners-inner { width:100%; padding:0 18px; display:flex; gap:24px; overflow-x:auto; scrollbar-width:none; scroll-snap-type:x proximity; }
  .kb-partners-inner::-webkit-scrollbar { display:none; }
  .kb-partners img { flex:0 0 145px; width:145px; height:54px; scroll-snap-align:center; }
}
@media (max-width: 430px) {
  .kb-story-head h2 { font-size:31px; }
  .kb-story-photo, .kb-story-photo img { min-height:285px; }
  .kb-benefit-card { grid-template-columns:48px 1fr; gap:11px; }
  .kb-benefit-number { width:44px; height:44px; border-radius:13px; }
  .kb-about-copy h3 { font-size:29px; }
  .kb-rating-float { min-width:0; left:12px; right:12px; }
  .kb-faq summary { padding:17px 46px 17px 17px; font-size:14px; }
  .kb-faq details > div > p { padding-left:17px; padding-right:17px; }
}

/* ===== v23: refined visual story block ===== */
.kb-story {
  background:
    radial-gradient(circle at 8% 8%, rgba(167,237,242,.30), transparent 23%),
    radial-gradient(circle at 92% 24%, rgba(79,101,244,.07), transparent 22%),
    linear-gradient(180deg,#f8f6f3 0%,#f0ede9 100%);
}
.kb-story-head { margin-bottom: 38px; }
.kb-story-head h2 { max-width: 780px; margin-inline:auto; }
.kb-showcase {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);
  gap:22px;
  align-items:stretch;
}
.kb-showcase-main {
  position:relative;
  min-height:590px;
  margin:0;
  overflow:hidden;
  border-radius:30px;
  background:#ddd9d4;
  box-shadow:0 24px 64px rgba(48,42,38,.12);
}
.kb-showcase-main img {
  width:100%; height:100%; min-height:590px; object-fit:cover;
  transition:transform .75s cubic-bezier(.2,.7,.2,1);
}
.kb-showcase-main:hover img { transform:scale(1.025); }
.kb-showcase-main::after {
  content:""; position:absolute; inset:42% 0 0;
  background:linear-gradient(180deg,transparent,rgba(15,17,19,.64)); pointer-events:none;
}
.kb-showcase-main figcaption { position:absolute; z-index:2; left:30px; right:30px; bottom:28px; color:#fff; }
.kb-showcase-main figcaption span { display:block; margin-bottom:6px; font-size:12px; letter-spacing:.11em; text-transform:uppercase; opacity:.82; }
.kb-showcase-main figcaption strong { display:block; max-width:430px; font-size:clamp(26px,3vw,38px); line-height:1.05; font-weight:500; }
.kb-showcase-side { display:grid; grid-template-rows:auto 1fr; gap:16px; min-width:0; }
.kb-benefits { gap:12px; }
.kb-benefit-card {
  grid-template-columns:50px 1fr;
  gap:15px;
  padding:20px 21px;
  border-radius:20px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 30px rgba(60,48,42,.045);
}
.kb-benefit-number { width:46px; height:46px; border-radius:14px; }
.kb-benefit-card h3 { font-size:17px; margin-top:1px; }
.kb-mini-gallery { display:grid; grid-template-columns:1fr 1fr; gap:12px; min-height:200px; }
.kb-mini-gallery figure {
  position:relative; min-width:0; margin:0; overflow:hidden; border-radius:20px; background:#dedad6;
  box-shadow:0 10px 28px rgba(60,48,42,.07);
}
.kb-mini-gallery img { width:100%; height:100%; min-height:200px; object-fit:cover; transition:transform .55s ease; }
.kb-mini-gallery figure:hover img { transform:scale(1.035); }
.kb-mini-gallery figure::after { content:""; position:absolute; inset:54% 0 0; background:linear-gradient(180deg,transparent,rgba(14,17,18,.55)); }
.kb-mini-gallery figcaption { position:absolute; z-index:2; left:15px; right:15px; bottom:13px; color:#fff; font-size:13px; font-weight:600; }

.kb-about-grid {
  margin-top:24px;
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
  background:rgba(255,255,255,.94);
}
.kb-about-proof {
  display:grid; grid-template-columns:.82fr 1.18fr; gap:14px; align-items:stretch;
  padding:10px;
}
.kb-proof-score,.kb-proof-copy {
  border-radius:20px; padding:22px; background:#f4f6ff; border:1px solid rgba(78,103,244,.10);
}
.kb-proof-score { display:flex; flex-direction:column; justify-content:center; text-align:center; }
.kb-proof-score span { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#77716d; }
.kb-proof-score strong { margin-top:4px; font-size:42px; line-height:1; font-weight:500; color:#353e7b; }
.kb-proof-score em { margin-top:7px; color:#efb620; font-style:normal; letter-spacing:2px; }
.kb-proof-score small { margin-top:5px; color:#77716d; }
.kb-proof-copy { background:#eefafb; border-color:#d5f1f3; }
.kb-proof-copy strong { display:block; margin-bottom:9px; font-size:18px; line-height:1.2; }
.kb-proof-copy p { margin:0; color:#68635f; font-size:14px; line-height:1.65; }

@media (max-width:980px) {
  .kb-showcase { grid-template-columns:1fr; }
  .kb-showcase-main,.kb-showcase-main img { min-height:480px; }
  .kb-benefits { grid-template-columns:repeat(3,1fr); }
  .kb-benefit-card { grid-template-columns:1fr; }
  .kb-mini-gallery { min-height:230px; }
  .kb-mini-gallery img { min-height:230px; }
  .kb-about-grid { grid-template-columns:1fr; }
}
@media (max-width:760px) {
  .kb-showcase-main,.kb-showcase-main img { min-height:350px; }
  .kb-showcase-main { border-radius:22px; }
  .kb-showcase-main figcaption { left:20px; right:20px; bottom:18px; }
  .kb-benefits { grid-template-columns:1fr; }
  .kb-benefit-card { grid-template-columns:48px 1fr; padding:18px; }
  .kb-mini-gallery { min-height:170px; }
  .kb-mini-gallery img { min-height:170px; }
  .kb-about-proof { grid-template-columns:1fr; padding:0; }
  .kb-proof-score { min-height:170px; }
}
@media (max-width:430px) {
  .kb-story-head h2 br { display:none; }
  .kb-showcase-main,.kb-showcase-main img { min-height:305px; }
  .kb-mini-gallery { grid-template-columns:1fr 1fr; gap:8px; }
  .kb-mini-gallery figure { border-radius:16px; }
  .kb-mini-gallery img { min-height:145px; }
  .kb-mini-gallery figcaption { left:10px; right:10px; bottom:9px; font-size:11px; }
}


/* ===== v24: permanently fixed booking header on every viewport ===== */
.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #ece9e7;
  box-shadow: 0 4px 20px rgba(35,32,30,.045);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.site-header + main { padding-top: 82px; }
.site-header .header-inner {
  position: relative;
}
.site-header .header-only-cta {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .site-header + main { padding-top: 74px; }
}

@media (max-width: 700px) {
  .site-header + main { padding-top: 68px; }
  .site-header .container.header-inner {
    width: min(calc(100% - 22px), var(--container));
    height: 68px;
    gap: 10px;
  }
  .site-header .header-logo {
    width: 190px;
    max-width: 52vw;
    min-width: 0;
    flex: 0 1 auto;
  }
  .site-header .header-only-cta,
  .site-header .header-cta--updated {
    min-height: 40px;
    margin: 0 0 0 auto;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
  }
}

@media (max-width: 390px) {
  .site-header .container.header-inner { width: calc(100% - 16px); gap: 7px; }
  .site-header .header-logo { width: 170px; max-width: 50vw; }
  .site-header .header-only-cta,
  .site-header .header-cta--updated {
    min-height: 38px;
    padding: 0 11px;
    font-size: 11px;
  }
}

@media (max-width: 340px) {
  .site-header .header-logo { width: 150px; }
  .site-header .header-only-cta,
  .site-header .header-cta--updated { padding: 0 9px; font-size: 10.5px; }
}

/* ===== v25: mobile polish for about / rating / ProvenExpert ===== */
@media (max-width: 760px) {
  html, body { overflow-x: hidden; }

  .kb-about-grid {
    margin-top: 18px;
    padding: 12px;
    gap: 14px;
    border-radius: 22px;
  }
  .kb-about-copy {
    padding: 17px 12px 12px;
    min-width: 0;
  }
  .kb-about-copy h3 {
    font-size: clamp(28px, 7vw, 34px);
    line-height: 1.08;
    margin-bottom: 15px;
  }
  .kb-about-copy > p {
    font-size: 15px;
    line-height: 1.68;
  }
  .kb-check-list {
    margin-top: 20px;
    gap: 12px;
  }
  .kb-check-list li {
    padding-left: 32px;
    font-size: 15px;
    line-height: 1.42;
  }
  .kb-check-list li::before {
    width: 22px;
    height: 22px;
    top: 0;
  }

  /* Force the proof area into real cards instead of a run-on text line. */
  .kb-about-proof {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100%;
    min-width: 0;
    padding: 0 !important;
  }
  .kb-proof-score,
  .kb-proof-copy {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 18px;
  }
  .kb-proof-score {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "label label"
      "score stars"
      "count count";
    align-items: center;
    justify-content: stretch;
    gap: 5px 10px;
    text-align: left !important;
  }
  .kb-proof-score > span {
    grid-area: label;
    display: block;
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
  }
  .kb-proof-score > strong {
    grid-area: score;
    display: block;
    margin: 2px 0 0;
    font-size: 36px;
    line-height: 1;
  }
  .kb-proof-score > em {
    grid-area: stars;
    display: block;
    align-self: center;
    margin: 3px 0 0;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
  }
  .kb-proof-score > small {
    grid-area: count;
    display: block;
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.35;
  }
  .kb-proof-copy strong {
    font-size: 17px;
    line-height: 1.25;
  }
  .kb-proof-copy p {
    font-size: 14px;
    line-height: 1.58;
  }

  .kb-guarantee {
    margin-top: 18px;
    padding: 18px;
    gap: 13px;
    border-radius: 20px;
  }
  .kb-guarantee h3 {
    font-size: clamp(23px, 6.3vw, 29px);
    line-height: 1.15;
  }
  .kb-guarantee p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Mobile ProvenExpert becomes a compact seal so it never covers content. */
  .v18-proven {
    top: auto !important;
    right: 8px !important;
    bottom: 12px !important;
    width: 82px !important;
    border-radius: 14px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,.16) !important;
    padding: 8px 5px 7px !important;
    overflow: hidden;
  }
  .v18-proven-check {
    width: 25px !important;
    height: 25px !important;
    margin: 0 auto 4px !important;
    font-size: 16px !important;
  }
  .v18-proven-brand {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: .88 !important;
  }
  .v18-proven-copy,
  .v18-proven-company,
  .v18-proven-band,
  .v18-proven-foot {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .kb-story-inner { width: calc(100% - 20px); }
  .kb-about-grid { padding: 10px; }
  .kb-about-copy { padding: 15px 9px 10px; }
  .kb-about-copy h3 { font-size: 28px; }
  .kb-about-copy > p { font-size: 14.5px; }
  .kb-check-list li { font-size: 14.5px; }
  .kb-proof-score,
  .kb-proof-copy { padding: 16px; }
  .kb-proof-score > strong { font-size: 33px; }
  .kb-proof-score > em { font-size: 14px; letter-spacing: 1px; }
  .kb-guarantee { padding: 16px; }
  .v18-proven { width: 76px !important; right: 6px !important; bottom: 10px !important; }
}

/* ===== v27: online-booking flow / opening story + native Google rating ===== */
.v15-google-strip { display:none !important; }

.kb-story:first-child {
  padding-top: 64px;
}

.kb-google-rating {
  background: #f8f7f5;
  padding: 28px 0 54px;
}
.kb-google-rating-inner {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  align-items: center;
  gap: 42px;
  padding: 34px 42px;
  background: #fff;
  border: 1px solid #e7e3df;
  border-radius: 26px;
  box-shadow: 0 18px 52px rgba(48,43,40,.06);
}
.kb-google-rating-copy { max-width: 480px; }
.kb-google-eyebrow {
  display:block;
  margin-bottom:8px;
  color:#5656ee;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.kb-google-rating-copy h2 {
  margin:0;
  font-size:clamp(25px,3vw,38px);
  line-height:1.08;
  font-weight:500;
  letter-spacing:-.025em;
}
.kb-google-rating-score {
  min-width: 260px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:
    "score stars"
    "brand brand"
    "count count";
  align-items:center;
  column-gap:18px;
  row-gap:7px;
  padding-left:40px;
  border-left:1px solid #ece8e4;
}
.kb-google-rating-score > strong {
  grid-area:score;
  font-size:56px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.05em;
  color:#292826;
}
.kb-google-stars {
  grid-area:stars;
  color:#f5d91b;
  font-size:26px;
  letter-spacing:2px;
  white-space:nowrap;
}
.kb-google-brandline {
  grid-area:brand;
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:3px;
}
.kb-google-g { flex:0 0 auto; }
.kb-google-brandline div { display:grid; line-height:1.12; }
.kb-google-brandline b { font-size:15px; }
.kb-google-brandline span { margin-top:3px; color:#5f5b57; font-size:12px; }
.kb-google-rating-score small {
  grid-area:count;
  color:#77716c;
  font-size:12px;
}
.kb-google-rating-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 20px;
  border:1px solid #d8d2cd;
  border-radius:999px;
  color:#292826;
  text-decoration:none;
  white-space:nowrap;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.kb-google-rating-link:hover {
  transform:translateY(-2px);
  border-color:#b8b0aa;
  box-shadow:0 8px 22px rgba(48,43,40,.08);
}

/* Make the opening showcase feel intentional directly below the fixed header. */
.kb-story:first-child .kb-showcase-main,
.kb-story:first-child .kb-benefit-card,
.kb-story:first-child .kb-mini-gallery figure {
  box-shadow: 0 16px 42px rgba(45,41,38,.08);
}

@media (max-width: 900px) {
  .kb-google-rating-inner {
    grid-template-columns:1fr auto;
    gap:24px;
    padding:28px;
  }
  .kb-google-rating-score {
    grid-column:1 / -1;
    grid-row:2;
    padding:22px 0 0;
    border-left:0;
    border-top:1px solid #ece8e4;
  }
  .kb-google-rating-link { grid-column:2; grid-row:1; }
}
@media (max-width: 600px) {
  .kb-story:first-child { padding-top:38px; }
  .kb-google-rating { padding:10px 0 38px; }
  .kb-google-rating-inner {
    width:calc(100% - 20px);
    grid-template-columns:1fr;
    gap:20px;
    padding:24px 20px;
    border-radius:22px;
  }
  .kb-google-rating-copy h2 { font-size:27px; }
  .kb-google-rating-score {
    grid-column:auto;
    grid-row:auto;
    min-width:0;
    grid-template-columns:auto 1fr;
    padding-top:20px;
  }
  .kb-google-rating-score > strong { font-size:48px; }
  .kb-google-stars { font-size:22px; letter-spacing:1px; }
  .kb-google-rating-link {
    grid-column:auto;
    grid-row:auto;
    width:100%;
  }
}

/* v28 — callback card with WhatsApp fallback, before FAQ */
.kb-contact-fallback {
  padding: 68px 0 72px;
  background: var(--cb-bg);
}
.kb-callback-wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28, 42, 41, .06);
}
.kb-callback-photo {
  flex: 0 0 340px;
  min-height: 100%;
}
.kb-callback-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 75% center;
  display: block;
}
.kb-callback-card {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 34px 36px 30px;
  border: 1px solid #ece6e0;
  border-left: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
}
.kb-callback-arrow {
  position: absolute;
  top: 22px;
  left: 26px;
  width: 52px;
  height: 40px;
  pointer-events: none;
}
.kb-callback-arrow svg { width: 100%; height: 100%; }
.kb-callback-card h2 {
  margin: 0 0 6px;
  font-size: clamp(19px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: #1c2a29;
}
.kb-callback-note {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #5b6560;
}
.kb-callback-note--top {
  margin: 0 0 20px;
}
.kb-contact-privacy,
.kb-contact-status {
  margin: 6px 0 0;
  color: #9a9692;
  font-size: 10.5px;
  line-height: 1.4;
}
.kb-contact-privacy a { color: #74706d; text-decoration: underline; text-underline-offset: 2px; }
.kb-contact-status { display: none; color: #686461; }
.kb-contact-status.is-visible { display: block; }

.kb-callback-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 18px;
  color: #b3aea8;
  font-size: 12px;
}
.kb-callback-divider::before,
.kb-callback-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ece6e0;
}

.kb-callback-alt-label {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1c2a29;
}

.kb-callback-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d9d5d1;
  color: #1c2a29;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
  transition: filter .18s ease, transform .18s ease, border-color .18s ease;
}
.kb-callback-whatsapp svg { width: 19px; height: 19px; flex: none; color: #25b956; }
.kb-callback-whatsapp:hover { border-color: #b8b3ad; background: #faf9f7; transform: translateY(-1px); }

.kb-callback-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.kb-callback-form > input[name="contact_name"] {
  flex: 1 1 160px;
  min-width: 0;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #d9d5d1;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 14.5px;
  text-align: left;
  outline: none;
  box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.kb-callback-form > input[name="contact_name"]:focus {
  border-color: #9fdfe7;
  box-shadow: 0 0 0 3px rgba(169, 231, 239, .2);
}
.kb-phone-field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 190px;
  min-width: 0;
  height: 48px;
  border: 1px solid #d9d5d1;
  border-radius: 999px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.kb-phone-field:focus-within {
  border-color: #9fdfe7;
  box-shadow: 0 0 0 3px rgba(169, 231, 239, .2);
}
.kb-phone-prefix {
  display: flex;
  align-items: center;
  flex: none;
  height: 100%;
  padding: 0 0 0 18px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1;
  color: #1c2a29;
}
.kb-phone-field input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 16px 0 6px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 14.5px;
  line-height: 1;
  text-align: left;
  outline: none;
  box-sizing: border-box;
}
.kb-phone-field input::placeholder { color: #b8b3ad; }
.kb-callback-form > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #34c759;
  color: #fff;
  font: inherit;
  font-size: 14.5px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: filter .18s ease, transform .18s ease;
}
.kb-callback-form > button svg { width: 16px; height: 16px; }
.kb-callback-form > button:hover { filter: brightness(.95); transform: translateY(-1px); }

.kb-callback-form > button.kb-callback-button--secondary {
  background: #fff;
  color: #1c2a29;
  border: 1px solid #d9d5d1;
}
.kb-callback-form > button.kb-callback-button--secondary:hover {
  border-color: #b8b3ad;
  background: #faf9f7;
}

.kb-contact-privacy,
.kb-contact-status {
  flex: 1 1 100%;
  margin: 4px 0 0;
  color: #9a9692;
  font-size: 10.5px;
  line-height: 1.4;
}

@media (max-width: 700px) {
  .kb-callback-wrap { flex-direction: column; }
  .kb-callback-photo { flex: none; }
  .kb-callback-photo img { min-height: 200px; }
  .kb-callback-card { border-left: 1px solid #ece6e0; border-top: 0; }
}
@media (max-width: 420px) {
  .kb-contact-fallback { padding: 44px 0 48px; }
  .kb-callback-card { padding: 30px 22px 26px; }
  .kb-callback-arrow { display: none; }
  .kb-callback-form > input[name="contact_name"],
  .kb-phone-field,
  .kb-callback-form > button { flex: 1 1 100%; }
}



/* v29 — mobile polish pass */
@media (max-width: 600px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  body { -webkit-text-size-adjust: 100%; }

  .site-header,
  .header-inner,
  .container { min-width: 0; }

  .header-inner {
    gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-logo,
  .brand img,
  .header-logo img {
    max-width: min(48vw, 190px);
    height: auto;
  }
  .header-cta,
  .header-cta--updated {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    font-size: 12.5px;
    white-space: nowrap;
  }

  .kb-story,
  .reviews-section,
  .booking-section,
  .kb-faq,
  .kb-partners-section,
  .kb-regions,
  .cleanbros-footer {
    overflow: hidden;
  }

  .kb-story-head,
  .section-heading,
  .reference-heading {
    padding-left: 2px;
    padding-right: 2px;
  }

  .kb-story-head h2,
  .reference-heading h2,
  .section-heading h2 {
    overflow-wrap: anywhere;
  }

  .kb-showcase-main,
  .kb-about-card,
  .kb-guarantee,
  .form-panel,
  .reference-column,
  .kb-faq details {
    max-width: 100%;
  }

  .review-card,
  .review-item,
  .v16-review-item {
    min-width: 0;
  }

  .kb-contact-fallback {
    padding-left: 0;
    padding-right: 0;
  }
  .kb-contact-fallback-inner {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }
  .kb-callback-form input,
  .kb-callback-row input {
    min-width: 0;
    font-size: 16px; /* prevents iOS input zoom */
  }
  .kb-callback-row button {
    min-height: 46px;
  }

  .kb-faq-inner,
  .kb-story-inner,
  .booking-inner,
  .reviews-inner,
  .kb-regions-inner {
    min-width: 0;
  }

  .kb-partners img,
  .kb-region-item img {
    max-width: 100%;
    height: auto;
  }

  .cleanbros-footer-grid,
  .cleanbros-footer-bottom {
    min-width: 0;
  }

  .v18-proven {
    transform: scale(.72);
    transform-origin: right bottom;
    right: 0;
    bottom: 68px;
  }
}

@media (max-width: 390px) {
  .header-cta,
  .header-cta--updated {
    padding: 0 11px;
    font-size: 12px;
  }
  .site-logo,
  .brand img,
  .header-logo img {
    max-width: 46vw;
  }
  .v18-proven {
    transform: scale(.66);
    bottom: 62px;
  }
}

@media (max-width: 360px) {
  .header-inner { gap: 7px; }
  .header-cta,
  .header-cta--updated {
    padding: 0 9px;
    font-size: 11.5px;
  }
  .v18-proven {
    transform: scale(.62);
    bottom: 58px;
  }
}

/* v29 final mobile FAQ heading fix */
@media (max-width: 760px) {
  .kb-faq-heading h2 br { display: block; }
}

/* v32 — integrated price line: deliberately simple, part of the form rather than a floating card */
.kb-price-sticker { display: none !important; }
.kb-price-inline {
  margin-top: 13px;
  padding: 13px 2px 0;
  border-top: 1px solid rgba(47, 54, 54, .16);
  color: #292d2c;
}
.kb-price-inline__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.kb-price-inline__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.kb-price-inline__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 3px;
  background: #b7edf1;
  color: #263c3e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1deg);
  transform-origin: left center;
}
.kb-price-inline__tag span {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  font-size: 10px;
}
.kb-price-inline__state {
  color: #8a8d8c;
  font-size: 10px;
  line-height: 1.25;
}
.kb-price-inline__amount {
  flex: 0 0 auto;
  color: #252827;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1;
  white-space: nowrap;
  transition: opacity .12s ease, transform .12s ease;
}
.kb-price-inline.is-refreshing .kb-price-inline__amount {
  opacity: .42;
  transform: translateY(1px);
}
.kb-price-inline__guarantee {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #5c6260;
  font-size: 10.5px;
  line-height: 1.35;
}
.kb-price-inline__check {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #d7f4f5;
  color: #31575a;
  font-size: 10px;
  font-weight: 700;
}
.customer-panel {
  display: flex;
  flex-direction: column;
}
.customer-submit {
  width: 100%;
  min-width: 0;
  margin-top: 15px;
  height: 42px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 700px) {
  .kb-price-inline {
    padding-top: 12px;
  }
  .kb-price-inline__amount {
    font-size: 28px;
  }
  .kb-price-inline__guarantee {
    font-size: 11px;
  }
  .customer-submit {
    min-height: 48px;
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .kb-price-inline__main {
    gap: 10px;
  }
  .kb-price-inline__amount {
    font-size: 25px;
  }
  .kb-price-inline__state {
    font-size: 9.5px;
  }
}


/* v33 — tidy Fixpreis badge; no "Noch X Angaben" helper line */
.kb-price-inline__tag {
  gap: 5px;
  padding: 5px 10px 5px 7px;
  border-radius: 999px;
  transform: none !important;
  line-height: 1;
  min-height: 26px;
  vertical-align: middle;
}
.kb-price-inline__tag span {
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 1;
}
.kb-price-inline__state {
  display: none !important;
}
.kb-price-inline__copy {
  gap: 0;
}

/* V45 booking flow */
.booking-title{margin-bottom:10px}
.booking-lead{margin:0 0 8px;color:#666b70;font-size:14px;line-height:1.5}
.booking-guarantee-note{margin:0 0 24px;color:#2f326f;font-size:13px;line-height:1.45}
.kb-price-inline{margin-top:24px;padding:0;border:0;background:transparent;box-shadow:none;border-radius:0}
.kb-price-inline__main{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:0}
.kb-price-inline__label{font-size:14px;color:#2e3236}
.kb-price-inline__amount{font-size:28px;line-height:1;color:#2f2b79;white-space:nowrap;opacity:1}
.kb-price-inline__guarantee{display:block;margin:7px 0 0;padding:0;border:0;background:none;color:#696d71;font-size:11.5px;line-height:1.4}
.kb-time-estimate{margin:5px 0 0;color:#4f5458;font-size:11.5px;font-weight:600;line-height:1.4}
.kb-price-inline__tag,.kb-price-inline__state,.kb-price-inline__check,.kb-price-inline__copy{display:none!important}
.kb-contact-status.is-error{color:#923b40}
.kb-contact-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.footer-payments-wrap{margin-top:18px}
.footer-payments-wrap>span{display:block;margin-bottom:10px;color:#666b70;font-size:14px;font-weight:600}
.footer-payment-icons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.footer-payment-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:42px;
  border-radius:8px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 2px 6px rgba(0,0,0,.05);
}
.footer-payment-icons img{display:block;width:auto;max-width:46px;max-height:22px;object-fit:contain}
@media(max-width:700px){.booking-lead{font-size:13.5px}.booking-guarantee-note{margin-bottom:18px}.kb-price-inline__amount{font-size:24px}.footer-payment-chip{width:56px;height:38px}.footer-payment-icons img{max-height:20px}}

.footer-contact-details{display:flex;flex-direction:column;gap:8px;margin:0 0 22px}
.footer-contact-line{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:inherit;
  font-size:16px;
  line-height:1.4;
  opacity:.92;
}
.footer-contact-line svg{width:17px;height:17px;flex:none;opacity:.8}
a.footer-contact-line{transition:opacity .16s ease}
a.footer-contact-line:hover{opacity:1;text-decoration:underline;text-underline-offset:2px}

/* v57 — canton-first booking flow */
.canton-block{margin-top:20px}
.canton-block>label{display:block;margin:0 0 8px;color:#303336;font-size:13px;font-weight:700}
.canton-block select{margin-bottom:7px}
.canton-hint{margin:0;color:#73777b;font-size:11px;line-height:1.45}
.datetime-trigger:disabled{opacity:.48;cursor:not-allowed;background:#f1f1f0}
.next-step-panel{display:flex;flex-direction:column;min-height:100%}
.next-step-copy{padding:4px 2px 18px;color:#5f6367;font-size:13px;line-height:1.55}
.next-step-copy p{margin:0 0 15px}
.next-step-copy ul{margin:0;padding:0;list-style:none;border-top:1px solid #ddd}
.next-step-copy li{padding:11px 0;border-bottom:1px solid #ddd}
.next-step-copy li::before{content:"✓";margin-right:8px;color:#5c52ee;font-weight:700}
.next-step-panel .customer-submit{margin-top:auto}

/* v58 — canton/calendar sync visibility */
.canton-block{display:block!important;margin-top:22px;padding-top:16px;border-top:1px solid #d8d9d8}
.canton-block>label{display:block!important;margin:0 0 8px;color:#23262a;font-size:13px;font-weight:700}
.canton-block select{display:block!important;width:100%;min-height:44px;margin:0 0 7px}
.canton-block>label span{color:#5c52ee}
.canton-hint{display:block!important;margin:0;color:#73777b;font-size:11px;line-height:1.45}


/* v59 — restore three-column enquiry form and stabilize calendar selection */
.customer-panel{display:flex;flex-direction:column}
.customer-panel .privacy-row{margin-top:8px}
.customer-panel .customer-submit{margin-top:12px}
.datetime-time.is-selected{border-color:#5c52ee!important;background:#5c52ee!important;color:#fff!important}
@media(min-width:701px){
  .datetime-picker{width:410px;max-height:min(620px,calc(100vh - 90px));overflow-y:auto}
}
@media(max-width:1100px){
  .reference-form{grid-template-columns:1fr 1fr}
  .customer-panel{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
  .customer-panel h3,.customer-panel .other-title,.customer-panel textarea,.customer-panel #sourceSelect,.customer-panel .privacy-row,.customer-panel .customer-submit{grid-column:1/-1}
}
@media(max-width:700px){
  .customer-panel{grid-column:auto;display:flex}
}


/* v62 — calendar must visually sit above following page sections. */
.booking-section{position:relative;z-index:30;overflow:visible}
.datetime-field{position:relative;z-index:40}
.datetime-picker{
  z-index:9999!important;
  background:#fff!important;
  opacity:1!important;
  isolation:isolate;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.datetime-picker::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  background:#fff;
}
.kb-contact,.kb-contact-section,.kb-faq{position:relative;z-index:1}
@media(max-width:700px){.booking-section{overflow:visible}.datetime-picker{z-index:9999!important}}


/* v66 — calendar overlay always above the rest of the main page. */
body:has(.datetime-picker:not([hidden])) .booking-section{
  position:relative!important;
  z-index:2147483000!important;
  overflow:visible!important;
}
body:has(.datetime-picker:not([hidden])) .booking-container,
body:has(.datetime-picker:not([hidden])) .reference-form,
body:has(.datetime-picker:not([hidden])) .form-panel,
body:has(.datetime-picker:not([hidden])) .date-block,
body:has(.datetime-picker:not([hidden])) .datetime-field{
  overflow:visible!important;
}
.datetime-picker{
  z-index:2147483646!important;
  background:#fff!important;
  opacity:1!important;
  isolation:isolate!important;
  box-shadow:0 24px 64px rgba(0,0,0,.24)!important;
}
.datetime-picker::before{background:#fff!important;opacity:1!important;}


/* v68 final — calendar is portalled to body, outside all form stacking contexts. */
.datetime-picker.is-portal {
  position: fixed !important;
  z-index: 2147483647 !important;
  top: var(--picker-top, 12px) !important;
  left: var(--picker-left, 12px) !important;
  width: var(--picker-width, 410px) !important;
  max-width: calc(100vw - 24px) !important;
  max-height: calc(100vh - 24px) !important;
  margin: 0 !important;
  transform: none !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  background: #fff !important;
  opacity: 1 !important;
  isolation: isolate !important;
  box-shadow: 0 24px 72px rgba(0,0,0,.26) !important;
}
.datetime-picker.is-portal,
.datetime-picker.is-portal > *,
.datetime-picker.is-portal .datetime-picker__calendar,
.datetime-picker.is-portal .datetime-picker__times {
  background-color: #fff;
}
@media (max-width: 700px) {
  .datetime-picker.is-portal {
    top: 50% !important;
    left: 50% !important;
    width: min(430px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    transform: translate(-50%, -50%) !important;
  }
  body.datetime-open::before {
    z-index: 2147483646 !important;
  }
}

/* Final form validation polish */
#bookingForm input.is-phone-invalid,
#miniContactForm input.is-phone-invalid {
  border-color: #c77478;
  box-shadow: 0 0 0 1px rgba(154,62,68,.08);
}

/* v81 — real phone layout: calculator is one vertical flow; regions extended to 19. */
@media (max-width: 700px) {
  .booking-section {
    padding: 38px 0 46px;
    overflow: visible;
  }
  .booking-container {
    width: min(calc(100% - 18px), 940px);
    max-width: none;
  }
  .booking-title {
    margin-bottom: 16px;
    font-size: 23px;
    line-height: 1.18;
  }
  .booking-lead,
  .booking-guarantee-note {
    padding-left: 2px;
    padding-right: 2px;
  }
  .reference-form {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    width: 100%;
    min-width: 0;
  }
  .reference-form > .form-panel {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 15px 13px 17px !important;
    transform: none !important;
    box-shadow: none !important;
  }
  .object-panel { order: 1; }
  .extras-panel { order: 2; }
  .customer-panel {
    order: 3;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
  }
  .form-panel h3 {
    margin-bottom: 12px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }
  .form-panel select,
  .form-panel input[type="text"],
  .form-panel input[type="email"],
  .form-panel input[type="tel"],
  .form-panel textarea {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    margin-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
  }
  .form-panel textarea {
    min-height: 96px;
    padding-top: 13px;
  }
  .extras-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .extra-option {
    min-width: 0;
    min-height: 62px;
    padding: 8px 8px 8px 10px;
  }
  .extra-option span { font-size: 12px; }
  .plain-fieldset {
    margin-top: 18px;
  }
  .plain-fieldset legend {
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 600;
  }
  .plain-fieldset label {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 0;
    font-size: 14px;
  }
  .plain-fieldset input {
    width: 19px;
    height: 19px;
    margin: 0 9px 0 0;
  }
  .canton-block {
    margin-top: 18px;
    padding-top: 15px;
  }
  .canton-block > label {
    margin-bottom: 9px;
    font-size: 14px;
  }
  .canton-block select {
    min-height: 50px;
    font-size: 16px;
  }
  .canton-hint {
    max-width: none;
    font-size: 12px;
    line-height: 1.45;
  }
  .date-block {
    margin-top: 22px;
  }
  .date-block h4 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }
  .datetime-trigger {
    min-height: 52px;
    padding: 0 13px;
    font-size: 15px;
  }
  .kb-price-inline {
    margin-top: 20px;
    padding-top: 16px;
  }
  .kb-price-inline__label { font-size: 15px; }
  .kb-price-inline__amount { font-size: 27px; }
  .kb-price-inline__guarantee,
  .kb-time-estimate {
    font-size: 12px;
    line-height: 1.45;
  }
  .privacy-row {
    min-height: 44px;
    align-items: center;
    margin-top: 7px;
    font-size: 11.5px;
  }
  .privacy-row input {
    width: 18px;
    height: 18px;
  }
  .customer-submit {
    min-height: 50px;
    margin-top: 10px;
    font-size: 14px;
  }

  .v18-regions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px 10px !important;
  }
  .v18-region img {
    width: 76px !important;
    height: 76px !important;
  }
  .v18-region:last-child:nth-child(3n + 1) {
    grid-column: 2;
  }

  .v18-proven {
    width: 78px !important;
    right: 7px !important;
    bottom: 14px !important;
    transform: none !important;
  }
}

@media (max-width: 430px) {
  .booking-container { width: calc(100% - 14px); }
  .reference-form > .form-panel { padding: 14px 11px 16px !important; }
  .extras-grid { gap: 7px; }
  .extra-option {
    min-height: 60px;
    grid-template-columns: minmax(0, 1fr) 31px;
  }
  .extra-option svg { width: 30px; height: 30px; }
  .v18-regions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px 6px !important;
  }
  .v18-region img {
    width: 70px !important;
    height: 70px !important;
  }
}

@media (max-width: 360px) {
  .booking-container { width: calc(100% - 10px); }
  .reference-form > .form-panel { padding-left: 9px !important; padding-right: 9px !important; }
  .extras-grid { gap: 6px; }
  .extra-option { padding-left: 8px; padding-right: 6px; }
  .extra-option span { font-size: 11.5px; }
  .kb-price-inline__amount { font-size: 24px; }
}

/* Compact mobile seal stays at the right edge, above the cookie notice. */
@media (max-width: 760px) {
  .v18-proven {
    position: fixed !important;
    width: 78px !important;
    margin: 0 !important;
    right: max(7px, env(safe-area-inset-right, 0px)) !important;
    top: auto !important;
    bottom: calc(var(--kb-cookie-space, 0px) + 14px + env(safe-area-inset-bottom, 0px)) !important;
    transform: none !important;
    pointer-events: none;
  }
}

/* Editorial refresh: calmer Swiss service aesthetic */
:root {
  --kb-ink: #18201f;
  --kb-paper: #f4f5ef;
  --kb-line: #d9ddd5;
  --kb-accent: #8fdfe6;
  --kb-accent-dark: #193f45;
}

body {
  color: var(--kb-ink);
  background: #fff;
}

.site-header {
  background: rgba(255,255,255,.96) !important;
  border-bottom-color: rgba(24,32,31,.11) !important;
  box-shadow: none !important;
}
.site-header .header-only-cta,
.site-header .header-cta--updated {
  border-radius: 8px !important;
  background: #4c59eb !important;
  color: #fff !important;
  font-weight: 600;
  border: 1px solid #4c59eb !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
  box-shadow: none !important;
}
.site-header .header-only-cta::after,
.site-header .header-cta--updated::after { display:none !important; }
.site-header .header-only-cta:hover,
.site-header .header-cta--updated:hover {
  background: #3e4bd8 !important;
  border-color: #3e4bd8 !important;
}


.kb-story {
  padding: 28px 0 86px !important;
  background: var(--kb-paper) !important;
}
.kb-story-inner {
  width: min(calc(100% - 48px), 1220px) !important;
}
.kb-story-head {
  display:grid !important;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:72px;
  align-items:end;
  max-width:none !important;
  margin:0 0 34px !important;
  text-align:left !important;
}
.kb-story-titleblock { min-width:0; }
.kb-story-eyebrow {
  display:block;
  margin-bottom:18px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#5d6864;
}
.kb-story-head h1 {
  margin:0;
  max-width:760px;
  font-size:clamp(46px,6vw,78px);
  line-height:.97;
  font-weight:600;
  letter-spacing:-.055em;
  color:var(--kb-ink);
}
.kb-story-intro {
  max-width:420px;
  justify-self:end;
  padding-bottom:5px;
}
.kb-story-intro p {
  margin:0;
  color:#58615f;
  font-size:16px;
  line-height:1.65;
}
.kb-story-cta {
  display:inline-flex;
  align-items:center;
  gap:16px;
  margin-top:22px;
  padding:0 0 7px;
  border-bottom:1px solid var(--kb-ink);
  font-weight:700;
  line-height:1.2;
}
.kb-story-cta span { font-size:18px; transition:transform .18s ease; }
.kb-story-cta:hover span { transform:translate(3px,3px); }

.kb-showcase {
  display:grid !important;
  grid-template-columns:minmax(0,1.72fr) minmax(280px,.68fr) !important;
  gap:14px !important;
  align-items:stretch;
}
.kb-showcase-main {
  min-height:610px !important;
  border-radius:8px !important;
  box-shadow:none !important;
  background:#d9ddd5 !important;
}
.kb-showcase-main img {
  min-height:610px !important;
  object-position:center 52%;
}
.kb-showcase-main::after {
  inset:48% 0 0 !important;
  background:linear-gradient(180deg,transparent,rgba(10,15,14,.62)) !important;
}
.kb-showcase-main figcaption {
  left:26px !important;
  right:26px !important;
  bottom:24px !important;
}
.kb-showcase-main figcaption span {
  margin-bottom:8px !important;
  font-size:11px !important;
  letter-spacing:.14em !important;
}
.kb-showcase-main figcaption strong {
  max-width:500px !important;
  font-size:clamp(27px,3vw,40px) !important;
  font-weight:600 !important;
  letter-spacing:-.025em;
}
.kb-showcase-main:hover img { transform:none !important; }
.kb-showcase-side {
  display:grid !important;
  grid-template-rows:1fr 1fr !important;
  gap:14px !important;
}
.kb-side-photo {
  position:relative;
  min-height:0;
  margin:0;
  overflow:hidden;
  border-radius:8px;
  background:#d9ddd5;
}
.kb-side-photo img {
  width:100%;
  height:100%;
  min-height:298px;
  object-fit:cover;
}
.kb-side-photo--work img { object-position:center center; }
.kb-side-photo--detail img { object-position:center 58%; }
.kb-side-photo::after {
  content:"";
  position:absolute;
  inset:56% 0 0;
  background:linear-gradient(180deg,transparent,rgba(10,15,14,.58));
}
.kb-side-photo figcaption {
  position:absolute;
  z-index:1;
  left:17px;
  right:17px;
  bottom:15px;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.kb-benefits {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0 !important;
  margin-top:30px;
  border-top:1px solid var(--kb-line);
  border-bottom:1px solid var(--kb-line);
}
.kb-benefit-card {
  display:grid !important;
  grid-template-columns:42px 1fr !important;
  gap:16px !important;
  align-items:start;
  min-width:0;
  padding:25px 28px 27px 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.kb-benefit-card + .kb-benefit-card {
  padding-left:28px !important;
  border-left:1px solid var(--kb-line) !important;
}
.kb-benefit-card:hover { transform:none !important; box-shadow:none !important; }
.kb-benefit-number {
  display:block !important;
  width:auto !important;
  height:auto !important;
  padding-top:2px;
  border-radius:0 !important;
  background:transparent !important;
  color:#75807c !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.08em;
}
.kb-benefit-card h3 {
  margin:0 0 8px !important;
  font-size:17px !important;
  line-height:1.25;
  font-weight:700;
  letter-spacing:-.01em;
}
.kb-benefit-card p {
  margin:0;
  color:#626b68 !important;
  font-size:14px !important;
  line-height:1.6 !important;
}

.kb-about-grid {
  display:grid !important;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr) !important;
  gap:76px !important;
  margin-top:72px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.kb-about-copy { padding:0 !important; }
.kb-kicker {
  color:#63706c !important;
  font-size:11px !important;
  font-weight:700;
  letter-spacing:.12em !important;
  text-transform:uppercase;
}
.kb-about-copy h2 {
  margin:14px 0 18px;
  max-width:650px;
  font-size:clamp(31px,3.4vw,46px);
  line-height:1.04;
  font-weight:600;
  letter-spacing:-.04em;
}
.kb-about-copy > p {
  max-width:660px;
  color:#5d6663 !important;
  font-size:15px !important;
  line-height:1.72 !important;
}
.kb-check-list { margin-top:25px !important; }
.kb-check-list li { font-size:14px; }
.kb-check-list li::before {
  border-radius:2px !important;
  background:var(--kb-accent) !important;
  color:var(--kb-accent-dark) !important;
}
.kb-about-proof {
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  align-self:start;
  padding:0 !important;
  border-top:1px solid var(--kb-line);
}
.kb-proof-score,
.kb-proof-copy {
  border:0 !important;
  border-bottom:1px solid var(--kb-line) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.kb-proof-score {
  display:grid !important;
  grid-template-columns:1fr auto !important;
  grid-template-areas:"label score" "stars score" "count score" !important;
  gap:3px 20px !important;
  align-items:center !important;
  min-height:150px;
  padding:24px 0 !important;
  text-align:left !important;
}
.kb-proof-score span { grid-area:label; }
.kb-proof-score strong {
  grid-area:score;
  margin:0 !important;
  font-size:62px !important;
  line-height:.9 !important;
  color:var(--kb-ink) !important;
  letter-spacing:-.06em;
}
.kb-proof-score em { grid-area:stars; margin:4px 0 0 !important; }
.kb-proof-score small { grid-area:count; margin:2px 0 0 !important; }
.kb-proof-copy { padding:25px 0 27px !important; }
.kb-proof-copy strong { font-size:18px !important; }
.kb-proof-copy p { color:#626b68 !important; }

.kb-guarantee {
  grid-template-columns:48px minmax(0,1fr) auto !important;
  gap:20px !important;
  margin-top:56px !important;
  padding:26px 0 !important;
  border:0 !important;
  border-top:1px solid var(--kb-line) !important;
  border-bottom:1px solid var(--kb-line) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.kb-guarantee-icon {
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:var(--kb-accent) !important;
  color:var(--kb-accent-dark) !important;
  font-size:19px !important;
}
.kb-guarantee h3 { margin:2px 0 5px !important; font-size:19px !important; }
.kb-guarantee > a {
  min-height:44px !important;
  padding:0 18px !important;
  border:1px solid var(--kb-ink) !important;
  border-radius:7px !important;
  background:transparent !important;
  font-weight:700;
}
.kb-guarantee > a:hover { transform:none !important; background:var(--kb-ink) !important; color:#fff; }

.kb-google-rating { background:#fff !important; padding:50px 0 60px !important; }
.kb-google-rating-inner {
  border-radius:8px !important;
  box-shadow:none !important;
  border-color:#dfe2dc !important;
}
.kb-google-rating-link { border-radius:7px !important; }

.form-panel {
  border:1px solid #e1e3de;
  border-radius:9px !important;
  background:#f7f8f5 !important;
  box-shadow:none !important;
}
.form-panel:hover { transform:none !important; box-shadow:none !important; }
.extra-option { border-radius:7px !important; }

.kb-faq details { border-radius:8px !important; box-shadow:none !important; }

@media (max-width: 980px) {
  .kb-story-head { grid-template-columns:1fr; gap:24px; }
  .kb-story-intro { justify-self:start; max-width:650px; }
  .kb-showcase { grid-template-columns:1fr !important; }
  .kb-showcase-main,
  .kb-showcase-main img { min-height:500px !important; }
  .kb-showcase-side { grid-template-columns:1fr 1fr !important; grid-template-rows:1fr !important; }
  .kb-side-photo img { min-height:260px; }
  .kb-about-grid { grid-template-columns:1fr !important; gap:45px !important; }
  .kb-about-proof { max-width:720px; }
}

@media (max-width: 760px) {
  .kb-story { padding:22px 0 58px !important; }
  .kb-story-inner { width:calc(100% - 28px) !important; }
  .kb-story-head { margin-bottom:24px !important; }
  .kb-story-eyebrow { margin-bottom:13px; }
  .kb-story-head h1 { font-size:clamp(39px,12vw,58px); line-height:.98; }
  .kb-story-intro p { font-size:15px; }
  .kb-showcase-main,
  .kb-showcase-main img { min-height:390px !important; }
  .kb-showcase-main figcaption { left:18px !important; right:18px !important; bottom:17px !important; }
  .kb-showcase-side { gap:9px !important; }
  .kb-side-photo img { min-height:190px; }
  .kb-benefits { grid-template-columns:1fr !important; margin-top:24px; }
  .kb-benefit-card,
  .kb-benefit-card + .kb-benefit-card {
    grid-template-columns:36px 1fr !important;
    padding:20px 0 !important;
    border-left:0 !important;
  }
  .kb-benefit-card + .kb-benefit-card { border-top:1px solid var(--kb-line) !important; }
  .kb-about-grid { margin-top:52px !important; gap:35px !important; }
  .kb-about-copy h2 { font-size:34px; }
  .kb-about-proof { grid-template-columns:1fr !important; }
  .kb-proof-score { min-height:0 !important; padding:22px 0 !important; }
  .kb-proof-copy { padding:22px 0 !important; }
  .kb-guarantee {
    grid-template-columns:42px 1fr !important;
    margin-top:40px !important;
    padding:22px 0 !important;
  }
  .kb-guarantee > a { grid-column:2; justify-self:start; }
}

@media (max-width: 430px) {
  .kb-story-inner { width:calc(100% - 20px) !important; }
  .kb-story-head h1 { font-size:41px; }
  .kb-showcase-main,
  .kb-showcase-main img { min-height:330px !important; }
  .kb-showcase-main figcaption strong { font-size:27px !important; }
  .kb-side-photo img { min-height:158px; }
  .kb-side-photo figcaption { left:11px; right:11px; bottom:10px; font-size:11px; }
  .kb-about-copy h2 { font-size:31px; }
  .kb-proof-score strong { font-size:52px !important; }
}


/* ===== v85: service-photo hero focus + cleaner mobile gallery ===== */
.kb-showcase-main--service img {
  object-position: center 38% !important;
}
.kb-showcase-main--service figcaption strong {
  max-width: 560px !important;
}
.kb-side-photo--home img { object-position: center center; }

@media (max-width: 980px) {
  .kb-showcase {
    gap: 12px !important;
  }
  .kb-showcase-main,
  .kb-showcase-main img {
    min-height: 460px !important;
  }
}

@media (max-width: 700px) {
  .kb-showcase {
    gap: 10px !important;
  }
  .kb-showcase-main,
  .kb-showcase-main img {
    min-height: 360px !important;
  }
  .kb-showcase-side {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 10px !important;
  }
  .kb-side-photo,
  .kb-side-photo img {
    min-height: 210px !important;
  }
  .kb-showcase-main figcaption span {
    font-size: 10px !important;
  }
  .kb-showcase-main figcaption strong {
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.02 !important;
  }
}

@media (max-width: 430px) {
  .kb-showcase-main,
  .kb-showcase-main img {
    min-height: 310px !important;
  }
  .kb-side-photo,
  .kb-side-photo img {
    min-height: 180px !important;
  }
}


/* ===== v86: compact about group, highlighted elements removed ===== */
.kb-about-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr) !important;
  gap: 46px !important;
  margin-top: 54px !important;
  align-items: start !important;
}
.kb-about-copy h2 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}
.kb-about-copy > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.kb-check-list {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}
.kb-about-proof {
  margin-top: 0 !important;
  align-self: stretch !important;
  display: flex !important;
  align-items: center !important;
}
.kb-proof-copy {
  width: 100%;
  padding: 20px 0 21px !important;
}
.kb-proof-copy strong {
  display: block;
  margin-bottom: 7px;
}
.kb-proof-copy p {
  margin: 0 !important;
  line-height: 1.55 !important;
}

@media (max-width: 980px) {
  .kb-about-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    margin-top: 44px !important;
  }
  .kb-about-proof {
    max-width: none !important;
  }
}

@media (max-width: 700px) {
  .kb-about-grid {
    margin-top: 38px !important;
    gap: 20px !important;
  }
  .kb-about-copy h2 {
    margin-bottom: 12px !important;
  }
  .kb-check-list {
    margin-top: 16px !important;
  }
  .kb-proof-copy {
    padding: 18px 0 !important;
  }
}


/* ===== v87/v88: one grouped about block, no secondary proof panel ===== */
.kb-about-grid--combined {
  grid-template-columns: minmax(0, 860px) !important;
  gap: 0 !important;
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}
.kb-about-grid--combined .kb-about-copy { max-width: 860px; }
.kb-story { padding-bottom: 48px !important; }
@media (max-width: 980px) {
  .kb-about-grid--combined { grid-template-columns: 1fr !important; margin-top: 42px !important; }
}
@media (max-width: 700px) {
  .kb-about-grid--combined { margin-top: 36px !important; }
  .kb-story { padding-bottom: 38px !important; }
}


/* ===== v93: single clean validation message + existing mobile footer order ===== */
@media (max-width:700px) {
  .cleanbros-footer-top { display:grid !important; }
  .cleanbros-footer-contact { order:1; }
  .footer-service-columns { order:2; }
}

@media (min-width:1101px) {
  .v18-regions-grid {
    grid-template-columns:repeat(10,minmax(0,1fr)) !important;
    column-gap:0 !important;
    row-gap:34px !important;
    width:min(100%,1080px);
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .v18-regions-grid > .v18-region { grid-column:span 2; }
  .v18-regions-grid > .v18-region:nth-child(16) { grid-column:2 / span 2; }
}

/* ===== v91: rendering performance for content well below the first viewport ===== */
@supports (content-visibility: auto) {
  .v18-reviews,
  .booking-section,
  .kb-faq,
  .kb-partners,
  .v18-regions,
  .cleanbros-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}
