/* ============================================================
   3SMANS — Exact Figma values
   Font: Montserrat
   ============================================================ */

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: #FBF9F7;
  color: #353E49;
  -webkit-font-smoothing: antialiased;
}
img  { display: block; max-width: 100%; height: auto; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; }
address { font-style: normal; }

/* Tokens */
:root {
  --orange:      #FD6504;
  --dark:        #353E49;
  --text-h:      #15191E;
  --muted:       #66717F;
  --muted2:      #4B5563;
  --bg:          #FBF9F7;
  --bg-card:     #FBFAF8;
  --bg-light:    #F3F5F6;
  --white:       #FFFFFF;
  --border:      #E9E3DC;
  --in-border:   #DDE3E8;
  --in-border2:  #CBD4DC;
  --placeholder: #8B95A1;
  --nav-h:       69px;
}

/* Container */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 24px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .18s;
  white-space: nowrap;
}
.btn--pill       { border-radius: 20px; }
.btn--upper      { text-transform: uppercase; letter-spacing: .54px; font-size: 10.8px; }
.btn--sm         { padding: 10.8px 21.6px; }
.btn--full       { width: 100%; }

.btn--orange               { background: var(--orange); color: #fff; border-color: var(--orange); }
.btn--orange:hover         { background: #e05800; border-color: #e05800; }

.btn--white-outline        { background: transparent; color: #fff; border-color: #fff; }
.btn--white-outline:hover  { background: rgba(255,255,255,.12); }

.btn--light-outline        { background: #fff; color: var(--dark); border-color: var(--in-border); }
.btn--light-outline:hover  { border-color: var(--dark); }

.btn--dark                 { background: var(--dark); color: #fff; border-color: var(--dark); }
.btn--dark:hover           { background: #2a313b; }

/* ============================================================
   NAV
   ============================================================ */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid transparent;
  height: var(--nav-h);
}
.nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 32px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
}
/* Compenseer de transparante rand van de logo-PNG zodat de "3" flush links staat */
.nav .logo__img { margin-left: -16px; }
.logo__img { height: 155px; width: auto; display: block; }
.logo__fallback {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -.5px;
  color: var(--dark);
  display: none;       /* shown only when PNG missing via JS */
}
.logo__3 { color: var(--orange); }
/* Show fallback if image failed */
.logo__img[data-failed] + .logo__fallback { display: flex; }
.logo--white .logo__fallback { color: #fff; }

/* Links */
.nav__links {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav__link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .3px;
  color: #4B5563;
  padding: 4px 0;
  transition: color .15s;
  position: relative;
}
.nav__link:hover       { color: var(--dark); }
.nav__link--active {
  font-weight: 700;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
}

/* Jobs dot indicator */
.nav__link--dot::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  margin-right: 6px;
  vertical-align: middle;
  box-shadow: 0 0 0 4px rgba(255,152,87,.45);
}

/* CTA */
.nav__cta { margin-left: 8px; font-size: 13px; padding: 9px 18px; }

/* Burger */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all .25s; }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: var(--bg); overflow: hidden; }

.hero__top {
  display: grid;
  grid-template-columns: 1fr 420px;
  column-gap: 60px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero__sub { margin-bottom: 0; }

.hero__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0px;
  color: var(--text-h);
  margin-bottom: 12px;
}
.hero__title--orange { color: var(--orange); }

.hero__sub {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: var(--muted2);
  max-width: 700px;
  margin-bottom: 24px;
}

/* Hero card — forever home — matches dienst card style */
.hero__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: center;
  position: relative;
  overflow: hidden;
}
/* Same decorative peach circle as dienst cards */
.hero__card::before {
  content: '';
  position: absolute;
  top: -24px; right: -24px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,101,4,.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero__card-eyebrow {
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #BDC5CE;
}
.hero__card-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-h);
  line-height: 26px;
}
.hero__card-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--muted);
}
.hero__card-btn {
  align-self: flex-end;
  margin-top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s, transform .18s;
  flex-shrink: 0;
}
.hero__card-btn:hover { background: #e05800; transform: translateX(3px); }

/* Hero image */
.hero__img-wrap {
  width: 100%;
  height: 475px;
  position: relative;
  overflow: hidden;
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  display: block;
}
/* Gradient overlay like Figma */
.hero__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0,0,0,0) 47.14%, rgba(53,62,73,.9) 91.59%);
  pointer-events: none;
}

/* Mobile-only hero CTA — hidden on desktop */
.hero__mobile-cta { display: none; }

/* Mobile-only hero image inside grid — hidden on desktop */
.hero__img-mobile { display: none; }

/* ============================================================
   INTRO
   ============================================================ */
.intro {
  background: var(--bg);
  padding: 80px 0;
}

/* 2-col grid: left = flex column (text top, ctas bottom); right = snail + card stacked */
.intro__grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  column-gap: 48px;
  align-items: stretch;
}
.intro__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.intro__text      { /* no extra styles needed */ }
.intro__cta-stats { display: flex; flex-direction: column; gap: 28px; }
.intro__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* Fixed-height pedestal; snail image hangs down into the card */
.intro__snail-img-wrap {
  height: 300px;
  position: relative;
  overflow: visible;
}

/* Badge */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF3EB;
  border: 1px solid #FFD9C2;
  border-radius: 100px;
  padding: 5px 12px 5px 8px;
  font-size: 13px;
  font-weight: 700;
  color: #B64900;
  margin-bottom: 20px;
}
.badge__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

