/* ===================================================================
   ACTIE / CAMPAGNE PAGINA'S — gedeelde stijlen (ac-* prefix)
   Gebruik: HTML/actie-*.html
   Vereist: global.css geladen vóór dit bestand
   =================================================================== */

/* Nav/footer: standaard site-partials (global.css .partial-object--nav) */

/* ── HERO ─────────────────────────────────────────────────────────── */
.ac-hero {
  margin-top: var(--nav-h);
  background: var(--ink);
  padding: 80px 60px 0;
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
}
.ac-hero-inner {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 64px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 80px;
}
.ac-hero-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ac-hero-label::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--warm);
  flex-shrink: 0;
}
.ac-hero-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 70px);
  letter-spacing: -0.03em;
  color: var(--bg);
  line-height: 1.0;
  margin-bottom: 24px;
}
.ac-hero-title em { color: var(--warm); font-style: normal; }
.ac-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 36px;
}
/* ── HERO BULLETS ─────────────────────────────────────────────────── */
.ac-hero-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 40px;
}
.ac-hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
}
.ac-hero-bullets li::before {
  content: '✓';
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--warm);
  flex-shrink: 0;
  margin-top: 2px;
}
.ac-hero-bullets li strong {
  color: #fff;
  font-weight: 700;
}
.ac-hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.ac-btn-primary {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--warm);
  color: #fff;
  padding: 18px 40px;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.ac-btn-primary:hover { opacity: 0.82; }
.ac-btn-outline {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color: var(--bg);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 18px 40px;
  transition: border-color 0.2s;
  white-space: nowrap;
}
.ac-btn-outline:hover { border-color: rgba(255,255,255,0.6); }
.ac-cta-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  display: block;
  margin-top: 14px;
}

/* ── HERO FORMULIERKAART ──────────────────────────────────────────── */
.ac-hero-form {
  background: var(--bg);
  padding: 40px 36px 32px;
  align-self: center;
}
.ac-form-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 12px;
}
.ac-form-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 28px;
}
.ac-form-group { margin-bottom: 14px; }
.ac-form-label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 7px;
}
.ac-form-input,
.ac-form-select,
.ac-form-textarea {
  width: 100%;
  padding: 13px 15px;
  background: var(--off);
  border: 1px solid var(--border);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border-radius: 0;
  transition: border-color 0.2s, background 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.ac-form-input:focus,
.ac-form-select:focus,
.ac-form-textarea:focus { border-color: var(--warm); background: var(--bg); }
.ac-form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233e3e38' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 42px;
  cursor: pointer;
}
.ac-form-textarea { resize: vertical; min-height: 96px; line-height: 1.6; }
.ac-form-submit {
  width: 100%;
  padding: 17px;
  background: var(--warm);
  color: #fff;
  border: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 6px;
}
.ac-form-submit:hover { opacity: 0.82; }
.ac-form-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.ac-form-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.ac-form-trust::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--warm);
  border-radius: 50%;
  flex-shrink: 0;
}
.ac-form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.ac-form-success.show { display: block; }
.ac-form-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: var(--warm);
  border-radius: 50%;
  margin: 0 auto 20px;
  font-size: 22px;
  color: #fff;
}
.ac-form-success-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 10px;
}
.ac-form-success-msg {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── SECTIES WRAPPER ──────────────────────────────────────────────── */
.ac-section { padding: 100px 60px; }
.ac-section--off { background: var(--off); }
.ac-section-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.ac-section-header { margin-bottom: 56px; }
.ac-section-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ac-section-tag::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--warm);
  flex-shrink: 0;
}
.ac-section-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 14px;
}
.ac-section-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 580px;
}

/* ── VOORDELEN GRID ───────────────────────────────────────────────── */
.ac-voordelen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.ac-voordeel-item {
  background: var(--bg);
  padding: 40px 36px;
  transition: background 0.2s;
}
.ac-voordeel-item:hover { background: var(--border); }
.ac-voordeel-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--warm);
  margin-bottom: 20px;
}
.ac-voordeel-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.2;
}
.ac-voordeel-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
}

