/* WDC V2 — Compiled stylesheet (mirrors src/index.css design tokens) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,sans-serif;font-feature-settings:'cv02','cv03','cv04','cv11';-webkit-font-smoothing:antialiased;background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6}
img,svg,video{max-width:100%;display:block}
button{font:inherit;cursor:pointer;background:none;border:0;color:inherit}
a{color:inherit;text-decoration:none}

:root{
  --background:240 8% 6%;
  --foreground:40 25% 97%;
  --surface:240 7% 9%;
  --surface-elevated:240 6% 12%;
  --surface-light:40 30% 97%;
  --surface-light-foreground:240 10% 8%;
  --card:240 7% 9%;
  --primary:22 100% 55%;
  --primary-foreground:240 10% 6%;
  --primary-glow:28 100% 65%;
  --accent-blue:195 100% 55%;
  --accent-lime:55 100% 58%;
  --secondary:240 6% 16%;
  --secondary-foreground:40 25% 97%;
  --muted:240 5% 14%;
  --muted-foreground:240 5% 65%;
  --accent:55 100% 58%;
  --border:240 6% 18%;
  --input:240 6% 16%;
  --ring:22 100% 55%;
  --radius:1rem;
  --gradient-glow:radial-gradient(circle at center,hsl(var(--primary)/.4),transparent 70%);
  --shadow-card:0 10px 40px -10px hsl(230 50% 2% / .5);
  --font-display:'Space Grotesk',system-ui,sans-serif;
}
.light{
  --background:40 30% 97%;--foreground:240 10% 8%;
  --surface:40 25% 94%;--surface-elevated:0 0% 100%;
  --surface-light:240 8% 6%;--surface-light-foreground:40 25% 97%;
  --card:0 0% 100%;
  --primary:22 100% 50%;--primary-foreground:40 30% 98%;
  --secondary:40 20% 90%;--secondary-foreground:240 10% 8%;
  --muted:40 20% 90%;--muted-foreground:240 5% 40%;
  --border:240 6% 85%;--input:40 20% 90%;
}

/* ---------- Layout ---------- */
.wdc-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}
@media(min-width:1024px){.wdc-container{padding:0 2rem}}
.wdc-main{min-height:100vh}
.wdc-body{font-family:'Inter',system-ui,sans-serif}
.wdc-section{padding:6rem 0}
@media(min-width:1024px){.wdc-section{padding:8rem 0}}
.wdc-section--surface{background:hsl(var(--surface))}
.wdc-section--surface-light{background:hsl(var(--surface-light));color:hsl(var(--surface-light-foreground))}
.wdc-section--narrow .wdc-container{max-width:768px}
.wdc-section--medium .wdc-container{max-width:960px}

/* ---------- Typography ---------- */
.wdc-display,.wdc-h1,.wdc-h2,.wdc-h3,.wdc-h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em;line-height:1.1;margin:0}
.wdc-h1{font-size:clamp(2.5rem,5vw,4.5rem)}
.wdc-h2{font-size:clamp(2rem,4vw,3.5rem)}
.wdc-h3{font-size:clamp(1.4rem,2vw,2rem)}
.wdc-h4{font-size:1.25rem}
.wdc-eyebrow{display:block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--primary));margin-bottom:1rem}
.wdc-lead{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.7}
.text-gradient{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent-blue)));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.wdc-muted{color:hsl(var(--muted-foreground))}
.wdc-text-center{text-align:center}

/* ---------- Buttons ---------- */
.wdc-btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;font-weight:500;transition:all .25s ease;border:1px solid transparent;cursor:pointer}
.wdc-btn--primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}
.wdc-btn--primary:hover{background:hsl(var(--primary)/.9);transform:translateY(-1px)}
.wdc-btn--outline{border-color:hsl(var(--border));background:hsl(var(--background)/.6);color:hsl(var(--foreground));backdrop-filter:blur(8px)}
.wdc-btn--outline:hover{border-color:hsl(var(--primary)/.6);color:hsl(var(--primary))}
.wdc-btn--ghost{background:transparent;color:hsl(var(--foreground))}
.wdc-btn--lg{padding:.85rem 1.75rem;font-size:1rem;height:3rem}
.wdc-btn--md{padding:.65rem 1.25rem;font-size:.9rem;height:2.5rem}
.wdc-btn--sm{padding:.5rem 1.1rem;font-size:.85rem;height:2.25rem}
.wdc-btn i{width:1rem;height:1rem;stroke-width:2}