.intro__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: var(--text-h);
  margin-bottom: 16px;
}
.intro__body {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: var(--muted2);
  margin-bottom: 16px;
  max-width: 680px;
}
.intro__btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Snail image sits on top of card — transparent PNG so it floats cleanly */
.intro__img {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.intro__snail-card {
  background: var(--dark);
  border-radius: 20px;
  padding: 48px 32px 36px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.intro__snail-card::after {
  content: '';
  position: absolute;
  bottom: -50px; right: -50px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(253,101,4,.22) 0%, transparent 70%);
  pointer-events: none;
}
.intro__snail-q {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.intro__snail-card .btn { align-self: flex-start; position: relative; z-index: 1; }

/* Stats */
.intro__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  max-width: 680px;
}
.stat-box {
  padding: 18px 20px;
  border-right: 1px solid var(--border);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stat-box:last-child { border-right: none; }
.stat-box::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: var(--orange);
  opacity: 0;
  transition: opacity .2s;
}
.stat-box:hover::after { opacity: 1; }
.stat-box strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 3px;
}
.stat-box span {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}

/* ============================================================
   DIENSTEN
   ============================================================ */
.diensten {
  background: var(--bg);
  padding: 80px 0;
}
.diensten__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  color: var(--text-h);
}
.diensten__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--muted);
  align-self: end;
}

/* Cards */
.diensten__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.dienst {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  transition: background .2s, border-color .2s;
  background: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}
/* Decorative flat translucent corner accent, top-right, behind the text */
.dienst::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 26%; height: 32%;
  border-radius: 0 16px 0 40%;
  background: rgba(253,101,4,.04);
  z-index: -1;
  pointer-events: none;
  transition: background .2s;
}
.dienst:hover { background: var(--dark); border-color: var(--dark); }
.dienst:hover::before { background: rgba(255,255,255,.04); }
.dienst__num {
  font-size: 12px;
  font-weight: 700;
  color: #BDC5CE;
  letter-spacing: .08em;
  transition: color .2s;
}
.dienst:hover .dienst__num { color: rgba(255,255,255,.4); }
.dienst__name { font-size: 20px; font-weight: 700; color: var(--text-h); line-height: 26px; transition: color .2s; }
.dienst:hover .dienst__name { color: #fff; }
.dienst__tagline { font-size: 13px; font-weight: 600; color: var(--muted2); line-height: 18px; margin-top: 6px; transition: color .2s; }
.dienst:hover .dienst__tagline { color: rgba(255,255,255,.85); }
.dienst__desc { font-size: 13px; font-weight: 400; color: var(--muted); line-height: 20px; flex: 1; margin-top: 4px; transition: color .2s; }
.dienst:hover .dienst__desc { color: rgba(255,255,255,.65); }

.dienst__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg-light);
  margin-top: 4px;
  font-size: 16px;
  line-height: 1;
  color: var(--dark);
  transition: transform .2s, background .2s, color .2s;
  flex-shrink: 0;
}
.dienst:hover .dienst__arrow { transform: translateX(4px); background: rgba(255,255,255,.12); color: #fff; }
.dienst__arrow--orange { background: var(--orange); color: #fff; }
.dienst:hover .dienst__arrow--orange { background: var(--orange); }

/* CTA bar */
.cta-bar {
  background: var(--dark);
  border-radius: 12px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.cta-bar::after {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(253,101,4,.15) 0%, rgba(253,101,4,0) 72%);
  pointer-events: none;
}
.cta-bar__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 41px;
  margin-bottom: 8px;
}
.cta-bar__sub {
  font-size: 16px;
  font-weight: 400;
  color: #CFD8DF;
  line-height: 24px;
  max-width: 660px;
}

/* ============================================================
   AANPAK
   ============================================================ */
.aanpak {
  background: var(--bg);
  padding: 100px 0;
}
.aanpak__sub {
  font-size: 17px;
  font-weight: 400;
  color: var(--muted);
  line-height: 26px;
  margin: 16px 0 0;
}
.aanpak__split {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.aanpak__left {
  flex: 1;
  position: sticky;
  top: calc(var(--nav-h) + 32px);
}
.aanpak__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aanpak__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.stap {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
}
/* Watermark number */
.stap::before {
  content: attr(data-num);
  position: absolute;
  right: 20px;
  bottom: -20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 130px;
  font-weight: 900;
  color: var(--dark);
  opacity: .045;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.stap__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.stap__num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.stap__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-h);
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.stap__body {
  font-size: 15px;
  font-weight: 400;
  color: var(--muted);
  line-height: 22px;
  position: relative;
  z-index: 1;
}

/* ============================================================
   TESTIMONIALS (Google Reviews stijl)
   ============================================================ */
.testimonials { display: block; }

.testimonials {
  background: var(--bg);
  padding: 84px 0;
}

/* Koptekst-rij: titel links, Google-score rechts */
.testi-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.testi-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-h);
  margin-top: 8px;
}
.testi-sub {
  font-size: 16px;
  font-weight: 400;
  color: var(--muted);
  line-height: 24px;
  margin-top: 10px;
}

/* Google-score kaartje */
.testi-score {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 7px 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.testi-score__brand-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.testi-score__platform {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
}

.testi-score__divider {
  width: 1px;
  height: 20px;
  background: var(--border);
  flex-shrink: 0;
}

.testi-score__rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.testi-score__num {
  font-size: 17px;
  font-weight: 800;
  color: var(--text-h);
  line-height: 1;
}

.testi-stars-lg {
  font-size: 12px;
  color: #FBBC04;
  letter-spacing: 1px;
  line-height: 1;
}

/* Reviewkaarten grid */
.testi-viewport {
  overflow: hidden;
}
.testi-grid {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(.4,0,.2,1);
}

.testi-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow .2s, border-color .2s;
}
.testi-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.07);
  border-color: transparent;
}

