
@font-face {font-family:'Work Sans';font-style:normal;font-weight:400;font-display:swap;src:url('../SKINS/NL-GEBOORTEKAARTJES/css/fonts/Work_Sans/work-sans-v24-latin-regular.woff2') format('woff2')}
@font-face {font-family:'Work Sans';font-style:normal;font-weight:600;font-display:swap;src:url('../SKINS/NL-GEBOORTEKAARTJES/css/fonts/Work_Sans/work-sans-v24-latin-600.woff2') format('woff2')}

/* Geboortekaartjes.nl — FAQ, reviews & information. All component styles are scoped. */
.gk-trust {
  --gk-ink: #333d3b;
  --gk-muted: #69736f;
  --gk-accent: #327477;
  --gk-line: #e7e8e3;
  --gk-sand: #faf9f6;
  --gk-caramel: #f6f4f0;
  --gk-speed: 680ms;
  --gk-ease: cubic-bezier(.22, .8, .2, 1);
  container: gk-trust / inline-size;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1200px;
  margin: 64px auto;
  color: var(--gk-ink);
  font-family: 'Work Sans', 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.gk-trust *, .gk-trust *::before, .gk-trust *::after { box-sizing: border-box; }
.gk-trust :where(h2, h3, p, blockquote, figure) { margin: 0; padding: 0; }
.gk-trust :where(button, a) { -webkit-tap-highlight-color: transparent; }
.gk-trust a { color: inherit; }
.gk-trust button { font: inherit; color: inherit; cursor: pointer; }
.gk-trust :where(button, a, summary):focus-visible { outline: 3px solid #247d80; outline-offset: 5px; }
.gk-trust button:disabled { cursor: default; opacity: .4; }
.gk-trust .gk-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.gk-trust .gk-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5cqi, 64px); align-items: start; }
.gk-trust .gk-column { min-width: 0; }
.gk-trust .gk-heading { margin: 0 0 28px; min-height: 120px; }
.gk-trust .gk-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: var(--gk-muted); font-size: .75em; line-height: 1.4; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.gk-trust .gk-eyebrow::before { content: ''; width: 25px; height: 1px; background: #a6b6af; }
.gk-trust .gk-heading .gk-title { margin: 0; padding: 0; font-family: inherit; font-size: clamp(30px, 3.35cqi, 40px); font-weight: 500; letter-spacing: -.045em; line-height: 1.17; color: var(--gk-ink); text-wrap: balance; }
.gk-trust .gk-heading .gk-title em { font-family: Georgia, 'Times New Roman', serif; font-size: 1.13em; font-weight: 400; color: var(--gk-accent); letter-spacing: -.055em; }
.gk-trust .gk-faq-list { border-top: 1px solid var(--gk-line); }
.gk-trust .gk-question { position: relative; margin: 0; border: 0; border-bottom: 1px solid var(--gk-line); background: transparent; transition: background-color .3s, border-radius .3s; }
.gk-trust .gk-question[open] { margin-top: -1px; border-top: 1px solid transparent; border-bottom-color: transparent; background: #faf9f6; border-radius: 16px; }
.gk-trust .gk-question summary { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 17px 15px 17px 0; list-style: none; cursor: pointer; font-size: 1em; line-height: 1.45; font-weight: 600; color: var(--gk-ink); transition: padding .3s; }
.gk-trust .gk-question summary::-webkit-details-marker { display: none; }
.gk-trust .gk-question summary::marker { content: ''; }
.gk-trust .gk-question[open] summary { padding-left: 18px; }
.gk-trust .gk-question-number { flex: 0 0 20px; color: #7a8580; font-size: .75em; font-weight: 400; font-variant-numeric: tabular-nums; }
.gk-trust .gk-question-label { flex: 1; }
.gk-trust .gk-plus { position: relative; flex: 0 0 30px; height: 30px; border-radius: 50%; background: #f3f4f1; transition: transform .45s var(--gk-ease), background-color .3s; }
.gk-trust .gk-plus::before, .gk-trust .gk-plus::after { content: ''; position: absolute; left: 9px; top: 14px; width: 12px; height: 1.5px; border-radius: 2px; background: #57716a; transition: transform .4s; }
.gk-trust .gk-plus::after { transform: rotate(90deg); }
.gk-trust .gk-question[open] .gk-plus { background: var(--gk-ink); transform: rotate(180deg); }
.gk-trust .gk-question[open] .gk-plus::before, .gk-trust .gk-question[open] .gk-plus::after { background: white; }
.gk-trust .gk-question[open] .gk-plus::after { transform: rotate(0); }
.gk-trust .gk-answer { padding: 0 22px 22px 50px; color: #626e68; font-size: 1em; line-height: 1.65; }
.gk-trust .gk-answer p + p { margin-top: 9px; }
.gk-trust .gk-answer a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.gk-trust .gk-answer strong { font-weight: 600; color: var(--gk-ink); }
@supports (interpolate-size: allow-keywords) {
  .gk-trust .gk-question { interpolate-size: allow-keywords; }
  .gk-trust .gk-question::details-content { height: 0; overflow: clip; opacity: 0; transition: height .38s var(--gk-ease), opacity .28s, content-visibility .38s allow-discrete; }
  .gk-trust .gk-question[open]::details-content { height: auto; opacity: 1; }
}
.gk-trust .gk-help { display: flex; align-items: center; gap: 13px; margin-top: 24px; color: var(--gk-muted); font-size: .875em; }
.gk-trust .gk-help-icon { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border: 1px solid var(--gk-line); border-radius: 50%; }
.gk-trust .gk-help-icon svg { width: 21px; height: 21px; }
.gk-trust .gk-help a { font-weight: 600; color: var(--gk-ink); text-underline-offset: 4px; }
.gk-trust .gk-reviews { position: relative; min-width: 0; }
.gk-trust .gk-reviews::before { content: ''; position: absolute; z-index: -1; inset: 125px -20px -25px; pointer-events: none; border-radius: 40%; background: radial-gradient(ellipse at 18% 55%, #f8f6f0 0%, transparent 56%), radial-gradient(ellipse at 90% 65%, #f3f0e9 0%, transparent 62%); filter: blur(24px); opacity: .32; }
.gk-trust .gk-scorebar { position: relative; overflow: hidden; display: flex; align-items: center; gap: 22px; padding: 23px 26px; border-radius: 21px; text-decoration: none; color: #fff; background: #224e50; background-image: radial-gradient(ellipse at 100% 0%, #4a8a7e 0%, transparent 62%); box-shadow: 0 12px 25px -18px #1d515b55; transition: transform .3s, box-shadow .3s; }
.gk-trust .gk-scorebar::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px solid #ffffff25; pointer-events: none; }
.gk-trust .gk-score { display: flex; align-items: baseline; flex: 0 0 auto; gap: 6px; line-height: 1; }
.gk-trust .gk-score strong { font-size: 3.6em; font-weight: 500; letter-spacing: -.075em; font-variant-numeric: lining-nums; }
.gk-trust .gk-score span { color: #d6e3df; font-size: .875em; }
.gk-trust .gk-score-info { min-width: 0; padding-left: 22px; border-left: 1px solid #ffffff30; line-height: 1.5; }
.gk-trust .gk-rating-stars { display: block; width: 104px; height: 19px; margin-bottom: 7px; }
.gk-trust .gk-score-info strong { display: block; font-size: .875em; font-weight: 600; }
.gk-trust .gk-score-info small { display: block; margin-top: 3px; color: #e0eae5; font-size: .75em; }
.gk-trust .gk-score-arrow { width: 23px; height: 23px; margin-left: auto; flex: 0 0 auto; color: #edf2ee; }
.gk-trust .gk-carousel { margin-top: 17px; }
.gk-trust .gk-window { position: relative; overflow: hidden; overflow: clip; padding: 5px 0 20px; border-radius: 20px; touch-action: pan-y pinch-zoom; }
.gk-trust .gk-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.gk-trust .gk-carousel[data-enhanced] .gk-track { display: flex; gap: 14px; transform: translate3d(0,0,0); will-change: transform; }
.gk-trust .gk-carousel[data-enhanced] .gk-review { flex: 0 0 calc((100% - 14px) / 2); }
.gk-trust .gk-review { position: relative; display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 24px 23px 22px; min-height: 321px; border: 1px solid #e5e5df; border-radius: 19px; background: var(--gk-sand); box-shadow: 0 7px 14px -12px #35463e20; }
.gk-trust .gk-review--caramel { background: var(--gk-caramel); border-color: #e4e2db; }
.gk-trust .gk-review::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23a7a79e' opacity='.19' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.gk-trust .gk-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 19px; }
.gk-trust .gk-quotation { font-family: Georgia, serif; font-size: 3.5em; line-height: .7; height: 26px; color: #b5b4a9; }
.gk-trust .gk-review--caramel .gk-quotation { color: #aaa99e; }
.gk-trust .gk-source-chip { display: flex; align-items: center; gap: 5px; color: #66736b; font-size: .75em; letter-spacing: .01em; line-height: 1.2; white-space: nowrap; }
.gk-trust .gk-source-chip svg { width: 14px; height: 14px; }
.gk-trust .gk-review--caramel .gk-source-chip { color: #66736b; }
.gk-trust .gk-card-stars { margin: 0 0 12px; font-size: .8125em; letter-spacing: 2px; line-height: 1; color: #5a7c70; }
.gk-trust .gk-review--caramel .gk-card-stars { color: #5a7c70; }
.gk-trust .gk-quote { position: relative; z-index: 1; flex: 1; font-family: Georgia, 'Times New Roman', serif; font-size: 1.58em; font-weight: 400; line-height: 1.3; letter-spacing: -.035em; color: #3b4540; overflow-wrap: break-word; text-wrap: pretty; }
.gk-trust .gk-review--caramel .gk-quote { color: #3b4540; }
.gk-trust .gk-card-footer { position: relative; z-index: 1; margin-top: 25px; padding-top: 14px; border-top: 1px solid #60746620; font-size: .75em; color: #65716a; }
.gk-trust .gk-review--caramel .gk-card-footer { border-color: #60746620; color: #65716a; }
.gk-trust .gk-card-footer time { display: block; margin-bottom: 5px; font-variant-numeric: tabular-nums; }
.gk-trust .gk-card-footer a { display: inline-flex; align-items: center; gap: 5px; padding: 3px 0; text-decoration: underline; text-underline-offset: 4px; }
.gk-trust .gk-card-footer svg { width: 13px; height: 13px; }
.gk-trust .gk-controls { display: none; }
.gk-trust .gk-carousel[data-enhanced] .gk-controls { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 0; }
.gk-trust .gk-pagination { display: flex; align-items: center; gap: 10px; }
.gk-trust .gk-page-number { font-size: .75em; font-variant-numeric: tabular-nums; color: #717b75; }
.gk-trust .gk-progress { width: 56px; height: 3px; overflow: hidden; background: #e7e8e1; border-radius: 4px; }
.gk-trust .gk-progress-fill { display: block; height: 100%; width: 100%; transform: scaleX(0); transform-origin: left; background: #658b7e; }
.gk-trust .gk-buttons { display: flex; align-items: center; gap: 8px; }
.gk-trust .gk-control { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid #e2e6df; border-radius: 50%; background: #fff; transition: background-color .2s, transform .2s, border-color .2s; }
.gk-trust .gk-control svg { width: 17px; height: 17px; }
.gk-trust .gk-next { color: #fff; border-color: var(--gk-ink); background: var(--gk-ink); }
.gk-trust .gk-pause { width: 34px; height: 34px; margin-right: 3px; border-color: transparent; background: transparent; }
.gk-trust .gk-pause [data-play-icon] { display: none; }
.gk-trust .gk-pause[data-paused] [data-play-icon] { display: block; }
.gk-trust .gk-pause[data-paused] [data-pause-icon] { display: none; }
.gk-trust .gk-review-note { display: flex; flex-wrap: wrap; gap: 4px 8px; margin-top: 17px; font-size: .75em; color: #737c76; line-height: 1.5; }
.gk-trust .gk-review-note a { text-underline-offset: 3px; }
@media (hover: hover) {
  .gk-trust .gk-question:not([open]) summary:hover .gk-question-label { color: var(--gk-accent); }
  .gk-trust .gk-question:not([open]) summary:hover .gk-plus { background: #eef1eb; transform: rotate(90deg); }
  .gk-trust .gk-scorebar:hover { transform: translateY(-2px); box-shadow: 0 15px 30px -17px #1d515b44; }
  .gk-trust .gk-control:hover { background: #f2f5ef; border-color: #b6c6bd; transform: translateY(-2px); }
  .gk-trust .gk-next:hover { background: #397275; border-color: #397275; }
}
@container gk-trust (max-width: 1000px) {
  .gk-trust .gk-grid { gap: 32px; }
  .gk-trust .gk-scorebar { padding: 22px 20px; gap: 15px; }
  .gk-trust .gk-score-info { padding-left: 15px; }
  .gk-trust .gk-score strong { font-size: 3em; }
  .gk-trust .gk-score-arrow { display: none; }
  .gk-trust .gk-review { padding: 22px 18px 20px; }
  .gk-trust .gk-quote { font-size: 1.4em; }
}
@container gk-trust (max-width: 760px) {
  .gk-trust .gk-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .gk-trust .gk-heading { min-height: 0; margin-bottom: 24px; }
  .gk-trust .gk-heading .gk-title { font-size: clamp(30px, 5.5cqi, 38px); }
  .gk-trust .gk-scorebar { padding: 23px 25px; gap: 22px; }
  .gk-trust .gk-score strong { font-size: 3.6em; }
  .gk-trust .gk-score-info { padding-left: 22px; }
  .gk-trust .gk-score-arrow { display: block; }
  .gk-trust .gk-review { padding: 24px; min-height: 292px; }
  .gk-trust .gk-quote { font-size: 1.65em; }
  .gk-trust .gk-reviews::before { inset-inline: 0; }
}
@container gk-trust (max-width: 430px) {
  .gk-trust .gk-scorebar { padding: 21px 20px; gap: 15px; }
  .gk-trust .gk-score strong { font-size: 3.1em; }
  .gk-trust .gk-score-info { padding-left: 15px; }
  .gk-trust .gk-score-arrow { display: none; }
  .gk-trust .gk-carousel[data-enhanced] .gk-review { flex-basis: 84%; }
  .gk-trust .gk-track { grid-template-columns: minmax(0, 1fr); }
  .gk-trust .gk-quote { font-size: 1.75em; }
  .gk-trust .gk-review { min-height: 295px; }
  .gk-trust .gk-question summary { gap: 8px; padding-right: 5px; }
  .gk-trust .gk-question[open] summary { padding-left: 12px; padding-right: 12px; }
  .gk-trust .gk-question-number { flex-basis: 17px; }
  .gk-trust .gk-answer { padding-left: 37px; padding-right: 18px; }
}
/* Fallback for browsers without container queries. */
@supports not (container-type: inline-size) {
  @media (max-width: 800px) {
    .gk-trust .gk-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .gk-trust .gk-heading { min-height: 0; }
  }
}
@media (prefers-reduced-motion: reduce) {
  .gk-trust *, .gk-trust *::before, .gk-trust *::after, .gk-trust .gk-question::details-content { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
.gk-trust.gk-info { margin-top: 72px; padding-top: 54px; border-top: 1px solid var(--gk-line); }
.gk-trust.gk-info .gk-info-body { color: #626e68; font-size: 1em; line-height: 1.7; }
.gk-trust.gk-info .gk-info-body > p { margin: 0 0 18px; }
.gk-trust.gk-info .gk-info-body > p:last-child { margin-bottom: 0; }
.gk-trust.gk-info .gk-info-body strong { color: var(--gk-ink); font-weight: 600; }
.gk-trust.gk-info .gk-info-body a { color: var(--gk-accent); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.gk-trust.gk-info .gk-info-body .gk-info-note { margin-top: 24px; padding: 21px 23px; border-radius: 16px; background: #faf9f6; }
.gk-trust.gk-info .gk-info-checklist { list-style: none; padding: 0; margin: 21px 0 25px; }
.gk-trust.gk-info .gk-info-checklist li { display: flex; align-items: flex-start; gap: 13px; margin: 0 0 13px; padding: 0; }
.gk-trust.gk-info .gk-info-check { display: grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; margin-top: 2px; border-radius: 50%; background: #f5f4ef; color: #327477; }
.gk-trust.gk-info .gk-info-check svg { width: 16px; height: 16px; }
.gk-trust.gk-info .gk-info-closing { padding-top: 20px; border-top: 1px solid var(--gk-line); }
@container gk-trust (max-width: 760px) {
  .gk-trust.gk-info .gk-grid { gap: 42px; }
  .gk-trust.gk-info .gk-heading { margin-bottom: 22px; }
}
@media (max-width: 800px) {
  .gk-trust.gk-info { padding-top: 36px; }
}
@media print {
  .gk-trust { margin: 0; max-width: none; }
  .gk-trust .gk-grid { display: block; }
  .gk-trust .gk-reviews { margin-top: 30px; }
  .gk-trust .gk-carousel[data-enhanced] .gk-track { display: grid; transform: none !important; }
  .gk-trust .gk-clone, .gk-trust .gk-controls, .gk-trust .gk-review-note { display: none !important; }
  .gk-trust .gk-window { overflow: visible; }
}