/* ── AANBOD SPLIT ─────────────────────────────────────────────────── */
.ac-aanbod-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ac-aanbod-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.6vw, 38px);
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 20px;
}
.ac-aanbod-desc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 32px;
}
.ac-aanbod-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.ac-aanbod-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.ac-aanbod-list li::before {
  content: '—';
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--warm);
  margin-top: 4px;
  flex-shrink: 0;
}
.ac-aanbod-visual {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ac-aanbod-stat {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.ac-aanbod-stat:last-child { border-bottom: none; }
.ac-aanbod-stat-num {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: var(--warm);
  min-width: 88px;
  line-height: 1;
}
.ac-aanbod-stat-label {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
}

/* ── WERKWIJZE / STAPPEN ──────────────────────────────────────────── */
.ac-stappen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.ac-stap {
  background: var(--off);
  padding: 40px 32px;
  transition: background 0.2s;
}
.ac-stap:hover { background: var(--border); }
.ac-stap-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 24px;
}
.ac-stap-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.2;
}
.ac-stap-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── TESTIMONIALS ─────────────────────────────────────────────────── */
.ac-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.ac-testi-card {
  background: var(--bg);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid var(--border);
}
.ac-testi-stars { display: flex; gap: 3px; }
.ac-testi-star { color: var(--warm); font-size: 15px; }
.ac-testi-quote {
  font-size: 16px;
  color: var(--ink);
  line-height: 1.75;
  flex: 1;
  font-style: italic;
}
.ac-testi-author {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.ac-testi-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
}
.ac-testi-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
}
.ac-testi-project {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.45;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

/* ── PAKKETTEN / TARIEVEN ─────────────────────────────────────────── */
.ac-pakketten-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.ac-pakket {
  background: var(--off);
  padding: 40px 36px;
  transition: background 0.3s;
}
.ac-pakket:hover { background: #e8e7df; }
.ac-pakket.featured { background: var(--ink); }
.ac-pakket.featured:hover { background: #1a1a1a; }
.ac-pakket-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 20px;
}
.ac-pakket-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 6px;
}
.ac-pakket.featured .ac-pakket-name { color: var(--bg); }
.ac-pakket-tagline {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.5;
}
.ac-pakket.featured .ac-pakket-tagline { color: rgba(255,255,255,0.5); }
.ac-pakket-price {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3vw, 48px);
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 4px;
}
.ac-pakket.featured .ac-pakket-price { color: var(--bg); }
.ac-pakket-from {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm);
  display: block;
  margin-bottom: 3px;
}
.ac-pakket-period {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 28px;
}
.ac-pakket.featured .ac-pakket-period { color: rgba(255,255,255,0.38); }
.ac-pakket-divider {
  height: 1px;
  background: var(--border);
  margin-bottom: 24px;
}
.ac-pakket.featured .ac-pakket-divider { background: rgba(255,255,255,0.12); }
.ac-pakket-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 32px;
  flex: 1;
}
.ac-pakket-features li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
}
.ac-pakket.featured .ac-pakket-features li { color: rgba(255,255,255,0.62); }
.ac-pakket-features li::before {
  content: '—';
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--warm);
  margin-top: 1px;
  flex-shrink: 0;
}
.ac-pakket-cta {
  display: block;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px;
  border: 1px solid var(--border);
  color: var(--ink);
  transition: all 0.2s;
}
.ac-pakket-cta:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.ac-pakket.featured .ac-pakket-cta { border-color: rgba(255,255,255,0.2); color: var(--bg); }
.ac-pakket.featured .ac-pakket-cta:hover { background: var(--bg); color: var(--ink); border-color: var(--bg); }

/* ── FAQ (native <details>) ───────────────────────────────────────── */
.ac-faq-list {
  border-top: 1px solid var(--border);
  max-width: 800px;
}
.ac-faq-item { border-bottom: 1px solid var(--border); }
.ac-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--ink);
  list-style: none;
  user-select: none;
}
.ac-faq-q::-webkit-details-marker { display: none; }
.ac-faq-q::marker { content: none; }
.ac-faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: var(--warm);
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.3s ease;
  font-family: 'JetBrains Mono', monospace;
  line-height: 1;
  width: 20px;
  text-align: center;
}
details[open] > .ac-faq-q .ac-faq-icon { transform: rotate(45deg); }
.ac-faq-a {
  padding: 0 20px 22px 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 680px;
}

/* ── URGENTIE BADGE ───────────────────────────────────────────────── */
.ac-urgency {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 20px;
}
.ac-urgency::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--warm);
  border-radius: 50%;
  flex-shrink: 0;
  animation: ac-pulse 2.2s ease infinite;
}
@keyframes ac-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(1.4); }
}