.testi-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi-stars {
  font-size: 16px;
  color: #FBBC04;
  letter-spacing: 1px;
  line-height: 1;
}

.testi-g { opacity: .75; flex-shrink: 0; }

.testi-card__quote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
  color: var(--muted2);
  flex: 1;
}

.testi-card__reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.testi-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testi-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-h);
  line-height: 1.2;
}

.testi-card__date {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

/* Carousel nav — always visible */
.testi-carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.testi-prev, .testi-next {
  background: none;
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--dark);
  font-size: 16px;
  line-height: 1;
  transition: background .15s, border-color .15s, color .15s;
}
.testi-prev:hover, .testi-next:hover {
  background: var(--dark); color: #fff; border-color: var(--dark);
}
.testi-dots { display: flex; gap: 8px; align-items: center; }
.testi-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none; padding: 0; cursor: pointer;
  transition: background .2s, transform .2s;
}
.testi-dot--active { background: var(--orange); transform: scale(1.3); }

/* ============================================================
   REALISATIES
   ============================================================ */
.realisaties {
  background: var(--bg);
  padding: 80px 0;
}
.realisaties__sub {
  font-size: 17px;
  font-weight: 400;
  color: var(--muted);
  line-height: 21px;
  margin: 12px 0 40px;
  max-width: 600px;
}
.real-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 20px;
}
.real-main {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #313943 0%, #15191E 100%);
}
.real-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .85;
  transition: transform .4s ease;
}
.real-main:hover img { transform: scale(1.03); }
.real-main__overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 28px;
  background: linear-gradient(transparent, rgba(20,25,30,.75));
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.real-main__overlay h3 { font-size: 30px; font-weight: 700; margin-bottom: 6px; line-height: 36px; }
.real-main__overlay p  { font-size: 16px; font-weight: 400; color: #DCE3E8; line-height: 19px; }

.real-side { display: flex; flex-direction: column; gap: 20px; }
.real-card {
  background: linear-gradient(135deg, #313943 0%, #15191E 100%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.real-card:hover img { transform: scale(1.04); }
.real-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: transform .4s ease; z-index: 0; }
.real-card__overlay {
  position: relative;
  z-index: 1;
  padding: 24px 28px;
  background: linear-gradient(transparent, rgba(20,25,30,.82));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.real-card h3 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 28px; }
.real-card p  { font-size: 14px; font-weight: 400; color: #DCE3E8; line-height: 20px; }
.real-card:hover .real-main__cta { opacity: 1; transform: none; gap: 11px; }

/* ============================================================
   TRUST
   ============================================================ */
.trust {
  background: #fff;
  padding: 72px 0;
  text-align: center;
}
.trust__inner { max-width: 860px; margin: 0 auto; }
.trust__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--text-h);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}
.trust__title span { color: var(--orange); }
.trust__sub {
  font-size: 17px;
  font-weight: 400;
  color: var(--muted);
  line-height: 27px;
  text-align: center;
  margin-bottom: 20px;
}
.trust__sub:last-of-type { margin-bottom: 32px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background: var(--bg);
  padding: 80px 0;
}
.contact__inner {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 48px;
  align-items: stretch;
}
.contact__info {
  background: var(--dark);
  border-radius: 12px;
  padding: 40px 32px 60px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact__label {
  font-size: 13px;
  font-weight: 700;
  color: #8B95A1;
  letter-spacing: .08em;
  margin-bottom: 12px;
}
.contact__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 51px;
  margin-bottom: 16px;
}
.contact__intro {
  font-size: 16px;
  font-weight: 400;
  color: #DCE3E8;
  line-height: 19px;
  margin-bottom: 32px;
}
.contact__details { display: flex; flex-direction: column; gap: 0; }
.contact__details li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
}
.contact__details li:last-child { border-bottom: none; }
.contact__key {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #ABB6C2;
}
.contact__val {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
}
.contact__blob {
  position: absolute;
  bottom: -40px; right: -70px;
  width: 160px; height: 160px;
  border-radius: 28px;
  background: var(--orange);
  opacity: .10;
  pointer-events: none;
}

