  /* GRATIS WEBSITE CHECK (gedeeld) */
  #website-check { background: #eef0eb; padding: 2.5rem 4%; }
  .audit-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: center;
  }
  .audit-info .section-label {
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--mint-dark);
    margin-bottom: 1rem;
  }
  .audit-info .section-title {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--navy);
    margin-bottom: 1.2rem;
  }
  .audit-info .section-title .accent { color: var(--mint); }
  .audit-tagline {
    color: rgba(13,27,42,0.6);
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
  .audit-tags { display: flex; flex-wrap: nowrap; gap: 0.5rem; }
  .audit-tag {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    white-space: nowrap;
    font-size: 0.76rem;
    color: rgba(13,27,42,0.65);
    background: rgba(93,202,165,0.08);
    border: 1px solid rgba(93,202,165,0.3);
    border-radius: 50px;
    padding: 0.45rem 0.85rem;
  }
  .audit-tag strong { color: var(--mint-dark); font-weight: 700; letter-spacing: 0.5px; }

  .audit-card {
    background: var(--white);
    border: 1px solid rgba(13,27,42,0.1);
    border-radius: 24px;
    padding: 2rem 2.2rem;
    box-shadow: 0 20px 50px rgba(13,27,42,0.08);
  }
  .audit-card h3 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
  }
  .audit-card > form > p, .audit-result > p {
    font-size: 0.92rem;
    color: rgba(13,27,42,0.6);
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
  /* Formulier (scoped, zodat het standalone werkt) */
  .audit-card .form-group { margin-bottom: 1rem; }
  .audit-card .form-group label {
    display: block;
    font-size: 0.78rem;
    color: rgba(13,27,42,0.55);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .audit-card .form-group input {
    width: 100%;
    background: rgba(13,27,42,0.04);
    border: 1px solid rgba(13,27,42,0.12);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    color: var(--navy);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s;
  }
  .audit-card .form-group input:focus { border-color: var(--mint); }
  .audit-card .form-submit {
    width: 100%;
    background: var(--mint);
    color: var(--navy);
    border: none;
    border-radius: 50px;
    padding: 1rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    margin-top: 0.5rem;
  }
  .audit-card .form-submit:hover { background: var(--mint-dark); transform: translateY(-2px); }

  .audit-checklist { list-style: none; margin: 0.5rem 0 1.5rem; }
  .audit-checklist li {
    position: relative;
    padding: 0.6rem 0 0.6rem 1.8rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(13,27,42,0.75);
    border-bottom: 1px solid rgba(13,27,42,0.06);
  }
  .audit-checklist li:last-child { border-bottom: none; }
  .audit-checklist li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--mint-dark);
    font-weight: 700;
  }
  .audit-checklist strong { color: var(--mint-dark); font-weight: 700; }
  .audit-cta-link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--mint-dark);
    text-decoration: none;
    border-bottom: 1.5px solid rgba(58,171,135,0.3);
    padding-bottom: 2px;
    transition: border-color 0.2s;
  }
  .audit-cta-link:hover { border-color: var(--mint-dark); }

  @media (max-width: 900px) {
    .audit-inner { grid-template-columns: 1fr; gap: 2rem; }
    .audit-card { padding: 1.5rem 1.2rem; }
    .audit-tags { flex-wrap: wrap; }
  }


/* Audit 2.0 refinements: compact mobile nav and readable footer */
@media (max-width: 768px) {
  nav { padding: 0.85rem 1rem; }
  nav .nav-links {
    width: min(78vw, 290px) !important;
    padding: 4.7rem 1.1rem 1.25rem !important;
  }
  nav .nav-links a:not(.nav-cta) {
    padding: 0.68rem 0.2rem !important;
    font-size: 0.96rem !important;
    line-height: 1.2 !important;
  }
  nav .nav-links .nav-cta {
    margin-top: 0.95rem !important;
    padding: 0.78rem 1rem !important;
    font-size: 0.95rem !important;
  }
}
@media (max-width: 560px) {
  footer.site-footer { padding: 2.35rem 1.15rem 1.4rem !important; }
  /* Twee kolommen i.p.v. alles onder elkaar -> footer ~40% korter op telefoon */
  footer.site-footer .footer-top { grid-template-columns: 1fr 1fr !important; gap: 1.5rem 1.25rem !important; }
  footer.site-footer .footer-brand { max-width: none !important; }
  footer.site-footer .footer-about { display: none; }
  footer.site-footer .footer-col h4 { margin-bottom: 0.6rem; }
  footer.site-footer .footer-col a,
  footer.site-footer .footer-contact a,
  footer.site-footer .footer-contact span { min-height: 30px; margin-bottom: 0.2rem !important; font-size: 0.86rem; }
  footer.site-footer .footer-regio-row { margin-top: 1.5rem !important; padding-top: 1rem; }
  footer.site-footer .footer-bottom-row { margin-top: 1rem; }
  footer.site-footer .footer-legal { flex-direction: row; flex-wrap: wrap; gap: 0.5rem 1.1rem !important; }
  footer.site-footer .footer-legal a { min-height: 30px; }
}

/* Final phone footer override: keep mobile footers compact across page-specific CSS. */
@media (max-width: 560px) {
  footer.site-footer { padding: 0.85rem 1rem 0.8rem !important; }
  footer.site-footer .footer-top { display: grid !important; grid-template-columns: 1fr !important; gap: 0.55rem !important; }
  footer.site-footer .footer-brand { grid-column: auto !important; max-width: none !important; }
  footer.site-footer .footer-logo { margin-bottom: 0.25rem !important; }
  footer.site-footer .footer-logo svg { width: 96px !important; height: auto !important; }
  footer.site-footer .footer-tagline,
  footer.site-footer .footer-about,
  footer.site-footer .footer-socials,
  footer.site-footer .footer-regio-row,
  footer.site-footer .footer-top > .footer-col:not(.footer-contact),
  footer.site-footer .footer-contact h4 { display: none !important; }
  footer.site-footer .footer-contact { display: flex !important; flex-wrap: wrap !important; gap: 0.2rem 0.8rem !important; align-items: center !important; }
  footer.site-footer .footer-contact a,
  footer.site-footer .footer-contact span { display: inline-block !important; min-height: 0 !important; margin: 0 !important; font-size: 0.78rem !important; line-height: 1.28 !important; }
  footer.site-footer .footer-contact a:first-of-type { display: none !important; }
  footer.site-footer .footer-bottom-row { flex-direction: row !important; align-items: center !important; justify-content: space-between !important; margin-top: 0.45rem !important; gap: 0.35rem !important; padding-top: 0 !important; }
  footer.site-footer .footer-copy,
  footer.site-footer .footer-legal a { font-size: 0.72rem !important; }
  footer.site-footer .footer-legal { flex-direction: row !important; flex-wrap: wrap !important; gap: 0.25rem 0.75rem !important; }
  footer.site-footer .footer-legal a { min-height: 0 !important; }
}
