/* =========================================================
   hulp.css — Dig'IT pagina "Hulp op afstand"
   Bouwt op de tokens uit style.css. Geen nieuwe kleuren.
   ========================================================= */

/* Telefoonnummer onder de hero — het is hier de eigenlijke actie */
.hulp-bel {
  margin-top: 22px;
}

.hulp-bel a {
  display: inline-block;
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 191, 166, 0.35);
  padding-bottom: 2px;
  transition: border-color var(--transition-fast);
}

.hulp-bel a:hover,
.hulp-bel a:focus-visible {
  border-bottom-color: var(--accent);
}

/* ---------- De twee downloadkaarten ---------- */
.hulp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 26px;
  margin-top: 34px;
}

.hulp-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 191, 166, 0.18);
  border-radius: var(--radius);
  padding: 30px 28px 26px;
  box-shadow: var(--shadow-soft);
}

/* De aanbevolen kaart krijgt meer gewicht, zodat de keuze
   al gemaakt is voor wie niet wil kiezen. */
.hulp-card-primary {
  border-color: rgba(0, 191, 166, 0.45);
  border-width: 2px;
}

.hulp-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #0D0D0D;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hulp-tag-alt {
  background: rgba(0, 191, 166, 0.14);
  color: #00796B;
  border: 1px solid rgba(0, 191, 166, 0.3);
}

.hulp-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hulp-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 22px;
}

/* ---------- Downloadknoppen ---------- */
.hulp-dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.hulp-dl .btn-primary {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 14.5px;
  padding: 12px 22px;
}

.hulp-dl .btn-primary:hover {
  transform: translateY(-2px);
}

/* ---------- Stappenlijst ---------- */
.hulp-steps {
  list-style: none;
  counter-reset: stap;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 191, 166, 0.16);
  padding-top: 18px;
}

.hulp-steps li {
  counter-increment: stap;
  position: relative;
  padding-left: 34px;
  margin-bottom: 11px;
  font-size: 15.5px;
  line-height: 1.55;
}

.hulp-steps li::before {
  content: counter(stap);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 191, 166, 0.14);
  color: var(--accent);
  font-size: 12.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hulp-steps li:last-child {
  margin-bottom: 0;
}

/* ---------- Fijndruk onder het veiligheidsblok ---------- */
.hulp-fijndruk {
  margin-top: 26px;
  font-size: 15px;
  color: var(--text-muted);
}

.hulp-fijndruk a,
#tarief a,
#lukt-niet a {
  color: var(--accent);
  font-weight: 600;
}

.hulp-fijndruk a:hover,
#tarief a:hover,
#lukt-niet a:hover {
  text-decoration: underline;
}

/* =========================================================
   Dark mode — beide selectors, zoals de rest van de site
   ========================================================= */
body.dark .hulp-card,
html[data-theme='dark'] .hulp-card {
  background: var(--bg-dark2);
  border-color: rgba(0, 191, 166, 0.25);
  box-shadow: none;
}

body.dark .hulp-card-primary,
html[data-theme='dark'] .hulp-card-primary {
  border-color: rgba(0, 191, 166, 0.5);
}

body.dark .hulp-tag-alt,
html[data-theme='dark'] .hulp-tag-alt {
  background: rgba(0, 191, 166, 0.16);
  color: var(--accent-soft);
}

body.dark .hulp-steps,
html[data-theme='dark'] .hulp-steps {
  border-top-color: rgba(255, 255, 255, 0.10);
}

/* =========================================================
   Mobiel — knoppen over de volle breedte, makkelijker mikken
   ========================================================= */
@media (max-width: 640px) {
  .hulp-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hulp-card {
    padding: 24px 20px 22px;
  }

  .hulp-dl {
    flex-direction: column;
  }

  .hulp-dl .btn-primary {
    width: 100%;
    padding: 14px 22px;
    font-size: 15.5px;
  }
}

/* Toegankelijkheid */
.hulp-dl .btn-primary:focus-visible,
.hulp-bel a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* =========================================================
   Prijsregel onder de downloadknoppen
   Wie enkel downloadt en niet doorscrolt, ziet het tarief hier al.
   ========================================================= */
.hulp-prijs {
  margin: -6px 0 20px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-muted);
}

.hulp-prijs strong {
  color: var(--text-dark);
  font-weight: 800;
}

.hulp-prijs a {
  color: var(--accent);
  font-weight: 600;
}

.hulp-prijs a:hover,
.hulp-prijs a:focus-visible {
  text-decoration: underline;
}

/* Akkoordregel bij Stap 1 — voorwaarden vóór de sessie, niet erna */
.hulp-akkoord {
  margin-top: 10px;
  font-size: 15px;
  color: var(--text-muted);
}

.hulp-akkoord a {
  color: var(--accent);
  font-weight: 600;
}

.hulp-akkoord a:hover,
.hulp-akkoord a:focus-visible {
  text-decoration: underline;
}

body.dark .hulp-prijs strong,
html[data-theme='dark'] .hulp-prijs strong {
  color: #EDEDED;
}