/* ── FINALE CTA ───────────────────────────────────────────────────── */
.ac-final-cta {
  background: var(--ink);
  padding: 100px 60px;
}
.ac-final-cta-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: start;
}
.ac-final-cta-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3.5vw, 54px);
  letter-spacing: -0.03em;
  color: var(--bg);
  line-height: 1.05;
  margin-bottom: 20px;
}
.ac-final-cta-title em { color: var(--warm); font-style: normal; }
.ac-final-cta-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.58);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 36px;
}
.ac-final-cta-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ac-final-cta-bullets li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: rgba(255,255,255,0.68);
}
.ac-final-cta-bullets li::before {
  content: '✓';
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--warm);
  flex-shrink: 0;
  margin-top: 2px;
}
.ac-final-form {
  background: var(--bg);
  padding: 36px 32px 28px;
}

/* Footer: standaard partial (global.css) */

/* ── STICKY BAR (mobiel) ──────────────────────────────────────────── */
.ac-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--ink);
  padding: 14px 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  transform: translateY(100%);
  transition: transform 0.35s ease;
}
.ac-sticky-bar.show { transform: translateY(0); }
.ac-sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.ac-sticky-bar-text {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--bg);
  line-height: 1.2;
}
.ac-sticky-bar-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-top: 2px;
}
.ac-sticky-bar-cta {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--warm);
  color: #fff;
  padding: 13px 18px;
  white-space: nowrap;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
.ac-sticky-bar-cta:hover { opacity: 0.82; }

/* ── ACTIES HUB (overzicht /acties/) ─────────────────────────────── */
.ac-hub .ac-hub-hero {
  min-height: auto;
  align-items: flex-start;
  padding-bottom: 0;
}
.ac-hub .ac-hub-hero-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  padding-bottom: 72px;
}
.ac-hub .ac-hub-hero-content {
  max-width: 680px;
  margin: 0 auto;
}
.ac-hub .ac-hub-hero .ac-hero-label {
  justify-content: center;
}
.ac-hub .ac-hub-hero .ac-hero-sub {
  margin-left: auto;
  margin-right: auto;
}
.ac-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.ac-hub-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  background: var(--bg);
  padding: 40px 36px;
  min-height: 100%;
  border: 1px solid var(--border);
  transition: background 0.2s, border-color 0.2s;
  color: inherit;
}
.ac-hub-card:hover {
  background: var(--off);
  border-color: var(--warm);
}
.ac-hub-card-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 20px;
}
.ac-hub-card-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 24px);
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 14px;
}
.ac-hub-card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 28px;
}
.ac-hub-card-cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--warm);
}
.ac-hub-card:hover .ac-hub-card-cta { opacity: 0.85; }

/* ── REVEAL ANIMATIE ──────────────────────────────────────────────── */
body.ac-actie .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
body.ac-actie .reveal.visible {
  opacity: 1;
  transform: none;
}

/* ── TABLET (≤1024px) ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ac-hero { padding: 64px 28px 0; }
  .ac-hero-inner { grid-template-columns: 1fr; gap: 48px; padding-bottom: 64px; }
  .ac-hero-form { align-self: auto; }
  .ac-section { padding: 72px 28px; }
  .ac-voordelen-grid { grid-template-columns: 1fr 1fr; }
  .ac-aanbod-inner { grid-template-columns: 1fr; gap: 48px; }
  .ac-stappen { grid-template-columns: 1fr 1fr; }
  .ac-testi-grid { grid-template-columns: 1fr 1fr; }
  .ac-pakketten-grid { grid-template-columns: 1fr; }
  .ac-pakket { display: flex; flex-direction: column; }
  .ac-final-cta { padding: 72px 28px; }
  .ac-final-cta-inner { grid-template-columns: 1fr; gap: 48px; }
  .ac-sticky-bar { display: block; }
  .ac-hub-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .ac-hero { padding: 48px 20px 0; min-height: auto; }
  .ac-hero-inner { gap: 40px; padding-bottom: 48px; }
  .ac-hero-title { font-size: clamp(28px, 9.5vw, 48px); }
  .ac-hero-sub { font-size: 16px; }
  .ac-hero-form { padding: 28px 24px 24px; }
  .ac-section { padding: 56px 20px; }
  .ac-voordelen-grid { grid-template-columns: 1fr; }
  .ac-stappen { grid-template-columns: 1fr; }
  .ac-testi-grid { grid-template-columns: 1fr; }
  .ac-section-title { font-size: clamp(22px, 7vw, 34px); }
  .ac-faq-q { font-size: 15px; }
  .ac-final-cta { padding: 56px 20px; }
  .ac-final-cta-title { font-size: clamp(26px, 8vw, 40px); }
  .ac-hub .ac-hub-hero-inner { padding-bottom: 56px; }
  .ac-hub-card { padding: 32px 28px; }
}

@media (max-width: 480px) {
  .ac-hero { padding: 40px 16px 0; }
  .ac-hero-form { padding: 24px 20px 20px; }
  .ac-section { padding: 48px 16px; }
  .ac-final-cta { padding: 48px 16px; }
  .ac-final-form { padding: 28px 24px 20px; }
  .ac-voordeel-item, .ac-stap { padding: 28px 20px; }
  .ac-testi-card { padding: 28px 24px; }
  .ac-pakket { padding: 28px 24px; }
  .ac-aanbod-visual { padding: 32px 24px; }
}

/* ── Large desktop (≥1440px) ──────────────────────────────────────── */
@media (min-width: 1440px) {
  .ac-hero { padding: 100px 80px 0; }
  .ac-section { padding: 120px 80px; }
  .ac-final-cta { padding: 120px 80px; }
  .ac-aanbod-visual { padding: 56px 48px; }
  .ac-voordeel-item, .ac-stap { padding: 48px 40px; }
  .ac-testi-card { padding: 48px 40px; }
  .ac-pakket { padding: 48px 40px; }
}

