/* tokens.css */
/* ToolPakker brand system — white comparison platform with a single petrol-teal brand accent. */
:root {
  --tp-graphite-950: #0f1115;
  --tp-graphite-900: #1a2f36;
  --tp-graphite-800: #2b2f36;
  --tp-accent-50: #edf8f8;
  --tp-accent-100: #d8f0f0;
  --tp-accent-200: #b5e0e0;
  --tp-accent-300: #85cbcc;
  --tp-accent-400: #3c9fa1;
  --tp-accent-500: #0d6b6e;
  --tp-accent-600: #064b4f;
  --tp-accent-700: #043b3e;
  --tp-accent-800: #022d2f;
  --tp-accent-ink: #043b3e;
  --tp-focus-ring: rgba(13, 107, 110, .26);
  --tp-navy-950: var(--tp-graphite-950);
  --tp-navy-900: var(--tp-graphite-900);
  --tp-navy-800: var(--tp-graphite-800);
  --tp-green-600: #168354;
  --tp-red-600: #be3f4d;
  --tp-text: #1a2530;
  --tp-muted: #65747c;
  --tp-soft: #fbfcfc;
  --tp-soft-2: #f1f5f5;
  --tp-card: #ffffff;
  --tp-border: #e1e8e8;
  --tp-border-strong: #c8d6d7;
  --tp-shadow: 0 16px 38px rgba(15, 17, 21, .09);
  --tp-shadow-soft: 0 8px 22px rgba(15, 17, 21, .055);
  --tp-radius-sm: 10px;
  --tp-radius-md: 16px;
  --tp-radius-lg: 22px;
  --tp-header-height: 88px;
  --tp-sidebar-width: 292px;
  --tp-offers-width: 500px;
  --tp-gap: 18px;
  --tp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* base.css */
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--tp-soft); }
body {
  margin: 0;
  min-height: 100%;
  font-family: var(--tp-font);
  color: var(--tp-text);
  background: linear-gradient(180deg, #ffffff 0, #f9f9fa 260px, #f7f7f8 100%);
}
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.panel-heading {
  padding: 22px 24px 14px;
  border-bottom: 1px solid var(--tp-border);
}
.panel-heading h2,
.tp-section-title,
.tp-panel-title {
  margin: 0;
  letter-spacing: -0.035em;
}
.tp-section-title { font-size: clamp(28px, 3vw, 42px); }
.tp-panel-title { font-size: 22px; }
.tp-subtitle {
  margin: 7px 0 0;
  color: var(--tp-muted);
  font-size: 17px;
  line-height: 1.45;
}
.tp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tp-muted);
  font-size: 14px;
  margin-bottom: 14px;
}
.tp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--tp-border);
  border-radius: 999px;
  background: #fff;
  color: #34343c;
  font-size: 14px;
  font-weight: 700;
}
.tp-pill.is-active {
  background: var(--tp-accent-500);
  color: #fff;
  border-color: var(--tp-accent-500);
}
.tp-footer {
  max-width: 1700px;
  margin: 0 auto;
  padding: 14px 22px 30px;
  color: var(--tp-muted);
  font-size: 13px;
}

.tp-loading {
  display: grid;
  gap: 6px;
  min-height: 180px;
  place-content: center;
  text-align: center;
  color: var(--tp-text-muted, #4b5f60);
}
.tp-loading strong { color: var(--tp-text, #173536); font-size: 1.05rem; }
[aria-busy="true"] { cursor: progress; }

/* header.css */
/* White ToolPakker header — petrol-teal is the single brand accent. */
.tp-header {
  min-height: var(--tp-header-height);
  height: var(--tp-header-height);
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(320px, 1fr) minmax(160px, 230px);
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  background: rgba(255, 255, 255, .97);
  color: var(--tp-text);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--tp-border);
  box-shadow: 0 8px 24px rgba(15, 17, 21, .055);
  backdrop-filter: blur(12px);
}
.tp-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
}
.tp-brand-mark {
  width: 52px;
  height: 52px;
  border: 4px solid var(--tp-accent-500);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--tp-accent-500);
  font-size: 29px;
  line-height: 1;
  font-weight: 950;
}
.tp-brand-text {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.06em;
}
.tp-brand-text,
.tp-brand-text span { color: var(--tp-accent-500); }
.tp-search {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto;
}
.tp-search input {
  width: 100%;
  height: 58px;
  border-radius: 12px;
  border: 1px solid var(--tp-border);
  background: #f8fbfb;
  color: var(--tp-text);
  padding: 0 20px 0 58px;
  font-size: 18px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(15, 17, 21, .015);
}
.tp-search input::placeholder { color: #7a8990; }
.tp-search input:focus {
  border-color: var(--tp-accent-500);
  box-shadow: 0 0 0 3px var(--tp-focus-ring);
}
.tp-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tp-accent-500);
  font-size: 30px;
  font-weight: 700;
}
.tp-compare {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--tp-text);
  font-size: 18px;
  font-weight: 800;
}
.tp-compare strong {
  display: grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  border-radius: 999px;
  background: var(--tp-accent-500);
  color: #fff;
  font-size: 14px;
}


