/* ========================================================================== 
   Voordeelacties v1.36 — Simple Modern UI
   Finale UI-laag: minimalistisch, rustig, snel scanbaar en mobielvriendelijk.
   ========================================================================== */

:root {
  --kk-bg: #f7f7f8;
  --kk-surface: #ffffff;
  --kk-surface-soft: #f4f5f6;
  --kk-text: #191b20;
  --kk-muted: #6b707a;
  --kk-border: #e6e7ea;
  --kk-border-strong: #d7d9de;
  --kk-brand: #101828;
  --kk-brand-dark: #0b1220;
  --kk-accent: #da393d;
  --kk-accent-hover: #c92f34;
  --kk-accent-soft: #fff1f2;
  --kk-success: #18794e;
  --kk-radius: 12px;
  --kk-radius-sm: 9px;
  --kk-container: 1120px;
  --kk-shadow: none;
  --kk-shadow-lg: none;
  --kk-font-display: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --kk-font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --kk-font: var(--kk-font-body);
}

* { scrollbar-color: #cfd2d8 transparent; }

html {
  background: var(--kk-bg);
  scroll-padding-top: 76px;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: var(--kk-bg);
  color: var(--kk-text);
  font-family: var(--kk-font-body);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -.006em;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar { padding-top: 0; }

.kk-site-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--kk-surface);
  box-shadow: none;
}

#kk-main { background: var(--kk-surface); }
.kk-container { max-width: var(--kk-container); padding-inline: 24px; }

/* Typography -------------------------------------------------------------- */
h1, h2, h3, h4 {
  margin-top: 0;
  color: var(--kk-brand);
  font-family: var(--kk-font-body);
  font-weight: 700;
  letter-spacing: -.035em;
}

h1 { line-height: 1.04; }
h2 { line-height: 1.12; }
h3, h4 { letter-spacing: -.02em; }
p { color: var(--kk-text); }

.kk-section__sub,
.kk-muted { color: var(--kk-muted); }

.kk-section__sub {
  max-width: 64ch;
  margin-top: 4px;
}

.kk-eyebrow {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--kk-muted);
  font-family: var(--kk-font-body);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kk-eyebrow::before { display: none; }

/* Focus + buttons --------------------------------------------------------- */
:where(a, button, input, select, textarea, summary) {
  -webkit-tap-highlight-color: rgba(16, 24, 40, .08);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(218, 57, 61, .22);
  outline-offset: 2px;
}

.kk-btn,
.kk-btn--primary,
.kk-btn--cta,
.kk-btn--ghost,
.kk-header__cta,
.kk-search button {
  min-height: 44px;
  border-radius: 9px;
  font-family: var(--kk-font-body);
  font-weight: 650;
  letter-spacing: -.01em;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.kk-btn--primary,
.kk-btn--cta,
.kk-header__cta,
.kk-search button {
  border: 1px solid var(--kk-cta, var(--kk-accent));
  background: var(--kk-cta, var(--kk-accent));
  color: #fff;
}

.kk-btn--primary:hover,
.kk-btn--cta:hover,
.kk-header__cta:hover,
.kk-search button:hover {
  border-color: var(--kk-accent-hover);
  background: var(--kk-accent-hover);
  color: #fff;
  text-decoration: none;
}

.kk-btn--ghost {
  border: 1px solid var(--kk-border-strong);
  background: #fff;
  color: var(--kk-brand);
}

.kk-btn--ghost:hover {
  border-color: #c7c9cf;
  background: var(--kk-surface-soft);
  color: var(--kk-brand);
}

/* Header ----------------------------------------------------------------- */
.kk-header,
.kk-header--sticky {
  position: sticky;
  top: 0;
  z-index: 9990;
  border: 0;
  border-bottom: 1px solid var(--kk-border);
  border-radius: 0;
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.admin-bar .kk-header,
.admin-bar .kk-header--sticky { top: 32px; }

.kk-header__bar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  min-height: 66px;
  padding-block: 8px;
}

.kk-header .kk-logo,
.kk-footer .kk-logo { line-height: 1; }

.kk-header .kk-logo a,
.kk-footer .kk-logo a {
  color: var(--kk-brand);
  font-weight: 750;
  letter-spacing: -.035em;
  text-decoration: none;
}

.kk-logo__mark { color: var(--kk-accent); }

.kk-header .kk-logo img,
.kk-header .kk-logo .custom-logo {
  max-width: min(176px, 21vw);
  max-height: 36px;
}

.kk-header .kk-nav { justify-self: center; }
.kk-header .kk-nav .kk-menu { gap: 1px; }

.kk-header .kk-nav .kk-menu > li > a {
  min-height: 40px;
  padding: 9px 10px;
  border-radius: 8px;
  color: #555b66;
  font-size: .84rem;
  font-weight: 550;
}

.kk-header .kk-nav .kk-menu > li > a:hover,
.kk-header .kk-nav .kk-menu > li > a:focus-visible {
  background: var(--kk-surface-soft);
  color: var(--kk-brand);
  text-decoration: none;
}

.kk-header .kk-nav .kk-menu > .current-menu-item > a,
.kk-header .kk-nav .kk-menu > .current-menu-parent > a,
.kk-header .kk-nav .kk-menu > .current-menu-ancestor > a {
  background: var(--kk-surface-soft);
  color: var(--kk-brand);
  font-weight: 650;
}

.kk-menu__icon { opacity: .72; }

.kk-header__cta {
  min-height: 42px;
  padding-inline: 14px;
  font-size: .82rem;
}

.kk-header__cta-arrow { display: none; }

/* Secondary navigation --------------------------------------------------- */
.kk-catbar {
  border-bottom: 1px solid var(--kk-border);
  background: #fff;
}

.kk-catbar__inner {
  gap: 6px;
  padding-block: 8px;
}

.kk-catbar__chip {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--kk-muted);
  font-size: .78rem;
  font-weight: 550;
}

.kk-catbar__chip:hover,
.kk-catbar__chip.is-active {
  border-color: var(--kk-border);
  background: var(--kk-surface-soft);
  color: var(--kk-brand);
}

.kk-catbar__count { opacity: .65; }

.kk-disclosure {
  padding-block: 7px;
  border: 0;
  border-bottom: 1px solid var(--kk-border);
  background: #fafafa;
  color: var(--kk-muted);
  font-size: .74rem;
}

/* Hero ------------------------------------------------------------------- */
.kk-hero {
  overflow: visible;
  border-bottom: 1px solid var(--kk-border);
  background: #fff;
}

.kk-hero::before,
.kk-hero::after { display: none !important; }

.kk-hero > .kk-container {
  max-width: 960px;
  padding-top: clamp(58px, 7vw, 82px);
  padding-bottom: 48px;
  text-align: center;
}

.kk-hero h1 {
  max-width: 15ch;
  margin: 0 auto 14px;
  font-size: clamp(2.45rem, 5.2vw, 4.15rem);
  font-weight: 750;
  letter-spacing: -.052em;
}

.kk-hero__accent {
  color: var(--kk-brand);
  background: none;
  padding: 0;
}

