/* ============================================================
   DrivOlution — CRO redesign (homepage-v2)
   Bouwt voort op styles.css. Alleen nieuwe componenten voor de
   conversie-geoptimaliseerde homepage. Werkkopie, niet publiceren.
   ============================================================ */

/* ---------- Header CTA rechtsboven ---------- */
.site-header .nav { gap: 34px; }
.header-cta { order: 2; }            /* knop na de links = uiterst rechts */
.site-header .nav__links { order: 1; }

/* ---------- Redesign hero ---------- */
.rd-hero { padding: 44px 0 28px; background: linear-gradient(180deg,#f5f4ff 0%,#fff 70%); }
.rd-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.rd-hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 26px 0 20px; }
.rd-hero__cta .textlink { font-weight: 700; color: var(--purple-dark); display: inline-flex; align-items: center; gap: 8px; }
.rd-hero__cta .textlink svg { width: 18px; height: 13px; }

/* ---------- Hero foto (warmte) ---------- */
.rd-hero__grid { align-items: start; }
.rd-hero__media { position: relative; }
.rd-hero__photo { width: 100%; height: 380px; object-fit: cover; border-radius: var(--radius); display: block; box-shadow: var(--shadow-soft); }
.rd-hero__chip {
  position: absolute; top: 18px; left: 18px; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.95); border-radius: var(--pill); padding: 9px 15px;
  font-weight: 700; font-size: 13px; color: var(--ink); box-shadow: 0 10px 26px -12px rgba(0,0,0,.4);
}
.rd-hero__chip .stars { color: #ffb300; letter-spacing: 1px; }
.rd-hero__media .nextdates { position: relative; margin: -72px 14px 0; }
@media (max-width: 1000px) {
  .rd-hero__photo { height: 300px; }
  .rd-hero__media .nextdates { margin: 16px 0 0; }
}

/* ---------- Mensen: trainers-strip ---------- */
.humans { background: #f6f5ff; }
.humans__grid { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; }
.avatars { display: flex; flex: none; }
.avatars img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; object-position: top center; border: 4px solid #fff; margin-left: -18px; box-shadow: 0 8px 20px -10px rgba(0,0,0,.45); }
.avatars img:first-child { margin-left: 0; }
.humans h2 { font-size: 30px; margin-bottom: 8px; }
.humans p { margin: 0; color: var(--text); max-width: 62ch; }
@media (max-width: 700px) { .humans__grid { grid-template-columns: 1fr; text-align: center; } .avatars { justify-content: center; } }

/* ---------- Persoonlijk belblok ---------- */
.callcard { display: flex; align-items: center; gap: 26px; background: var(--blue); color: #fff; border-radius: var(--radius); padding: 30px 36px; }
.callcard__photo { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; object-position: top center; border: 4px solid rgba(255,255,255,.35); flex: none; }
.callcard__body { flex: 1; }
.callcard h3 { color: #fff; font-size: 22px; margin-bottom: 4px; }
.callcard p { color: rgba(255,255,255,.92); margin: 0; }
.callcard .btn { background: #fff; color: var(--blue); border-color: #fff; flex: none; }
.callcard .btn:hover { background: #eef; }
@media (max-width: 720px) { .callcard { flex-direction: column; text-align: center; } }

/* ---------- Eerstvolgende opleidingen (urgency widget) ---------- */
.nextdates { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 26px 26px 22px; }
.nextdates__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.nextdates h3 { font-size: 19px; }
.nextdates .live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--green-dark); }
.nextdates .live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(51,204,153,.2); }
.nextdates__sub { color: var(--muted); font-size: 14px; margin-bottom: 8px; }
.nd-row { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); }
.nd-row__info { flex: 1; }
.nd-when { font-weight: 700; color: var(--ink); }
.nd-where { color: var(--muted); font-size: 14px; }
.nd-spots { font-size: 12px; font-weight: 700; color: var(--green-dark); background: #eafaf3; padding: 5px 11px; border-radius: var(--pill); white-space: nowrap; }
.nd-spots.low { color: #c0392b; background: #fdeaea; }
.nd-book { font-weight: 700; color: var(--blue); white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.nd-book svg { width: 16px; height: 11px; }
.nextdates__foot { margin-top: 16px; }
.nextdates__foot .btn { width: 100%; justify-content: center; }
.rd-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: #efeaff; color: var(--purple-dark); font-weight: 700; font-size: 14px;
  padding: 8px 16px; border-radius: var(--pill); margin-bottom: 22px;
}
.rd-hero h1 { font-size: 52px; line-height: 1.08; letter-spacing: -.01em; max-width: 15ch; margin-bottom: 18px; }
.rd-hero h1 .accent { color: var(--blue); }
.rd-hero__lead { font-size: 19px; color: var(--text); max-width: 46ch; margin-bottom: 22px; }

/* trust row */
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-bottom: 8px; }
.trust-row .stars { color: #ffb300; font-size: 20px; letter-spacing: 2px; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; color: var(--ink); }
.trust-item svg { width: 18px; height: 18px; color: var(--green); }
.trust-item small { color: var(--muted); font-weight: 600; }

/* ---------- Dual path cards ---------- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; }
.path {
  position: relative; border-radius: var(--radius); padding: 34px 34px 30px;
  border: 2px solid var(--line); background: #fff; display: flex; flex-direction: column;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.path:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.path--business { background: #f7f6ff; border-color: #e3ddff; }
.path__ic { width: 44px; height: 44px; background-color: var(--blue); margin-bottom: 16px; }
.path--business .path__ic { background-color: var(--purple); }
.path h2 { font-size: 24px; margin-bottom: 6px; }
.path__sub { color: var(--muted); font-weight: 600; margin-bottom: 18px; }
.path ul { display: grid; gap: 10px; margin-bottom: 22px; }
.path li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; }
.path li svg { width: 18px; height: 18px; flex: none; color: var(--green); margin-top: 2px; }
.path .btn { width: 100%; justify-content: center; }
.path__price { text-align: center; margin-top: 12px; font-size: 14px; color: var(--muted); }
.path__price strong { color: var(--ink); }

/* ---------- Guarantee strip ---------- */
.guarantee {
  display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: center;
  background: #eafaf3; border: 1px solid #c7efdf; border-radius: var(--radius-sm);
  padding: 18px 24px; margin-top: 26px;
}
.guarantee span { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: var(--green-dark); font-size: 15px; }
.guarantee svg { width: 20px; height: 20px; color: var(--green); flex: none; }

/* ---------- Logos / proof bar ---------- */
.proofbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.proofbar__label { text-align: center; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; margin-bottom: 16px; }
.proofbar__logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 18px; }
.logo-pill { background: var(--grey); border-radius: var(--pill); padding: 10px 22px; font-weight: 700; color: #555; }

/* ---------- Locatiekiezer ---------- */
.loc-picker { text-align: center; }
.loc-picker h2 { font-size: 34px; margin-bottom: 8px; }
.loc-picker p { color: var(--text); margin-bottom: 26px; }
.loc-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.loc-tile {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  min-width: 150px; padding: 22px 26px; border-radius: var(--radius-sm);
  background: #fff; border: 2px solid var(--line); font-weight: 700; color: var(--ink);
  transition: border-color .18s ease, transform .18s ease;
}
.loc-tile:hover { border-color: var(--blue); transform: translateY(-2px); color: var(--blue); }
.loc-tile .loc-sub { font-size: 13px; font-weight: 600; color: var(--muted); }
.loc-tile.is-hot { border-color: var(--green); }
.loc-tile .hot { background: var(--green); color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; padding: 3px 10px; border-radius: var(--pill); }

/* ---------- Stappen ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.step { text-align: center; padding: 10px; }
.step__num { width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 700; font-size: 22px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--text); font-size: 15px; margin: 0; }

/* ---------- Testimonials / bewijs ---------- */
.proof-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proof-card { background: var(--grey); border-radius: var(--radius); padding: 30px; }
.proof-card .num { font-size: 40px; font-weight: 700; color: var(--blue); line-height: 1; margin-bottom: 10px; }
.proof-card p { color: var(--text); margin: 0 0 14px; }
.proof-card .who { font-weight: 700; color: var(--ink); }
.proof-card .who small { display: block; color: var(--muted); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; padding: 22px 4px; font-weight: 700; font-size: 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--blue); font-size: 26px; font-weight: 400; line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { padding: 0 4px 22px; color: var(--text); margin: 0; max-width: 70ch; }

/* ---------- Deadline / urgentie ---------- */
.deadline__card { display: flex; align-items: center; gap: 26px; background: #fff5ec; border: 1px solid #ffe0c2; border-radius: var(--radius); padding: 30px 36px; }
.deadline__ic { width: 58px; height: 58px; flex: none; border-radius: 16px; background: #ffe8d1; color: #e08a2b; display: flex; align-items: center; justify-content: center; }
.deadline__ic svg { width: 30px; height: 30px; }
.deadline__body { flex: 1; }
.deadline h2 { font-size: 26px; margin-bottom: 6px; }
.deadline p { margin: 0; color: var(--text); max-width: 78ch; }
.deadline .btn { flex: none; }
@media (max-width: 820px) { .deadline__card { flex-direction: column; text-align: center; align-items: stretch; } .deadline .btn { justify-content: center; } }

/* ---------- Subsidie / KMO-portefeuille ---------- */
.subsidy { background: #eafaf3; }
.subsidy h2 { font-size: 34px; text-align: center; margin-bottom: 8px; }
.subsidy__lead { text-align: center; color: var(--text); max-width: 62ch; margin: 0 auto 36px; }
.subsidy__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.subsidy__step { background: #fff; border-radius: var(--radius); padding: 30px 28px; text-align: center; }
.subsidy__step .n { width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.subsidy__step h3 { font-size: 18px; margin-bottom: 6px; }
.subsidy__step p { margin: 0; color: var(--text); font-size: 15px; }
.subsidy__note { text-align: center; margin-top: 26px; font-weight: 600; color: var(--green-dark); }
@media (max-width: 820px) { .subsidy__steps { grid-template-columns: 1fr; } }

/* ---------- Reviews ---------- */
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 24px 48px -34px rgba(20,20,60,.35); display: flex; flex-direction: column; }
.review-card .stars { color: #ffb300; letter-spacing: 2px; margin-bottom: 14px; }
.review-card blockquote { margin: 0 0 20px; font-size: 16px; line-height: 1.6; color: var(--ink); }
.review-card .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-card .ava { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; flex: none; }
.review-card .who b { display: block; font-size: 15px; }
.review-card .who small { color: var(--muted); }
@media (max-width: 820px) { .reviews__grid { grid-template-columns: 1fr; } }

/* ---------- Reviews header (echte Google-data) ---------- */
.reviews__head { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 6px; }
.reviews__score { font-size: 46px; font-weight: 700; color: var(--ink); line-height: 1; }
.reviews__meta .stars { color: #ffb300; font-size: 20px; letter-spacing: 2px; display: block; }
.reviews__meta small { color: var(--muted); }
.reviews__head .gbadge { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); border: 1px solid var(--line); border-radius: var(--pill); padding: 10px 16px; }
.review-card .src { color: var(--muted); font-size: 12px; }

/* ---------- Modules: wat leer je ---------- */
.modules__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.module { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px 24px; }
.module .mi { width: 46px; height: 46px; flex: none; border-radius: 12px; background: #eeefff; display: flex; align-items: center; justify-content: center; color: var(--blue); }
.module .mi svg { width: 24px; height: 24px; }
.module h3 { font-size: 17px; margin-bottom: 4px; }
.module p { margin: 0; font-size: 14px; color: var(--text); }
@media (max-width: 900px) { .modules__grid { grid-template-columns: 1fr; } }

/* ---------- Inbegrepen strip ---------- */
.included { background: var(--blue); color: #fff; }
.included h2 { color: #fff; text-align: center; font-size: 30px; margin-bottom: 8px; }
.included__lead { text-align: center; color: rgba(255,255,255,.9); margin: 0 auto 26px; max-width: 56ch; }
.included__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 12px; }
.inc-item { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.13); border-radius: var(--pill); padding: 12px 20px; font-weight: 600; }
.inc-item svg { width: 18px; height: 18px; color: #fff; flex: none; }

/* ---------- In-house / vloot (B2B) ---------- */
.inhouse { background: #f7f6ff; }
.inhouse__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.inhouse__media img { width: 100%; height: 100%; max-height: 440px; object-fit: cover; border-radius: var(--radius); }
.inhouse h2 { font-size: 34px; margin-bottom: 12px; }
.inhouse > .inhouse__grid p { color: var(--text); margin-bottom: 4px; }
.inhouse ul { display: grid; gap: 12px; margin: 18px 0 26px; }
.inhouse li { display: flex; align-items: flex-start; gap: 10px; }
.inhouse li svg { width: 20px; height: 20px; flex: none; color: var(--purple); margin-top: 2px; }
@media (max-width: 900px) { .inhouse__grid { grid-template-columns: 1fr; } .inhouse__media { order: -1; } }

/* ---------- Veelgekozen opleidingen (quick-book) ---------- */
.popcourses__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.popcourse { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; display: flex; flex-direction: column; gap: 4px; transition: border-color .18s ease, transform .18s ease; }
.popcourse:hover { border-color: var(--blue); transform: translateY(-2px); }
.popcourse h3 { font-size: 16px; }
.popcourse .price { font-weight: 700; color: var(--blue); }
.popcourse .sub { color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.popcourse .boek { margin-top: auto; font-weight: 700; color: var(--blue); display: inline-flex; gap: 6px; align-items: center; }
.popcourse .boek svg { width: 16px; height: 11px; }
@media (max-width: 900px) { .popcourses__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .popcourses__grid { grid-template-columns: 1fr; } }

/* ---------- Tijdlijn opleidingsdag ---------- */
.timeline { max-width: 760px; margin: 38px auto 0; }
.tl-item { display: grid; grid-template-columns: 92px 1fr; gap: 24px; }
.tl-time { font-weight: 700; color: var(--blue); text-align: right; padding-top: 1px; }
.tl-body { position: relative; padding: 0 0 28px 26px; border-left: 2px solid var(--line); }
.tl-item:last-child .tl-body { border-left-color: transparent; padding-bottom: 0; }
.tl-body::before { content: ""; position: absolute; left: -8px; top: 3px; width: 14px; height: 14px; border-radius: 50%; background: var(--blue); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--blue); }
.tl-body h3 { font-size: 17px; margin-bottom: 3px; }
.tl-body p { margin: 0; color: var(--text); font-size: 15px; }
@media (max-width: 560px) { .tl-item { grid-template-columns: 62px 1fr; gap: 14px; } }

/* ---------- Vergelijking ---------- */
.compare { max-width: 860px; margin: 38px auto 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare__row { display: grid; grid-template-columns: 1.7fr 1fr 1fr; align-items: center; }
.compare__row + .compare__row { border-top: 1px solid var(--line); }
.compare__row > div { padding: 16px 22px; }
.compare__head { background: #fafafb; font-weight: 700; }
.compare__head .us { color: var(--blue); text-align: center; }
.compare__head .them { color: var(--muted); text-align: center; }
.compare__feat { font-weight: 600; }
.compare__us, .compare__them { text-align: center; }
.compare__us { background: #f4f7ff; }
.compare__us svg { width: 22px; height: 22px; color: var(--green); }
.compare__them svg { width: 20px; height: 20px; color: #cfd2da; }
@media (max-width: 560px) { .compare__row { grid-template-columns: 1.5fr .5fr .5fr; } .compare__row > div { padding: 12px 10px; font-size: 14px; } }

/* ---------- Drive Coach app ---------- */
.drivecoach { background: #111427; color: #fff; }
.drivecoach__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.drivecoach h2 { color: #fff; font-size: 34px; margin-bottom: 14px; }
.drivecoach p { color: rgba(255,255,255,.85); }
.drivecoach ul { display: grid; gap: 12px; margin: 18px 0 26px; }
.drivecoach li { display: flex; gap: 10px; align-items: flex-start; }
.drivecoach li svg { width: 20px; height: 20px; color: var(--green); flex: none; margin-top: 2px; }
.drivecoach__media img { width: 100%; border-radius: var(--radius); object-fit: cover; max-height: 440px; }
.drivecoach .btn { background: #fff; color: #111427; border-color: #fff; }
@media (max-width: 900px) { .drivecoach__grid { grid-template-columns: 1fr; } .drivecoach__media { order: -1; } }

/* ---------- Testverslagen teaser ---------- */
.tvteaser__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.tvcard { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 210px; color: #fff; display: flex; align-items: flex-end; }
.tvcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tvcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.75)); }
.tvcard span { position: relative; z-index: 2; padding: 20px; font-weight: 700; }
@media (max-width: 900px) { .tvteaser__grid { grid-template-columns: 1fr; } }

/* ---------- Reminder / gratis herinnering ---------- */
.reminder { background: #eafaf3; }
.reminder__card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; background: #fff; border: 1px solid #c7efdf; border-radius: var(--radius); padding: 36px 40px; }
.reminder h2 { font-size: 28px; margin-bottom: 8px; }
.reminder p { margin: 0; color: var(--text); }
.reminder form { display: flex; gap: 10px; }
.reminder input { flex: 1; border: 1px solid #dcdce3; border-radius: 26px; padding: 15px 20px; font: inherit; outline: none; }
.reminder input:focus { border-color: var(--green); }
@media (max-width: 820px) { .reminder__card { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .reminder form { flex-direction: column; } }

/* ---------- Sticky mobiele actiebalk ---------- */
.sticky-cta { display: none; }
@media (max-width: 900px) {
  .sticky-cta {
    display: flex; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: #fff; border-top: 1px solid var(--line); padding: 10px 14px;
    box-shadow: 0 -8px 24px -12px rgba(0,0,0,.25);
  }
  .sticky-cta .btn { flex: 1; justify-content: center; padding: 14px 12px; }
  .sticky-cta .btn--call { flex: 0 0 52px; background: var(--green); color: #fff; border-color: var(--green); }
  body { padding-bottom: 76px; }
}

/* ---------- Responsive redesign ---------- */
@media (max-width: 1000px) {
  .rd-hero__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .rd-hero h1 { font-size: 34px; }
  .paths, .steps, .proof-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   QA-fixes (contrast, mobiel, consistentie)
   ============================================================ */
/* 1. mobiele header-CTA verbergen: hij dubbelt met de sticky balk */
@media (max-width: 900px) { .header-cta { display: none; } }
/* 3. wit op licht groen was onleesbaar: donkergroen als achtergrond */
.loc-tile .hot { background: var(--green-dark); }
.subsidy__step .n { background: var(--green-dark); }
.sticky-cta .btn--call { background: var(--green-dark); border-color: var(--green-dark); }

/* ============================================================
   Geniaal-ronde: mega-menu, trust-strip, account-manager, logo-wall
   ============================================================ */
/* Mega-menu dropdown */
.nav__links .has-dropdown { position: relative; }
.nav__links .has-dropdown > a { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.nav__links .has-dropdown > a .caret { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-1px); opacity: .55; transition: transform .18s ease; }
.nav__links .has-dropdown:hover > a .caret, .nav__links .has-dropdown:focus-within > a .caret { transform: rotate(225deg); }
.dropdown { position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%) translateY(8px); width: 580px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-soft); padding: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease; z-index: 60; }
.dropdown::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px; } /* hover-brug */
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a { display: flex; gap: 18px; align-items: center; padding: 13px 12px; border-bottom: 1px solid var(--line); border-radius: 0; }
.dropdown a:last-child { border-bottom: 0; }
.dropdown a:hover .di { color: var(--blue); }
.dropdown .di { width: 20px; height: 20px; flex: none; background: none; color: var(--muted); display: flex; align-items: center; justify-content: center; }
.dropdown .di svg { width: 20px; height: 20px; }
.dropdown b { display: block; font-size: 15px; color: var(--ink); line-height: 1.2; margin-bottom: 2px; }
.dropdown small { color: var(--muted); font-size: 12.5px; line-height: 1.35; }

/* Trust-strip onder de header */
.trustbar { background: #f5f4ff; border-bottom: 1px solid #e7e4ff; }
.trustbar__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 34px; padding: 12px 0; }
.trustbar__item { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14px; color: var(--ink); }
.trustbar__item svg { width: 18px; height: 18px; color: var(--green); flex: none; }
.trustbar__item .stars { color: #ffb300; letter-spacing: 1px; }
@media (max-width: 760px) { .trustbar__item:nth-child(n+3) { display: none; } }

/* Account-manager chip in de hero */
.am-chip { display: inline-flex; align-items: center; gap: 13px; margin-top: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 22px 8px 8px; box-shadow: 0 14px 34px -20px rgba(20,20,60,.5); }
.am-chip img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; object-position: top center; flex: none; }
.am-chip__txt b { font-size: 14px; color: var(--ink); }
.am-chip__txt small { display: block; color: var(--muted); font-size: 12.5px; }
.am-chip__txt a { color: var(--blue); font-weight: 700; }

/* Logo-wall (upgrade van de proofbar) */
.proofbar__title { text-align: center; font-size: 22px; margin-bottom: 20px; color: var(--ink); }
.proofbar .logo-pill { background: transparent; border: 1px solid var(--line); color: #8a8a97; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 15px; padding: 12px 24px; transition: color .18s ease, border-color .18s ease; }
.proofbar .logo-pill:hover { color: var(--ink); border-color: #cfcfe0; }

/* ============================================================
   Rustiger en cleaner (minder "AI"): meer witruimte, minder felle
   tinten, bredere H1, locatiekiezer met foto
   ============================================================ */
/* H1 mag breder ademen, niet te smal afgebroken */
.rd-hero h1 { max-width: 22ch; font-size: 48px; line-height: 1.12; }
@media (min-width: 1001px) { .rd-hero h1 { max-width: none; } }

/* kalmere accenten en gradient */
.rd-hero { background: linear-gradient(180deg, #f7f7fa 0%, #fff 62%); }
.rd-eyebrow { background: #f1f1f4; color: var(--text); }
.humans { background: #f7f7f8; }

/* meer lucht tussen de blokken */
.section { padding: 80px 0; }

/* Locatiekiezer: clean, met echte foto */
.loc-picker { text-align: left; }
.loc-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.loc-media img { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); display: block; }
.loc-content h2 { font-size: 34px; margin-bottom: 10px; }
.loc-content > p { color: var(--text); margin-bottom: 26px; max-width: 46ch; }
.loc-list { display: flex; flex-wrap: wrap; gap: 12px; }
.loc-list .loc-tile { min-width: 0; align-items: flex-start; text-align: left; }
.loc-tile .hot { background: var(--green-dark); }
@media (max-width: 900px) { .loc-layout { grid-template-columns: 1fr; gap: 28px; } .loc-media img { height: 260px; } }