/* Form */
.contact__form { display: flex; flex-direction: column; gap: 16px; padding: 20px 0 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 700; color: var(--dark); }
.field input,
.field textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  background: var(--bg-card);
  border: 1px solid var(--in-border);
  border-radius: 8px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .15s;
  resize: vertical;
}
.field input:focus,
.field textarea:focus { border-color: var(--orange); }
.field input::placeholder,
.field textarea::placeholder { color: var(--placeholder); font-weight: 400; }
.file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--in-border2);
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: border-color .15s;
  position: relative;
  overflow: hidden;
}
.file-upload:hover { border-color: var(--orange); }
.file-upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.file-upload span { font-size: 14px; color: var(--placeholder); pointer-events: none; }
.form-note { font-size: 12px; color: var(--muted); line-height: 15px; }
.field--consent { margin-top: 4px; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.consent-label input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: var(--orange); width: 16px; height: 16px; cursor: pointer; }
.consent-label span { font-size: 13px; color: var(--muted); line-height: 1.5; }
.consent-label a { color: var(--muted); font-weight: 700; text-decoration: underline; }
.consent-label a:hover { color: var(--orange); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--dark); }
.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 106px;
  padding-top: 69px;
  padding-bottom: 40px;
}
.footer__brand .logo { overflow: hidden; height: 35px; align-items: center; margin-bottom: 20px; }
.footer__brand address {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  line-height: 24px;
  color: #9CA3AF;
}
.footer__col h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  line-height: 24px;
}
.footer__col ul { display: flex; flex-direction: column; gap: 16px; }
.footer__col ul a {
  font-size: 15px;
  font-weight: 500;
  color: #9CA3AF;
  transition: color .15s;
}
.footer__col ul a:hover { color: #fff; }
.footer__company { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.footer__social { display: flex; gap: 12px; margin-top: 20px; }
.footer__social-link { color: #9CA3AF; transition: color .15s; }
.footer__social-link:hover { color: var(--orange); }
.footer__brand address a { color: #9CA3AF; transition: color .15s; }
.footer__brand address a:hover { color: var(--orange); }
.footer__brand .logo__img { height: 155px; margin-left: -16px; }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 28px;
  padding-bottom: 32px;
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer__bottom p { font-size: 13px; font-weight: 500; color: #9CA3AF; }
.footer__tagline { color: #9CA3AF !important; }

/* ============================================================
   SKIP LINK (a11y)
   ============================================================ */
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 200;
  background: var(--dark);
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: top .2s;
}
.skip-link:focus { top: 12px; outline: 2px solid var(--orange); outline-offset: 2px; }

/* Visible focus states everywhere (a11y) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ============================================================
   HERO ACTIONS
   ============================================================ */
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }

/* ============================================================
   SELECT + form extras
   ============================================================ */
.field select {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  background: var(--bg-card);
  border: 1px solid var(--in-border);
  border-radius: 8px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .15s;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2366717F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.field select:focus { border-color: var(--orange); }
.field__optional { font-weight: 500; color: var(--muted); }

/* ============================================================
   OVER / TEAM
   ============================================================ */
.over {
  background: var(--bg);
  padding: 100px 0;
}
.over__grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 56px;
  align-items: stretch;
}
.over__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
  background: linear-gradient(135deg, #313943 0%, #15191E 100%);
}
.over__img { width: 100%; height: 100%; object-fit: cover; }
.over__badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 16px 22px;
  box-shadow: 0 12px 40px rgba(20,25,30,.25);
}
.over__badge strong {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: var(--orange);
}
.over__badge span { font-size: 13px; font-weight: 700; color: var(--dark); line-height: 1.25; }

.over__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--muted2);
  margin: 16px 0 32px;
  max-width: none;
}
.over__values {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 10px;
}
.over__values li { display: flex; gap: 16px; align-items: center; }
.over__value-icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: #FFF3EB;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.over__values h3 { font-size: 17px; font-weight: 700; color: var(--text-h); line-height: 23px; margin-bottom: 4px; }
.over__values p  { font-size: 15px; font-weight: 400; color: var(--muted); line-height: 22px; }

/* ============================================================
   SCROLL REVEAL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.16,.84,.44,1),
              transform .7s cubic-bezier(.16,.84,.44,1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* Hero entrance on load */
@keyframes heroIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: none; }
}
.anim-hero {
  opacity: 0;
  animation: heroIn .85s cubic-bezier(.16,.84,.44,1) forwards;
  animation-delay: var(--d, 0s);
}

/* Soft float on the snail card glow */
@keyframes glowPulse {
  0%, 100% { transform: scale(1); opacity: .9; }
  50%      { transform: scale(1.06); opacity: 1; }
}
.intro__snail-card::after { animation: glowPulse 6s ease-in-out infinite; }

/* ============================================================
   MOBILE NAV
   ============================================================ */
.nav__link-cta { display: none; }

.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large laptops */
@media (max-width: 1200px) {
  .container { padding: 0 48px; }
  .diensten__grid { grid-template-columns: repeat(3, 1fr); }
  .hero__top { grid-template-columns: 1fr 380px; column-gap: 40px; }
  .intro__grid { grid-template-columns: 1fr 400px; column-gap: 36px; }
  .real-grid { grid-template-columns: 1fr 380px; }
  .over__grid { grid-template-columns: 400px 1fr; gap: 40px; }
}

/* Tablets */
@media (max-width: 992px) {
  .nav__cta { display: none; }
  .nav__burger { display: flex; }

  /* Slide-down mobile menu */
  .nav__links {
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(0,0,0,.1);
    padding: 8px 24px 20px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
    max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
  }
  .nav__links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__link {
    padding: 14px 4px;
    border-bottom: 1px solid var(--border);
    font-size: 17px;
  }
  .nav__link--active { border-bottom: 1px solid var(--border); }
  .nav__link-cta { display: flex; margin-top: 16px; justify-content: center; }
  .nav__link-cta.nav__link { border-bottom: none; }

}