/* ---------- Header ---------- */
.wdc-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:1.25rem 0;transition:all .4s ease;background:transparent}
.wdc-header.is-scrolled,.wdc-header--home{padding:.75rem 0;background:hsl(var(--background)/.95);backdrop-filter:blur(14px) saturate(160%);border-bottom:1px solid hsl(var(--border)/.6)}
.wdc-header__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.wdc-header__logo{font-family:var(--font-display);font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:hsl(var(--foreground))}
.wdc-header__logo:hover{color:hsl(var(--primary))}
.wdc-header__nav{display:none;align-items:center;gap:2rem}
@media(min-width:1024px){.wdc-header__nav{display:flex}}
.wdc-nav-link{font-size:.875rem;font-weight:500;color:hsl(var(--foreground)/.8);transition:color .2s;padding:.25rem 0;position:relative;display:inline-flex;align-items:center;gap:.25rem}
.wdc-nav-link:hover{color:hsl(var(--primary))}
.wdc-nav-link.is-active{color:hsl(var(--primary))}
.wdc-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:hsl(var(--primary));transform:scaleX(0);transform-origin:left;transition:transform .3s}
.wdc-nav-link:hover::after,.wdc-nav-link.is-active::after{transform:scaleX(1)}
.wdc-nav-dd{position:relative}
.wdc-nav-dd__panel{position:absolute;right:0;top:100%;padding-top:.75rem;width:18rem;display:none}
.wdc-nav-dd:hover .wdc-nav-dd__panel{display:block}
.wdc-nav-dd__panel-inner{border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--background));box-shadow:0 30px 60px -20px hsl(0 0% 0% / .5);padding:.5rem}
.wdc-nav-dd__item{display:block;padding:.75rem 1rem;border-radius:.75rem;transition:background .2s}
.wdc-nav-dd__item:hover{background:hsl(var(--surface))}
.wdc-nav-dd__title{display:block;font-family:var(--font-display);font-weight:600;font-size:.9rem;color:hsl(var(--foreground))}
.wdc-nav-dd__desc{display:block;font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.15rem}
.wdc-header__cta{display:flex;align-items:center;gap:.75rem}
.wdc-theme-toggle{height:2.25rem;width:2.25rem;border-radius:9999px;border:1px solid hsl(var(--border));display:none;align-items:center;justify-content:center}
@media(min-width:640px){.wdc-theme-toggle{display:inline-flex}}
.wdc-theme-toggle__moon{display:block}.wdc-theme-toggle__sun{display:none}
.light .wdc-theme-toggle__moon{display:none}.light .wdc-theme-toggle__sun{display:block}
.wdc-header__reserve{display:none}
@media(min-width:768px){.wdc-header__reserve{display:inline-flex}}
.wdc-header__burger{height:2.5rem;width:2.5rem;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--foreground))}
@media(min-width:1024px){.wdc-header__burger{display:none}}
.wdc-icon{width:1.5rem;height:1.5rem;stroke-width:2}
.wdc-icon-sm{width:1rem;height:1rem;stroke-width:2}
.wdc-icon-xs{width:.85rem;height:.85rem;stroke-width:2}

/* Mobile sheet */
.wdc-mobile{position:fixed;inset:0;z-index:60;background:hsl(var(--background));overflow-y:auto}
.wdc-mobile[hidden]{display:none}
.wdc-mobile__inner{padding:5rem 1.5rem 2rem;max-width:24rem}
.wdc-mobile__close{position:absolute;top:1.25rem;right:1.25rem;height:2.5rem;width:2.5rem;display:inline-flex;align-items:center;justify-content:center}
.wdc-mobile__nav{display:flex;flex-direction:column}
.wdc-mobile__link{padding:1rem .5rem;font-family:var(--font-display);font-size:1.15rem;font-weight:500;border-bottom:1px solid hsl(var(--border)/.4);transition:color .2s}
.wdc-mobile__link:hover{color:hsl(var(--primary))}
.wdc-mobile__sub{padding-left:1rem}
.wdc-mobile__sublink{display:block;padding:.75rem .5rem;font-size:.95rem;color:hsl(var(--muted-foreground))}
.wdc-mobile__cta{margin-top:1.5rem;justify-content:center}

