/* Rekenfeiten — heldere structuur en downloadkaarten */

.rekenfeiten-page {
  margin-bottom: 56px;
}

/* Hero */
.rekenfeiten-hero {
  margin: 0 0 40px;
  padding: 32px 36px 36px;
  background:
    radial-gradient(1200px 400px at 0% -20%, rgba(53, 152, 220, 0.14) 0%, transparent 55%),
    linear-gradient(160deg, #f5f9fd 0%, #fff 45%, #eef5fb 100%);
  border: 1px solid #dfe8f0;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(44, 62, 80, 0.07);
}

.rekenfeiten-hero__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.rekenfeiten-hero__text {
  padding-top: 4px;
  padding-bottom: 8px;
}

.rekenfeiten-hero__kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b8fd4;
  margin: 0 0 12px 0;
}

.rekenfeiten-hero__title {
  font-size: 26px;
  line-height: 1.28;
  font-weight: 600;
  color: #1f2d3a;
  margin: 0 0 18px 0;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .rekenfeiten-hero__title {
    font-size: 31px;
  }
}

.rekenfeiten-quote {
  margin: 0 0 24px 0;
  padding: 18px 20px 18px 22px;
  border-left: 4px solid #3598dc;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 2px 12px rgba(44, 62, 80, 0.06);
}

.rekenfeiten-quote p {
  margin: 0 0 10px 0;
  font-size: 17px;
  line-height: 1.58;
  color: #344352;
}

.rekenfeiten-quote cite {
  display: block;
  font-size: 13px;
  font-style: normal;
  color: #7a8a99;
}

/* Kernpunten — scanbare strook */
.rekenfeiten-highlights {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .rekenfeiten-highlights {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

.rekenfeiten-highlights__item {
  margin: 0;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(53, 152, 220, 0.18);
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(53, 152, 220, 0.06);
}

.rekenfeiten-highlights__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3598dc;
  margin-bottom: 6px;
}

.rekenfeiten-highlights__text {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #516373;
}

.rekenfeiten-body {
  padding-top: 4px;
}

.rekenfeiten-subsection {
  margin-bottom: 22px;
}

.rekenfeiten-subsection:last-child {
  margin-bottom: 0;
}

.rekenfeiten-subsection__title {
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(53, 152, 220, 0.35);
}

.rekenfeiten-body p {
  font-size: 15px;
  line-height: 1.68;
  color: #556575;
  margin: 0 0 14px 0;
}

.rekenfeiten-body p:last-child {
  margin-bottom: 0;
}

.rekenfeiten-hero__visual {
  text-align: center;
  padding-top: 8px;
}

.rekenfeiten-hero__figure {
  margin: 0;
  position: relative;
}

.rekenfeiten-hero__figure::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(53, 152, 220, 0.12), rgba(53, 152, 220, 0.02));
  z-index: -1;
}

.rekenfeiten-hero__figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #e1eaf2;
  box-shadow: 0 8px 28px rgba(44, 62, 80, 0.12);
}

.rekenfeiten-hero__caption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #647888;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

/* Materialen */
.rekenfeiten-resources {
  margin-top: 8px;
}

.rekenfeiten-resources__head {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7ecf1;
}

.rekenfeiten-resources__title {
  font-size: 22px;
  font-weight: 600;
  color: #1f2d3a;
  margin: 0 0 10px 0;
  letter-spacing: -0.02em;
}

.rekenfeiten-resources__lead {
  font-size: 16px;
  line-height: 1.65;
  color: #5c6b7a;
  margin: 0;
  max-width: 640px;
}

.rekenfeiten-resource-group {
  margin-bottom: 36px;
}

.rekenfeiten-resource-group:last-child {
  margin-bottom: 0;
}

.rekenfeiten-resource-group__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9aa8;
  margin: 0 0 16px 0;
}

.rekenfeiten-resource-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 768px) {
  .rekenfeiten-resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rekenfeiten-resource-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 520px;
  }
}

.rekenfeiten-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid #e5edf3;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(44, 62, 80, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  position: relative;
  overflow: hidden;
}

.rekenfeiten-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 12px 12px 0 0;
}

.rekenfeiten-card--poster::before {
  background: linear-gradient(90deg, #3598dc, #5eb2e8);
}

.rekenfeiten-card--brief::before {
  background: linear-gradient(90deg, #36c6d3, #5fd4df);
}

.rekenfeiten-card--feedback::before {
  background: linear-gradient(90deg, #8e44ad, #b07cc6);
}

.rekenfeiten-card:hover {
  border-color: #cfe3f5;
  box-shadow: 0 8px 28px rgba(53, 152, 220, 0.14);
  transform: translateY(-2px);
}

.rekenfeiten-card__label {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 12px 0;
  padding: 4px 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3598dc;
  background: rgba(53, 152, 220, 0.1);
  border-radius: 20px;
}

.rekenfeiten-card--brief .rekenfeiten-card__label {
  color: #26a7b5;
  background: rgba(54, 198, 211, 0.12);
}

.rekenfeiten-card--feedback .rekenfeiten-card__label {
  color: #8e44ad;
  background: rgba(142, 68, 173, 0.1);
}

.rekenfeiten-card__heading {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #2c3e50;
}

.rekenfeiten-card__body {
  flex: 1;
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.62;
  color: #5c6b7a;
}

.rekenfeiten-card__action {
  align-self: flex-start;
  margin-top: auto;
}

.rekenfeiten-card__format {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: 1px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .rekenfeiten-hero {
    padding: 24px 22px 28px;
  }

  .rekenfeiten-hero__visual {
    margin-top: 28px;
  }

  .rekenfeiten-hero__figure::before {
    display: none;
  }
}