/* Phones */
@media (max-width: 600px) {
  .container { padding: 0 20px; }

  .section-title,
  .intro__title { font-size: 30px; line-height: 38px; }
  .hero__title { font-size: 40px; line-height: 48px; text-align: center; }
  .hero__sub { font-size: 16px; text-align: center; }
  .trust__title { font-size: 24px; line-height: 32px; }
  .contact__title { font-size: 32px; line-height: 40px; }
  .testi-heading { font-size: 26px; }
  .testi-card { max-width: 100%; }

  .testi-carousel-nav { gap: 20px; margin-top: 20px; }
  .testi-score { align-self: stretch; justify-content: center; }

  .hero__top { grid-template-columns: 1fr; row-gap: 0; }
  .hero__actions { display: none; }
  .hero__sub { margin-bottom: 0; }
  .hero__mobile-cta { display: block; width: 100%; text-align: center; margin-top: 24px; }

  /* Mobile hero image: shown between text and card, full bleed */
  .hero__img-wrap { display: none; }
  .hero__img-mobile {
    display: block;
    margin: 30px -20px 0;
    height: 210px;
    overflow: hidden;
    border-radius: 0;
  }
  .hero__img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 45% 42%;
    display: block;
    transform: scale(1.65) translateX(-48px) translateY(-9px);
    transform-origin: 45% 46%;
  }
  .intro__grid { grid-template-columns: 1fr; }
  .intro__btns { display: none; }
  .intro__right { display: none; }
  .intro__left { gap: 0; }
  .intro__cta-stats { margin-top: 10px; }

  .hero__img-wrap { height: 280px; }
  .hero__card { padding: 24px; margin-top: 40px; }
  .hero__card-btn { display: none; }

  /* Single column cards */
  .diensten__grid { grid-template-columns: 1fr; }
  .intro__stats { grid-template-columns: 1fr; }
  .stat-box { border-right: none; border-bottom: 1px solid var(--border); padding: 16px; }
  .stat-box:last-child { border-bottom: none; }

  .real-cards { grid-template-columns: 1fr; }
  .real-grid  { grid-template-columns: 1fr; }
  .real-side  { flex-direction: column; width: 100%; }
  .real-main  { height: 130px; width: 100%; }
  .real-card  { height: 130px; flex: none; width: 100%; }
  .real-main__overlay { padding: 16px 16px 6px; }
  .real-card__overlay  { padding: 16px 16px 6px; }
  .real-main__overlay h3 { font-size: 18px; line-height: 24px; }
  .real-card h3 { font-size: 18px; line-height: 24px; }
  .real-main__overlay p { display: none; }
  .real-card p { display: none; }
  .real-main .real-main__cta { font-size: 0; opacity: 1; transform: none; }
  .real-main .real-main__cta span { font-size: 14px; }
  .real-card  .real-main__cta { opacity: 1; transform: none; }

  .cta-bar { padding: 24px; flex-direction: column; align-items: stretch; }
  .cta-bar .btn { width: 100%; }
  .cta-bar__title { font-size: 20px; line-height: 26px; }

  .form-row { grid-template-columns: 1fr; }
  .contact__form .btn--full { width: 100%; }

  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; padding-top: 48px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; align-items: flex-start; padding-top: 15px; padding-bottom: 10px; }
  .footer__legal { order: -1; margin-left: 0; }

  .over__grid { grid-template-columns: 1fr; }
  .over__badge { left: 12px; bottom: 12px; padding: 12px 16px; }
  .over__badge strong { font-size: 32px; }
  .over__content { order: 1; }
  .over__media { order: 2; min-height: 0; aspect-ratio: 4/3; max-width: 100%; border: 1px solid var(--border); }

  /* Reduce section padding on mobile */
  .intro        { padding: 40px 0; }
  .diensten     { padding: 40px 0; }
  .over         { padding: 40px 0; }
  .aanpak       { padding: 40px 0; }
  .trust        { padding: 32px 0; }
  .contact      { padding: 40px 0; }
  .jobs         { padding: 40px 0; }
  .testimonials { padding-bottom: 44px; }
  .realisaties  { padding-top: 44px; }

  /* Fix over text overflow */
  .over__text { overflow: visible; max-height: none; }

  /* Aanpak stacked layout */
  .aanpak__split { flex-direction: column; gap: 40px; }
  .aanpak__left  { position: static; }
  .aanpak__grid  { grid-template-columns: 1fr; }

  /* Contact stacked layout */
  .contact__inner { grid-template-columns: 1fr; gap: 24px; }
  .contact__info  { margin-bottom: 0; }

  /* Service duo stacks on mobile */
  .service__duo { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   REDUCED MOTION (a11y)
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .anim-hero { opacity: 1; animation: none; }
}

/* ============================================================
   DIENSTEN DETAIL PAGE
   ============================================================ */
.dpage-hero {
  background: var(--bg);
  padding: 64px 0 16px;
}
.dpage-hero__inner { max-width: 760px; }
.dpage-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
  color: var(--text-h);
  margin: 10px 0 18px;
}
.dpage-hero__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--muted2);
  max-width: 640px;
}

/* Realisaties — dark hero variant */
.dpage-hero--reals {
  background: var(--dark);
  padding: 72px 0 52px;
}
.dpage-hero--reals .section-label {
  color: var(--orange);
  opacity: 1;
}
.dpage-hero--reals h1 { color: #fff; }
.dpage-hero--reals .dpage-hero__lead { color: rgba(255,255,255,.55); }
.dpage-hero--reals .real-filter__btn {
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.06);
}
.dpage-hero--reals .real-filter__btn:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: rgba(253,101,4,.08);
}
.dpage-hero--reals .real-filter__btn.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

/* Quick-jump pills */
.svc-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.svc-jump a {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 9px 18px;
  transition: border-color .18s, color .18s, background .18s;
}
.svc-jump a:hover { border-color: var(--orange); color: var(--orange); }

/* Services list */
.services {
  background: var(--bg);
  padding: 40px 0 80px;
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 44px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: calc(var(--nav-h) + 20px);
}
/* Faint watermark number */
.service::before {
  content: attr(data-num);
  position: absolute;
  top: -18px;
  right: 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 130px;
  font-weight: 900;
  color: var(--dark);
  opacity: .04;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.service__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.service__num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--orange);
  margin-bottom: 10px;
}
.service__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-h);
  margin-bottom: 14px;
}
.service__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--muted2);
  margin-bottom: 24px;
  max-width: 600px;
}
.service__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
  transition: gap .18s;
}
.service__cta:hover { gap: 13px; }