/* ── Extra breed (≥1680px) ────────────────────────────────────────── */
@media (min-width: 1680px) {
  .ac-hero { padding: 110px 96px 0; }
  .ac-section { padding: 130px 96px; }
  .ac-final-cta { padding: 130px 96px; }
}

/* DG hotfix 2026-04-29: actie/websites conversie + mobiele schaalbaarheid */
.ac-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 26px;
}
.ac-hero-badges span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.055);
  color:rgba(255,255,255,0.82);
  font-family:'JetBrains Mono',monospace;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.3;
}
.ac-form-trust{line-height:1.55;text-transform:none;letter-spacing:.02em;font-family:'DM Sans',sans-serif;font-size:13px;align-items:flex-start;}
@media (max-width:1024px){
  .ac-hero-inner{grid-template-columns:1fr;max-width:720px;}
  .ac-hero-content{max-width:720px;}
  .ac-hero-form{width:100%;}
}
@media (max-width:767px){
  .ac-hero{padding:34px 16px 0;align-items:flex-start;}
  .ac-hero-inner{gap:28px;padding-bottom:36px;}
  .ac-hero-title{font-size:clamp(30px,10vw,44px);line-height:1.04;margin-bottom:18px;}
  .ac-hero-sub{font-size:16px;line-height:1.65;margin-bottom:22px;}
  .ac-hero-badges{gap:7px;margin-bottom:22px;}
  .ac-hero-badges span{font-size:9px;padding:7px 9px;}
  .ac-hero-bullets{gap:9px;margin-bottom:28px;}
  .ac-hero-bullets li{font-size:15px;line-height:1.45;}
  .ac-hero-actions{width:100%;}
  .ac-btn-primary{width:100%;text-align:center;padding:17px 18px;white-space:normal;line-height:1.35;}
  .ac-cta-note{font-size:9px;line-height:1.5;}
  .ac-hero-form{padding:24px 18px 20px;}
  .ac-form-title{font-size:20px;margin-bottom:22px;}
  .ac-form-input,.ac-form-select,.ac-form-textarea{font-size:16px;min-height:48px;}
  .ac-form-submit{white-space:normal;line-height:1.35;min-height:52px;}
  .ac-pakket-cta{min-height:48px;display:flex;align-items:center;justify-content:center;}
  .ac-final-form{width:100%;}
  .ac-sticky-bar{z-index:1200;}
}
@media (max-width:480px){
  .ac-hero{padding-left:12px;padding-right:12px;}
  .ac-hero-form{padding:22px 16px 18px;}
  .ac-hero-badges{flex-direction:column;align-items:stretch;}
  .ac-hero-badges span{justify-content:center;text-align:center;}
}

/* DG hotfix 2026-04-29: actiepagina mobiel — nette woordafbreking
   De globale regel word-break: break-word brak koppen en korte CTA-regels visueel lelijk af.
   Op actiepagina's mag tekst normaal afbreken; alleen lange technische strings mogen wrappen. */