/* ---------- Hero (video) ---------- */
.wdc-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.wdc-hero__bg{position:absolute;inset:0;z-index:0}
.wdc-hero__bg video,.wdc-hero__bg img{width:100%;height:100%;object-fit:cover}
.wdc-hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--background)) 0%,hsl(var(--background)/.4) 50%,transparent 100%)}
.light .wdc-hero__overlay{background:linear-gradient(to top,hsl(0 0% 100%) 0%,hsl(0 0% 100% /.7) 50%,hsl(0 0% 100% /.2) 100%)}
.wdc-hero__inner{position:relative;z-index:1;padding:8rem 0 6rem}
@media(min-width:1024px){.wdc-hero__inner{padding:10rem 0 8rem}}
.wdc-hero__chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:9999px;border:1px solid hsl(var(--primary)/.4);background:hsl(var(--primary)/.1);backdrop-filter:blur(8px);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--primary));margin-bottom:2rem}
.wdc-hero__chip::before{content:"";width:6px;height:6px;border-radius:50%;background:hsl(var(--primary));animation:wdcPulse 2s infinite}
@keyframes wdcPulse{0%,100%{opacity:1}50%{opacity:.4}}
.wdc-hero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(3rem,7vw,6rem);line-height:.95;letter-spacing:-.02em;margin:0 0 2rem;max-width:60rem;color:hsl(var(--foreground))}
.wdc-hero__sub{font-size:clamp(1rem,1.5vw,1.25rem);max-width:36rem;color:hsl(var(--foreground)/.75);line-height:1.6;margin-bottom:2.5rem}
.wdc-hero__actions{display:flex;flex-wrap:wrap;gap:1rem}

/* ---------- Page hero (split) ---------- */
.wdc-pagehero{position:relative;padding:7rem 0 3rem;overflow:hidden}
@media(min-width:1024px){.wdc-pagehero{padding:9rem 0 5rem}}
.wdc-pagehero__bgglow{position:absolute;inset-inline:0;top:0;height:420px;z-index:-1;opacity:.6;background:radial-gradient(60% 60% at 80% 0%,hsl(var(--primary)/.10),transparent 70%)}
.wdc-pagehero__grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:1024px){.wdc-pagehero__grid{grid-template-columns:1.1fr 1fr;gap:4rem}}
.wdc-pagehero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.1;letter-spacing:-.01em;margin:0;padding-bottom:.5rem}
.wdc-pagehero__sub{margin-top:1.5rem;max-width:32rem;font-size:1.05rem;line-height:1.7;color:hsl(var(--muted-foreground))}
.wdc-pagehero__media{position:relative;aspect-ratio:5/4;border-radius:1.5rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:0 30px 80px -20px hsl(230 50% 2% /.6)}
.wdc-pagehero__media img{width:100%;height:100%;object-fit:cover}

/* ---------- Breadcrumbs ---------- */
.wdc-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}
.wdc-breadcrumbs a:hover{color:hsl(var(--primary))}
.wdc-breadcrumbs__sep{opacity:.5}

/* ---------- Welkom / Stats ---------- */
.wdc-welkom__head{max-width:48rem;margin:0 auto;text-align:center}
.wdc-hairline{position:relative;height:1px;background:linear-gradient(to right,transparent,hsl(var(--border)),transparent);margin:5rem auto 4rem;max-width:64rem}
.wdc-stats{display:grid;gap:3rem;max-width:64rem;margin:0 auto}
@media(min-width:768px){.wdc-stats{grid-template-columns:repeat(3,1fr)}}
.wdc-stat{text-align:center}
.wdc-stat__num{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,4rem);font-weight:700;letter-spacing:-.01em}
.wdc-stat__label{font-size:.85rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem}

/* ---------- Cards grid ---------- */
.wdc-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.wdc-grid--3{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.wdc-grid--2{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.wdc-grid{gap:2rem}}
.wdc-card{display:flex;flex-direction:column;border-radius:1.25rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));overflow:hidden;transition:transform .4s ease,border-color .2s}
.wdc-card:hover{transform:translateY(-4px);border-color:hsl(var(--primary)/.5)}
.wdc-card__media{position:relative;aspect-ratio:4/3;overflow:hidden}
.wdc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.wdc-card:hover .wdc-card__media img{transform:scale(1.05)}
.wdc-card__body{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem;flex:1}
.wdc-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-top:.5rem}
.wdc-card__cta i{color:hsl(var(--primary));transition:transform .3s}
.wdc-card:hover .wdc-card__cta i{transform:translate(2px,-2px)}

