/* ==========================================================================
   GoTrusted — productreviews (voorkant)
   Gescoped onder .gtx-plist (overzicht) en .gtx-product (reviewpagina), zodat
   deze stijlen niets buiten de productsectie kunnen raken.
   ========================================================================== */

.gtx-plist,
.gtx-product {
  --green: #00b060;
  --green-dark: #00894b;
  --navy: #0d1b3d;
  --amber: #f4a51c;
  --red: #d94b58;
  --text: #20283a;
  --muted: #687287;
  --line: #dde4e1;
  --surface: #f6f8f7;
  --mint: #eefaf4;
  --radius: 18px;
  --maxw: 1180px;
  color: var(--text);
}

.gtx-plist *,
.gtx-product * { box-sizing: border-box; }

.gtx-wrap { width: min(var(--maxw), calc(100% - 34px)); margin: 0 auto; }

.gtx-plist a, .gtx-product a { text-decoration: none; color: inherit; }
.gtx-plist img, .gtx-product img { max-width: 100%; height: auto; display: block; }

/* ---------- knoppen ---------- */
.gtx-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  border: 1px solid var(--line); background: #fff; color: var(--navy);
  padding: 11px 17px; border-radius: 11px; font-weight: 800; font-size: 14.5px;
  line-height: 1.2; transition: .18s ease; cursor: pointer;
}
.gtx-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(13,27,61,.10); color: var(--navy); }
.gtx-btn--primary { background: var(--green); border-color: var(--green); color: #fff; }
.gtx-btn--primary:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; }
.gtx-btn--sm { padding: 8px 13px; font-size: 13.5px; border-radius: 9px; }
.gtx-btn--block { width: 100%; }

/* ---------- kruimelpad ---------- */
.gtx-crumb { font-size: 13px; color: var(--muted); padding: 16px 0 0; }
.gtx-crumb a:hover { color: var(--navy); text-decoration: underline; }
.gtx-crumb span { margin: 0 7px; opacity: .5; }

/* ---------- schild met cijfer (handtekening-element) ---------- */
.gtx-shield { position: relative; width: 56px; height: 62px; flex: 0 0 56px; }
.gtx-shield svg { width: 100%; height: 100%; display: block; }
.gtx-shield b {
  position: absolute; inset: 0; display: grid; place-items: center;
  padding-bottom: 5px; color: #fff; font-size: 19px; font-weight: 900; letter-spacing: -.03em;
}
.gtx-shield--lg { width: 78px; height: 87px; flex-basis: 78px; }
.gtx-shield--lg b { font-size: 27px; }
.gtx-shield--empty { opacity: .28; }

.gtx-stars { color: var(--amber); letter-spacing: 1.5px; font-size: 14px; }

/* ==========================================================================
   OVERZICHT (hub, categorie, merk)
   ========================================================================== */

.gtx-plist .gtx-hero { padding: 22px 0 30px; }
.gtx-plist .gtx-eyebrow {
  font-size: 11px; font-weight: 900; letter-spacing: .14em;
  text-transform: uppercase; color: var(--green-dark);
}
.gtx-plist h1 {
  font-size: clamp(30px, 4.4vw, 44px); line-height: 1.08; letter-spacing: -.032em;
  margin: 6px 0 12px; color: var(--navy);
}
.gtx-plist .gtx-lead { font-size: 17px; line-height: 1.55; color: var(--muted); max-width: 680px; margin: 0 0 22px; }

.gtx-plist .gtx-search { display: flex; gap: 10px; max-width: 620px; }
.gtx-plist .gtx-search input {
  flex: 1; padding: 15px 17px; border: 1.5px solid var(--line);
  border-radius: 13px; font-size: 15px; background: #fff; font-family: inherit;
}
.gtx-plist .gtx-search input:focus { border-color: var(--green); outline: none; }

.gtx-plist .gtx-trust {
  display: flex; flex-wrap: wrap; gap: 26px; margin-top: 24px;
  padding-top: 20px; border-top: 1px solid var(--line);
}
.gtx-plist .gtx-trust div { font-size: 13px; color: var(--muted); }
.gtx-plist .gtx-trust strong { display: block; font-size: 23px; color: var(--navy); letter-spacing: -.02em; }

