/* ============================================================
   Amazon Advies — VAT & EPR compliance pages
   Shared page-type styling (prototype / look & feel)
   Builds on tokens + components from styles.css
   ============================================================ */

/* ---------- compliance hero ---------- */
.cmp-hero { position: relative; overflow: hidden; padding-top: clamp(34px,5vw,64px); padding-bottom: clamp(40px,6vw,84px); }
.cmp-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(30px,5vw,64px); align-items: center; }
.cmp-hero__flagrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.cmp-hero__flag { font-size: clamp(40px,5vw,58px); line-height: 1; }
.cmp-hero h1 { font-size: clamp(36px,5.4vw,68px); letter-spacing: -.03em; max-width: 17ch; }
.cmp-hero .lead { color: var(--muted); font-size: clamp(17px,1.5vw,21px); max-width: 48ch; margin-top: 22px; }
.cmp-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.cmp-hero__trust { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 34px; border-top: 1px solid var(--rule); padding-top: 22px; }
.cmp-hero__trust div { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--navy); }
.cmp-hero__trust svg { width: 18px; height: 18px; color: var(--accent-deep); flex: none; }

/* hero mock card (faux registration certificate) */
.cmp-hero__art { position: relative; min-height: 360px; display: grid; place-items: center; }
.cmp-hero__art .blob { position: absolute; border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; opacity: .85; z-index: 0; }
.cmp-hero__art .blob--a { width: 300px; height: 300px; background: color-mix(in srgb,var(--accent) 26%, var(--paper)); top: -10px; right: 0; }
.cmp-hero__art .blob--b { width: 200px; height: 200px; background: color-mix(in srgb,var(--butter) 55%, var(--paper)); bottom: 0; left: 6px; }
.cmp-card {
  position: relative; z-index: 2; width: min(380px, 90%);
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r-xl); box-shadow: var(--sh-lg); padding: 26px;
}
.cmp-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.cmp-card__id { display: flex; align-items: center; gap: 12px; }
.cmp-card__id .flag { font-size: 32px; line-height: 1; }
.cmp-card__id .lbl { font-weight: 700; font-size: 15px; color: var(--navy); }
.cmp-card__id .lbl span { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: none; color: var(--muted-2); font-weight: 700; }
.cmp-card__stamp { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: none; color: var(--accent-deep); background: color-mix(in srgb,var(--accent) 14%, transparent); border-radius: var(--r-pill); padding: 5px 11px; white-space: nowrap; }
.cmp-card__num { font-family: var(--font-mono); font-weight: 700; font-size: clamp(19px,2.4vw,24px); color: var(--navy); letter-spacing: .02em; background: var(--paper-2); border-radius: var(--r-md); padding: 14px 16px; }
.cmp-card__list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 11px; }
.cmp-card__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.cmp-card__list svg { width: 18px; height: 18px; flex: none; margin-top: 1px; color: var(--accent); }

/* ---------- USP / summary strip ---------- */
.usp { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.usp__item { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: 24px; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.usp__item:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.usp__k { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: none; color: var(--muted-2); font-weight: 700; }
.usp__v { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px,2.6vw,32px); color: var(--navy); letter-spacing: -.02em; line-height: 1.05; margin: 8px 0 6px; }
.usp__item p { color: var(--muted); font-size: 14.5px; }

/* ---------- process steps ---------- */
.cmp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.cmp-step { position: relative; padding-top: 20px; border-top: 2px solid var(--rule-strong); }
.cmp-step__no { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--cta); }
.cmp-step h3 { font-size: 19px; margin: 10px 0 8px; }
.cmp-step p { color: var(--muted); font-size: 14.5px; }

/* ---------- country grid ---------- */
.country-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.country-card {
  display: flex; align-items: center; gap: 14px;
  min-height: 84px;
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-md);
  padding: 16px 18px; color: var(--ink);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.country-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: color-mix(in srgb,var(--cta) 35%, transparent); }
.country-card .flag { font-size: 30px; line-height: 1; flex: none; }
.country-card .cc-body { flex: 1; min-width: 0; }
.country-card .cc-name { display: block; font-weight: 700; font-size: 16px; line-height: 1.2; color: var(--navy); }
.country-card .cc-sub { display: block; margin-top: 3px; font-size: 12.5px; color: var(--muted); }
.country-card .cc-arr { width: 18px; height: 18px; flex: none; color: var(--cta); transition: transform .25s var(--ease); }
.country-card:hover .cc-arr { transform: translateX(4px); }