/* ---------- Featured video ---------- */
.wdc-fv__head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}
.wdc-fv__wrap{position:relative;max-width:72rem;margin:0 auto}
.wdc-fv__glow{position:absolute;inset:-1rem;border-radius:1.5rem;background:linear-gradient(to right,hsl(var(--primary)/.3),hsl(var(--accent-blue)/.3),hsl(var(--primary)/.3));opacity:.6;filter:blur(2rem);z-index:0}
.wdc-fv__frame{position:relative;aspect-ratio:16/9;border-radius:1.25rem;overflow:hidden;border:1px solid hsl(var(--border)/.6);background:hsl(var(--surface));z-index:1}
.wdc-fv__poster{position:relative;width:100%;height:100%;display:block;border:0;background:none;padding:0;cursor:pointer}
.wdc-fv__poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.wdc-fv__play{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(to top,hsl(var(--background)/.6),transparent)}
.wdc-fv__play span{height:5rem;width:5rem;border-radius:50%;background:hsl(var(--primary)/.9);display:grid;place-items:center;backdrop-filter:blur(8px);transition:transform .3s;color:hsl(var(--primary-foreground))}
.wdc-fv__poster:hover .wdc-fv__play span{transform:scale(1.1)}
.wdc-fv__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ---------- Sponsors grid ---------- */
.wdc-sponsors__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:768px){.wdc-sponsors__grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.wdc-sponsors__grid{grid-template-columns:repeat(5,1fr);gap:2rem}}
.wdc-sponsor{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;border-radius:1.25rem;background:hsl(var(--background)/.05);border:1px solid hsl(var(--border)/.5);transition:all .4s}
.wdc-sponsor:hover{border-color:hsl(var(--primary)/.4);transform:translateY(-3px)}
.wdc-sponsor__logo{height:6rem;width:100%;display:grid;place-items:center;margin-bottom:1.25rem}
.wdc-sponsor__logo img{max-height:5rem;width:auto;object-fit:contain;transition:transform .5s}
.wdc-sponsor:hover .wdc-sponsor__logo img{transform:scale(1.05)}
.wdc-sponsor__name{font-family:var(--font-display);font-weight:600;font-size:.875rem;line-height:1.2}
.wdc-sponsor__tag{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.4rem}

/* ---------- DDT services pillars ---------- */
.wdc-pillars{display:grid;gap:1.5rem}
@media(min-width:768px){.wdc-pillars{grid-template-columns:repeat(3,1fr);gap:2rem}}
.wdc-pillar{display:flex;flex-direction:column;border-radius:1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));overflow:hidden;transition:transform .4s}
.wdc-pillar:hover{transform:translateY(-4px)}
.wdc-pillar__media{aspect-ratio:4/3;overflow:hidden}
.wdc-pillar__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.wdc-pillar:hover .wdc-pillar__media img{transform:scale(1.05)}
.wdc-pillar__body{padding:1.75rem;display:flex;flex-direction:column;flex:1}
.wdc-pillar__cat{font-size:.7rem;text-transform:uppercase;letter-spacing:.25em;color:hsl(var(--primary));margin-bottom:.75rem}
.wdc-pillar__title{font-family:var(--font-display);font-weight:700;font-size:1.5rem;margin:0 0 .75rem}
.wdc-pillar__desc{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;flex:1;margin-bottom:1.5rem}
.wdc-pillar__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--primary))}
.wdc-pillars-cta{margin-top:3rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;border-radius:1.25rem;border:1px solid hsl(var(--border));background:hsl(var(--background));padding:1.75rem}

/* ---------- Social feed ---------- */
.wdc-social__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.wdc-social__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}
.wdc-social__item{position:relative;overflow:hidden;border-radius:1.25rem;border:1px solid hsl(var(--border));aspect-ratio:1}
.wdc-social__item--big{grid-row:span 2}
@media(min-width:768px){.wdc-social__item--big{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}}
.wdc-social__item img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.wdc-social__item:hover img{transform:scale(1.1)}

/* ---------- Contact form ---------- */
.wdc-contact__grid{display:grid;gap:3rem;align-items:start}
@media(min-width:1024px){.wdc-contact__grid{grid-template-columns:1fr 1fr;gap:5rem}}
.wdc-contact__sticky{position:sticky;top:8rem}
.wdc-contact__address{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.7;margin-top:2rem}
.wdc-contact__form{border-radius:1.5rem;border:1px solid hsl(var(--border));background:hsl(var(--background));padding:2rem}
@media(min-width:1024px){.wdc-contact__form{padding:2.5rem}}

/* Formidable form polish — generic class hooks */
.with-frm-style .frm_forms,.frm_form_fields{padding:0;background:transparent;border:0}
.frm_form_field{margin-bottom:1.25rem}
.frm_form_field label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem}
.frm_form_field input[type="text"],.frm_form_field input[type="email"],.frm_form_field input[type="tel"],.frm_form_field input[type="number"],.frm_form_field textarea{width:100%;height:3rem;border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));padding:0 1rem;color:hsl(var(--foreground));font:inherit;transition:border-color .2s}
.frm_form_field textarea{height:auto;min-height:8rem;padding:.75rem 1rem;resize:vertical}
.frm_form_field input:focus,.frm_form_field textarea:focus{outline:0;border-color:hsl(var(--primary))}
.frm_button_submit,.frm_final_submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border-radius:9999px;height:3rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:500;border:0;font-size:1rem;cursor:pointer;transition:background .2s}
.frm_button_submit:hover{background:hsl(var(--primary)/.9)}