.kk-hero > .kk-container > p:not(.kk-hero__disclosure) {
  max-width: 54ch;
  margin: 0 auto 24px;
  color: var(--kk-muted);
  font-size: clamp(.98rem, 1.5vw, 1.08rem);
}

.kk-hero__search {
  max-width: 720px;
  margin-inline: auto;
}

.kk-search,
.kk-search--lg {
  min-height: 58px;
  overflow: hidden;
  border: 1px solid var(--kk-border-strong);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.kk-search:focus-within {
  border-color: #b8bbc2;
  box-shadow: 0 0 0 4px rgba(16, 24, 40, .05);
}

.kk-search input[type="search"] {
  min-width: 0;
  font-size: .96rem;
}

.kk-search input[type="search"]::placeholder {
  color: #92969e;
  opacity: 1;
}

.kk-search--lg button {
  min-width: 104px;
  margin: 5px;
  min-height: 46px;
}

.kk-hero__routes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 18px;
  max-width: 720px;
  margin: 15px auto 0;
}

.kk-route {
  min-height: 34px;
  padding: 5px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--kk-muted);
  font-size: .8rem;
  font-weight: 550;
  transform: none !important;
}

.kk-route:hover,
.kk-route:focus-visible {
  border: 0;
  background: transparent;
  color: var(--kk-brand);
  text-decoration: none;
}

.kk-route__icon {
  width: 16px;
  height: 16px;
  color: currentColor;
  opacity: .75;
}

.kk-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 16px;
  max-width: 720px;
  margin: 16px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.kk-hero__trust li {
  min-height: 0;
  padding: 0;
  border: 0 !important;
  color: var(--kk-muted);
  font-size: .75rem;
  font-weight: 450;
}

.kk-hero__trust li::before {
  content: "✓";
  width: auto;
  height: auto;
  margin-right: 5px;
  border: 0;
  background: none;
  color: var(--kk-success);
  font-size: .72rem;
  font-weight: 700;
}

.kk-hero__disclosure {
  max-width: 680px !important;
  margin: 11px auto 0 !important;
  color: #92969e !important;
  font-size: .68rem !important;
  opacity: 1;
}

/* Sections --------------------------------------------------------------- */
.kk-section,
.kk-page { padding-block: 52px; }

.kk-section--compact,
.kk-section--tight { padding-block: 42px; }

.kk-section + .kk-section { border-top: 1px solid var(--kk-border); }

.kk-section__head { margin-bottom: 20px; }
.kk-section__head h2 { margin-bottom: 3px; }

.kk-home-feed { padding-top: 48px; }
.kk-home-stores { background: #fafafa; }

/* Tabs ------------------------------------------------------------------- */
.kk-tabs {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  gap: 2px;
  margin-bottom: 20px;
  padding: 3px;
  border: 1px solid var(--kk-border);
  border-radius: 10px;
  background: var(--kk-surface-soft);
}

.kk-tab {
  flex: 0 0 auto;
  min-width: 112px;
  min-height: 38px;
  padding: 8px 14px;
  border: 0;
  border-radius: 7px;
  color: var(--kk-muted);
  font-family: var(--kk-font-body);
  font-size: .78rem;
  font-weight: 550;
}

.kk-tab:hover {
  background: rgba(255,255,255,.7);
  color: var(--kk-brand);
  text-decoration: none;
}

.kk-tab.is-active {
  background: #fff;
  color: var(--kk-brand) !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .07);
  font-weight: 650;
}

/* Coupon rows ------------------------------------------------------------ */
.kk-coupons { gap: 10px; }