.gtx-plist .gtx-chips { display: flex; gap: 9px; overflow-x: auto; padding: 4px 0 22px; scrollbar-width: none; }
.gtx-plist .gtx-chips::-webkit-scrollbar { display: none; }
.gtx-plist .gtx-chip {
  white-space: nowrap; border: 1px solid var(--line); background: #fff;
  padding: 9px 15px; border-radius: 999px; font-size: 13.5px; font-weight: 750; color: var(--navy);
}
.gtx-plist .gtx-chip:hover { border-color: var(--green); color: var(--green-dark); }
.gtx-plist .gtx-chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.gtx-plist .gtx-chip .n { opacity: .55; font-weight: 600; margin-left: 5px; }

.gtx-plist .gtx-toolbar { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.gtx-plist .gtx-toolbar .gtx-count { font-size: 14px; color: var(--muted); }
.gtx-plist .gtx-toolbar .gtx-count strong { color: var(--navy); }
.gtx-plist .gtx-toolbar select {
  margin-left: auto; padding: 9px 12px; border: 1px solid var(--line);
  border-radius: 10px; font-size: 14px; background: #fff; font-family: inherit;
}

.gtx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.gtx-card {
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  background: #fff; display: flex; flex-direction: column; transition: .2s ease;
}
.gtx-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(13,27,61,.10); border-color: #c9d6d0; }
.gtx-card__img {
  background: var(--surface); aspect-ratio: 16/10; position: relative;
  border-bottom: 1px solid var(--line); overflow: hidden;
}
.gtx-card__img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.gtx-card__img .gtx-ph { display: grid; place-items: center; height: 100%; color: #a9b4c2; font-size: 12.5px; }
.gtx-tag {
  position: absolute; left: 12px; top: 12px; background: var(--navy); color: #fff;
  font-size: 11px; font-weight: 850; padding: 6px 10px; border-radius: 8px;
  letter-spacing: .03em; display: flex; align-items: center; gap: 5px;
}
.gtx-tag svg { width: 12px; height: 12px; }
.gtx-tag--comm { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.gtx-vid {
  position: absolute; right: 12px; top: 12px; background: rgba(13,27,61,.86);
  color: #fff; font-size: 11px; font-weight: 800; padding: 5px 9px; border-radius: 7px;
}
.gtx-card__body { padding: 17px 18px 0; flex: 1; }
.gtx-card__cat { font-size: 11.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
.gtx-card h2, .gtx-card h3 { font-size: 17px; line-height: 1.28; letter-spacing: -.02em; margin: 7px 0 9px; color: var(--navy); }
.gtx-card h2 a:hover, .gtx-card h3 a:hover { color: var(--green-dark); }
.gtx-card__verdict { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0 0 13px; }
.gtx-scorerow { display: flex; align-items: center; gap: 13px; margin-bottom: 13px; }
.gtx-scorerow .gtx-meta { font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.gtx-scorerow .gtx-meta b { color: var(--navy); font-size: 13.5px; }
.gtx-plus { list-style: none; padding: 0; margin: 0 0 15px; font-size: 13.5px; color: var(--text); }
.gtx-plus li { display: flex; gap: 8px; align-items: flex-start; padding: 3px 0; }
.gtx-plus li::before { content: "✓"; color: var(--green); font-weight: 900; flex: 0 0 auto; }
.gtx-card__foot {
  border-top: 1px solid var(--line); padding: 14px 18px; display: flex;
  align-items: center; gap: 12px; background: #fcfdfd;
}
.gtx-card__foot .gtx-btn { margin-left: auto; }
.gtx-aff-note { font-size: 10.5px; color: var(--muted); padding: 0 18px 13px; background: #fcfdfd; }

.gtx-empty {
  border: 1px dashed var(--line); border-radius: var(--radius);
  padding: 40px 24px; text-align: center; color: var(--muted); font-size: 15px;
}

.gtx-pager { display: flex; gap: 7px; justify-content: center; margin: 34px 0 0; flex-wrap: wrap; }
.gtx-pager .page-numbers {
  min-width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 10px; font-weight: 750; font-size: 14px; padding: 0 12px;
}
.gtx-pager .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }
.gtx-pager a.page-numbers:hover { border-color: var(--green); color: var(--green-dark); }

.gtx-seo { border-top: 1px solid var(--line); margin-top: 44px; padding: 32px 0 60px; }
.gtx-seo h2 { font-size: 21px; color: var(--navy); letter-spacing: -.02em; margin: 0 0 12px; }
.gtx-seo p { font-size: 14.5px; line-height: 1.75; color: var(--muted); max-width: 820px; margin: 0 0 14px; }
.gtx-seo a { color: var(--green-dark); text-decoration: underline; }
.gtx-faq { border-top: 1px solid var(--line); padding: 16px 0; }
.gtx-faq h3 { font-size: 15.5px; color: var(--navy); margin: 0 0 7px; }
.gtx-faq p { margin: 0; }

/* ==========================================================================
   REVIEWPAGINA
   ========================================================================== */

.gtx-product .gtx-title { padding: 16px 0 24px; border-bottom: 1px solid var(--line); }
.gtx-product .gtx-eyebrow {
  font-size: 11px; font-weight: 900; letter-spacing: .14em;
  text-transform: uppercase; color: var(--green-dark);
}
.gtx-product h1 {
  font-size: clamp(28px, 4vw, 40px); line-height: 1.1; letter-spacing: -.032em;
  margin: 8px 0 12px; color: var(--navy);
}
.gtx-product .gtx-sub { font-size: 17px; line-height: 1.55; color: var(--muted); max-width: 720px; margin: 0 0 18px; }
.gtx-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 13.5px; color: var(--muted); }
.gtx-byline b { color: var(--navy); }
.gtx-byline .gtx-dot { opacity: .4; }
.gtx-avatar {
  width: 36px; height: 36px; border-radius: 50%; background: var(--navy);
  color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 13px; flex: 0 0 36px;
}

.gtx-cols { display: grid; grid-template-columns: 1fr 344px; gap: 38px; align-items: start; padding: 28px 0 40px; }

.gtx-gallery { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 0 0 26px; }
.gtx-gallery__main { background: var(--surface); aspect-ratio: 16/9; position: relative; border-bottom: 1px solid var(--line); }
.gtx-gallery__main img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.gtx-gallery__main .gtx-ph { display: grid; place-items: center; height: 100%; color: #a9b4c2; font-size: 13px; }
.gtx-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); }
.gtx-gallery__thumbs button { background: #fff; aspect-ratio: 1; border: 0; padding: 4px; cursor: pointer; }
.gtx-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.gtx-gallery__thumbs button.is-on { outline: 2px solid var(--green); outline-offset: -2px; }
.gtx-video { aspect-ratio: 16/9; }
.gtx-video iframe { width: 100%; height: 100%; border: 0; display: block; }

.gtx-toc { border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; margin: 0 0 28px; background: var(--surface); }
.gtx-toc h2 { font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; color: var(--navy); margin: 0 0 10px; }
.gtx-toc ol { margin: 0; padding: 0 0 0 18px; columns: 2; column-gap: 26px; }
.gtx-toc li { font-size: 14px; padding: 3px 0; color: var(--green-dark); }
.gtx-toc a:hover { text-decoration: underline; }

.gtx-method {
  border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 14px;
  padding: 20px 22px; margin: 0 0 30px; background: var(--mint);
}
.gtx-method h2 { font-size: 17px; color: var(--navy); margin: 0 0 10px; letter-spacing: -.02em; }
.gtx-method p { font-size: 14.5px; line-height: 1.65; color: var(--text); margin: 0 0 10px; }
.gtx-method ul { margin: 0; padding-left: 19px; font-size: 14px; line-height: 1.75; color: var(--text); }

.gtx-body h2 { font-size: 25px; letter-spacing: -.025em; color: var(--navy); margin: 34px 0 12px; scroll-margin-top: 90px; }
.gtx-body h3 { font-size: 18px; color: var(--navy); margin: 24px 0 8px; }
.gtx-body p { font-size: 16px; line-height: 1.75; margin: 0 0 16px; }
.gtx-body figure { margin: 22px 0; }
.gtx-body figcaption { font-size: 13px; color: var(--muted); margin-top: 9px; line-height: 1.5; }
.gtx-body img { border-radius: 14px; }
.gtx-body ul, .gtx-body ol { font-size: 16px; line-height: 1.75; }

.gtx-scores { border: 1px solid var(--line); border-radius: 14px; padding: 22px; margin: 26px 0; }
.gtx-scores h3 { margin: 0 0 16px; font-size: 17px; color: var(--navy); }
.gtx-sbar { display: grid; grid-template-columns: 150px 1fr 46px; gap: 14px; align-items: center; margin-bottom: 11px; font-size: 14px; }
.gtx-track { height: 9px; background: var(--surface); border-radius: 99px; overflow: hidden; }
.gtx-fill { height: 100%; background: var(--green); border-radius: 99px; }
.gtx-sbar b { text-align: right; color: var(--navy); }

.gtx-pc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 26px 0; }
.gtx-pc > div { border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.gtx-pc h3 { margin: 0 0 11px; font-size: 15px; color: var(--navy); }
.gtx-pc ul { list-style: none; margin: 0; padding: 0; font-size: 14.5px; line-height: 1.6; }
.gtx-pc li { display: flex; gap: 9px; padding: 5px 0; align-items: flex-start; }
.gtx-pc .gtx-good li::before { content: "✓"; color: var(--green); font-weight: 900; }
.gtx-pc .gtx-bad li::before { content: "–"; color: var(--red); font-weight: 900; }

table.gtx-specs { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 18px 0 26px; }
table.gtx-specs th, table.gtx-specs td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); }
table.gtx-specs th { width: 42%; color: var(--muted); font-weight: 650; }
table.gtx-specs tr:nth-child(odd) td, table.gtx-specs tr:nth-child(odd) th { background: #fbfcfc; }

.gtx-alts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0 30px; }
.gtx-alt { border: 1px solid var(--line); border-radius: 14px; padding: 15px; font-size: 13.5px; }
.gtx-alt:hover { border-color: var(--green); }
.gtx-alt__img { background: var(--surface); border-radius: 9px; aspect-ratio: 4/3; overflow: hidden; margin-bottom: 10px; }
.gtx-alt__img img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.gtx-alt b { display: block; color: var(--navy); font-size: 14.5px; line-height: 1.3; margin-bottom: 5px; }
.gtx-alt .gtx-sc { color: var(--green-dark); font-weight: 800; }

.gtx-log { border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; margin: 30px 0 0; font-size: 13.5px; }
.gtx-log h3 { font-size: 14px; color: var(--navy); margin: 0 0 10px; }
.gtx-log ul { margin: 0; padding-left: 18px; }
.gtx-log li { color: var(--muted); line-height: 1.6; margin-bottom: 6px; }

/* gebruikersreviews */
.gtx-ur { border-top: 1px solid var(--line); padding-top: 30px; margin-top: 36px; }
.gtx-ur > h2 { font-size: 25px; color: var(--navy); letter-spacing: -.025em; margin: 0 0 18px; }
.gtx-ur__head { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin-bottom: 22px; }
.gtx-big { font-size: 46px; font-weight: 900; color: var(--navy); letter-spacing: -.04em; line-height: 1; }
.gtx-dist { flex: 1; min-width: 240px; }
.gtx-drow { display: grid; grid-template-columns: 62px 1fr 34px; gap: 10px; align-items: center; font-size: 12.5px; color: var(--muted); margin-bottom: 5px; }
.gtx-drow .gtx-track { height: 7px; }
.gtx-drow .gtx-fill { background: var(--amber); }
.gtx-rev { border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; margin-bottom: 14px; }
.gtx-rev__top { display: flex; gap: 11px; align-items: center; margin-bottom: 9px; flex-wrap: wrap; }
.gtx-rev__who { font-weight: 800; color: var(--navy); font-size: 14.5px; }
.gtx-rev__date { font-size: 12.5px; color: var(--muted); margin-left: auto; }
.gtx-vbadge {
  background: var(--mint); color: var(--green-dark); font-size: 11px; font-weight: 850;
  padding: 4px 9px; border-radius: 7px; border: 1px solid #bfe6d2;
}
.gtx-rev p { font-size: 14.5px; line-height: 1.65; margin: 0 0 10px; }
.gtx-reply { background: var(--surface); border-radius: 11px; padding: 13px 15px; margin-top: 10px; font-size: 14px; line-height: 1.6; }
.gtx-reply strong { color: var(--navy); display: block; margin-bottom: 4px; font-size: 13px; }

/* rechterkolom */
.gtx-rail { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 16px; }
.gtx-verdict { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.gtx-verdict__top { background: var(--navy); color: #fff; padding: 22px; display: flex; gap: 16px; align-items: center; }
.gtx-verdict__top .gtx-lbl { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: #7fe3b4; }
.gtx-verdict__top h2 { font-size: 19px; margin: 6px 0 4px; letter-spacing: -.02em; color: #fff; }
.gtx-verdict__top p { margin: 0; font-size: 12.5px; color: #b3c3da; line-height: 1.5; }
.gtx-verdict__body { padding: 18px 20px; }
.gtx-shops { margin: 0; display: flex; flex-direction: column; gap: 9px; }
.gtx-shop {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--line);
  border-radius: 11px; padding: 11px 13px; font-size: 13.5px;
}
.gtx-shop:hover { border-color: var(--green); }
.gtx-shop .gtx-nm { font-weight: 800; color: var(--navy); }
.gtx-shop .gtx-pr { margin-left: auto; font-weight: 800; color: var(--navy); }
.gtx-shop .gtx-go { margin-left: auto; color: var(--green-dark); font-weight: 800; }
.gtx-disc {
  font-size: 11.5px; line-height: 1.55; color: var(--muted);
  background: var(--surface); border-radius: 10px; padding: 11px 12px; margin-top: 13px;
}
.gtx-disc a { color: var(--green-dark); text-decoration: underline; }
.gtx-railcard { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.gtx-railcard h3 {
  font-size: 13px; font-weight: 900; letter-spacing: .08em;
  text-transform: uppercase; color: var(--navy); margin: 0 0 12px;
}
.gtx-author { display: flex; gap: 12px; align-items: flex-start; }
.gtx-author .gtx-avatar { width: 44px; height: 44px; font-size: 15px; flex: 0 0 44px; }
.gtx-author p { margin: 5px 0 0; font-size: 13px; line-height: 1.55; color: var(--muted); }
.gtx-author b { color: var(--navy); font-size: 14.5px; }

/* mobiele balk */
.gtx-mbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; background: #fff;
  border-top: 1px solid var(--line); padding: 10px 16px; gap: 12px; align-items: center;
  z-index: 50; box-shadow: 0 -6px 22px rgba(13,27,61,.08);
}
.gtx-mbar .gtx-p { font-size: 12px; color: var(--muted); line-height: 1.3; }
.gtx-mbar .gtx-p b { display: block; font-size: 17px; color: var(--navy); }
.gtx-mbar .gtx-btn { margin-left: auto; }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .gtx-cols { grid-template-columns: 1fr; gap: 24px; }
  .gtx-rail { position: static; }
  .gtx-toc ol { columns: 1; }
  .gtx-alts { grid-template-columns: 1fr; }
  .gtx-pc { grid-template-columns: 1fr; }
  .gtx-grid { grid-template-columns: repeat(2, 1fr); }
  .gtx-product .gtx-mbar { display: flex; }
  body.gtx-has-mbar { padding-bottom: 74px; }
}
@media (max-width: 640px) {
  .gtx-grid { grid-template-columns: 1fr; }
  .gtx-sbar { grid-template-columns: 110px 1fr 40px; }
}

/* ==========================================================================
   REVIEWFORMULIER
   ========================================================================== */

.gtx-prcols { display: grid; grid-template-columns: 1fr 372px; gap: 36px; align-items: start; }

.gtx-block { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 20px; }
.gtx-block > h2 { font-size: 19px; color: var(--navy); letter-spacing: -.02em; margin: 0 0 18px; }

.gtx-field { margin-bottom: 20px; }
.gtx-lb { display: block; font-size: 13.5px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.gtx-req { color: var(--red); }
.gtx-opt { font-weight: 600; color: var(--muted); }
.gtx-help { font-size: 12.5px; color: var(--muted); margin-top: 6px; line-height: 1.5; }
.gtx-counter { float: right; font-size: 12px; font-variant-numeric: tabular-nums; }

.gtx-prform input[type=text],
.gtx-prform input[type=email],
.gtx-prform textarea,
.gtx-prform select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 12px; font: inherit; font-size: 15px; background: #fff; color: var(--text);
}
.gtx-prform textarea { min-height: 160px; resize: vertical; line-height: 1.6; }
.gtx-prform input:focus, .gtx-prform textarea:focus, .gtx-prform select:focus { border-color: var(--green); outline: none; }
.gtx-line { margin-bottom: 8px; }

.gtx-picked {
  display: flex; gap: 14px; align-items: center; border: 1px solid var(--line);
  border-radius: 14px; padding: 13px 15px; background: var(--surface); flex-wrap: wrap;
}
.gtx-picked__img {
  width: 62px; height: 62px; border-radius: 10px; background: #fff; border: 1px solid var(--line);
  flex: 0 0 62px; overflow: hidden; display: grid; place-items: center;
}
.gtx-picked__img img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.gtx-picked b { display: block; color: var(--navy); font-size: 15px; line-height: 1.3; }
.gtx-picked span { font-size: 13px; color: var(--muted); }
.gtx-picked .gtx-btn { margin-left: auto; }

.gtx-starpick { display: flex; gap: 4px; align-items: center; }
.gtx-star { cursor: pointer; font-size: 38px; line-height: 1; color: #dfe5ea; transition: .12s; }
.gtx-star input { position: absolute; opacity: 0; width: 0; height: 0; }
.gtx-star:hover, .gtx-star.is-on { color: var(--amber); transform: scale(1.05); }
.gtx-starlabel { margin-left: 12px; font-size: 15px; font-weight: 800; color: var(--navy); }

.gtx-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.6; margin-bottom: 12px; }
.gtx-check input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--green); flex: 0 0 17px; }

.gtx-submit {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap; padding: 20px 26px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface);
}
.gtx-submit__note { font-size: 13px; color: var(--muted); line-height: 1.5; flex: 1; min-width: 220px; }

.gtx-form-error {
  border: 1px solid #f0c2c2; background: #fdf3f3; color: #8a2b2b;
  border-radius: 14px; padding: 15px 18px; margin: 0 0 22px; font-size: 14px; line-height: 1.6;
}
.gtx-form-error ul { margin: 8px 0 0; padding-left: 20px; }

.gtx-prev { position: sticky; top: 24px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.gtx-prev__head {
  background: var(--navy); color: #fff; padding: 13px 18px; font-size: 12px;
  font-weight: 900; letter-spacing: .09em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.gtx-prev__head::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #7fe3b4; }
.gtx-prev__body { padding: 20px; }
.gtx-prev__pc { font-size: 13px; line-height: 1.6; margin-top: 10px; }
.gtx-prev__pc div { display: flex; gap: 7px; padding: 2px 0; }
.gtx-prev__pc .g::before { content: "✓"; color: var(--green); font-weight: 900; }
.gtx-prev__pc .b::before { content: "–"; color: var(--red); font-weight: 900; }
.gtx-prev__note { font-size: 12.5px; line-height: 1.6; color: var(--muted); padding: 16px 20px; border-top: 1px solid var(--line); background: #fcfdfd; }
.gtx-prev__note b { color: var(--navy); }

.gtx-usage { font-size: 12.5px; color: var(--muted); }

@media (max-width: 1000px) {
  .gtx-prcols { grid-template-columns: 1fr; gap: 24px; }
  .gtx-prev { position: static; }
}

/* zoekresultaten + verificatieblok in het formulier */
.gtx-results { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.gtx-results a { display: flex; gap: 12px; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--line); font-size: 14px; }
.gtx-results a:last-child { border-bottom: 0; }
.gtx-results a:hover { background: var(--mint); }
.gtx-results__img { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 8px; background: var(--surface); overflow: hidden; display: grid; place-items: center; }
.gtx-results__img img { width: 100%; height: 100%; object-fit: contain; }
.gtx-results b { display: block; color: var(--navy); font-size: 14.5px; }
.gtx-results small { color: var(--muted); }
.gtx-results__go { margin-left: auto; color: var(--green-dark); font-weight: 800; font-size: 13.5px; white-space: nowrap; }

.gtx-verify { border: 1px solid #bfe6d2; background: var(--mint); border-radius: 14px; padding: 18px 20px; }
.gtx-prform input[type=file] { font-size: 14px; }

/* beeld bij een gepubliceerde review */
.gtx-revmedia { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0; }
.gtx-revmedia a, .gtx-revmedia video { width: 84px; height: 84px; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); display: block; }
.gtx-revmedia img { width: 100%; height: 100%; object-fit: cover; }
.gtx-revmedia video { object-fit: cover; background: #000; }

/* ==========================================================================
   UITNODIGENDE BLOKKEN OP DE HUB
   ========================================================================== */

.gtx-hero__cta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 14px; }
.gtx-hero__cta .gtx-hint { font-size: 13px; color: var(--muted); }

/* zo werkt het */
.gtx-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 6px 0 38px; }
.gtx-step {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px;
  background: linear-gradient(180deg, #fff 0%, var(--surface) 100%);
}
.gtx-step__n {
  width: 34px; height: 34px; border-radius: 50%; background: var(--mint); color: var(--green-dark);
  display: grid; place-items: center; font-weight: 900; font-size: 15px; margin-bottom: 12px;
  border: 1px solid #bfe6d2;
}
.gtx-step h3 { margin: 0 0 6px; font-size: 16.5px; color: var(--navy); letter-spacing: -.015em; }
.gtx-step p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); }

/* recente ervaringen */
.gtx-recent { margin: 0 0 40px; }
.gtx-recent__head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.gtx-recent__head h2 { font-size: 22px; color: var(--navy); letter-spacing: -.025em; margin: 0; }
.gtx-recent__head span { font-size: 13.5px; color: var(--muted); }
.gtx-recent__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gtx-quote {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; background: #fff;
  display: flex; flex-direction: column; gap: 10px;
}
.gtx-quote__top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.gtx-quote p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--text); }
.gtx-quote__who { font-size: 12.5px; color: var(--muted); margin-top: auto; }
.gtx-quote__who b { color: var(--navy); }
.gtx-quote a.gtx-quote__prod { font-size: 13px; font-weight: 800; color: var(--green-dark); }
.gtx-quote a.gtx-quote__prod:hover { text-decoration: underline; }

/* oproepblok */
.gtx-cta {
  background: linear-gradient(135deg, var(--navy) 0%, #16305c 100%); color: #fff;
  border-radius: var(--radius); padding: 34px 36px; margin: 0 0 44px;
  display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center;
}
.gtx-cta h2 { margin: 8px 0 8px; font-size: 26px; line-height: 1.18; letter-spacing: -.025em; color: #fff; }
.gtx-cta .gtx-eyebrow { color: #7fe3b4; }
.gtx-cta p { margin: 0; font-size: 15px; line-height: 1.6; color: #c2cfe2; max-width: 620px; }
.gtx-cta__btns { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }
.gtx-cta__btns .gtx-btn { width: 100%; }
.gtx-cta__btns .gtx-btn:not(.gtx-btn--primary) { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.gtx-cta__btns .gtx-btn:not(.gtx-btn--primary):hover { background: rgba(255,255,255,.08); color: #fff; }
.gtx-cta__note { font-size: 12px; color: #9fb4d6; text-align: center; }

@media (max-width: 900px) {
  .gtx-steps, .gtx-recent__grid { grid-template-columns: 1fr; }
  .gtx-cta { grid-template-columns: 1fr; padding: 26px 24px; }
}