/* ---------- Quick facts ---------- */
.wdc-facts{position:relative;z-index:1;margin-top:-1rem}
.wdc-facts__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;border-radius:1.5rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));padding:1.5rem}
@media(min-width:1024px){.wdc-facts__grid{grid-template-columns:repeat(4,1fr);padding:2rem}}
.wdc-fact{display:flex;align-items:center;gap:1rem}
.wdc-fact__icon{height:3rem;width:3rem;border-radius:.85rem;background:hsl(var(--primary)/.15);display:grid;place-items:center;color:hsl(var(--primary));flex-shrink:0}
.wdc-fact__icon i{width:1.25rem;height:1.25rem}
.wdc-fact__label{font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--muted-foreground))}
.wdc-fact__value{font-family:var(--font-display);font-weight:600;font-size:.9rem}

/* ---------- CTA card ---------- */
.wdc-cta{max-width:56rem;margin:0 auto;border-radius:1.5rem;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden;border:1px solid hsl(var(--primary)/.3);background:linear-gradient(135deg,hsl(var(--primary)/.15),hsl(var(--accent-blue)/.1))}
@media(min-width:1024px){.wdc-cta{padding:4rem 3rem}}
.wdc-cta__icon{height:2.5rem;width:2.5rem;color:hsl(var(--primary));margin:0 auto 1.5rem}
.wdc-cta__title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.75rem,3vw,2.5rem);margin:0 0 1rem;letter-spacing:-.01em}
.wdc-cta__body{color:hsl(var(--muted-foreground));max-width:32rem;margin:0 auto 2rem}

/* ---------- Program ---------- */
.wdc-program{display:flex;flex-direction:column;gap:.75rem}
.wdc-program__row{display:grid;grid-template-columns:110px 1fr;gap:1rem;align-items:start;padding:1.5rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));transition:transform .25s}
.wdc-program__row:hover{transform:translateX(4px)}
@media(min-width:768px){.wdc-program__row{grid-template-columns:160px 1fr;gap:1.5rem}}
.wdc-program__time{font-family:var(--font-display);font-size:1.35rem;font-weight:700}
.wdc-program__title{font-family:var(--font-display);font-weight:600;font-size:1.05rem;margin:0 0 .25rem}
.wdc-program__body{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin:0}

/* ---------- Huisregels list ---------- */
.wdc-rules{display:grid;gap:1rem}
@media(min-width:640px){.wdc-rules{grid-template-columns:repeat(2,1fr)}}
.wdc-rule{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--background))}
.wdc-rule__icon{height:2rem;width:2rem;border-radius:.5rem;background:hsl(var(--primary)/.15);color:hsl(var(--primary));display:grid;place-items:center;flex-shrink:0}
.wdc-rule__icon i{width:1rem;height:1rem}
.wdc-rule p{font-size:.875rem;line-height:1.6;color:hsl(var(--foreground)/.85);margin:0}

/* ---------- Accordion ---------- */
.wdc-accordion{display:flex;flex-direction:column;gap:.75rem}
.wdc-acc{border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--surface))}
.wdc-acc summary{cursor:pointer;list-style:none;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-display);font-weight:600;font-size:1rem}
.wdc-acc summary::-webkit-details-marker{display:none}
.wdc-acc summary::after{content:"";width:1rem;height:1rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .3s;margin-left:1rem}
.wdc-acc[open] summary::after{transform:rotate(-135deg)}
.wdc-acc__title{display:inline-flex;align-items:center;gap:.75rem}
.wdc-acc__title i{color:hsl(var(--primary));width:1rem;height:1rem}
.wdc-acc__body{padding:0 1.5rem 1.5rem;color:hsl(var(--muted-foreground));line-height:1.7}