.kk-coupon--row {
  grid-template-columns: 76px minmax(0, 1fr) 164px;
  gap: 16px;
  min-height: 112px;
  padding: 14px;
  border: 1px solid var(--kk-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
  transform: none !important;
  transition: border-color .15s ease, background-color .15s ease;
}

.kk-coupon--row:hover {
  border-color: var(--kk-border-strong);
  background: #fdfdfd;
  box-shadow: none;
  transform: none;
}

.kk-coupon--row .kk-coupon__logo {
  width: 70px;
  height: 64px;
  border: 1px solid var(--kk-border);
  border-radius: 9px;
  background: #fff;
}

.kk-coupon__save {
  max-width: 76px;
  margin-top: 6px;
  padding: 2px 5px;
  border: 0;
  border-radius: 5px;
  background: var(--kk-accent-soft);
  color: var(--kk-accent);
  font-size: .65rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.kk-coupon__meta--top { margin-bottom: 4px; }

.kk-badge {
  min-height: 21px;
  padding-inline: 7px;
  border: 1px solid var(--kk-border);
  border-radius: 6px;
  background: var(--kk-surface-soft);
  color: var(--kk-muted);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.kk-badge--code {
  border-color: #f4d3d5;
  background: var(--kk-accent-soft);
  color: var(--kk-accent);
}

.kk-coupon--row .kk-coupon__title {
  margin-bottom: 5px;
  font-family: var(--kk-font-body);
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.38;
  letter-spacing: -.015em;
}

.kk-coupon__title a { color: var(--kk-brand); }
.kk-coupon__title a:hover { color: var(--kk-accent); text-decoration: none; }

.kk-coupon__meta {
  gap: 5px 10px;
  color: #7b8089;
  font-size: .7rem;
}

.kk-coupon__meta a { color: inherit; }
.kk-coupon__excerpt { margin-top: 6px; color: var(--kk-muted); font-size: .79rem; }

.kk-coupon--row .kk-coupon__actions {
  align-self: stretch;
  justify-content: center;
}

.kk-coupon--row .kk-coupon__actions .kk-btn {
  min-height: 44px;
  border-radius: 8px;
  font-size: .8rem;
}

.kk-coupon__action-label { font-size: .7rem; }
.kk-coupon__hint,
.kk-coupon__verified { font-size: .65rem; }
.kk-coupon__verified { color: var(--kk-success); }

/* Cards ------------------------------------------------------------------ */
.kk-store-card,
.kk-tile,
.kk-card,
.kk-widget,
.kk-product-card,
.kk-compare-card,
.kk-offer-row,
.kk-seo-link-card,
.kk-coupon-card {
  border: 1px solid var(--kk-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}

.kk-store-card,
.kk-tile,
.kk-product-card,
.kk-compare-card,
.kk-seo-link-card,
.kk-coupon-card {
  transition: border-color .15s ease, background-color .15s ease;
}

.kk-store-card:hover,
.kk-tile:hover,
.kk-product-card:hover,
.kk-compare-card:hover,
.kk-seo-link-card:hover,
.kk-coupon-card:hover {
  border-color: var(--kk-border-strong);
  background: #fdfdfd;
  box-shadow: none;
  transform: none;
}

.kk-home-stores .kk-stores { gap: 10px; }

.kk-store-card {
  min-height: 106px;
  padding: 14px 10px;
}

.kk-store-card img { max-width: 88px; max-height: 32px; }
.kk-store-card__name { color: var(--kk-brand); font-size: .84rem; font-weight: 650; }
.kk-store-card__count { color: var(--kk-muted); font-size: .68rem; }

.kk-store-card__fallback {
  border-radius: 8px;
  background: var(--kk-surface-soft);
  color: var(--kk-muted);
}

.kk-tile { min-height: 80px; }
.kk-tile__name { color: var(--kk-brand); font-weight: 650; }
.kk-tile__count { color: var(--kk-muted); }

.kk-product-card { border-radius: 11px; }
.kk-product-card__title { font-family: var(--kk-font-body); font-weight: 650; }

.kk-compare { background: #fafafa; }
.kk-compare-card { border-radius: 11px; }
.kk-compare-card__icon { border-radius: 8px; background: var(--kk-surface-soft); }
.kk-compare-card__cta { font-weight: 650; }

/* Empty state ------------------------------------------------------------ */
.kk-empty {
  border: 1px solid var(--kk-border);
  border-radius: 11px;
  background: #fafafa;
  box-shadow: none;
}

/* Info + FAQ ------------------------------------------------------------- */
.kk-home-info__grid { gap: 14px; }
.kk-home-info__grid .kk-card { padding: 24px; }

.kk-steps { gap: 10px; }

.kk-faq { gap: 6px; }

.kk-faq details {
  padding: 0;
  overflow: clip;
  border: 1px solid var(--kk-border);
  border-radius: 9px;
  background: #fff;
}

.kk-faq summary {
  position: relative;
  padding: 13px 38px 13px 14px;
  color: var(--kk-brand);
  font-size: .86rem;
  font-weight: 600;
  list-style: none;
}

.kk-faq summary::-webkit-details-marker { display: none; }

.kk-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 13px;
  color: var(--kk-muted);
  font-size: 1rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.kk-faq details[open] summary::after { content: "−"; }
.kk-faq details[open] summary { border-bottom: 1px solid var(--kk-border); }
.kk-faq details p { margin: 0; padding: 12px 14px 14px; color: var(--kk-muted); font-size: .84rem; line-height: 1.55; }

/* Inputs ----------------------------------------------------------------- */
:where(.kk-page, .kk-section, .kk-widget, .kk-card) :where(input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="number"], select, textarea) {
  border: 1px solid var(--kk-border-strong);
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

:where(.kk-page, .kk-section, .kk-widget, .kk-card) :where(input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="number"], select, textarea):focus {
  border-color: #b8bbc2;
  box-shadow: 0 0 0 3px rgba(16, 24, 40, .05);
  outline: none;
}

/* Modal ------------------------------------------------------------------ */
.kk-modal__backdrop {
  background: rgba(16, 24, 40, .46);
  backdrop-filter: blur(2px);
}

.kk-modal__box {
  border: 1px solid var(--kk-border);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(16, 24, 40, .14);
}

/* Footer ----------------------------------------------------------------- */
.kk-footer {
  margin-top: 0;
  padding-top: 42px;
  border-top: 1px solid var(--kk-border);
  background: #fafafa;
  color: var(--kk-muted);
}

.kk-footer h3 {
  color: var(--kk-brand);
  font-family: var(--kk-font-body);
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: -.01em;
}

.kk-footer p,
.kk-footer li,
.kk-footer a { font-size: .8rem; }
.kk-footer a { color: #555b66; }
.kk-footer a:hover { color: var(--kk-brand); text-decoration: none; }
.kk-footer__section-icon { display: none; }
.kk-footer__bottom { border-top-color: var(--kk-border); font-size: .72rem; }

/* Tablet ----------------------------------------------------------------- */
@media (max-width: 1100px) {
  .kk-header__bar { gap: 12px; }
  .kk-header .kk-nav .kk-menu > li > a { padding-inline: 8px; font-size: .8rem; }
  .kk-header__cta { padding-inline: 12px; }
  .kk-coupon--row { grid-template-columns: 70px minmax(0, 1fr) 154px; gap: 13px; }
  .kk-coupon--row .kk-coupon__logo { width: 66px; height: 60px; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 66px; }
  .admin-bar .kk-header,
  .admin-bar .kk-header--sticky { top: 32px; }

  .kk-container { padding-inline: 20px; }
  .kk-header__bar { min-height: 62px; padding-block: 7px; }
  .kk-header .kk-nav__toggle { font-weight: 600; }

  .kk-header .kk-nav {
    border: 0 !important;
    border-bottom: 1px solid var(--kk-border) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .kk-header .kk-nav .kk-menu > li > a { font-weight: 550; }
  .kk-nav__mobile-cta { font-weight: 650 !important; }

  .kk-hero > .kk-container { padding-top: 54px; padding-bottom: 42px; }
  .kk-coupon--row { grid-template-columns: 66px minmax(0, 1fr) 146px; }
}

/* Mobile ----------------------------------------------------------------- */
@media (max-width: 720px) {
  html { scroll-padding-top: 62px; }
  .admin-bar .kk-header,
  .admin-bar .kk-header--sticky { top: 46px; }

  .kk-container { padding-inline: 16px; }
  .kk-section,
  .kk-page { padding-block: 34px; }
  .kk-section--compact,
  .kk-section--tight { padding-block: 30px; }

  .kk-hero > .kk-container {
    padding-top: 38px;
    padding-bottom: 32px;
    text-align: left;
  }

  .kk-hero h1 {
    max-width: 13ch;
    margin-inline: 0;
    font-size: clamp(2.15rem, 10.2vw, 3rem);
    line-height: 1.03;
    letter-spacing: -.045em;
  }

  .kk-hero > .kk-container > p:not(.kk-hero__disclosure) {
    max-width: none;
    margin-inline: 0;
    margin-bottom: 18px;
    font-size: .94rem;
  }

  .kk-hero__search { max-width: none; }
  .kk-search,
  .kk-search--lg { min-height: 54px; border-radius: 10px; }
  .kk-search--lg button { min-width: 82px; min-height: 44px; }

  .kk-hero__routes {
    justify-content: flex-start;
    gap: 2px 14px;
    margin-top: 12px;
  }
  .kk-route { min-height: 30px; font-size: .75rem; }
  .kk-route__icon { width: 14px; height: 14px; }

  .kk-hero__trust {
    justify-content: flex-start;
    gap: 4px 12px;
    margin-top: 12px;
  }
  .kk-hero__trust li { font-size: .7rem; }

  .kk-hero__disclosure {
    margin-inline: 0 !important;
    text-align: left;
  }

  .kk-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .kk-tabs::-webkit-scrollbar { display: none; }
  .kk-tab { min-width: max-content; flex: 1 0 auto; padding-inline: 12px; }

  .kk-coupon--row {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    grid-template-areas: "media body" "actions actions" !important;
    gap: 9px 11px;
    padding: 12px;
  }

  .kk-coupon--row .kk-coupon__logo { width: 52px; height: 48px; }
  .kk-coupon__save { display: none; }
  .kk-coupon--row .kk-coupon__title { font-size: .91rem; line-height: 1.32; }
  .kk-coupon__excerpt { display: none; }
  .kk-coupon--row .kk-coupon__actions { padding-top: 1px; }
  .kk-coupon--row .kk-coupon__actions .kk-btn { min-height: 46px; }

  .kk-home-stores .kk-stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .kk-store-card { min-height: 96px; padding: 12px 8px; }
  .kk-home-info__grid .kk-card { padding: 19px; }
  .kk-footer { padding-top: 32px; }
}

@media (max-width: 480px) {
  .kk-container { padding-inline: 14px; }
  .kk-header__bar { padding-inline: 14px; }
  .kk-header .kk-logo img,
  .kk-header .kk-logo .custom-logo { max-width: 150px; }

  .kk-hero h1 { max-width: none; font-size: clamp(2rem, 10.8vw, 2.55rem); }
  .kk-hero__routes { gap: 2px 11px; }
  .kk-hero__trust { display: grid; grid-template-columns: 1fr; gap: 2px; }

  .kk-tabs { padding: 3px; }
  .kk-tab { min-height: 37px; font-size: .74rem; }
  .kk-store-card { min-height: 92px; }
}

@media (max-width: 782px) {
  .admin-bar .kk-header,
  .admin-bar .kk-header--sticky { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ========================================================================== 
   Voordeelacties v1.37 — Reference Commerce UI
   Visuele richting gebaseerd op de aangeleverde referentie: helder, compact,
   zacht blauw/wit, marine typografie en rood als primaire actie.
   ========================================================================== */

:root {
  --kk-ref-navy: #101a4d;
  --kk-ref-blue: #175cff;
  --kk-ref-red: #ff4548;
  --kk-ref-red-dark: #ed3539;
  --kk-ref-green: #13b66b;
  --kk-ref-orange: #ff9e1b;
  --kk-ref-purple: #7357f5;
  --kk-ref-text: #111a43;
  --kk-ref-muted: #66708d;
  --kk-ref-line: #e6eaf3;
  --kk-ref-soft: #f7f9fd;
  --kk-ref-soft-blue: #f5f8ff;
  --kk-ref-card: #ffffff;
  --kk-ref-shadow: 0 10px 28px rgba(26, 48, 95, .055);
  --kk-container: 1180px;
  --kk-brand: var(--kk-ref-navy);
  --kk-accent: var(--kk-ref-red);
  --kk-accent-hover: var(--kk-ref-red-dark);
  --kk-border: var(--kk-ref-line);
  --kk-border-strong: #d9deeb;
  --kk-text: var(--kk-ref-text);
  --kk-muted: var(--kk-ref-muted);
}

html { background: #f3f6fb; scroll-padding-top: 78px; }
body { background: #f3f6fb; color: var(--kk-ref-text); }
.kk-site-shell { max-width: 1500px; margin: 0 auto; background: #fff; box-shadow: 0 0 0 1px rgba(16, 26, 77, .025); }
#kk-main { background: #fff; }
.kk-container { max-width: var(--kk-container); padding-inline: 28px; }

/* Header ----------------------------------------------------------------- */
.kk-header,
.kk-header--sticky {
  border-bottom: 1px solid var(--kk-ref-line);
  background: rgba(255,255,255,.97);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.kk-header__bar {
  min-height: 78px;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: clamp(28px, 5vw, 64px);
  padding-block: 0;
}

.kk-header .kk-logo a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--kk-ref-navy);
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: -.05em;
}

.kk-logo__badge {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 38px;
  border-radius: 9px 9px 10px 10px;
  background: linear-gradient(145deg, #ff5b5e, #f53138);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  transform: rotate(-6deg);
  box-shadow: 0 8px 16px rgba(245,49,56,.17);
}

.kk-logo__word::first-letter { color: var(--kk-ref-navy); }
.kk-header .kk-logo img,
.kk-header .kk-logo .custom-logo { max-width: min(205px, 22vw); max-height: 43px; }

.kk-header .kk-nav { justify-self: start; }
.kk-header .kk-nav .kk-menu { gap: 18px; align-items: stretch; }
.kk-header .kk-nav .kk-menu > li { position: relative; }
.kk-header .kk-nav .kk-menu > li > a {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 0 3px;
  border-radius: 0;
  background: transparent !important;
  color: #263158;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: -.015em;
}
.kk-header .kk-nav .kk-menu > li > a::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: -1px;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: transparent;
}
.kk-header .kk-nav .kk-menu > li > a:hover,
.kk-header .kk-nav .kk-menu > li > a:focus-visible { color: var(--kk-ref-red); }
.kk-header .kk-nav .kk-menu > .current-menu-item > a,
.kk-header .kk-nav .kk-menu > .current-menu-parent > a,
.kk-header .kk-nav .kk-menu > .current-menu-ancestor > a { color: var(--kk-ref-navy); font-weight: 700; }
.kk-header .kk-nav .kk-menu > .current-menu-item > a::after,
.kk-header .kk-nav .kk-menu > .current-menu-parent > a::after,
.kk-header .kk-nav .kk-menu > .current-menu-ancestor > a::after { background: var(--kk-ref-red); }
.kk-header .kk-menu__icon { display: none; }

.kk-header__actions { display: flex; align-items: center; gap: 18px; }
.kk-header__secondary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  color: #263158;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
}
.kk-header__secondary svg { width: 18px; height: 18px; }
.kk-header__secondary:hover { color: var(--kk-ref-red); text-decoration: none; }

.kk-header .kk-nav__toggle {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border: 1px solid var(--kk-ref-line);
  border-radius: 10px;
  background: #fff;
  color: var(--kk-ref-navy);
  box-shadow: 0 4px 14px rgba(34, 54, 100, .035);
}
.kk-header .kk-nav__toggle:hover { border-color: #ccd4e7; background: #fafbff; }
.kk-header .kk-nav__toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.kk-header .kk-nav__toggle-icon { display: grid; gap: 4px; width: 18px; }
.kk-header .kk-nav__toggle-icon span { width: 18px; height: 2px; border-radius: 2px; background: currentColor; }

/* Hero ------------------------------------------------------------------- */
.kk-reference-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(75, 112, 255, .07), transparent 27%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 82%);
}
.kk-reference-hero::before,
.kk-reference-hero::after { display: none !important; }

.kk-reference-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
  min-height: 382px;
  padding-top: 54px;
  padding-bottom: 38px;
  text-align: left;
}

.kk-reference-hero__copy { position: relative; z-index: 2; }
.kk-reference-hero h1 {
  max-width: none;
  margin: 0 0 18px;
  color: var(--kk-ref-navy);
  font-size: clamp(3rem, 4.6vw, 4.35rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.055em;
}
.kk-reference-hero h1 span {
  position: relative;
  display: inline-block;
  color: var(--kk-ref-red);
}
.kk-reference-hero h1 span::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -42px;
  width: 28px;
  height: 31px;
  background:
    linear-gradient(var(--kk-ref-red),var(--kk-ref-red)) 0 14px/14px 3px no-repeat,
    linear-gradient(var(--kk-ref-red),var(--kk-ref-red)) 13px 1px/3px 13px no-repeat,
    linear-gradient(var(--kk-ref-red),var(--kk-ref-red)) 15px 28px/13px 3px no-repeat;
  transform: rotate(-22deg);
  opacity: .95;
}
.kk-reference-hero__copy > p {
  max-width: 470px;
  margin: 0 0 28px !important;
  color: var(--kk-ref-muted) !important;
  font-size: 1rem !important;
  line-height: 1.65;
}

.kk-reference-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  max-width: 510px;
}
.kk-mini-benefit { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 10px; align-items: center; }
.kk-mini-benefit__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 800;
}
.kk-mini-benefit__icon svg { width: 17px; height: 17px; }
.kk-mini-benefit--blue .kk-mini-benefit__icon { color: var(--kk-ref-blue); background: #edf3ff; }
.kk-mini-benefit--green .kk-mini-benefit__icon { color: var(--kk-ref-green); background: #ecfbf4; }
.kk-mini-benefit--orange .kk-mini-benefit__icon { color: var(--kk-ref-orange); background: #fff7e9; }
.kk-mini-benefit strong,
.kk-mini-benefit small { display: block; }
.kk-mini-benefit strong { color: var(--kk-ref-navy); font-size: .75rem; font-weight: 750; line-height: 1.3; }
.kk-mini-benefit small { margin-top: 2px; color: var(--kk-ref-muted); font-size: .62rem; line-height: 1.35; }

.kk-reference-search-card {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding: 20px 20px 18px;
  border: 1px solid #e0e5f0;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 42px rgba(45, 69, 126, .075);
}
.kk-reference-search-card__form { position: relative; z-index: 2; }
.kk-reference-search-card .kk-search,
.kk-reference-search-card .kk-search--lg {
  display: grid;
  grid-template-columns: minmax(0,1fr) 126px;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.kk-reference-search-card .kk-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 18px 0 42px;
  border: 0 !important;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7596' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.6-3.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px 50%;
  color: var(--kk-ref-navy);
  font-size: .9rem;
  box-shadow: inset 0 0 0 1px #edf0f6;
}
.kk-reference-search-card .kk-search input[type="search"]:focus { outline: none; box-shadow: inset 0 0 0 1px #b7c8f6, 0 0 0 3px rgba(23,92,255,.08); }
.kk-reference-search-card .kk-search button {
  min-width: 0;
  height: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff5356, #ff4145);
  color: #fff;
  font-size: .84rem;
  font-weight: 700;
  box-shadow: 0 7px 16px rgba(255,69,72,.17) !important;
}
.kk-reference-search-card .kk-search button:hover { background: var(--kk-ref-red-dark); }
.kk-reference-search-card__popular { position: relative; z-index: 2; padding-top: 16px; border-top: 1px solid #eef1f6; }
.kk-reference-search-card__popular > span { display: block; margin-bottom: 9px; color: var(--kk-ref-muted); font-size: .7rem; font-weight: 550; }
.kk-popular-searches { display: flex; flex-wrap: wrap; gap: 8px; }
.kk-popular-searches a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid #e0e5f0;
  border-radius: 7px;
  background: #fff;
  color: #2b365d;
  font-size: .67rem;
  font-weight: 650;
  text-decoration: none;
}
.kk-popular-searches a:hover { border-color: #bcc9e6; color: var(--kk-ref-blue); }

.kk-reference-search-card__art { position: absolute; z-index: 0; inset: -90px -65px auto auto; width: 290px; height: 230px; pointer-events: none; opacity: .8; }
.kk-art-tag {
  position: absolute;
  top: 18px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 92px;
  height: 68px;
  border-radius: 12px;
  background: linear-gradient(145deg, #dce5ff, #cbd7ff);
  color: #8299ec;
  font-size: 2.2rem;
  font-weight: 700;
  transform: rotate(42deg);
  box-shadow: 16px 14px 0 rgba(216,225,255,.55);
}
.kk-art-bag {
  position: absolute;
  right: 4px;
  top: 18px;
  width: 88px;
  height: 108px;
  border-radius: 8px 8px 14px 14px;
  background: linear-gradient(180deg, #e4eaff, #ced8ff);
  transform: rotate(9deg);
}
.kk-art-bag::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -24px;
  width: 48px;
  height: 38px;
  border: 4px solid #cbd5ff;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
}
.kk-art-dot { position: absolute; width: 11px; height: 11px; border-radius: 3px; background: #e7ecff; transform: rotate(30deg); }
.kk-art-dot--one { left: 145px; top: 10px; }
.kk-art-dot--two { left: 128px; top: 98px; width: 7px; height: 7px; }

.kk-reference-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-bottom: 8px;
  border: 1px solid var(--kk-ref-line);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(32,56,110,.045);
}
.kk-reference-stat {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 13px 22px;
}
.kk-reference-stat:not(:last-child)::after { content: ""; position: absolute; top: 16px; right: 0; bottom: 16px; width: 1px; background: var(--kk-ref-line); }
.kk-reference-stat__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; font-size: 1.2rem; font-weight: 800; }
.kk-reference-stat__icon svg { width: 21px; height: 21px; }
.kk-reference-stat__icon--blue { color: var(--kk-ref-blue); background: #eef4ff; }
.kk-reference-stat__icon--green { color: var(--kk-ref-green); background: #ecfbf4; }
.kk-reference-stat__icon--orange { color: var(--kk-ref-orange); background: #fff7e8; }
.kk-reference-stat__icon--purple { color: var(--kk-ref-purple); background: #f2efff; }
.kk-reference-stat strong,
.kk-reference-stat span { display: block; }
.kk-reference-stat strong { color: var(--kk-ref-navy); font-size: 1.18rem; line-height: 1.2; font-weight: 800; letter-spacing: -.025em; }
.kk-reference-stat div > span { margin-top: 2px; color: var(--kk-ref-muted); font-size: .69rem; }

/* Section headings ------------------------------------------------------- */
.kk-reference-section { padding-block: 30px; border: 0 !important; background: #fff; }
.kk-reference-section + .kk-reference-section { padding-top: 6px; }
.kk-reference-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.kk-reference-section__head h2 { margin: 0; color: var(--kk-ref-navy); font-size: 1.28rem; font-weight: 800; letter-spacing: -.03em; }
.kk-reference-more { display: inline-flex; align-items: center; gap: 9px; color: var(--kk-ref-blue); font-size: .75rem; font-weight: 650; text-decoration: none; }
.kk-reference-more:hover { color: #0d4ddd; text-decoration: none; }

/* Featured coupon cards -------------------------------------------------- */
.kk-coupons--featured {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.kk-coupons--featured .kk-coupon--row {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  min-height: 304px;
  padding: 20px 20px 16px;
  border: 1px solid var(--kk-ref-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31,50,91,.035);
}
.kk-coupons--featured .kk-coupon--row:hover { border-color: #d2d9e8; background: #fff; box-shadow: 0 12px 30px rgba(31,50,91,.06); }
.kk-coupons--featured .kk-coupon__media { display: block; min-height: 48px; margin-bottom: 16px; }
.kk-coupons--featured .kk-coupon__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 116px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.kk-coupons--featured .kk-coupon__logo img { max-width: 112px; max-height: 34px; object-fit: contain; object-position: left center; }
.kk-coupons--featured .kk-coupon__logo span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: #f2f5ff; color: var(--kk-ref-blue); font-size: 1.1rem; font-weight: 800; }
.kk-coupons--featured .kk-coupon__save { display: none; }
.kk-coupons--featured .kk-coupon__body { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; }
.kk-coupons--featured .kk-coupon__meta--top { order: -2; min-height: 23px; margin: 0 0 8px; }
.kk-coupons--featured .kk-badge { min-height: 20px; padding: 3px 6px; border: 0; border-radius: 4px; background: #eef3ff; color: var(--kk-ref-blue); font-size: .56rem; font-weight: 750; text-transform: uppercase; }
.kk-coupons--featured .kk-badge--deal { background: #f1edff; color: #654ae8; }
.kk-coupons--featured .kk-badge--expiring { margin-left: 5px; background: #fff2e7; color: #df7d14; }
.kk-coupons--featured .kk-coupon__title { margin: 0 0 7px; font-size: .96rem; line-height: 1.43; font-weight: 750; letter-spacing: -.02em; }
.kk-coupons--featured .kk-coupon__title a { color: var(--kk-ref-navy); }
.kk-coupons--featured .kk-coupon__meta { display: flex; min-height: 36px; margin: 0; color: var(--kk-ref-muted); font-size: .68rem; line-height: 1.45; }
.kk-coupons--featured .kk-coupon__meta .kk-coupon__store,
.kk-coupons--featured .kk-coupon__meta span:last-child { display: none; }
.kk-coupons--featured .kk-coupon__excerpt { display: none; }
.kk-coupons--featured .kk-coupon__actions { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; gap: 8px; margin-top: auto; }
.kk-coupons--featured .kk-coupon__action-label,
.kk-coupons--featured .kk-coupon__hint { display: none; }
.kk-coupons--featured .kk-coupon__actions .kk-btn { width: 100%; min-height: 43px; margin: 0; border-radius: 7px; font-size: .78rem; font-weight: 700; }
.kk-coupons--featured .kk-coupon--deal .kk-btn { border-color: var(--kk-ref-red); background: linear-gradient(180deg,#ff5356,#ff4145); color: #fff; }
.kk-coupons--featured .kk-coupon--has-code .kk-coupon__reveal {
  border: 1.5px dashed #8caefe;
  background: #fff;
  color: var(--kk-ref-blue);
  box-shadow: none !important;
}
.kk-coupons--featured .kk-coupon--has-code .kk-coupon__reveal:hover { border-color: var(--kk-ref-blue); background: #f8faff; color: #0e51e9; }
.kk-coupons--featured .kk-coupon__reveal-icon { margin-left: 6px; }
.kk-coupons--featured .kk-coupon__verified { display: flex; align-items: center; gap: 5px; margin-top: 5px; color: #6a748f; font-size: .64rem; }
.kk-coupons--featured .kk-coupon__verified span { color: var(--kk-ref-green); font-weight: 800; }

/* Store logo row --------------------------------------------------------- */
.kk-home-stores.kk-reference-section { background: #fff; }
.kk-stores--logo-row {
  display: grid;
  grid-template-columns: repeat(9, minmax(0,1fr));
  gap: 11px;
}
.kk-stores--logo-row .kk-store-card--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 92px;
  padding: 10px 8px;
  overflow: hidden;
  border: 1px solid var(--kk-ref-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
}
.kk-stores--logo-row .kk-store-card--logo:hover { border-color: #cad3e6; background: #fbfcff; transform: none; }
.kk-stores--logo-row .kk-store-card img { width: auto; max-width: 78px; max-height: 31px; object-fit: contain; }
.kk-stores--logo-row .kk-store-card__name { max-width: 88px; overflow: hidden; color: var(--kk-ref-navy); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.kk-stores--logo-row .kk-store-card__fallback { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 3px; border-radius: 50%; background: #eef3ff; color: var(--kk-ref-blue); font-size: .8rem; }
.kk-stores--logo-row .kk-store-card__count { display: none; }
.kk-stores--logo-row .kk-store-card--more { border-radius: 12px; color: #4b587d; font-size: .62rem; font-weight: 650; text-align: center; }
.kk-store-card__grid-icon { display: grid; grid-template-columns: repeat(2,6px); gap: 4px; margin-bottom: 6px; }
.kk-store-card__grid-icon i { display: block; width: 6px; height: 6px; border: 1.5px solid #8b97b8; border-radius: 2px; }

/* Product spotlight ------------------------------------------------------ */
.kk-reference-product-section { padding: 20px 0 32px; border: 0 !important; background: #fff; }
.kk-reference-product {
  display: grid;
  grid-template-columns: minmax(190px, .88fr) minmax(220px, .95fr) minmax(450px, 2fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--kk-ref-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(31,50,91,.035);
}
.kk-reference-product__media {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 20px;
  border-radius: 12px;
  background: linear-gradient(145deg,#f6f8fd,#eff2f9);
}
.kk-reference-product__media img { width: 86%; height: 300px; object-fit: contain; }
.kk-reference-product__placeholder { display: grid; place-items: center; width: 110px; height: 110px; border-radius: 24px; background: #fff; color: #b1bbd3; }
.kk-reference-product__placeholder svg { width: 54px; height: 54px; }
.kk-reference-product__info { padding: 30px 24px 24px 4px; }
.kk-reference-product__badge { display: inline-flex; margin-bottom: 13px; padding: 5px 9px; border-radius: 5px; background: #6462c9; color: #fff; font-size: .6rem; font-weight: 700; }
.kk-reference-product__info h2 { margin: 0 0 9px; font-size: 1.13rem; line-height: 1.4; font-weight: 800; letter-spacing: -.025em; }
.kk-reference-product__info h2 a { color: var(--kk-ref-navy); text-decoration: none; }
.kk-reference-product__rating { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin-bottom: 22px; color: var(--kk-ref-muted); font-size: .68rem; }
.kk-reference-product__rating > span { color: #ff9d00; font-size: 1.03rem; letter-spacing: 1px; }
.kk-reference-product__rating strong { color: #455174; }
.kk-reference-product__rating small { font-size: .63rem; }
.kk-reference-product__specs { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.kk-reference-product__specs li { display: grid; grid-template-columns: 16px auto minmax(0,1fr); gap: 7px; align-items: baseline; color: #5f6a88; font-size: .68rem; }
.kk-reference-product__specs li > span { color: #7080a7; }
.kk-reference-product__specs strong { color: #394668; font-weight: 650; }

.kk-reference-product__offers { padding: 24px 16px 14px; border-left: 1px solid var(--kk-ref-line); }
.kk-reference-product__offers-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; min-height: 50px; padding: 0 8px 12px; }
.kk-reference-product__offers-head span,
.kk-reference-product__offers-head small { display: block; }
.kk-reference-product__offers-head span { color: var(--kk-ref-navy); font-size: .78rem; font-weight: 750; }
.kk-reference-product__offers-head small { margin-top: 3px; color: var(--kk-ref-muted); font-size: .6rem; }
.kk-reference-product__offers-head > a { color: var(--kk-ref-blue); font-size: .63rem; font-weight: 650; text-decoration: none; }
.kk-reference-offers { display: grid; gap: 6px; }
.kk-reference-offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(110px,1.1fr) minmax(100px,.8fr) 62px 102px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 9px;
  border: 1px solid #e8ebf2;
  border-radius: 8px;
  background: #fff;
}
.kk-reference-offer.is-best { border-color: #ffe0df; background: #fffafa; }
.kk-reference-offer.is-best::before { content: "Beste prijs"; position: absolute; left: 8px; top: -8px; padding: 2px 6px; border-radius: 4px; background: var(--kk-ref-red); color: #fff; font-size: .49rem; font-weight: 750; }
.kk-reference-offer__shop { display: flex; align-items: center; gap: 7px; min-width: 0; }
.kk-reference-offer__shop img { max-width: 52px; max-height: 22px; object-fit: contain; }
.kk-reference-offer__shop strong { overflow: hidden; color: var(--kk-ref-navy); font-size: .74rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.kk-reference-offer__price strong,
.kk-reference-offer__price small { display: block; }
.kk-reference-offer__price strong { color: var(--kk-ref-navy); font-size: .79rem; font-weight: 800; }
.kk-reference-offer.is-best .kk-reference-offer__price strong { color: var(--kk-ref-red); }
.kk-reference-offer__price small { margin-top: 1px; overflow: hidden; color: var(--kk-ref-green); font-size: .53rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.kk-reference-offer__rating { color: #394668; font-size: .65rem; font-weight: 650; }
.kk-reference-offer__rating span { color: #ff9d00; }
.kk-reference-offer .kk-btn { min-height: 34px; padding: 7px 10px; border: 0; border-radius: 6px; background: linear-gradient(180deg,#ff5356,#ff4145); color: #fff; font-size: .63rem; font-weight: 700; }
.kk-reference-product__more { display: flex; align-items: center; justify-content: center; gap: 8px; width: max-content; margin: 9px auto 0; padding: 6px 18px; border: 1px solid #e5e9f2; border-radius: 999px; color: #394668; font-size: .63rem; font-weight: 650; text-decoration: none; }
.kk-reference-product__more:hover { border-color: #ccd5e8; color: var(--kk-ref-blue); }
.kk-reference-product__no-offers { display: grid; place-items: start; gap: 12px; padding: 24px; border: 1px dashed var(--kk-ref-line); border-radius: 10px; background: var(--kk-ref-soft); }
.kk-reference-product__no-offers p { margin: 0; color: var(--kk-ref-muted); font-size: .8rem; }

/* Compact category chips ------------------------------------------------- */
.kk-reference-categories { padding: 8px 0 24px; border: 0 !important; background: #fff; }
.kk-reference-categories .kk-reference-section__head { margin-bottom: 11px; }
.kk-reference-category-list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.kk-reference-category-list::-webkit-scrollbar { display: none; }
.kk-reference-category-list a { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--kk-ref-line); border-radius: 999px; background: #fff; color: #495678; font-size: .68rem; font-weight: 650; text-decoration: none; }
.kk-reference-category-list a:hover { border-color: #c9d3e7; color: var(--kk-ref-blue); }

/* Bottom CTA + trust ----------------------------------------------------- */
.kk-reference-cta-section { padding: 10px 0 32px; border: 0 !important; background: #fff; }
.kk-reference-cta {
  display: grid;
  grid-template-columns: 56px minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 96px;
  padding: 18px 28px;
  border: 1px solid var(--kk-ref-line);
  border-radius: 13px;
  background: #fff;
}
.kk-reference-cta__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #eef4ff; color: #6b91ee; font-size: 1.25rem; }
.kk-reference-cta strong { display: block; margin-bottom: 4px; color: var(--kk-ref-navy); font-size: .86rem; font-weight: 750; }
.kk-reference-cta p { margin: 0; color: var(--kk-ref-muted); font-size: .68rem; }
.kk-reference-cta .kk-btn { min-width: 160px; min-height: 42px; border: 0; border-radius: 7px; background: linear-gradient(180deg,#ff5356,#ff4145); font-size: .7rem; }

.kk-reference-trust-row { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; padding: 24px 18px 0; }
.kk-reference-trust-row > div { display: grid; grid-template-columns: 38px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 10px; align-items: center; }
.kk-reference-trust-row__icon { grid-row: 1 / 3; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #f0f4ff; color: #5d7fe4; font-size: .86rem; font-weight: 750; }
.kk-reference-trust-row > div:nth-child(2) .kk-reference-trust-row__icon { background: #eefaf5; color: var(--kk-ref-green); }
.kk-reference-trust-row > div:nth-child(3) .kk-reference-trust-row__icon { background: #eef9ff; color: #3aa7db; }
.kk-reference-trust-row > div:nth-child(4) .kk-reference-trust-row__icon { background: #f2f6ff; color: #7293e9; }
.kk-reference-trust-row strong { align-self: end; color: var(--kk-ref-navy); font-size: .66rem; font-weight: 750; }
.kk-reference-trust-row small { align-self: start; margin-top: 2px; color: var(--kk-ref-muted); font-size: .58rem; line-height: 1.4; }

/* Footer ----------------------------------------------------------------- */
.kk-footer--reference { margin: 0; padding: 0; border-top: 1px solid var(--kk-ref-line); background: #fff; }
.kk-footer__reference-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 74px; color: #77809a; font-size: .62rem; }
.kk-footer__reference-links { display: flex; align-items: center; justify-content: center; gap: 30px; }
.kk-footer__reference-links a { color: #5e6988; font-size: .63rem; text-decoration: none; }
.kk-footer__reference-links a:hover { color: var(--kk-ref-blue); }
.kk-footer__note { justify-self: end; text-align: right; }

/* Shared buttons/cards on inner pages ----------------------------------- */
.kk-btn--primary,
.kk-btn--cta,
.kk-search button { border-color: var(--kk-ref-red); background: var(--kk-ref-red); }
.kk-btn--primary:hover,
.kk-btn--cta:hover,
.kk-search button:hover { border-color: var(--kk-ref-red-dark); background: var(--kk-ref-red-dark); }
.kk-card,
.kk-widget,
.kk-product-card,
.kk-compare-card,
.kk-coupon--row { border-color: var(--kk-ref-line); border-radius: 12px; }

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1120px) {
  .kk-header__bar { gap: 24px; }
  .kk-header .kk-nav .kk-menu { gap: 11px; }
  .kk-header .kk-nav .kk-menu > li > a { font-size: .8rem; }
  .kk-reference-hero__grid { grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr); gap: 42px; }
  .kk-coupons--featured { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kk-stores--logo-row { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .kk-reference-product { grid-template-columns: 220px 240px minmax(0,1fr); }
  .kk-reference-offer { grid-template-columns: minmax(90px,1fr) minmax(85px,.8fr) 50px 92px; }
}

@media (max-width: 980px) {
  .kk-container { padding-inline: 22px; }
  .kk-header__bar { min-height: 68px; }
  .kk-header .kk-nav { display: none; }
  .kk-header .kk-nav.is-open,
  .kk-header .kk-nav[aria-hidden="false"] { display: block; }
  .kk-header__secondary { display: inline-flex; }
  .kk-reference-hero__grid { grid-template-columns: 1fr; gap: 8px; padding-top: 48px; }
  .kk-reference-hero__copy { max-width: 650px; }
  .kk-reference-search-card { max-width: 700px; margin-top: 18px; }
  .kk-reference-search-card__art { right: -30px; }
  .kk-reference-stats { margin-top: 24px; }
  .kk-reference-product { grid-template-columns: 220px minmax(0,1fr); }
  .kk-reference-product__offers { grid-column: 1 / -1; border-top: 1px solid var(--kk-ref-line); border-left: 0; }
  .kk-reference-product__media { min-height: 310px; }
}

@media (max-width: 760px) {
  .kk-container { padding-inline: 16px; }
  .kk-header__bar { min-height: 64px; gap: 12px; }
  .kk-header .kk-logo img,
  .kk-header .kk-logo .custom-logo { max-width: 170px; max-height: 38px; }
  .kk-header__secondary span { display: none; }
  .kk-header__secondary { min-height: 40px; width: 30px; justify-content: center; }
  .kk-header__actions { gap: 8px; }
  .kk-header .kk-nav__toggle { width: 40px; height: 40px; min-width: 40px; }

  .kk-reference-hero__grid { min-height: 0; padding-top: 38px; padding-bottom: 24px; }
  .kk-reference-hero h1 { max-width: 12ch; font-size: clamp(2.55rem,11vw,3.4rem); }
  .kk-reference-hero h1 span::after { right: -32px; transform: scale(.8) rotate(-22deg); }
  .kk-reference-hero__copy > p { max-width: 38rem; font-size: .92rem !important; }
  .kk-reference-hero__benefits { grid-template-columns: 1fr; gap: 10px; }
  .kk-mini-benefit { grid-template-columns: 34px minmax(0,1fr); }
  .kk-mini-benefit__icon { width: 32px; height: 32px; }
  .kk-mini-benefit strong { font-size: .72rem; }
  .kk-mini-benefit small { font-size: .61rem; }
  .kk-reference-search-card { padding: 13px; border-radius: 13px; }
  .kk-reference-search-card .kk-search,
  .kk-reference-search-card .kk-search--lg { grid-template-columns: minmax(0,1fr) 88px; gap: 8px; }
  .kk-reference-search-card .kk-search input[type="search"] { height: 48px; font-size: .82rem; }
  .kk-reference-search-card .kk-search button { height: 42px; min-height: 42px; }
  .kk-reference-search-card__art { display: none; }
  .kk-popular-searches { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .kk-popular-searches::-webkit-scrollbar { display: none; }
  .kk-popular-searches a { flex: 0 0 auto; }

  .kk-reference-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kk-reference-stat { min-height: 72px; padding: 11px 14px; }
  .kk-reference-stat:nth-child(2)::after { display: none; }
  .kk-reference-stat:nth-child(-n+2) { border-bottom: 1px solid var(--kk-ref-line); }
  .kk-reference-stat__icon { width: 36px; height: 36px; }
  .kk-reference-stat strong { font-size: .94rem; }

  .kk-reference-section { padding-block: 24px; }
  .kk-reference-section__head { margin-bottom: 13px; }
  .kk-reference-section__head h2 { font-size: 1.12rem; }
  .kk-reference-more { font-size: .68rem; }
  .kk-coupons--featured { display: flex; gap: 12px; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .kk-coupons--featured::-webkit-scrollbar { display: none; }
  .kk-coupons--featured .kk-coupon--row { flex: 0 0 min(78vw,280px); min-height: 292px; scroll-snap-align: start; }

  .kk-stores--logo-row { display: flex; gap: 10px; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; scrollbar-width: none; }
  .kk-stores--logo-row::-webkit-scrollbar { display: none; }
  .kk-stores--logo-row .kk-store-card--logo { flex: 0 0 88px; min-height: 88px; }

  .kk-reference-product { grid-template-columns: 1fr; }
  .kk-reference-product__media { min-height: 290px; margin: 14px; }
  .kk-reference-product__media img { height: 250px; }
  .kk-reference-product__info { padding: 8px 20px 22px; }
  .kk-reference-product__offers { grid-column: auto; padding: 18px 10px 12px; }
  .kk-reference-offer { grid-template-columns: minmax(95px,1fr) minmax(82px,.85fr) 82px; gap: 7px; padding: 9px 8px; }
  .kk-reference-offer__rating { display: none; }
  .kk-reference-offer .kk-btn { min-width: 0; }

  .kk-reference-cta { grid-template-columns: 44px minmax(0,1fr); padding: 16px; }
  .kk-reference-cta__icon { width: 40px; height: 40px; }
  .kk-reference-cta .kk-btn { grid-column: 1 / -1; width: 100%; min-width: 0; }
  .kk-reference-trust-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 12px; padding-inline: 4px; }

  .kk-footer__reference-row { grid-template-columns: 1fr; gap: 12px; padding-top: 20px; padding-bottom: 20px; text-align: center; }
  .kk-footer__reference-links { order: -1; flex-wrap: wrap; gap: 10px 22px; }
  .kk-footer__note { justify-self: center; text-align: center; }
}

@media (max-width: 430px) {
  .kk-reference-hero h1 { font-size: clamp(2.25rem,11.8vw,2.9rem); }
  .kk-reference-hero h1 span::after { display: none; }
  .kk-reference-search-card .kk-search,
  .kk-reference-search-card .kk-search--lg { grid-template-columns: 1fr; }
  .kk-reference-search-card .kk-search button { width: 100%; }
  .kk-reference-stats { margin-inline: -2px; }
  .kk-reference-stat { grid-template-columns: 34px minmax(0,1fr); gap: 8px; padding-inline: 10px; }
  .kk-reference-stat__icon { width: 32px; height: 32px; }
  .kk-reference-stat strong { font-size: .84rem; }
  .kk-reference-stat div > span { font-size: .59rem; }
  .kk-reference-section__head { align-items: flex-end; }
  .kk-reference-more { max-width: 112px; justify-content: flex-end; text-align: right; }
  .kk-reference-offer { grid-template-columns: minmax(82px,1fr) 76px 74px; }
  .kk-reference-offer__shop strong { font-size: .65rem; }
  .kk-reference-offer__price strong { font-size: .69rem; }
  .kk-reference-offer .kk-btn { padding-inline: 6px; font-size: .58rem; }
  .kk-reference-trust-row { grid-template-columns: 1fr; }
}

/* Desktop menu icon links to the categories overview; mobile keeps the real menu toggle. */
.kk-header__menu-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--kk-ref-line);
  border-radius: 10px;
  background: #fff;
  color: var(--kk-ref-navy);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(34,54,100,.035);
}
.kk-header__menu-link:hover { border-color: #ccd4e7; background: #fafbff; color: var(--kk-ref-navy); }
.kk-header__menu-link .kk-nav__toggle-icon { display: grid; gap: 4px; width: 18px; }
.kk-header__menu-link .kk-nav__toggle-icon span { width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
@media (min-width: 981px) {
  .kk-header .kk-nav__toggle { display: none !important; }
}
@media (max-width: 980px) {
  .kk-header__menu-link { display: none; }
  .kk-header .kk-nav__toggle { display: inline-grid !important; }
}
.kk-logo__accent { color: var(--kk-ref-red); }