/* ---------- guide layout (country pages) ---------- */
.guide-grid { display: grid; grid-template-columns: 1fr 320px; gap: clamp(28px,4vw,52px); align-items: start; }
.guide { min-width: 0; }
.guide > h2 { font-size: clamp(25px,3vw,36px); margin: 44px 0 16px; }
.guide > h2:first-child { margin-top: 0; }
.guide > p { color: var(--muted); font-size: 16.5px; margin-bottom: 14px; }
.guide .lorem { color: var(--muted-2); }

/* rates table */
.table-wrap { overflow-x: auto; border: 1px solid var(--rule); border-radius: var(--r-md); }
.rate-table { width: 100%; border-collapse: collapse; min-width: 460px; background: var(--white); }
.rate-table th, .rate-table td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--rule); }
.rate-table tr:last-child td { border-bottom: 0; }
.rate-table thead th { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: none; color: var(--muted-2); font-weight: 700; background: var(--paper-2); }
.rate-table .rate { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--navy); letter-spacing: -.02em; }
.rate-table td small { display: block; color: var(--muted); font-size: 13px; }

/* numbered list */
.step-list { list-style: none; counter-reset: s; margin: 6px 0 0; padding: 0; display: grid; gap: 14px; }
.step-list li { position: relative; padding-left: 50px; min-height: 34px; }
.step-list li::before {
  counter-increment: s; content: counter(s);
  position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; background: color-mix(in srgb,var(--cta) 12%, transparent);
  color: var(--cta-deep); font-family: var(--font-mono); font-weight: 700; font-size: 14px;
}
.step-list li b { display: block; color: var(--navy); font-size: 16px; }
.step-list li span { color: var(--muted); font-size: 14.5px; }

/* info boxes (filing / thresholds) */
.info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 4px; }
.info-box { background: var(--paper-2); border-radius: var(--r-lg); padding: 22px; }
.info-box .k { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .07em; text-transform: none; color: var(--muted); font-weight: 700; }
.info-box .v { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--navy); letter-spacing: -.02em; margin: 6px 0 4px; }
.info-box p { color: var(--muted); font-size: 13.5px; }

/* EPR category blocks */
.cat { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: 26px; margin-bottom: 18px; }
.cat__head { display: flex; align-items: center; gap: 15px; margin-bottom: 12px; }
.cat__ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 26px; flex: none; background: color-mix(in srgb,var(--accent) 14%, transparent); }
.cat__head h3 { font-size: 22px; }
.cat__head .sub { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--muted-2); text-transform: none; font-weight: 700; margin-top: 3px; }
.cat > p { color: var(--muted); font-size: 15px; margin-bottom: 12px; }
.cat__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.cat__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--navy); }
.cat__list svg { width: 18px; height: 18px; flex: none; margin-top: 2px; color: var(--accent-deep); }
.cat__meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.cat__chip { font-family: var(--font-mono); font-size: 11.5px; font-weight: 700; letter-spacing: .03em; color: var(--navy); background: var(--paper-2); border-radius: var(--r-pill); padding: 6px 13px; }

