/* HOTFIX 53f — v3.3-mockup-for-cursor.html alignment (body.home) */

body.home .section__header {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}
body.home .section__header--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.home .section__header-text { max-width: 640px; }
body.home .section__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--c-red, #ff6a1a);
  margin-bottom: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.home .section__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--c-red, #ff6a1a);
}
body.home .section__header--center .section__eyebrow { justify-content: center; }
body.home .section__title {
  font-size: clamp(1.75rem, 4vw, 2.625rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 14px;
  color: var(--c-dark, #0c1a1f);
}
body.home .section__subtitle {
  font-size: 17px;
  color: var(--c-text-muted, #52525b);
  line-height: 1.55;
}
body.home .section__link {
  color: var(--c-red, #ff6a1a);
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

/* Audience strip */
body.home .audience-strip {
  background: var(--c-gray-50, #fafafa);
  border-top: 1px solid var(--c-gray-100, #f4f4f5);
  border-bottom: 1px solid var(--c-gray-100, #f4f4f5);
  padding: 64px 0;
}
body.home .audience-strip__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body.home .audience-strip__card {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--c-gray-100, #f4f4f5);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  text-decoration: none;
  color: inherit;
}
body.home .audience-strip__card:hover {
  border-color: var(--c-red, #ff6a1a);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(12, 26, 31, 0.12);
}
body.home .audience-strip__card--zakelijk:hover { border-color: var(--c-teal, #0f4c5c); }
body.home .audience-strip__icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--c-red-light, #fee2e2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
body.home .audience-strip__card--zakelijk .audience-strip__icon { background: var(--c-teal-light, #e6eef0); }
body.home .audience-strip__title { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
body.home .audience-strip__desc { font-size: 14px; color: var(--c-text-muted, #52525b); margin-bottom: 10px; }
body.home .audience-strip__link { color: var(--c-red, #ff6a1a); font-weight: 600; font-size: 14px; }
body.home .audience-strip__card--zakelijk .audience-strip__link { color: var(--c-teal, #0f4c5c); }

/* Diensten cards */
body.home .diensten__filters {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  background: var(--c-gray-100, #f4f4f5);
  padding: 6px;
  border-radius: 100px;
  width: fit-content;
}
body.home .filter-pill.is-active,
body.home .home-diensten-filter__btn.is-active {
  background: #fff;
  color: var(--c-dark, #0c1a1f);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
body.home .diensten__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
body.home .dienst-card,
body.home .home-dienst-card--v33 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--c-gray-100, #f4f4f5);
  border-radius: 12px;
  padding: 28px;
}
body.home .dienst-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--c-red, #ff6a1a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
body.home .dienst-card:hover::before { transform: scaleX(1); }
body.home .dienst-card__footer,
body.home .home-dienst-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--c-gray-100, #f4f4f5);
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-red, #ff6a1a);
}
body.home .dienst-card__price,
body.home .home-dienst-card__price {
  color: var(--c-text-muted, #52525b);
  font-weight: 500;
}

/* Tool highlight — groepenverdeler + zaptec */
body.home .tool-highlight {
  background: linear-gradient(135deg, var(--c-dark, #0c1a1f) 0%, var(--c-teal-dark, #093644) 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
body.home .tool-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(255, 106, 26, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(245, 158, 11, 0.12) 0%, transparent 50%);
  pointer-events: none;
}
body.home .tool-highlight__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
body.home .tool-highlight--reversed .tool-highlight__inner { grid-template-columns: 1.2fr 1fr; }
body.home .tool-highlight__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--c-orange, #f59e0b);
  text-transform: uppercase;
  margin-bottom: 16px;
}
body.home .tool-highlight__title {
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 18px;
}
body.home .tool-highlight__desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
body.home .tool-highlight__usps {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
body.home .tool-highlight__usps li {
  padding: 6px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.home .tool-highlight__usps li::before {
  content: "✓";
  color: var(--c-orange, #f59e0b);
  font-weight: 800;
}
body.home .tool-highlight--light {
  background: var(--c-gray-50, #fafafa);
  border-top: 1px solid var(--c-gray-100, #f4f4f5);
  border-bottom: 1px solid var(--c-gray-100, #f4f4f5);
  color: var(--c-text, #18181b);
}
body.home .tool-highlight--light::before { display: none; }
body.home .tool-highlight--light .tool-highlight__title { color: var(--c-dark, #0c1a1f); }
body.home .tool-highlight--light .tool-highlight__desc { color: var(--c-text-muted, #52525b); }
body.home .tool-highlight--light .tool-highlight__eyebrow { color: var(--c-red, #ff6a1a); }
body.home .tool-highlight--light .tool-highlight__usps li::before { color: var(--c-red, #ff6a1a); }

body.home .tool-widget {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  color: var(--c-text, #18181b);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
body.home .tool-highlight--light .tool-widget { box-shadow: 0 8px 24px rgba(12, 26, 31, 0.12); }
body.home .tool-widget__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-gray-100, #f4f4f5);
}
body.home .tool-widget__header-title { font-size: 14px; font-weight: 700; color: var(--c-dark, #0c1a1f); }
body.home .tool-widget__dots { display: flex; gap: 6px; }
body.home .tool-widget__dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--c-gray-200, #e4e4e7); }
body.home .tool-widget__row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px 12px;
  background: var(--c-gray-50, #fafafa);
  border-radius: 8px;
  margin-bottom: 6px;
  font-size: 13px;
}
body.home .tool-widget__row-num {
  background: var(--c-dark, #0c1a1f);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
body.home .tool-widget__row-amp {
  background: #fff;
  border: 1px solid var(--c-gray-200, #e4e4e7);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--c-text-muted, #52525b);
}
body.home .tool-widget__cta { width: 100%; justify-content: center; margin-top: 16px; }

body.home .zaptec-tool { padding: 8px; }
body.home .zaptec-tool__plate {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
  border: 2px solid #d97706;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 14px;
  gap: 12px;
}
body.home .zaptec-tool__plate-flag {
  width: 28px;
  height: 28px;
  background: #003da5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}
body.home .zaptec-tool__plate-input {
  flex: 1;
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 3px;
  outline: none;
  font-family: inherit;
  color: var(--c-dark, #0c1a1f);
  text-transform: uppercase;
}
body.home .zaptec-tool__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

/* Reviews */
body.home .reviews-band__live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--c-green, #10b981);
  border-radius: 50%;
  animation: mfx-pulse 2s infinite;
}
@keyframes mfx-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.15); }
}
body.home .reviews-band__live-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-green-light, #d1fae5);
  color: #065f46;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 14px;
}
body.home .reviews-band__cta-secondary {
  font-size: 13px;
  color: var(--c-text-muted, #52525b);
  text-align: right;
}
body.home .reviews-band__rating-number span { font-size: 30px; color: var(--c-gray-300, #d4d4d8); font-weight: 600; }

/* Intro story */
body.home .intro-story__inner {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1.4fr;
  gap: 60px;
  align-items: center;
}
body.home .intro-story__visual {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--c-teal, #0f4c5c) 0%, var(--c-dark, #0c1a1f) 100%);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .intro-story__portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .intro-story__visual-placeholder { text-align: center; color: rgba(255, 255, 255, 0.9); }
body.home .intro-story__visual-avatar {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 800;
  margin: 0 auto 16px;
}
body.home .intro-story__visual-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
}
body.home .intro-story__visual-badge-icon {
  width: 40px;
  height: 40px;
  background: var(--c-red, #ff6a1a);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
body.home .intro-story__visual-badge-title { font-size: 14px; font-weight: 700; }
body.home .intro-story__visual-badge-text { font-size: 12px; color: rgba(255, 255, 255, 0.7); }
body.home .intro-story__text { font-size: 17px; line-height: 1.7; color: var(--c-text-muted, #52525b); margin-bottom: 16px; }
body.home .intro-story__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding: 24px;
  background: var(--c-gray-50, #fafafa);
  border-radius: 12px;
}
body.home .intro-story__stat-value { font-size: 32px; font-weight: 800; letter-spacing: -0.03em; color: var(--c-dark, #0c1a1f); }
body.home .intro-story__stat-label { font-size: 12px; color: var(--c-text-muted, #52525b); margin-top: 4px; }
body.home .intro-story__cta { margin-top: 24px; }

/* Service abos */
body.home .service-abos {
  background: linear-gradient(180deg, var(--c-gray-50, #fafafa) 0%, #fff 100%);
  padding: 100px 0;
}
body.home .abo-card--popular::before {
  content: "★ Populairst";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-red, #ff6a1a);
  color: #fff;
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
}
body.home .abo-card__more-link {
  font-size: 12px;
  color: var(--c-text-muted, #52525b);
  text-align: center;
  margin-top: 8px;
}
body.home .abo-card__more-link a { color: var(--c-red, #ff6a1a); font-weight: 600; }
body.home .btn-outline-dark {
  background: transparent;
  color: var(--c-text, #18181b);
  border: 1.5px solid var(--c-gray-300, #d4d4d8);
}

/* App section */
body.home .app-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
body.home .app-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 106, 26, 0.15);
  color: var(--c-orange, #f59e0b);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
body.home .app-section__eyebrow-dot {
  width: 8px;
  height: 8px;
  background: var(--c-orange, #f59e0b);
  border-radius: 50%;
  animation: mfx-pulse 2s infinite;
}
body.home .app-section__desc { font-size: 17px; color: rgba(255, 255, 255, 0.8); margin-bottom: 28px; max-width: 480px; }
body.home .android-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 12px;
}
body.home .android-status__label { font-weight: 700; }
body.home .android-status__sub { color: rgba(255, 255, 255, 0.6); font-size: 11px; }

/* Counter wall */
body.home .counter-wall { padding: 100px 0; }
body.home .counter-card--red .counter-card__icon { background: var(--c-red-light, #fee2e2); }
body.home .counter-card--orange .counter-card__icon { background: var(--c-orange-light, #fef3c7); }
body.home .counter-card--teal .counter-card__icon { background: var(--c-teal-light, #e6eef0); }
body.home .counter-card--green .counter-card__icon { background: var(--c-green-light, #d1fae5); }
body.home .counter-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 16px;
}
body.home .counter-card__value { font-size: 52px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
body.home .counter-card__suffix { font-size: 18px; color: var(--c-text-muted, #52525b); font-weight: 600; }
body.home .counter-card__period { font-size: 10px; color: var(--c-gray-500, #71717a); margin-top: 8px; text-transform: uppercase; letter-spacing: 1px; }
body.home .counter-wall__categories {
  background: var(--c-gray-50, #fafafa);
  border-radius: 16px;
  padding: 32px;
  margin-top: 32px;
}
body.home .counter-wall__categories-title { font-size: 16px; font-weight: 700; margin-bottom: 18px; }
body.home .counter-wall__categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
body.home .cat-bar {
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
body.home .cat-bar__icon {
  width: 36px;
  height: 36px;
  background: var(--c-red-light, #fee2e2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
body.home .cat-bar__icon--teal { background: var(--c-teal-light, #e6eef0); }
body.home .cat-bar__icon--orange { background: var(--c-orange-light, #fef3c7); }
body.home .cat-bar__icon--green { background: var(--c-green-light, #d1fae5); }
body.home .cat-bar__label { font-size: 12px; color: var(--c-text-muted, #52525b); font-weight: 500; margin-bottom: 2px; }
body.home .cat-bar__value { font-size: 18px; font-weight: 800; color: var(--c-dark, #0c1a1f); }

/* Postcode check */
body.home .postcode-check {
  background: linear-gradient(180deg, var(--c-gray-50, #fafafa) 0%, #fff 100%);
  padding: 100px 0;
  border-top: 1px solid var(--c-gray-100, #f4f4f5);
}
body.home .postcode-form {
  max-width: 720px;
  margin: 0 auto 60px;
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 20px 60px rgba(12, 26, 31, 0.08);
  border: 1px solid var(--c-gray-100, #f4f4f5);
  position: relative;
}
body.home .postcode-form::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--c-red, #ff6a1a), var(--c-orange, #f59e0b), var(--c-teal, #0f4c5c));
  border-radius: 22px;
  z-index: -1;
  opacity: 0.5;
}
body.home .postcode-form__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--c-red, #ff6a1a);
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body.home .postcode-form__label::before,
body.home .postcode-form__label::after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--c-red, #ff6a1a);
}
body.home .postcode-form__title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--c-dark, #0c1a1f);
}
body.home .postcode-form__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
body.home .postcode-form__input-wrap {
  display: flex;
  align-items: center;
  background: var(--c-gray-50, #fafafa);
  border: 2px solid var(--c-gray-200, #e4e4e7);
  border-radius: 12px;
  padding: 4px 16px;
}
body.home .postcode-form__input-wrap--valid {
  border-color: var(--c-green, #10b981);
  background: var(--c-green-light, #d1fae5);
}
body.home .postcode-form__input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  outline: none;
  padding: 18px 0;
  letter-spacing: 1px;
}
body.home .postcode-form__hint--tip { text-align: center; font-size: 13px; margin-top: 14px; }
body.home .postcode-form__hint--tip strong { color: var(--c-red, #ff6a1a); }
body.home .result-banner {
  background: linear-gradient(135deg, var(--c-green, #10b981) 0%, #059669 100%);
  color: #fff;
  padding: 28px 36px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
body.home .result-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
body.home .result-stat {
  background: #fff;
  border: 1px solid var(--c-gray-100, #f4f4f5);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
body.home .result-stat__icon {
  width: 48px;
  height: 48px;
  background: var(--c-red-light, #fee2e2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 12px;
}
body.home .result-stat--teal .result-stat__icon { background: var(--c-teal-light, #e6eef0); }
body.home .result-stat--orange .result-stat__icon { background: var(--c-orange-light, #fef3c7); }
body.home .result-stat--green .result-stat__icon { background: var(--c-green-light, #d1fae5); }
body.home .result-stat__value { font-size: 26px; font-weight: 800; color: var(--c-dark, #0c1a1f); margin-bottom: 6px; }
body.home .result-stat__label { font-size: 12px; color: var(--c-text-muted, #52525b); font-weight: 600; }
body.home .result-services {
  background: #fff;
  border: 1px solid var(--c-gray-100, #f4f4f5);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}
body.home .result-services__title { font-size: 18px; font-weight: 700; margin-bottom: 18px; }
body.home .result-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
body.home .service-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--c-gray-50, #fafafa);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}
body.home .service-pill__check { color: var(--c-green, #10b981); margin-left: auto; font-weight: 800; }
body.home .result-cta {
  background: linear-gradient(135deg, var(--c-dark, #0c1a1f) 0%, var(--c-teal-dark, #093644) 100%);
  color: #fff;
  padding: 32px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
body.home .result-cta__title { font-size: 24px; font-weight: 800; margin-bottom: 6px; }
body.home .result-cta__subtitle { font-size: 15px; color: rgba(255, 255, 255, 0.8); }
body.home .result-cta__buttons { display: flex; gap: 10px; flex-wrap: wrap; }

/* CTA closer + pre-footer */
body.home .cta-closer { text-align: center; padding: 70px 0; }
body.home .cta-closer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--c-orange, #f59e0b);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
body.home .cta-closer__eyebrow-dot {
  width: 8px;
  height: 8px;
  background: var(--c-orange, #f59e0b);
  border-radius: 50%;
  animation: mfx-pulse 2s infinite;
}
body.home .cta-closer__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body.home .cta-closer__subtitle { font-size: 17px; color: rgba(255, 255, 255, 0.75); margin-bottom: 32px; }
body.home .cta-closer__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

body.home .pre-footer__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--c-cream-dark, #f0ede5);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
body.home .pre-footer__card:hover {
  box-shadow: 0 8px 24px rgba(12, 26, 31, 0.08);
  transform: translateY(-2px);
  border-color: var(--c-red, #ff6a1a);
}
body.home .pre-footer__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
body.home .pre-footer__icon--red { background: var(--c-red-light, #fee2e2); }
body.home .pre-footer__icon--teal { background: var(--c-teal-light, #e6eef0); }
body.home .pre-footer__icon--green { background: var(--c-green-light, #d1fae5); }
body.home .pre-footer__title { font-size: 16px; font-weight: 700; color: var(--c-dark, #0c1a1f); margin-bottom: 2px; }
body.home .pre-footer__sub { font-size: 13px; color: var(--c-text-muted, #52525b); }

body.home .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 920px) {
  body.home .audience-strip__inner,
  body.home .tool-highlight__inner,
  body.home .tool-highlight--reversed .tool-highlight__inner,
  body.home .intro-story__inner,
  body.home .app-section__inner,
  body.home .result-cta { grid-template-columns: 1fr; }
  body.home .diensten__grid { grid-template-columns: 1fr 1fr; }
  body.home .counter-wall__categories-grid,
  body.home .result-services__grid,
  body.home .result-stats { grid-template-columns: 1fr 1fr; }
  body.home .postcode-form__row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body.home .audience-strip__inner,
  body.home .diensten__grid,
  body.home .counter-wall__categories-grid,
  body.home .result-services__grid,
  body.home .result-stats { grid-template-columns: 1fr; }
}