body.ac-actie .ac-hero,
body.ac-actie .ac-hero *,
body.ac-actie .ac-section,
body.ac-actie .ac-section *,
body.ac-actie .ac-final-cta,
body.ac-actie .ac-final-cta * {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

body.ac-actie .ac-form-input,
body.ac-actie .ac-form-select,
body.ac-actie .ac-form-textarea,
body.ac-actie .ac-form-trust,
body.ac-actie .ac-hero-sub,
body.ac-actie .ac-hero-bullets li {
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  body.ac-actie .ac-hero-title {
    font-size: clamp(27px, 8.4vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    max-width: 11.5em;
  }

  body.ac-actie .ac-hero-sub {
    max-width: 31em;
  }

  body.ac-actie .ac-hero-label,
  body.ac-actie .ac-cta-note,
  body.ac-actie .ac-form-eyebrow,
  body.ac-actie .ac-form-label,
  body.ac-actie .ac-form-submit,
  body.ac-actie .ac-btn-primary,
  body.ac-actie .ac-btn-outline {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 380px) {
  body.ac-actie .ac-hero-title {
    font-size: 26px;
    line-height: 1.14;
  }

  body.ac-actie .ac-hero-label {
    font-size: 9px;
    gap: 8px;
  }

  body.ac-actie .ac-hero-label::before {
    width: 16px;
  }
}

/* DG hotfix 2026-04-29 v3: actie/websites mobiele hero-kop kleiner en zonder woordbreuk */
@media (max-width: 767px) {
  .ac-hero-title,
  body.ac-actie .ac-hero-title {
    font-size: clamp(22px, 6.15vw, 28px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.018em !important;
    max-width: 100% !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
  }

  .ac-hero-title em,
  body.ac-actie .ac-hero-title em {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
  }
}

@media (max-width: 380px) {
  .ac-hero-title,
  body.ac-actie .ac-hero-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}

/* DG Media PRD fix v4: FAQ op desktop volledige containerbreedte gebruiken */
@media (min-width: 769px) {
  .ac-section .ac-faq-list {
    width: 100%;
    max-width: none;
  }

  .ac-section .ac-faq-a {
    max-width: none;
    width: 100%;
  }
}

/* DG Media PRD fix v5: acties/websites FAQ echt volledige desktopbreedte + mobiele H1 definitief kleiner */
@media (min-width: 768px) {
  body.ac-actie .ac-websites-faq .ac-section-inner,
  .ac-websites-faq .ac-section-inner {
    display: block !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.ac-actie .ac-websites-faq .ac-faq-list,
  .ac-websites-faq .ac-faq-list {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.ac-actie .ac-websites-faq .ac-faq-item,
  body.ac-actie .ac-websites-faq .ac-faq-q,
  body.ac-actie .ac-websites-faq .ac-faq-a,
  .ac-websites-faq .ac-faq-item,
  .ac-websites-faq .ac-faq-q,
  .ac-websites-faq .ac-faq-a {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  body.ac-actie .ac-hero-title,
  .ac-hero-title {
    font-size: clamp(22px, 5.8vw, 27px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.015em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
}

/* DG Media PRD fix v6: actie/websites mobiele H1 duidelijker, maar 'landingspagina' nooit afbreken */
@media (max-width: 767px) {
  body.ac-actie .ac-hero-title,
  .ac-hero-title {
    font-size: clamp(25px, 7.1vw, 32px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.022em !important;
    max-width: 100% !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    text-wrap: balance;
  }

  body.ac-actie .ac-hero-title em,
  .ac-hero-title em {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
}

@media (max-width: 380px) {
  body.ac-actie .ac-hero-title,
  .ac-hero-title {
    font-size: clamp(24px, 7vw, 26px) !important;
    line-height: 1.16 !important;
  }
}

/* DG Media PRD fix v7: actie/websites polish na advertentiecheck */
.ac-websites-faq .ac-section-inner { width: 100%; }
.ac-websites-faq .ac-faq-list { width: 100%; max-width: none; }
.ac-websites-faq .ac-faq-q,
.ac-websites-faq .ac-faq-a,
.ac-form-title,
.ac-form-trust { overflow-wrap: anywhere; }
.ac-websites-faq .ac-faq-q { align-items: flex-start; }
.ac-websites-faq .ac-faq-icon { margin-top: 2px; }

@media (max-width: 767px) {
  body.page-actie-websites .ac-hero-title {
    font-size: clamp(24px, 6.6vw, 30px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.018em !important;
    text-wrap: balance;
  }
  body.page-actie-websites .ac-hero-title em { white-space: nowrap !important; }
  body.page-actie-websites .ac-form-trust { font-size: 12.5px; line-height: 1.55; }
  body.page-actie-websites .ac-websites-faq .ac-faq-q { gap: 14px; line-height: 1.35; }
}

@media print {
  body.ac-actie nav,
  body.ac-actie .ac-sticky-bar { display: none !important; }
  body.ac-actie .ac-hero { margin-top: 0 !important; }
}