/* ---------- Editions timeline (Over) ---------- */
.wdc-timeline{position:relative;max-width:72rem;margin:0 auto}
.wdc-timeline::before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:1px;background:hsl(var(--border))}
@media(min-width:1024px){.wdc-timeline::before{left:50%;transform:translateX(-50%)}}
.wdc-timeline__row{position:relative;margin-bottom:4rem}
.wdc-timeline__dot{position:absolute;left:1rem;top:.75rem;width:.75rem;height:.75rem;border-radius:50%;background:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--surface));z-index:2}
@media(min-width:1024px){.wdc-timeline__dot{left:50%;transform:translateX(-50%)}}
.wdc-timeline__inner{padding-left:3rem;display:grid;gap:1.25rem}
@media(min-width:1024px){.wdc-timeline__inner{padding-left:0;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}
.wdc-timeline__year{font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:.5rem}
.wdc-timeline__title{font-family:var(--font-display);font-size:1.4rem;font-weight:600;margin:0 0 1rem}
.wdc-timeline__body{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.7}
.wdc-timeline__video{position:relative;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));background:hsl(var(--background))}
.wdc-timeline__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.wdc-timeline__row:nth-child(even) .wdc-timeline__inner > *:first-child{order:0}
@media(min-width:1024px){.wdc-timeline__row.is-right .wdc-timeline__text{order:1;text-align:left}.wdc-timeline__row:not(.is-right) .wdc-timeline__text{text-align:right}}

/* ---------- Sponsors detail (Sponsoren) ---------- */
.wdc-sponsor-quick{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:64rem;margin:0 auto}
@media(min-width:768px){.wdc-sponsor-quick{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.wdc-sponsor-quick{grid-template-columns:repeat(5,1fr)}}
.wdc-sponsor-quick__item{padding:1.25rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));text-align:center;transition:border-color .2s}
.wdc-sponsor-quick__item:hover{border-color:hsl(var(--primary)/.5)}
.wdc-sponsor-quick__logo{height:5rem;display:grid;place-items:center;margin-bottom:.75rem}
.wdc-sponsor-quick__logo img{max-height:4rem;width:auto;object-fit:contain}
.wdc-sponsor-quick__name{font-family:var(--font-display);font-size:.75rem;font-weight:600;line-height:1.2}
.wdc-sponsor-detail{padding:3rem 0;border-top:1px solid hsl(var(--border));scroll-margin-top:7rem}
.wdc-sponsor-detail:first-child{border-top:0}
.wdc-sponsor-detail__grid{display:grid;gap:2.5rem;align-items:start}
@media(min-width:768px){.wdc-sponsor-detail__grid{grid-template-columns:240px 1fr}}
.wdc-sponsor-detail__logo{border-radius:1rem;background:hsl(var(--surface));border:1px solid hsl(var(--border));padding:2rem;display:grid;place-items:center;min-height:200px}
.wdc-sponsor-detail__logo img{max-height:10rem;width:auto;object-fit:contain}
.wdc-sponsor-detail__name{font-family:var(--font-display);font-weight:700;font-size:clamp(1.5rem,3vw,2rem);margin:0;letter-spacing:-.01em}
.wdc-sponsor-detail__tag{font-family:var(--font-display);font-size:1.05rem;margin-top:.5rem}
.wdc-sponsor-detail__body{margin:1.5rem 0;display:flex;flex-direction:column;gap:1rem;color:hsl(var(--muted-foreground));line-height:1.7}
.wdc-sponsor-detail__links{display:flex;flex-wrap:wrap;gap:.75rem}
.wdc-sponsor-detail__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;padding:.4rem .9rem;border-radius:9999px;border:1px solid hsl(var(--border));transition:all .2s}
.wdc-sponsor-detail__link:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}

/* ---------- Contact channels ---------- */
.wdc-channels{display:grid;gap:1.25rem;max-width:64rem;margin:0 auto}
@media(min-width:768px){.wdc-channels{grid-template-columns:repeat(3,1fr)}}
.wdc-channel{padding:1.75rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));transition:border-color .2s;display:block}
.wdc-channel:hover{border-color:hsl(var(--primary)/.5)}
.wdc-channel__icon{height:3rem;width:3rem;border-radius:.85rem;background:hsl(var(--primary)/.15);color:hsl(var(--primary));display:grid;place-items:center;margin-bottom:1.25rem}
.wdc-channel__label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:.25rem}
.wdc-channel__value{font-family:var(--font-display);font-weight:600}

/* ---------- Socials block ---------- */
.wdc-socials{display:flex;align-items:center;justify-content:center;gap:.75rem}
.wdc-socials a{height:3rem;width:3rem;border-radius:50%;border:1px solid hsl(var(--border));display:grid;place-items:center;transition:all .3s}
.wdc-socials a:hover{border-color:hsl(var(--primary));background:hsl(var(--primary)/.1);color:hsl(var(--primary))}

