/* Hulp en de rest - verfijnde groene hulplook r394 */
:root {
  --help-blue: #24B738;
  --help-blue-rgb: 36, 183, 56;
  --help-blue-dark: #168329;
  --help-blue-soft: #EAF8EC;
}
#main.help-page {
  min-width: 0;
  margin-bottom: 0;
  color: var(--color-text, #242424);
}

#main.help-page,
#main.help-page * {
  box-sizing: border-box;
}

#main.help-page a {
  text-decoration: none;
}

#main.help-page a:hover {
  text-decoration: none;
}

.help-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  min-height: 260px;
  padding: clamp(28px, 5vw, 52px);
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid rgba(var(--help-blue-rgb), 0.34);
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.34), transparent 28%),
    linear-gradient(135deg, var(--help-blue-dark) 0%, var(--help-blue) 58%, #63D474 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(var(--help-blue-rgb), 0.22);
}

.help-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  border: 42px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.help-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 670px;
}

.help-eyebrow,
.help-section-kicker {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

#main.help-page .help-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.help-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.6;
}

.help-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

#main.help-page .help-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

#main.help-page .help-button:hover {
  transform: translateY(-1px);
}

#main.help-page .help-button-primary {
  background: #fff;
  color: var(--help-blue-dark);
  box-shadow: 0 6px 18px rgba(var(--help-blue-rgb), 0.24);
}

#main.help-page .help-button-secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#main.help-page .help-button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.help-hero-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(112px, 15vw, 150px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(5px);
}

.help-hero-mark span {
  font-size: clamp(62px, 9vw, 92px);
  font-weight: 900;
  line-height: 1;
  transform: translateY(-2px);
}


.help-section {
  padding: clamp(22px, 3.5vw, 32px);
  margin: 0 0 20px;
  border: 1px solid #D6DCE4;
  border-radius: 12px;
  background: #E8ECF1;
  box-shadow: 0 5px 16px rgba(26, 48, 78, 0.08);
}

.help-section + .help-section {
  background: #E3E8EE;
}

.help-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #CDD4DD;
}

.help-section-kicker {
  color: var(--help-blue);
}

#main.help-page .help-section-heading h2 {
  margin: 0;
  color: #142A4A;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.help-section-heading > p {
  max-width: 360px;
  margin: 0;
  color: #5F6C7D;
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.help-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}

.help-link-card {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #D6DCE4;
  border-radius: 11px;
  background: #FFFFFF;
  color: #273A54;
  box-shadow: 0 2px 7px rgba(23, 43, 70, 0.06);
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.help-link-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--help-blue);
  opacity: .78;
  transition: width .18s ease, opacity .18s ease;
}

.help-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--help-blue-rgb), 0.48);
  background: #F7FCF8;
  box-shadow: 0 12px 26px rgba(22, 75, 36, 0.14);
}

.help-link-card:hover::before {
  width: 6px;
  opacity: 1;
}

.help-link-card:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(22, 75, 36, 0.12);
}

.help-link-card:focus-visible,
.help-button:focus-visible {
  outline: 3px solid rgba(var(--help-blue-rgb), 0.38);
  outline-offset: 3px;
}

.help-card-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(var(--help-blue-rgb), 0.18);
  border-radius: 12px;
  background: var(--help-blue-soft);
  font-size: 24px;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease;
}

.help-link-card:hover .help-card-icon {
  transform: scale(1.04);
  background: #DDF3E1;
}

.help-card-copy {
  min-width: 0;
}

.help-card-copy strong,
.help-card-copy small {
  display: block;
  overflow-wrap: anywhere;
}

.help-card-copy strong {
  margin: 0 0 6px;
  color: #183B22;
  font-size: 17px;
  line-height: 1.25;
}

.help-card-copy small {
  color: #657181;
  font-size: 14px;
  line-height: 1.48;
}

.help-card-arrow {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EAF8EC;
  color: var(--help-blue-dark);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.help-link-card:hover .help-card-arrow {
  transform: translateX(3px);
  background: var(--help-blue);
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  #main.help-page {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    overflow: visible;
  }

  .help-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .help-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 22px;
  }

  .help-hero-mark {
    display: none;
  }

  #main.help-page .help-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .help-hero p {
    font-size: 16px;
  }

  .help-hero-actions,
  #main.help-page .help-button {
    width: 100%;
  }

  .help-section {
    padding: 20px 16px;
  }

  .help-section-heading {
    display: block;
  }

  .help-section-heading > p {
    max-width: none;
    margin-top: 10px;
    text-align: left;
  }

  .help-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .help-hero,
  .help-section {
    border-radius: 9px;
  }

  .help-link-card {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 14px 12px;
  }

  .help-card-icon {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }
}