/* ToolPakker brand assets v2 */
.tp-brand { min-width: 0; overflow: hidden; }
.tp-brand-picture { display: block; min-width: 0; max-width: 100%; }
.tp-brand-logo { display:block; width: min(270px, 100%); height:auto; max-height:64px; object-fit:contain; object-position:left center; }
html[data-layout-mode="tablet"] .tp-brand-logo { width: min(246px, 32vw); max-height: 46px; }
html[data-layout-mode="compact"] .tp-brand-logo { width: min(184px, 58vw); max-height: 38px; }

/* Google branding batch: use the official TP mark on all public trust pages. */
.info-page .tp-brand-logo--static { width: min(248px, 100%); max-height: 58px; object-fit: contain; object-position: left center; }
html[data-layout-mode="tablet"] .info-page .tp-brand-logo--static { width: min(238px, 34vw); max-height: 44px; }
html[data-layout-mode="compact"] .info-page .tp-brand-logo--static { width: min(180px, 60vw); max-height: 37px; }

/* footer.css */
/* Footer is visible in every layout mode. */
.tp-footer { max-width: 1780px; margin: 0 auto; padding: 10px 24px 38px; color: var(--tp-muted); }
.tp-footer__surface { border: 1px solid var(--tp-border); background: #fff; border-radius: var(--tp-radius-md); box-shadow: var(--tp-shadow-soft); padding: 24px; display: grid; gap: 20px; }
.tp-footer__top { display: grid; grid-template-columns: minmax(230px, 1.2fr) repeat(3, minmax(130px, .7fr)); gap: 24px; }
.tp-footer__brand { max-width: 380px; }
.tp-footer__brand strong { display: block; color: var(--tp-navy-950); font-size: 18px; letter-spacing: -.03em; margin-bottom: 7px; }
.tp-footer__brand p { margin: 0; font-size: 14px; line-height: 1.55; }
.tp-footer__column { display: grid; align-content: start; gap: 8px; }
.tp-footer__column h2 { margin: 0 0 2px; color: var(--tp-text); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.tp-footer__column a { width: max-content; max-width: 100%; font-size: 14px; color: #45556a; }
.tp-footer__column a:hover { color: var(--tp-navy-950); text-decoration: underline; text-underline-offset: 3px; }
.tp-footer__bottom { border-top: 1px solid var(--tp-border); padding-top: 16px; display: flex; gap: 12px 20px; justify-content: space-between; align-items: center; font-size: 12px; line-height: 1.5; }
.tp-footer__bottom p { margin: 0; }
.tp-footer__status { color: #627089; }
.tp-footer__email { margin-left: auto; }
.tp-footer__email a { color: inherit; text-decoration: none; font-weight: 700; }
html[data-layout-mode="tablet"] .tp-footer { padding: 14px 18px 32px; }
html[data-layout-mode="tablet"] .tp-footer__surface { padding: 22px; }
html[data-layout-mode="tablet"] .tp-footer__top { grid-template-columns: minmax(230px, 1.45fr) repeat(3, minmax(110px, .72fr)); gap: 20px; }
html[data-layout-mode="compact"] .tp-footer { display: block; padding: 18px 12px 24px; }
html[data-layout-mode="compact"] .tp-footer__surface { padding: 22px 16px 16px; gap: 20px; border-radius: 22px; box-shadow: 0 12px 30px rgba(23, 24, 33, .08); }
html[data-layout-mode="compact"] .tp-footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
html[data-layout-mode="compact"] .tp-footer__brand { grid-column: 1 / -1; max-width: none; padding-bottom: 2px; }
html[data-layout-mode="compact"] .tp-footer__brand strong { font-size: 20px; margin-bottom: 6px; }
html[data-layout-mode="compact"] .tp-footer__column { gap: 9px; }
html[data-layout-mode="compact"] .tp-footer__column h2 { font-size: 11px; letter-spacing: .09em; }
html[data-layout-mode="compact"] .tp-footer__column a { width: auto; font-size: 14px; line-height: 1.35; }
html[data-layout-mode="compact"] .tp-footer__column:last-child { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid var(--tp-border); }
html[data-layout-mode="compact"] .tp-footer__column:last-child h2 { margin: 0; }
html[data-layout-mode="compact"] .tp-footer__column:last-child a { text-align: right; }
html[data-layout-mode="compact"] .tp-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding-top: 14px; }
html[data-layout-mode="compact"] .tp-footer__email { margin: 0; font-size: 14px; order: 1; }
html[data-layout-mode="compact"] .tp-footer__status { order: 2; }
@media (orientation: landscape) and (max-height: 599px) {
  html[data-layout-mode="compact"] .tp-footer { padding: 12px 14px 18px; }
  html[data-layout-mode="compact"] .tp-footer__surface { padding: 16px 18px; border-radius: 18px; gap: 14px; }
  html[data-layout-mode="compact"] .tp-footer__top { grid-template-columns: minmax(210px, 1.45fr) repeat(3, minmax(100px, .72fr)); gap: 14px; }
  html[data-layout-mode="compact"] .tp-footer__brand { grid-column: auto; padding: 0; }
  html[data-layout-mode="compact"] .tp-footer__brand strong { font-size: 17px; margin-bottom: 4px; }
  html[data-layout-mode="compact"] .tp-footer__brand p,
  html[data-layout-mode="compact"] .tp-footer__column a { font-size: 12px; }
  html[data-layout-mode="compact"] .tp-footer__column { gap: 5px; }
  html[data-layout-mode="compact"] .tp-footer__column h2 { font-size: 10px; }
  html[data-layout-mode="compact"] .tp-footer__column:last-child { grid-column: auto; display: grid; align-items: start; justify-content: normal; gap: 5px; padding: 0; border-top: 0; }
  html[data-layout-mode="compact"] .tp-footer__column:last-child a { text-align: left; }
  html[data-layout-mode="compact"] .tp-footer__bottom { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 6px 14px; padding-top: 12px; font-size: 11px; }
  html[data-layout-mode="compact"] .tp-footer__status,
  html[data-layout-mode="compact"] .tp-footer__email { order: initial; margin: 0; }
}

/* SEO Discovery v2: compacte, zichtbare crawlbare snelkoppelingen vanaf de homepage. */
.tp-footer__discovery {
  border-top: 1px solid var(--tp-border);
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
  font-size: 12px;
  line-height: 1.4;
}
.tp-footer__discovery strong { color: var(--tp-text); font-size: 12px; }
.tp-footer__discovery a { color: #45556a; text-decoration: none; }
.tp-footer__discovery a:hover { color: var(--tp-navy-950); text-decoration: underline; text-underline-offset: 3px; }
.tp-footer__discovery span { color: var(--tp-border-strong); }
html[data-layout-mode="compact"] .tp-footer__discovery { gap: 8px 12px; padding-top: 14px; }
html[data-layout-mode="compact"] .tp-footer__discovery strong { flex-basis: 100%; }

/* info-pages.css */
/* v0.4 — Content, trust and legal pages */
.info-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0, #f9f9fa 280px, #f7f7f8 100%);
}
.info-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 24px 18px;
}
.info-breadcrumb {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--tp-muted);
  font-size: 14px;
  margin-bottom: 28px;
}
.info-breadcrumb a:hover { color: var(--tp-navy-950); text-decoration: underline; text-underline-offset: 3px; }
.info-hero {
  display: grid;
  gap: 16px;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid var(--tp-border);
  background: #fff;
  box-shadow: var(--tp-shadow-soft);
  margin-bottom: 20px;
}
.info-eyebrow {
  color: var(--tp-accent-700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.info-hero h1 {
  margin: 0;
  color: var(--tp-navy-950);
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -.05em;
  line-height: 1.02;
}
.info-hero p {
  max-width: 730px;
  margin: 0;
  color: var(--tp-muted);
  font-size: 17px;
  line-height: 1.6;
}
.info-grid { display: grid; gap: 18px; }
.info-card {
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-radius-md);
  background: #fff;
  padding: 28px 30px;
  box-shadow: var(--tp-shadow-soft);
}
.info-card h2 {
  color: var(--tp-navy-950);
  margin: 0 0 12px;
  font-size: 23px;
  letter-spacing: -.035em;
}
.info-card h3 {
  margin: 22px 0 8px;
  color: var(--tp-text);
  font-size: 17px;
}
.info-card p, .info-card li {
  color: #565660;
  font-size: 16px;
  line-height: 1.65;
}
.info-card p { margin: 0 0 12px; }
.info-card p:last-child { margin-bottom: 0; }
.info-card ul { margin: 8px 0 0; padding-left: 21px; }
.info-card li + li { margin-top: 5px; }
.info-card a { color: var(--tp-accent-700); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.info-callout {
  border-left: 4px solid var(--tp-accent-500);
  background: var(--tp-accent-50);
  color: var(--tp-accent-800);
  padding: 15px 17px;
  border-radius: 0 12px 12px 0;
  font-size: 15px;
  line-height: 1.55;
}
.info-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.info-contact-card {
  border: 1px solid var(--tp-border);
  border-radius: 14px;
  padding: 18px;
  background: #fbfbfc;
  display: grid;
  gap: 6px;
}
.info-contact-card strong { color: var(--tp-navy-950); }
.info-contact-card span { color: var(--tp-muted); font-size: 14px; line-height: 1.5; }
.info-contact-card a { width: max-content; margin-top: 4px; }
.info-meta { color: var(--tp-muted); font-size: 13px !important; margin-top: 16px !important; }
@media (max-width: 720px) {
  .info-main { padding: 26px 16px 8px; }
  .info-breadcrumb { margin-bottom: 18px; }
  .info-hero { padding: 24px 20px; border-radius: 18px; }
  .info-card { padding: 22px 20px; }
  .info-contact-grid { grid-template-columns: 1fr; }
}

/* v0.4.1 — Static trust pages intentionally have no compare CTA or breadcrumbs. */
.info-page .tp-header {
  justify-content: flex-start;
}

/* seo-pages.css */
/* Static SEO landing pages — generated from the verified ToolPakker catalog. */
.tp-seo-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0, #f7f8f8 420px, #f5f6f6 100%);
  color: var(--tp-text);
}
.tp-seo-header {
  border-bottom: 1px solid var(--tp-border);
  background: rgba(255, 255, 255, .96);
}
.tp-seo-header__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.tp-seo-logo { display: inline-flex; align-items: center; }
.tp-seo-logo img { display: block; width: min(225px, 44vw); height: auto; }
.tp-seo-nav { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.tp-seo-nav a { color: #38505b; font-size: 14px; font-weight: 800; text-decoration: none; }
.tp-seo-nav a:hover { color: var(--tp-accent-700); text-decoration: underline; text-underline-offset: 3px; }
.tp-seo-main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 44px; }
.tp-seo-breadcrumbs { display: flex; gap: 7px; align-items: center; flex-wrap: wrap; margin: 0 0 22px; color: var(--tp-muted); font-size: 13px; }
.tp-seo-breadcrumbs a { color: inherit; text-decoration: none; }
.tp-seo-breadcrumbs a:hover { color: var(--tp-accent-700); text-decoration: underline; text-underline-offset: 3px; }
.tp-seo-hero {
  border: 1px solid var(--tp-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--tp-shadow-soft);
  padding: clamp(24px, 4vw, 46px);
  display: grid;
  gap: 14px;
}
.tp-seo-eyebrow { margin: 0; color: var(--tp-accent-700); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tp-seo-hero h1 { margin: 0; color: var(--tp-navy-950); font-size: clamp(32px, 4.8vw, 52px); line-height: 1.04; letter-spacing: -.052em; }
.tp-seo-hero__lead { max-width: 820px; margin: 0; color: #4d5b64; font-size: 17px; line-height: 1.65; }
.tp-seo-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.tp-seo-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 15px; border-radius: 11px; background: var(--tp-accent-700); color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; }
.tp-seo-button:hover { background: var(--tp-accent-800); }
.tp-seo-button--secondary { border: 1px solid var(--tp-border); background: #fff; color: var(--tp-navy-950); }
.tp-seo-button--secondary:hover { background: #f7f9f9; }
.tp-seo-section { margin-top: 24px; }
.tp-seo-section__heading { margin: 0 0 12px; color: var(--tp-navy-950); font-size: clamp(22px, 3vw, 30px); line-height: 1.16; letter-spacing: -.04em; }
.tp-seo-section__copy { max-width: 860px; margin: 0 0 15px; color: #505d66; font-size: 16px; line-height: 1.65; }
.tp-seo-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tp-seo-grid--products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tp-seo-card { min-width: 0; border: 1px solid var(--tp-border); border-radius: 16px; background: #fff; box-shadow: var(--tp-shadow-soft); padding: 18px; }
.tp-seo-card h2, .tp-seo-card h3 { margin: 0; color: var(--tp-navy-950); letter-spacing: -.03em; }
.tp-seo-card h2 { font-size: 18px; line-height: 1.25; }
.tp-seo-card h3 { font-size: 16px; line-height: 1.3; }
.tp-seo-card p { margin: 8px 0 0; color: #596771; font-size: 14px; line-height: 1.55; }
.tp-seo-card a { color: inherit; text-decoration: none; }
.tp-seo-card a:hover h2, .tp-seo-card a:hover h3 { color: var(--tp-accent-700); }
.tp-seo-card__meta { margin-top: 10px; color: var(--tp-muted); font-size: 13px; }
.tp-seo-product-card { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 15px; align-items: start; }
.tp-seo-product-card__image { display: grid; place-items: center; min-height: 104px; border-radius: 11px; background: #fafbfb; overflow: hidden; }
.tp-seo-product-card__image img { width: 100%; height: 104px; object-fit: contain; }
.tp-seo-product-card__body { min-width: 0; }
.tp-seo-product-card__code { display: block; margin: 0 0 4px; color: var(--tp-accent-700); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.tp-seo-product-card__price { display: block; margin-top: 10px; color: var(--tp-navy-950); font-size: 15px; font-weight: 900; }
.tp-seo-product-card__price small { color: var(--tp-muted); font-size: 12px; font-weight: 700; }
.tp-seo-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.tp-seo-facts div { border: 1px solid var(--tp-border); border-radius: 12px; background: #fff; padding: 13px; }
.tp-seo-facts dt { color: var(--tp-muted); font-size: 12px; font-weight: 800; }
.tp-seo-facts dd { margin: 5px 0 0; color: var(--tp-navy-950); font-size: 14px; font-weight: 800; line-height: 1.45; overflow-wrap: anywhere; }
.tp-seo-contents { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.tp-seo-contents li { position: relative; padding-left: 18px; color: #4d5b64; font-size: 15px; line-height: 1.5; }
.tp-seo-contents li::before { content: ''; position: absolute; top: .56em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--tp-accent-500); }
.tp-seo-offers { display: grid; gap: 12px; }
.tp-seo-offer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; border: 1px solid var(--tp-border); border-radius: 15px; background: #fff; box-shadow: var(--tp-shadow-soft); padding: 16px; }
.tp-seo-offer__merchant { display: grid; gap: 4px; }
.tp-seo-offer__merchant strong { color: var(--tp-navy-950); }
.tp-seo-offer__merchant span { color: var(--tp-muted); font-size: 13px; line-height: 1.45; }
.tp-seo-offer__price { text-align: right; }
.tp-seo-offer__price small { display: block; color: var(--tp-muted); font-size: 12px; font-weight: 700; }
.tp-seo-offer__price strong { display: block; color: var(--tp-navy-950); font-size: 23px; letter-spacing: -.035em; }
.tp-seo-offer__action { grid-column: 1 / -1; }
.tp-seo-offer__action a { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 13px; border-radius: 10px; background: var(--tp-accent-700); color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; }
.tp-seo-offer__action a:hover { background: var(--tp-accent-800); }
.tp-seo-notice { border-left: 4px solid var(--tp-accent-500); border-radius: 0 12px 12px 0; background: var(--tp-accent-50); padding: 14px 16px; color: var(--tp-accent-800); font-size: 14px; line-height: 1.55; }
.tp-seo-link-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 12px; margin: 0; padding: 0; list-style: none; }
.tp-seo-link-list a { display: block; color: #35505a; font-size: 14px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.tp-seo-link-list a:hover { color: var(--tp-accent-700); text-decoration: underline; text-underline-offset: 3px; }
.tp-seo-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 34px; color: var(--tp-muted); font-size: 13px; line-height: 1.5; }
.tp-seo-footer__surface { display: flex; gap: 10px 20px; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid var(--tp-border); padding-top: 19px; }
.tp-seo-footer a { color: inherit; font-weight: 800; text-decoration: none; }
.tp-seo-footer a:hover { color: var(--tp-accent-700); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 880px) {
  .tp-seo-grid, .tp-seo-link-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .tp-seo-header__inner, .tp-seo-main, .tp-seo-footer { width: min(100% - 28px, 1180px); }
  .tp-seo-header__inner { min-height: 65px; gap: 12px; }
  .tp-seo-logo img { width: min(190px, 52vw); }
  .tp-seo-nav { gap: 10px; }
  .tp-seo-nav a { font-size: 12px; }
  .tp-seo-main { padding-top: 20px; }
  .tp-seo-hero { border-radius: 17px; padding: 23px 18px; }
  .tp-seo-hero__lead { font-size: 15px; }
  .tp-seo-grid, .tp-seo-grid--products, .tp-seo-link-list { grid-template-columns: 1fr; }
  .tp-seo-product-card { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
  .tp-seo-product-card__image { min-height: 82px; }
  .tp-seo-product-card__image img { height: 82px; }
  .tp-seo-facts { grid-template-columns: 1fr; }
  .tp-seo-offer { grid-template-columns: 1fr; gap: 10px; }
  .tp-seo-offer__price { text-align: left; }
  .tp-seo-footer__surface { flex-direction: column; }
}
.tp-seo-section__source { margin: 12px 0 0; color: var(--tp-muted); font-size: 12px; line-height: 1.5; }

/* cookie-consent.css */
/* ToolPakker cookie preferences — consent UI only; optional tracking remains disabled by default. */
/* `hidden` must always win over the component display rules below. Without this,
   the browser correctly changes the HTML attribute but the modal can remain visibly
   fixed above the page because `.tp-cookie-dialog { display: grid; }` wins in CSS. */
.tp-cookie-banner[hidden],
.tp-cookie-dialog[hidden] {
  display: none !important;
}
.tp-cookie-banner {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 18px;
  width: min(760px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid var(--tp-border-strong);
  border-radius: 20px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 64px rgba(15, 17, 21, .2);
  backdrop-filter: blur(14px);
}
.tp-cookie-banner__content { min-width: 0; }
.tp-cookie-banner__eyebrow {
  margin: 0 0 6px;
  color: var(--tp-accent-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.tp-cookie-banner h2,
.tp-cookie-dialog h2 {
  margin: 0;
  color: var(--tp-graphite-950);
  font-size: 20px;
  letter-spacing: -.03em;
}
.tp-cookie-banner p { margin: 8px 0 0; color: var(--tp-muted); font-size: 14px; line-height: 1.5; }
.tp-cookie-banner__note a { color: var(--tp-accent-700); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.tp-cookie-banner__actions,
.tp-cookie-dialog__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.tp-cookie-button {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 11px;
  padding: 10px 14px;
  font-weight: 850;
  font-size: 14px;
  white-space: nowrap;
}
.tp-cookie-button--primary { background: var(--tp-accent-500); border-color: var(--tp-accent-500); color: #fff; }
.tp-cookie-button--primary:hover { background: var(--tp-accent-600); border-color: var(--tp-accent-600); }
.tp-cookie-button--secondary { background: #fff; color: var(--tp-accent-700); border-color: var(--tp-border-strong); }
.tp-cookie-button--secondary:hover { background: var(--tp-accent-50); border-color: var(--tp-accent-300); }
.tp-cookie-button:focus-visible,
.tp-cookie-close:focus-visible,
.tp-cookie-settings-link:focus-visible { outline: 3px solid var(--tp-focus-ring); outline-offset: 3px; }

.tp-cookie-dialog { position: fixed; z-index: 1300; inset: 0; display: grid; place-items: center; padding: 22px; }
.tp-cookie-dialog__backdrop { position: absolute; inset: 0; background: rgba(15, 17, 21, .46); }
.tp-cookie-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(720px, calc(100vh - 44px));
  overflow: auto;
  padding: 26px;
  border: 1px solid var(--tp-border-strong);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 17, 21, .25);
}
.tp-cookie-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.tp-cookie-close {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid var(--tp-border);
  border-radius: 10px;
  background: #fff;
  color: var(--tp-graphite-900);
  font-size: 26px;
  line-height: 1;
}
.tp-cookie-close:hover { background: var(--tp-accent-50); border-color: var(--tp-accent-300); }
.tp-cookie-dialog__intro,
.tp-cookie-dialog__fineprint { margin: 14px 0 0; color: var(--tp-muted); font-size: 14px; line-height: 1.55; }
.tp-cookie-dialog__fineprint { font-size: 13px; }
.tp-cookie-options { display: grid; gap: 10px; margin-top: 22px; }
.tp-cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid var(--tp-border);
  border-radius: 14px;
  background: var(--tp-soft);
  cursor: pointer;
}
.tp-cookie-option.is-disabled { cursor: not-allowed; opacity: .78; }
.tp-cookie-option__copy { display: grid; gap: 4px; }
.tp-cookie-option__copy strong { color: var(--tp-graphite-950); font-size: 15px; }
.tp-cookie-option__copy span { color: var(--tp-muted); font-size: 13px; line-height: 1.45; }
.tp-cookie-option input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; }
.tp-cookie-switch { position: relative; width: 44px; height: 25px; border-radius: 999px; background: #cfd8d9; transition: background .18s ease; }
.tp-cookie-switch::after { content: ''; position: absolute; top: 3px; left: 3px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(15,17,21,.22); transition: transform .18s ease; }
.tp-cookie-option input:checked + .tp-cookie-switch { background: var(--tp-accent-500); }
.tp-cookie-option input:checked + .tp-cookie-switch::after { transform: translateX(19px); }
.tp-cookie-option input:focus-visible + .tp-cookie-switch { outline: 3px solid var(--tp-focus-ring); outline-offset: 3px; }
.tp-cookie-dialog__actions { margin-top: 22px; }
body.tp-cookie-dialog-open { overflow: hidden; }

.tp-cookie-settings-link {
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #45556a;
  font: inherit;
  font-size: 14px;
  text-align: left;
}
.tp-cookie-settings-link:hover { color: var(--tp-accent-700); text-decoration: underline; text-underline-offset: 3px; }
.info-cookie-settings { margin-top: 16px; }

@media (max-width: 720px) {
  .tp-cookie-banner { grid-template-columns: 1fr; gap: 16px; padding: 20px; bottom: 12px; width: min(100% - 20px, 620px); border-radius: 18px; }
  .tp-cookie-banner__actions, .tp-cookie-dialog__actions { justify-content: stretch; }
  .tp-cookie-button { flex: 1 1 160px; }
  .tp-cookie-dialog { padding: 12px; }
  .tp-cookie-dialog__panel { padding: 22px 18px; border-radius: 18px; }
}

/* v0.5.49 — a conventional cookie banner with direct accept and reject actions. */
.tp-cookie-banner__actions {
  align-items: stretch;
}
.tp-cookie-banner__actions .tp-cookie-button {
  min-width: 142px;
}
@media (max-width: 720px) {
  .tp-cookie-banner__actions .tp-cookie-button {
    min-width: 0;
    flex: 1 1 100%;
  }
}