/* ---------- Services filter ---------- */
.wdc-filter-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.25em;color:hsl(var(--muted-foreground))}
.wdc-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}
.wdc-filter-pill{padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:500;border:1px solid hsl(var(--border));background:hsl(var(--surface));color:hsl(var(--foreground));cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}
.wdc-filter-pill:hover{border-color:hsl(var(--primary)/.5);color:hsl(var(--primary))}
.wdc-filter-pill.is-active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}
.wdc-filter-pill__count{font-size:.7rem;opacity:.7}

/* ---------- Service single ---------- */
.wdc-service__hero{padding:7rem 0 3rem}
@media(min-width:1024px){.wdc-service__hero{padding:9rem 0 5rem}}
.wdc-service__hero-grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:1024px){.wdc-service__hero-grid{grid-template-columns:1.1fr 1fr;gap:4rem}}
.wdc-cat-pill{display:inline-block;font-size:.65rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;padding:.4rem .85rem;border-radius:9999px;background:hsl(var(--primary)/.15);color:hsl(var(--primary));margin-bottom:1.25rem}
.wdc-service__media{position:relative;aspect-ratio:5/4;border-radius:1.5rem;overflow:hidden;border:1px solid hsl(var(--border))}
.wdc-service__media img{width:100%;height:100%;object-fit:cover}
.wdc-service__content{display:grid;gap:3rem;max-width:64rem;margin:0 auto}
@media(min-width:1024px){.wdc-service__content{grid-template-columns:1.5fr 1fr;gap:4rem}}
.wdc-service__copy{display:flex;flex-direction:column;gap:1.25rem;color:hsl(var(--muted-foreground));line-height:1.75}
.wdc-service__aside{position:sticky;top:7rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));padding:1.75rem;height:fit-content}
.wdc-service__highlights{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0 0 1.5rem}
.wdc-service__highlights li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:hsl(var(--foreground)/.85)}
.wdc-check{height:1.25rem;width:1.25rem;border-radius:50%;background:hsl(var(--primary)/.15);color:hsl(var(--primary));display:grid;place-items:center;flex-shrink:0;margin-top:.15rem}
.wdc-check i{width:.75rem;height:.75rem}

/* ---------- Projects grid ---------- */
.wdc-projects{display:grid;gap:1.25rem}
@media(min-width:768px){.wdc-projects{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.wdc-projects{grid-template-columns:repeat(3,1fr);gap:1.5rem}}
.wdc-project{display:flex;flex-direction:column;border-radius:1.25rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));overflow:hidden}
.wdc-project__media{position:relative;aspect-ratio:16/10;overflow:hidden}
.wdc-project__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.wdc-project:hover .wdc-project__media img{transform:scale(1.05)}
.wdc-project__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.wdc-project__year{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin:0 0 .25rem}
.wdc-project__title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;margin:0 0 .75rem}
.wdc-project__desc{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.65;flex:1;margin:0}
.wdc-tag{position:absolute;top:.75rem;left:.75rem;font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:.35rem .75rem;border-radius:9999px;backdrop-filter:blur(8px);background:hsl(var(--primary)/.15);color:hsl(var(--primary))}

/* ---------- Team ---------- */
.wdc-team{display:grid;gap:1.5rem;max-width:96rem;margin:0 auto}
@media(min-width:640px){.wdc-team{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.wdc-team{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1280px){.wdc-team{grid-template-columns:repeat(4,1fr)}}
.wdc-member{display:flex;flex-direction:column;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--background));overflow:hidden}
.wdc-member__media{position:relative;aspect-ratio:4/3;overflow:hidden}
.wdc-member__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.wdc-member:hover .wdc-member__media img{transform:scale(1.05)}
.wdc-member__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}
.wdc-member__name{font-family:var(--font-display);font-size:1.05rem;font-weight:700;line-height:1.2;margin:0}
.wdc-member__role{font-size:.7rem;color:hsl(var(--primary));font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-top:.25rem}
.wdc-member__country{font-size:.7rem;color:hsl(var(--muted-foreground));margin-top:.25rem;margin-bottom:.75rem}
.wdc-member__bio{font-size:.85rem;color:hsl(var(--muted-foreground));line-height:1.65;flex:1;margin:0}
.wdc-team-info{max-width:48rem;margin:3rem auto 0;display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--background))}