.service__body-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--dark);
  margin-bottom: 18px;
}
.svc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.svc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 32px;
}
.svc-list li {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: var(--muted2);
}
.svc-list .svc-check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #FFF3EB;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.svc-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
  line-height: 26px;
}
.svc-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 4px;
}
.svc-prose { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.svc-prose p { font-size: 15px; line-height: 1.7; color: var(--muted); }
.service__duo { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 48px; }
.service__full { width: 100%; }

/* Closing CTA bar (reuses .cta-bar look) */
.dpage-cta { background: var(--bg); padding: 0 0 80px; }

/* Responsive — diensten page */
@media (max-width: 600px) {
  .dpage-hero { padding: 40px 0 8px; }
  .dpage-hero h1 { font-size: 32px; }
  .service { padding: 24px; }
  .service__title { font-size: 25px; }
  .service::before { display: none; }
  .service__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   JOBS (homepage overview — licht, on-brand)
   ============================================================ */
.jobs {
  background: var(--bg);
  padding: 96px 0;
}
.jobs__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 48px;
}
.jobs__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-h);
  margin: 8px 0 18px;
}
.jobs__intro {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: var(--muted2);
  max-width: 780px;
}
.jobs__spontaan { flex-shrink: 0; }

/* Vacaturekaarten */
.jobcard {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 32px;
  transition: border-color .2s, box-shadow .2s;
}
.jobcard:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 32px rgba(253,101,4,.08);
}

/* Uitgelichte kaart: oranje linkerkant + meer ruimte */
.jobcard--featured {
  padding: 36px 40px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.jobcard--featured::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--orange);
  border-radius: 20px 0 0 20px;
}

.jobcard__left { flex: 1; min-width: 0; }
.jobcard__meta-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }

.jobcard__badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--orange);
  background: #FFF3EB;
  border: 1px solid #FFD9C2;
  border-radius: 100px;
  padding: 4px 11px;
}
.jobcard__meta { font-size: 13px; font-weight: 600; color: var(--muted); }

.jobcard__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-h);
  line-height: 1.2;
  margin-bottom: 8px;
  transition: color .2s;
}
.jobcard--featured .jobcard__title { font-size: 26px; }
.jobcard:hover .jobcard__title { color: var(--orange); }

.jobcard__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--muted);
  max-width: 600px;
}

.jobcard__arrow {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--bg-light);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  transition: background .2s, color .2s, transform .2s;
}
.jobcard:hover .jobcard__arrow { background: var(--orange); color: #fff; transform: translateX(4px); }

/* 2-kolomgrid voor de kleinere kaarten */
.jobs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Responsive — jobs */
@media (max-width: 600px) {
  .jobs__grid { grid-template-columns: 1fr; }
  .jobs__head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .jobcard { padding: 22px 20px; gap: 16px; }
  .jobcard--featured .jobcard__title { font-size: 20px; }
  .jobcard__title { font-size: 18px; }
  .jobcard__arrow { width: 40px; height: 40px; font-size: 17px; }
  .service__duo { grid-template-columns: 1fr; gap: 32px; }
  .jobs { padding: 40px 0; }
  .services { padding: 32px 0 48px; }
  .service__body-label { font-size: 16px; }
  .svc-card .svc-check { display: none; }
  .svc-jump { display: none; }
}

/* ============================================================
   REALISATIES — homepage compact kaartgrid
   ============================================================ */
.reals-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.real-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.real-pcard {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
  transition: background .2s, border-color .2s;
  background: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.real-pcard::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 26%; height: 32%;
  border-radius: 0 16px 0 40%;
  background: rgba(253,101,4,.04);
  z-index: -1;
  pointer-events: none;
  transition: background .2s;
}
.real-pcard:hover { background: var(--dark); border-color: var(--dark); }
.real-pcard:hover::before { background: rgba(255,255,255,.04); }

.real-pcard__num {
  font-size: 12px;
  font-weight: 700;
  color: #BDC5CE;
  letter-spacing: .08em;
  transition: color .2s;
}
.real-pcard:hover .real-pcard__num { color: rgba(255,255,255,.4); }

.real-pcard__name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-h);
  line-height: 26px;
  transition: color .2s;
}
.real-pcard:hover .real-pcard__name { color: #fff; }

.real-pcard__desc {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  line-height: 20px;
  flex: 1;
  transition: color .2s;
}
.real-pcard:hover .real-pcard__desc { color: rgba(255,255,255,.65); }

.real-pcard__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg-light);
  margin-top: 4px;
  font-size: 16px;
  line-height: 1;
  color: var(--dark);
  transition: transform .2s, background .2s, color .2s;
  flex-shrink: 0;
}
.real-pcard:hover .real-pcard__arrow { transform: translateX(4px); background: rgba(255,255,255,.12); color: #fff; }

/* ============================================================
   REALISATIES — homepage: klikbare hoofdkaart + "alle" knop
   ============================================================ */
.real-main { display: block; cursor: pointer; }
.real-main__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .25s, transform .25s, gap .2s;
}
.real-main:hover .real-main__cta { opacity: 1; transform: none; }
.real-main:hover .real-main__cta { gap: 11px; }
.realisaties__all { margin-top: 28px; display: flex; justify-content: center; }

/* ============================================================
   REALISATIE DETAILPAGINA
   ============================================================ */
