/* VVU 6.5.21 — één typografiesysteem voor publieke pagina's + FAQ/kennisbank. */
:root{
  --vvu-title-size:clamp(52px,4.6vw,72px);
  --vvu-title-line:.98;
  --vvu-detail-title-size:clamp(38px,3.35vw,54px);
  --vvu-orange:#ff5a16;
  --vvu-bg:#06151d;
  --vvu-card:#0b2632;
  --vvu-border:#294653;
  --vvu-copy:#d9e4e8;
}

/* Dezelfde page-kicker op alle hoofdschermen. */
#vvu-unified-header[data-page="oplossingen.html"] ~ main .v6513-kicker,
#vvu-unified-header[data-page="over-ons.html"] ~ main [class*="kicker"],
#vvu-unified-header[data-page="service.html"] ~ main [class*="kicker"],
#vvu-unified-header[data-page="contact.html"] ~ main [class*="kicker"],
#vvu-unified-header[data-page="projecten.html"] ~ main [class*="kicker"],
#vvu-unified-header[data-page="blog.html"] ~ main .vvu-blog-intro>span,
.v6521-page-kicker{
  display:block!important;
  color:var(--vvu-orange)!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  margin:0 0 18px!important;
}

/* Hoofdtitels: dezelfde maat, regelhoogte en letterzwaarte op publieke hoofdpagina's. */
#vvu-unified-header[data-page="oplossingen.html"] ~ main .v6513-title,
#vvu-unified-header[data-page="over-ons.html"] ~ main h1:first-of-type,
#vvu-unified-header[data-page="service.html"] ~ main h1:first-of-type,
#vvu-unified-header[data-page="contact.html"] ~ main h1:first-of-type,
#vvu-unified-header[data-page="projecten.html"] ~ main h1:first-of-type,
#vvu-unified-header[data-page="blog.html"] ~ main .vvu-blog-intro h1,
#vvu-unified-header[data-page="faq.html"] ~ main h1:first-of-type{
  font-size:var(--vvu-title-size)!important;
  line-height:var(--vvu-title-line)!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
  margin-top:0!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

/* Oplossingsdetail: bewust kleiner dan een hoofdpaginatitel. Hierdoor breken lange namen netjes. */
.v648-hero-copy h1,
.v5-local-hero h1,
.v5-project-copy h1{
  font-size:var(--vvu-detail-title-size)!important;
  line-height:1.03!important;
  letter-spacing:-.028em!important;
  max-width:18ch!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  text-wrap:balance;
}
.v648-hero-copy .v648-kicker{font-size:14px!important;letter-spacing:.13em!important}

/* Blogdetail mag langer zijn maar gebruikt dezelfde nette verhouding. */
.vvu-blog-article-head h1{
  font-size:clamp(40px,3.6vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.03em!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

/* FAQ */
.v6521-faq-page{padding-top:54px!important;padding-bottom:80px!important;color:#fff}
.v6521-faq-hero{max-width:980px;margin:0 auto 34px;text-align:left}
.v6521-faq-hero h1{margin-bottom:18px!important}
.v6521-faq-hero>p{max-width:760px;color:var(--vvu-copy);font-size:20px;line-height:1.6;margin:0 0 28px}
.v6521-faq-search{position:relative;margin:0 0 18px}
.v6521-faq-search input{
  box-sizing:border-box;width:100%;height:58px;border:1px solid var(--vvu-border);border-radius:14px;
  background:#0a202b;color:#fff;padding:0 18px;font:inherit;font-size:17px;outline:none;
}
.v6521-faq-search input:focus{border-color:var(--vvu-orange);box-shadow:0 0 0 3px rgba(255,90,22,.14)}
.v6521-faq-search input::placeholder{color:#8fa5af}
.v6521-faq-filters{display:flex;flex-wrap:wrap;gap:9px}
.v6521-faq-filters button{
  appearance:none;border:1px solid var(--vvu-border);border-radius:999px;background:#0a202b;color:#dce7eb;
  padding:9px 14px;font-weight:700;cursor:pointer
}
.v6521-faq-filters button:hover,.v6521-faq-filters button.active{background:var(--vvu-orange);border-color:var(--vvu-orange);color:#fff}
.v6521-faq-list{max-width:980px;margin:0 auto;display:grid;gap:10px}
.v6521-faq-item{border:1px solid var(--vvu-border);border-radius:14px;background:var(--vvu-card);overflow:hidden}
.v6521-faq-item[hidden]{display:none!important}
.v6521-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 22px;font-size:18px;font-weight:800}
.v6521-faq-item summary::-webkit-details-marker{display:none}
.v6521-faq-item summary b{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:rgba(255,90,22,.14);color:var(--vvu-orange);font-size:22px;line-height:1;transition:transform .18s ease}
.v6521-faq-item[open] summary b{transform:rotate(45deg)}
.v6521-faq-item>div{padding:0 22px 21px}
.v6521-faq-item p{margin:0;color:var(--vvu-copy);font-size:17px;line-height:1.65;max-width:850px}
.v6521-faq-empty{padding:30px;text-align:center;color:#b7c7cd}
.v6521-faq-cta{max-width:980px;margin:38px auto 0;border:1px solid rgba(255,90,22,.45);background:linear-gradient(135deg,#102b36,#0b2029);border-radius:18px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.v6521-faq-cta span{display:block;color:var(--vvu-orange);font-size:12px;font-weight:850;letter-spacing:.13em;margin-bottom:8px}
.v6521-faq-cta h2{font-size:30px;line-height:1.1;margin:0 0 8px}
.v6521-faq-cta p{margin:0;color:var(--vvu-copy);line-height:1.55}
.v6521-faq-cta>a{flex:0 0 auto;text-decoration:none;background:var(--vvu-orange);color:#fff;font-weight:850;border-radius:10px;padding:14px 18px}

@media(max-width:760px){
  :root{--vvu-title-size:clamp(40px,11vw,52px);--vvu-detail-title-size:clamp(32px,8.6vw,38px)}
  #vvu-unified-header[data-page="oplossingen.html"] ~ main .v6513-title,
  #vvu-unified-header[data-page="over-ons.html"] ~ main h1:first-of-type,
  #vvu-unified-header[data-page="service.html"] ~ main h1:first-of-type,
  #vvu-unified-header[data-page="contact.html"] ~ main h1:first-of-type,
  #vvu-unified-header[data-page="projecten.html"] ~ main h1:first-of-type,
  #vvu-unified-header[data-page="blog.html"] ~ main .vvu-blog-intro h1,
  #vvu-unified-header[data-page="faq.html"] ~ main h1:first-of-type{line-height:1.02!important}
  .v648-hero-copy h1,.v5-local-hero h1,.v5-project-copy h1{max-width:100%!important;text-wrap:wrap}
  .vvu-blog-article-head h1{font-size:clamp(34px,9vw,43px)!important}
  .v6521-faq-page{padding-top:34px!important;padding-bottom:55px!important}
  .v6521-faq-hero>p{font-size:17px}
  .v6521-faq-search input{height:54px;font-size:16px}
  .v6521-faq-filters{gap:7px}
  .v6521-faq-filters button{padding:8px 11px;font-size:13px}
  .v6521-faq-item summary{padding:17px 16px;font-size:16px;line-height:1.35}
  .v6521-faq-item>div{padding:0 16px 18px}
  .v6521-faq-item p{font-size:15.5px;line-height:1.6}
  .v6521-faq-cta{padding:22px 18px;display:block}
  .v6521-faq-cta h2{font-size:25px}
  .v6521-faq-cta>a{display:inline-block;margin-top:18px}
}