/* ---------- Highlights cards ---------- */
.wdc-highlights{display:grid;gap:1.5rem;max-width:64rem;margin:0 auto}
@media(min-width:768px){.wdc-highlights{grid-template-columns:repeat(3,1fr)}}
.wdc-highlight{padding:2rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));text-align:center}
.wdc-highlight__icon{height:3rem;width:3rem;border-radius:.85rem;background:hsl(var(--primary)/.15);color:hsl(var(--primary));display:grid;place-items:center;margin:0 auto 1.25rem}
.wdc-highlight__label{font-family:var(--font-display);font-weight:700;font-size:1.25rem;margin-bottom:.5rem}
.wdc-highlight__body{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.65;margin:0}

/* ---------- Steps (Bouwersdagen) ---------- */
.wdc-steps{display:flex;flex-direction:column;gap:1rem}
.wdc-step{display:grid;grid-template-columns:60px 1fr;gap:1rem;align-items:start;padding:1.5rem;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--background))}
.wdc-step__num{font-family:var(--font-display);font-size:2rem;font-weight:700}
.wdc-step__title{font-family:var(--font-display);font-weight:600;font-size:1.05rem;margin:0 0 .25rem}
.wdc-step__body{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin:0}

/* ---------- Voorwaarden / list ---------- */
.wdc-tickbox{max-width:48rem;margin:0 auto;border-radius:1.5rem;border:1px solid hsl(var(--border));background:hsl(var(--surface));padding:2rem}
@media(min-width:1024px){.wdc-tickbox{padding:2.5rem}}
.wdc-tickbox__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}
.wdc-tickbox__list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:hsl(var(--foreground)/.85)}
.wdc-tickbox__list .wdc-check{height:1.5rem;width:1.5rem}

/* ---------- Photo strip ---------- */
.wdc-photostrip{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}
@media(min-width:768px){.wdc-photostrip{gap:1rem}}
.wdc-photostrip > div{position:relative;aspect-ratio:4/5;border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border))}
.wdc-photostrip img{width:100%;height:100%;object-fit:cover}

/* ---------- Info card ---------- */
.wdc-info{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;border-radius:1rem;border:1px solid hsl(var(--primary)/.3);background:hsl(var(--primary)/.05);max-width:42rem;margin:0 auto 2rem}
.wdc-info i{color:hsl(var(--primary));flex-shrink:0;margin-top:.15rem}

/* ---------- Headed section header ---------- */
.wdc-section-head{text-align:center;max-width:42rem;margin:0 auto 3rem}
.wdc-section-head--left{text-align:left;margin:0 0 3rem}
.wdc-section-head__alt{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}
@media(min-width:768px){.wdc-section-head__alt{flex-direction:row;align-items:flex-end;justify-content:space-between}}

/* ---------- Reservation total ---------- */
.wdc-total{display:flex;align-items:center;justify-content:space-between;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--background));padding:1.25rem;margin:1rem 0}
.wdc-total__num{font-family:var(--font-display);font-size:2rem;font-weight:700}

/* ---------- Animations ---------- */
@keyframes wdcFadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
.animate-fade-up{animation:wdcFadeUp .8s cubic-bezier(.16,1,.3,1) both}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* ---------- Footer ---------- */
.wdc-footer{padding:5rem 0 3rem;border-top:1px solid hsl(var(--border));margin-top:5rem;background:hsl(var(--surface))}
.wdc-footer__cols{display:grid;gap:3rem;margin-bottom:3rem}
@media(min-width:768px){.wdc-footer__cols{grid-template-columns:1.5fr 1fr 1fr;gap:4rem}}
.wdc-footer__logo{font-family:var(--font-display);font-weight:700;font-size:1.1rem;display:inline-block;margin-bottom:1rem}
.wdc-footer__intro{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.7;margin:0 0 1.25rem;max-width:24rem}
.wdc-footer__address{font-size:.85rem;color:hsl(var(--muted-foreground));line-height:1.7}
.wdc-footer__address p{margin:.25rem 0}
.wdc-footer__heading{font-family:var(--font-display);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;margin:0 0 1.25rem;color:hsl(var(--foreground))}
.wdc-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}
.wdc-footer__nav a{font-size:.875rem;color:hsl(var(--muted-foreground));transition:color .2s}
.wdc-footer__nav a:hover{color:hsl(var(--primary))}
.wdc-footer__socials{display:flex;gap:.6rem}
.wdc-footer__social{height:2.5rem;width:2.5rem;border-radius:50%;border:1px solid hsl(var(--border));display:grid;place-items:center;color:hsl(var(--muted-foreground));transition:all .25s}
.wdc-footer__social:hover{border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--primary)/.08)}
.wdc-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.8rem;color:hsl(var(--muted-foreground));padding-top:2rem}
.wdc-footer__bottom p{margin:0}
.wdc-footer__tagline{font-family:var(--font-display);font-style:italic;color:hsl(var(--primary))}