/* Filterbalk op dienst */
.real-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.real-filter__btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 9px 16px;
  cursor: pointer;
  transition: border-color .18s, color .18s, background .18s;
}
.real-filter__btn:hover { border-color: var(--orange); color: var(--orange); }
.real-filter__btn.is-active { background: var(--dark); border-color: var(--dark); color: #fff; }

.reals {
  background: var(--bg);
  padding: 0 0 80px;
}
.reals__list {
  display: flex;
  flex-direction: column;
}
.realisatie[hidden] { display: none; }
.reals__empty {
  text-align: center;
  padding: 56px 0;
  font-size: 16px;
  color: var(--muted);
}
.reals__empty-reset {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

/* Labels per realisatie */
.realisatie__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.real-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #B64900;
  background: #FFF3EB;
  border: 1px solid #FFD9C2;
  border-radius: 100px;
  padding: 5px 12px;
  cursor: pointer;
  transition: background .18s, color .18s, border-color .18s;
}
.real-tag:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
/* ——— Realisaties editorial redesign ——— */
.realisatie {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  padding: 80px 0;
  position: relative;
  overflow: visible;
  scroll-margin-top: calc(var(--nav-h) + 20px);
}
.realisatie:last-child { border-bottom: none; }

.realisatie__grid {
  display: grid;
  grid-template-columns: 55% 1fr;
  grid-template-areas: "media content";
  gap: 56px;
  align-items: start;
}
.realisatie--alt .realisatie__grid {
  grid-template-columns: 1fr 55%;
  grid-template-areas: "content media";
}
.realisatie__media   { grid-area: media; padding-top: 0; align-self: start; position: sticky; top: calc(var(--nav-h) + 24px); }
.realisatie__content { grid-area: content; }

/* Larger gallery image */
.realisatie .phases__stage { aspect-ratio: 4/3; border-radius: 20px; }

/* Large editorial project number */
.realisatie__num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--border);
  margin-bottom: 16px;
  user-select: none;
}

.realisatie__meta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.realisatie__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-h);
  margin-bottom: 16px;
}
.realisatie__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--muted2);
  margin-bottom: 20px;
}
.realisatie__works-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--dark);
  margin-bottom: 16px;
}

/* Uitklapbare werken — volledige breedte, onder de grid */
.realisatie__works {
  margin-top: 32px;
  padding-top: 0;
}
.realisatie__works .svc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 20px;
}
.realisatie__works > summary {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  cursor: pointer;
  list-style: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .2s;
}
.realisatie__works > summary::-webkit-details-marker { display: none; }
.realisatie__works > summary:hover { color: var(--orange); }
.realisatie__works > summary::before {
  content: '+';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  transition: background .2s, transform .25s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.realisatie__works > summary:hover::before { background: var(--orange); }
.realisatie__works[open] > summary::before { transform: rotate(45deg); }

/* Fase-schakelaar */
.phases__tabs {
  display: inline-flex;
  gap: 5px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 5px;
  margin-bottom: 16px;
}
.phases__tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted2);
  background: transparent;
  border: none;
  border-radius: 100px;
  padding: 9px 22px;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.phases__tab:hover { color: var(--dark); }
.phases__tab.is-active { background: var(--dark); color: #fff; }
.phases__stage {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/11;
  background: linear-gradient(135deg, #313943 0%, #15191E 100%);
}
/* Placeholder-icoon (zichtbaar zolang er nog geen foto is) */
.phases__stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z'/%3E%3Ccircle cx='12' cy='13' r='3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: .18;
  pointer-events: none;
}
.phase {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity .4s ease, transform .4s ease, visibility .4s;
}
.phase.is-active { opacity: 1; visibility: visible; transform: none; }
.phase img { width: 100%; height: 100%; object-fit: cover; }
.phase__tag {
  position: absolute;
  left: 16px; bottom: 16px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(20,25,30,.6);
  backdrop-filter: blur(6px);
  border-radius: 100px;
  padding: 7px 15px;
}

/* Responsive — realisaties */
@media (max-width: 600px) {
  .reals { padding: 0 0 48px; }
  .realisatie { padding: 44px 0; }
  .realisatie__tags { display: none; }
  .real-filter { display: none; }
  .realisatie__num { font-size: 56px; letter-spacing: -2px; margin-bottom: 10px; }
  .realisatie__title { font-size: 26px; }
  .realisatie__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "media";
    gap: 20px;
  }
  .realisatie--alt .realisatie__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "media";
  }
  .realisatie .phases__stage { aspect-ratio: 4/3; }
  .realisatie__media { position: static; }
  .realisatie__works .svc-list { grid-template-columns: 1fr; }
  .dpage-hero--reals { padding: 48px 0 36px; }
}

/* ============================================================
   GALLERY NAV — foto slider (vervangt Voor/Na tabs)
   ============================================================ */
.gallery__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}
.gallery__arrow {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--dark);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, border-color .2s, color .2s;
}
.gallery__arrow:hover { background: var(--dark); border-color: var(--dark); color: #fff; }
.gallery__dots { display: flex; gap: 8px; align-items: center; }
.gallery__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  border: none;
  background: var(--border);
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}
.gallery__dot.is-active { background: var(--dark); transform: scale(1.3); }

/* ============================================================
   FOOTER — juridische links
   ============================================================ */