/* sticky offer aside */
.guide-aside { position: sticky; top: 96px; display: grid; gap: 16px; }
.offer-card { background: var(--navy); color: var(--on-dark); border-radius: var(--r-xl); padding: 28px; overflow: hidden; position: relative; }
.offer-card h3 { color: #fff; font-size: 23px; }
.offer-card p { color: var(--on-dark-mut); font-size: 14.5px; margin-top: 10px; }
.offer-card .btn { width: 100%; justify-content: center; margin-top: 18px; }
.offer-card .price { font-family: var(--font-display); font-weight: 700; font-size: 34px; color: #fff; margin-top: 6px; letter-spacing: -.02em; }
.offer-card .price small { font-size: 14px; color: var(--on-dark-mut); font-weight: 500; }
.aside-note { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: 20px; }
.aside-note .k { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .07em; text-transform: none; color: var(--muted-2); font-weight: 700; }
.aside-note p { color: var(--muted); font-size: 14px; margin-top: 8px; }

/* other countries chips */
.other { display: flex; flex-wrap: wrap; gap: 10px; }
.other a {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--white); border: 1px solid var(--rule-strong); border-radius: var(--r-pill);
  padding: 9px 16px; font-weight: 600; font-size: 14.5px; color: var(--navy);
  transition: transform .2s var(--ease), border-color .2s, box-shadow .2s;
}
.other a:hover { transform: translateY(-2px); border-color: color-mix(in srgb,var(--cta) 40%, transparent); box-shadow: var(--sh-sm); }
.other a .flag { font-size: 18px; line-height: 1; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .cmp-hero__grid { grid-template-columns: 1fr; }
  .cmp-hero__art { min-height: 300px; order: -1; }
  .usp { grid-template-columns: repeat(3,1fr); }
  .cmp-steps { grid-template-columns: repeat(2,1fr); }
  .country-grid { grid-template-columns: repeat(3,1fr); }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-aside { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .usp { grid-template-columns: 1fr; }
  .cmp-steps { grid-template-columns: 1fr; }
  .country-grid { grid-template-columns: 1fr 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .guide-aside { grid-template-columns: 1fr; }
}
@media (max-width: 400px) { .country-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Netherlands flagship — extra components
   ============================================================ */

/* price tag (hero / offer) */
.price-tag { display: inline-flex; align-items: baseline; gap: 9px; font-family: var(--font-display); font-weight: 700; color: var(--navy); margin-top: 26px; }
.price-tag .amt { font-size: clamp(34px,4vw,46px); letter-spacing: -.02em; }
.price-tag .was { font-size: 21px; color: var(--muted-2); text-decoration: line-through; font-weight: 400; }
.price-tag .per { font-size: 15px; color: var(--muted); font-weight: 600; }

/* trust strip (social proof) */
.trust-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 30px; }
.trust-strip .ts-rate { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 15px; color: var(--navy); }
.trust-strip .ts-rate .stars { color: var(--orange); font-size: 17px; letter-spacing: 1px; }
.trust-strip .ts-sep { width: 1px; height: 26px; background: var(--rule-strong); }
.trust-strip .ts-chip { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--navy); opacity: .5; }

/* "when do you need it" / risk feature lists */
.need { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.need__item { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-md); padding: 19px 20px; }
.need__item .ico { width: 36px; height: 36px; border-radius: 10px; flex: none; display: grid; place-items: center; background: color-mix(in srgb,var(--accent) 14%, transparent); color: var(--accent-deep); }
.need__item .ico svg { width: 19px; height: 19px; }
.need__item b { display: block; color: var(--navy); font-size: 15.5px; }
.need__item span { color: var(--muted); font-size: 14px; }
.need--risk .need__item .ico { background: color-mix(in srgb,var(--cta) 13%, transparent); color: var(--cta-deep); }
@media (max-width: 620px) { .need { grid-template-columns: 1fr; } }

/* FAQ accordion (no-JS via <details>) */
.faq { display: grid; gap: 12px; max-width: 760px; margin-inline: auto; }
.faq details { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-md); padding: 0 22px; transition: box-shadow .2s, border-color .2s; }
.faq details[open] { box-shadow: var(--sh-sm); border-color: color-mix(in srgb,var(--cta) 25%, transparent); }
.faq summary { list-style: none; cursor: pointer; padding: 19px 0; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-mono); font-size: 24px; line-height: 1; color: var(--cta); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details > p { color: var(--muted); font-size: 15px; margin: 0; padding: 0 0 20px; }

/* big EPR category blocks (Netherlands) */
.epr-cat { background: var(--white); border: 1px solid var(--rule); border-left: 5px solid var(--accent); border-radius: var(--r-xl); padding: clamp(24px,3vw,38px); margin-bottom: 20px; }
.epr-cat--packaging { border-left-color: var(--accent); }
.epr-cat--eee { border-left-color: var(--sky); }
.epr-cat--batteries { border-left-color: var(--orange); }
.epr-cat--textile { border-left-color: var(--cta); }
.epr-cat__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.epr-cat__ico { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; font-size: 28px; flex: none; background: var(--paper-2); }
.epr-cat__head h3 { font-size: clamp(21px,2.6vw,28px); }
.epr-cat__head .org { font-family: var(--font-mono); font-size: 12.5px; color: var(--accent-deep); font-weight: 700; margin-top: 5px; }
.epr-cat > p { color: var(--muted); font-size: 15.5px; margin-bottom: 18px; }
.epr-meta { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--r-md); overflow: hidden; margin-bottom: 18px; }
.epr-meta div { background: var(--white); padding: 14px 16px; }
.epr-meta .k { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; text-transform: none; color: var(--muted-2); font-weight: 700; }
.epr-meta .v { color: var(--navy); font-weight: 700; font-size: 14.5px; margin-top: 4px; line-height: 1.3; }
@media (max-width: 760px) { .epr-meta { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px) { .epr-meta { grid-template-columns: 1fr; } }

/* ============================================================
   EPR tabbed category interface (country pages)
   ============================================================ */
.epr-tabs {
  position: sticky; top: 76px; z-index: 30;
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 12px 0; margin-bottom: 26px;
  background: color-mix(in srgb, var(--paper-2) 92%, transparent);
  backdrop-filter: blur(10px);
}
.epr-tab {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-sans); font-weight: 700; font-size: 14.5px;
  color: var(--navy); background: var(--white);
  border: 1px solid var(--rule-strong); border-radius: var(--r-pill);
  padding: 10px 18px; cursor: pointer; transition: background .2s, color .2s, border-color .2s;
}
.epr-tab .ti { font-size: 18px; line-height: 1; }
.epr-tab:hover { border-color: var(--navy); }
.epr-tab[aria-selected="true"] { background: var(--navy); color: #fff; border-color: var(--navy); }

.epr-panels { min-width: 0; }
.epr-panel { display: none; }
.epr-panel.is-active { display: block; animation: eprFade .35s var(--ease-out); }
@keyframes eprFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.epr-panel__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.epr-panel__ico { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; font-size: 28px; flex: none; background: var(--paper-2); }
.epr-panel__ico--packaging { box-shadow: inset 0 0 0 2px color-mix(in srgb,var(--accent) 45%, transparent); }
.epr-panel__ico--eee { box-shadow: inset 0 0 0 2px color-mix(in srgb,var(--sky) 45%, transparent); }
.epr-panel__ico--batteries { box-shadow: inset 0 0 0 2px color-mix(in srgb,var(--orange) 50%, transparent); }
.epr-panel__ico--textile { box-shadow: inset 0 0 0 2px color-mix(in srgb,var(--cta) 45%, transparent); }
.epr-panel__head h2 { font-size: clamp(24px,3vw,34px); }
.epr-panel__head .org { font-family: var(--font-mono); font-size: 12.5px; color: var(--accent-deep); font-weight: 700; margin-top: 5px; }
.epr-panel__intro { color: var(--muted); font-size: 16.5px; margin-bottom: 20px; }
.epr-panel > h3 { font-size: 20px; margin: 30px 0 12px; }
.epr-panel > p { color: var(--muted); font-size: 15.5px; margin-bottom: 12px; }
.epr-panel .bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.epr-panel .bullets li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--navy); }
.epr-panel .bullets svg { width: 18px; height: 18px; flex: none; margin-top: 2px; color: var(--accent-deep); }
.epr-quick { grid-template-columns: repeat(3,1fr); margin: 8px 0 6px; }
/* quick-fact cards sit on a paper-2 section, so give them a white surface */
.epr-quick .info-box { background: var(--white); border: 1px solid var(--rule); }
@media (max-width: 620px) { .epr-quick { grid-template-columns: 1fr; } }

/* offer aside clears the sticky category tab-bar (desktop only; aside is static <=980) */
.guide-epr .guide-aside { top: 150px; }

/* inline conversion block */
.inline-cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px;
  background: var(--navy); color: var(--on-dark);
  border-radius: var(--r-lg); padding: 22px 26px; margin: 30px 0;
}
.inline-cta p { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 17px; max-width: 40ch; }
.inline-cta .ic-btns { display: flex; flex-wrap: wrap; gap: 10px; }

/* sticky bottom offer bar (mobile / tablet — non-dismissible) */
.epr-stickybar { display: none; }
@media (max-width: 980px) {
  .epr-stickybar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: var(--white); border-top: 1px solid var(--rule-strong);
    box-shadow: 0 -8px 24px rgba(21,39,62,.12); padding: 11px var(--gutter);
  }
  .epr-stickybar .sb-txt { font-weight: 700; font-size: 14px; color: var(--navy); line-height: 1.2; }
  .epr-stickybar .sb-txt span { display: block; font-weight: 500; font-size: 12px; color: var(--muted); }
  .epr-stickybar .sb-btns { display: flex; gap: 8px; flex: none; }
  body.has-epr-stickybar { padding-bottom: 76px; }
}