.footer__legal {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-left: auto;
}
.footer__legal a {
  font-size: 13px;
  font-weight: 600;
  color: #9CA3AF;
  transition: color .15s;
}
.footer__legal a:hover { color: #fff; }

/* ============================================================
   JURIDISCHE PAGINA (privacy + voorwaarden)
   ============================================================ */
.legal-hero {
  background: var(--bg);
  padding: 64px 0 8px;
}
.legal-hero__inner { max-width: 860px; }
.legal-hero__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--orange);
  margin-bottom: 10px;
}
.legal-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  color: var(--text-h);
  margin-bottom: 16px;
}
.legal-hero__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--muted2);
  max-width: 720px;
}
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}
.legal-meta__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted2);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 16px;
}
.legal-meta__pill svg { color: var(--orange); flex-shrink: 0; }
a.legal-meta__pill { transition: border-color .18s, color .18s; }
a.legal-meta__pill:hover { border-color: var(--orange); color: var(--orange); }
a.legal-meta__pill:hover svg { color: var(--orange); }

.legal {
  background: var(--bg);
  padding: 32px 0 80px;
}
.legal__inner { max-width: 860px; }

/* Bedrijfsidentificatie-kaart */
.legal-ident {
  background: var(--dark);
  border-radius: 18px;
  padding: 30px 32px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
.legal-ident::after {
  content: '';
  position: absolute;
  right: -50px; top: -50px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(253,101,4,.18) 0%, transparent 70%);
  pointer-events: none;
}
.legal-ident h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #8B95A1;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.legal-ident__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  position: relative;
  z-index: 1;
}
.legal-ident__item { display: flex; flex-direction: column; gap: 3px; }
.legal-ident__key { font-size: 11px; font-weight: 700; letter-spacing: .08em; color: #ABB6C2; }
.legal-ident__val { font-size: 15px; font-weight: 600; color: #fff; }
.legal-ident__val a { color: #fff; transition: color .15s; }
.legal-ident__val a:hover { color: var(--orange); }

/* Open/dichtklap-balk */
.legal-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.legal-expand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 9px 18px;
  cursor: pointer;
  transition: border-color .18s, color .18s;
}
.legal-expand:hover { border-color: var(--orange); color: var(--orange); }

/* Accordion */
.acc { display: flex; flex-direction: column; gap: 12px; }
.acc__item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
  scroll-margin-top: calc(var(--nav-h) + 16px);
}
.acc__item[open] {
  border-color: var(--orange);
  box-shadow: 0 8px 32px rgba(253,101,4,.07);
}
.acc__summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.acc__summary::-webkit-details-marker { display: none; }
.acc__summary:focus-visible { outline: 2px solid var(--orange); outline-offset: -2px; border-radius: 16px; }
.acc__num {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--orange);
  background: #FFF3EB;
  border: 1px solid #FFD9C2;
  border-radius: 8px;
  padding: 6px 10px;
  min-width: 38px;
  text-align: center;
}
.acc__title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-h);
  line-height: 1.3;
}
.acc__icon {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--bg-light);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s, background .2s, color .2s;
}
.acc__item[open] .acc__icon { transform: rotate(180deg); background: var(--orange); color: #fff; }
.acc__body { padding: 0 26px 26px; }

/* "In het kort"-blok */
.acc__short {
  background: #FFF7F2;
  border: 1px solid #FFE2CE;
  border-left: 4px solid var(--orange);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.acc__short-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--orange);
  margin-bottom: 8px;
}
.acc__short p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-h);
}
.acc__full p {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 25px;
  color: var(--muted2);
  margin-bottom: 14px;
}
.acc__full p:last-child { margin-bottom: 0; }
.acc__full strong { color: var(--dark); font-weight: 700; }
.acc__full ul {
  list-style: none;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.acc__full ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14.5px;
  line-height: 23px;
  color: var(--muted2);
}
.acc__full ul li::before {
  content: '';
  position: absolute;
  left: 2px; top: 9px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

/* Slotnoot onderaan juridische pagina */
.legal-note {
  margin-top: 28px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  font-size: 14px;
  line-height: 22px;
  color: var(--muted2);
  max-width: 860px;
}
.legal-note a { color: var(--orange); font-weight: 600; }

/* Responsive — juridische pagina */
@media (max-width: 600px) {
  .legal-hero h1 { font-size: 30px; }
  .legal-hero__lead { font-size: 16px; line-height: 25px; }
  .legal-ident { padding: 24px; }
  .legal-ident__grid { grid-template-columns: 1fr; gap: 14px; }
  .acc__summary { padding: 18px 18px; gap: 12px; }
  .acc__title { font-size: 16px; }
  .acc__body { padding: 0 18px 22px; }
  .acc__num { min-width: 34px; padding: 5px 8px; }
  .footer__legal { gap: 16px; order: -1; margin-left: 0; }
}

/* ================================================
   CONTACT THANK YOU
   ================================================ */
.contact__thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 32px;
  min-height: 320px;
}
.contact__thankyou-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.contact__thankyou-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-h);
  margin: 0 0 16px;
}
.contact__thankyou-sub {
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 8px;
  line-height: 1.65;
}
.contact__thankyou-sub a { color: var(--orange); font-weight: 600; }

/* ================================================
   COOKIE BANNER
   ================================================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0,0,0,.10);
  z-index: 9999;
  padding: 20px 24px;
}
.cookie-banner__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}
.cookie-banner__text { flex: 1; }
.cookie-banner__text p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--text-h); }
.cookie-banner__text p + p { margin-top: 4px; color: var(--muted); }
.cookie-banner__text a { color: var(--orange); }
.cookie-banner__actions { display: flex; gap: 12px; flex-shrink: 0; }

@media (max-width: 600px) {
  .cookie-banner { padding: 16px; }
  .cookie-banner__inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .btn { flex: 1; justify-content: center; }
}
