.strategy-page {
  --strategy-ink: #0d0d0d;
  --strategy-paper: #faf9f6;
  --strategy-petrol: #0b405f;
  --strategy-deep: #072f47;
  --strategy-yellow: #e8c320;
  --strategy-blue: #e7eff3;
  --strategy-line: rgba(11, 64, 95, .18);
  --strategy-serif: 'Fraunces', Georgia, serif;
  --strategy-sans: 'Archivo', system-ui, sans-serif;
  --strategy-mono: 'IBM Plex Mono', monospace;
  color: var(--strategy-ink);
  background: var(--strategy-paper);
  font-family: var(--strategy-sans);
  overflow: clip;
}

[data-shareconnect-header]:not([data-loaded]),
[data-shareconnect-footer]:not([data-loaded]) {
  display: block;
  min-height: 0;
}

.strategy-page *,
.strategy-page *::before,
.strategy-page *::after {
  box-sizing: border-box;
}

.strategy-shell {
  width: min(1200px, calc(100% - clamp(44px, 10vw, 112px)));
  margin-inline: auto;
}

.strategy-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--strategy-yellow);
  font-family: var(--strategy-mono);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.strategy-kicker span {
  font-weight: 500;
}

.strategy-kicker--dark {
  color: var(--strategy-petrol);
}

.strategy-page a:focus-visible,
.strategy-page summary:focus-visible {
  outline: 3px solid var(--strategy-yellow);
  outline-offset: 4px;
}

/* Hero — een scherpe strategienotitie in plaats van een standaard marketingkaart. */
.strategy-hero {
  position: relative;
  min-height: 650px;
  padding: clamp(78px, 8vw, 118px) 0 clamp(148px, 14vw, 205px);
  color: #fff;
  background: var(--strategy-petrol);
  isolation: isolate;
}

.strategy-hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  right: -8vw;
  bottom: -155px;
  width: min(560px, 46vw);
  aspect-ratio: 1;
  border: 1px solid rgba(232, 195, 32, .4);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(232, 195, 32, .035), 0 0 0 118px rgba(255, 255, 255, .025);
}

.strategy-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .12;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255, 255, 255, .25) 80px),
    repeating-linear-gradient(0deg, transparent 0, transparent 79px, rgba(255, 255, 255, .16) 80px);
  mask-image: linear-gradient(90deg, transparent 0, #000 28%, #000 100%);
}

.strategy-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  align-items: center;
  gap: clamp(58px, 8vw, 110px);
}

.strategy-hero__copy {
  max-width: 760px;
}

body:not(.login-page) .strategy-page .strategy-hero h1.strategy-hero__title {
  max-width: 760px;
  margin: 0;
  color: #fff !important;
  font-family: var(--strategy-serif) !important;
  font-size: clamp(3rem, 4.8vw, 4.65rem) !important;
  font-weight: 350 !important;
  letter-spacing: -.046em !important;
  line-height: .98 !important;
  text-wrap: balance;
}

body:not(.login-page) .strategy-page .strategy-hero h1.strategy-hero__title em,
body:not(.login-page) .strategy-page .strategy-hero h1.strategy-hero__title .sc-title-accent {
  display: inline;
  color: var(--strategy-yellow) !important;
  font-weight: 400;
}

body:not(.login-page) .strategy-page .strategy-hero h1.strategy-hero__title .sc-title-accent::after {
  display: none;
}

.strategy-hero__intro {
  max-width: 675px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.08rem, 1.3vw, 1.22rem);
  line-height: 1.72;
}

.strategy-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 35px;
}

.strategy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  padding: 15px 20px 15px 23px;
  border: 1px solid transparent;
  color: var(--strategy-ink);
  font-family: var(--strategy-mono);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.strategy-button--yellow {
  background: var(--strategy-yellow);
  box-shadow: 7px 7px 0 var(--strategy-deep);
}

.strategy-button--yellow:hover {
  background: #f0cc2f;
  box-shadow: 4px 4px 0 var(--strategy-deep);
  transform: translate(3px, 3px);
}

.strategy-button span {
  font-size: 1.15rem;
  line-height: 0;
}

.strategy-microcopy {
  color: rgba(255, 255, 255, .66);
  font-size: .88rem;
  line-height: 1.5;
}

.strategy-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin: 42px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.strategy-facts div {
  padding: 17px 18px 0 0;
}

.strategy-facts div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.strategy-facts dt {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, .55);
  font-family: var(--strategy-mono);
  font-size: .61rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.strategy-facts dd {
  margin: 0;
  color: #fff;
  font-size: .96rem;
  font-weight: 600;
}

.strategy-note {
  position: relative;
  align-self: center;
  min-height: 415px;
  padding: 24px 25px 28px;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(7, 47, 71, .72);
  box-shadow: 14px 14px 0 rgba(232, 195, 32, .92);
  transform: rotate(1.25deg);
}

.strategy-note::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 88px;
  height: 21px;
  background: rgba(250, 249, 246, .82);
  transform: translateX(-50%) rotate(-2deg);
}

.strategy-note__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .55);
  font-family: var(--strategy-mono);
  font-size: .59rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.strategy-note__question {
  margin: 25px 0 26px;
  color: #fff;
  font-family: var(--strategy-serif);
  font-size: clamp(1.62rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1.14;
}

.strategy-note__lines {
  margin: 0;
  padding: 0;
  list-style: none;
}

.strategy-note__lines li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.strategy-note__lines span {
  color: var(--strategy-yellow);
  font-family: var(--strategy-mono);
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.strategy-note__lines strong {
  color: rgba(255, 255, 255, .84);
  font-size: .83rem;
  font-weight: 500;
  line-height: 1.45;
}

.strategy-note__stamp {
  position: absolute;
  right: 18px;
  bottom: -26px;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 2px solid var(--strategy-deep);
  border-radius: 50%;
  color: var(--strategy-deep);
  background: var(--strategy-yellow);
  font-family: var(--strategy-mono);
  font-size: .53rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  transform: rotate(-9deg);
}

/* Gesprek + planner */
.strategy-booking {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding: clamp(42px, 6vw, 78px) 0 clamp(80px, 10vw, 135px);
  background: var(--strategy-blue);
}

.strategy-booking__grid {
  display: grid;
  grid-template-columns: minmax(285px, .72fr) minmax(720px, 1.55fr);
  align-items: start;
  column-gap: clamp(30px, 4vw, 58px);
  row-gap: 0;
  width: min(1380px, calc(100% - clamp(36px, 6vw, 84px)));
}

.strategy-booking-copy {
  grid-column: 1;
  grid-row: 1;
  position: static;
  padding: clamp(8px, 1vw, 16px) 0;
}

.strategy-mobile-booking-cta {
  display: none;
}

.strategy-booking-copy h1 {
  margin: 0;
  color: var(--strategy-deep);
  font-family: var(--strategy-serif);
  font-size: clamp(2.35rem, 3.6vw, 4rem);
  font-weight: 390;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.strategy-booking-copy h1 em {
  color: var(--strategy-petrol);
  font-weight: 470;
}

.strategy-booking-copy__lead {
  margin: 25px 0 0;
  color: rgba(13, 13, 13, .7);
  font-size: .98rem;
  line-height: 1.7;
}

.strategy-founder {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid rgba(7, 47, 71, .15);
  background: rgba(255, 255, 255, .72);
}

.strategy-founder img {
  width: 82px;
  height: 94px;
  object-fit: cover;
  object-position: 50% 28%;
}

.strategy-founder strong,
.strategy-founder span,
.strategy-founder small {
  display: block;
}

.strategy-founder strong {
  color: var(--strategy-deep);
  font-size: .95rem;
}

.strategy-founder span,
.strategy-founder small {
  margin-top: 5px;
  color: rgba(13, 13, 13, .62);
  font-size: .75rem;
  line-height: 1.45;
}

.strategy-founder span {
  color: var(--strategy-petrol);
  font-family: var(--strategy-mono);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.strategy-booking-usps {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 0;
  padding: 0;
  border-top: 1px solid var(--strategy-line);
  border-left: 1px solid var(--strategy-line);
  list-style: none;
}

.strategy-booking-usps li {
  min-height: 92px;
  padding: 16px 14px;
  border-right: 1px solid var(--strategy-line);
  border-bottom: 1px solid var(--strategy-line);
  background: rgba(255, 255, 255, .52);
}

.strategy-booking-usps strong,
.strategy-booking-usps span {
  display: block;
}

.strategy-booking-usps strong {
  color: var(--strategy-deep);
  font-size: .84rem;
}

.strategy-booking-usps span {
  margin-top: 7px;
  color: rgba(13, 13, 13, .6);
  font-size: .72rem;
  line-height: 1.45;
}

.strategy-client-proof {
  grid-column: 1;
  grid-row: 3;
  margin-top: 22px;
  border: 1px solid rgba(7, 47, 71, .17);
  background: rgba(255, 255, 255, .72);
}

.strategy-client-proof__intro {
  padding: 17px 18px 15px;
  border-bottom: 1px solid rgba(7, 47, 71, .13);
}

.strategy-client-proof__intro span {
  color: var(--strategy-petrol);
  font-family: var(--strategy-mono);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.strategy-client-proof__intro p {
  margin: 8px 0 0;
  color: rgba(13, 13, 13, .68);
  font-size: .78rem;
  line-height: 1.55;
}

.strategy-client-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strategy-client-logo {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 72px;
  padding: 13px 12px;
  border-right: 1px solid rgba(7, 47, 71, .11);
  border-bottom: 1px solid rgba(7, 47, 71, .11);
  background: rgba(255, 255, 255, .84);
}

.strategy-client-logo:nth-child(3n) {
  border-right: 0;
}

.strategy-client-logo:nth-child(n + 4) {
  border-bottom: 0;
}

.strategy-client-logo img {
  display: block;
  width: 100%;
  max-width: 96px;
  max-height: 39px;
  object-fit: contain;
}

.strategy-client-logo--candy img {
  max-width: 100px;
}

.strategy-client-logo--mousse {
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  background-image: url('/assets/cases/mousse-patissier-logo-black.png');
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 150% auto;
}

.strategy-client-logo--mousse img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  opacity: 0;
}

.strategy-client-logo--rutten img {
  max-width: 105px;
}

.strategy-client-logo--sucre img,
.strategy-client-logo--dubai img {
  max-width: 78px;
  max-height: 43px;
}

.strategy-client-logo--more {
  grid-template-columns: auto auto;
  gap: 7px;
  padding-inline: 10px;
  color: var(--strategy-deep);
  background: rgba(232, 195, 32, .17);
}

.strategy-client-logo--more strong {
  font-family: var(--strategy-serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.strategy-client-logo--more small {
  color: rgba(7, 47, 71, .72);
  font-family: var(--strategy-mono);
  font-size: .48rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.strategy-testimonials {
  grid-column: 1;
  grid-row: 4;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.strategy-testimonials__head {
  padding: 3px 2px 5px;
}

.strategy-testimonials__head > span {
  color: var(--strategy-petrol);
  font-family: var(--strategy-mono);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.strategy-testimonials__head h2 {
  margin: 8px 0 0;
  color: var(--strategy-deep);
  font-family: var(--strategy-serif);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 430;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.strategy-testimonial {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 47, 71, .17);
  background: #fff;
  box-shadow: 5px 5px 0 rgba(11, 64, 95, .09);
}

.strategy-testimonial__photo {
  width: 116px;
  height: 100%;
  min-height: 218px;
  object-fit: cover;
  background: var(--strategy-deep);
}

.strategy-testimonial__photo--portrait {
  object-position: 50% 30%;
}

.strategy-testimonial__photo--candy {
  object-position: 53% 50%;
}

.strategy-testimonial__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px 17px 16px;
}

.strategy-testimonial blockquote {
  margin: 0;
}

.strategy-testimonial blockquote p {
  margin: 0;
  color: rgba(13, 13, 13, .76);
  font-family: var(--strategy-serif);
  font-size: .94rem;
  font-style: italic;
  line-height: 1.55;
}

.strategy-testimonial footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(7, 47, 71, .12);
}

.strategy-testimonial footer strong,
.strategy-testimonial footer span {
  display: block;
}

.strategy-testimonial footer strong {
  color: var(--strategy-deep);
  font-size: .8rem;
}

.strategy-testimonial footer > span {
  margin-top: 3px;
  color: rgba(13, 13, 13, .58);
  font-family: var(--strategy-mono);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.strategy-testimonial footer a {
  flex: none;
  color: var(--strategy-petrol);
  font-family: var(--strategy-mono);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.strategy-testimonial footer a:hover {
  color: var(--strategy-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.strategy-brief {
  padding-top: clamp(80px, 10vw, 135px);
}

.strategy-brief h2,
.strategy-fit h2,
.strategy-direct h2 {
  margin: 0;
  color: var(--strategy-deep);
  font-family: var(--strategy-serif);
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 380;
  letter-spacing: -.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.strategy-brief h2 em,
.strategy-fit h2 em {
  color: var(--strategy-petrol);
  font-weight: 450;
}

.strategy-brief__lead {
  margin: 23px 0 0;
  color: rgba(13, 13, 13, .68);
  font-size: 1rem;
  line-height: 1.7;
}

.strategy-agenda {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--strategy-line);
  list-style: none;
}

.strategy-agenda li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--strategy-line);
}

.strategy-agenda__number {
  display: grid;
  place-items: center;
  align-self: start;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 64, 95, .26);
  border-radius: 50%;
  color: var(--strategy-petrol);
  background: rgba(255, 255, 255, .55);
  font-family: var(--strategy-mono);
  font-size: .58rem;
  font-weight: 600;
}

.strategy-agenda strong {
  display: block;
  margin: 1px 0 6px;
  color: var(--strategy-deep);
  font-size: .96rem;
}

.strategy-agenda p,
.strategy-prep p {
  margin: 0;
  color: rgba(13, 13, 13, .64);
  font-size: .9rem;
  line-height: 1.58;
}

.strategy-prep {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  margin-top: 27px;
  padding: 21px;
  border-left: 4px solid var(--strategy-yellow);
  background: rgba(255, 255, 255, .58);
}

.strategy-prep__mark {
  color: var(--strategy-petrol);
  font-family: var(--strategy-mono);
  font-size: 1.3rem;
}

.strategy-prep strong {
  display: block;
  margin-bottom: 7px;
  color: var(--strategy-deep);
  font-size: .91rem;
}

.strategy-planner-card {
  grid-column: 2;
  grid-row: 1 / span 4;
  position: relative;
  z-index: 3;
  overflow: visible;
  margin: 0;
  border: 1px solid rgba(7, 47, 71, .16);
  background: #fff;
  box-shadow: 13px 13px 0 var(--strategy-petrol);
}

.strategy-planner-card__head {
  padding: clamp(25px, 4vw, 44px) clamp(25px, 5vw, 58px) clamp(23px, 3vw, 35px);
  border-bottom: 1px solid rgba(7, 47, 71, .14);
}

.strategy-planner-card__head .strategy-kicker {
  margin-bottom: 9px;
}

.strategy-planner-card__head h2 {
  margin: 0;
  max-width: 900px;
  color: var(--strategy-deep);
  font-family: var(--strategy-serif);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.strategy-planner-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 0;
  color: var(--strategy-deep);
  font-family: var(--strategy-mono);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.5;
  text-transform: uppercase;
}

.strategy-planner-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(7, 47, 71, .16);
  background: var(--strategy-blue);
}

.strategy-planner-card__meta span:first-child {
  border-color: rgba(232, 195, 32, .75);
  background: rgba(232, 195, 32, .16);
}

.strategy-planner {
  position: relative;
  min-height: 900px;
  background: #fff;
}

.strategy-planner iframe {
  display: block;
  width: 100%;
  height: 900px;
  border: 0;
  background: #fff;
}

.strategy-planner__loading {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 15px;
  color: rgba(13, 13, 13, .62);
  background: #fff;
  font-family: var(--strategy-mono);
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: opacity .25s ease, visibility .25s ease;
}

.strategy-planner.is-loaded .strategy-planner__loading {
  visibility: hidden;
  opacity: 0;
}

.strategy-planner__spinner {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(11, 64, 95, .16);
  border-top-color: var(--strategy-yellow);
  border-radius: 50%;
  animation: strategy-spin .85s linear infinite;
}

@keyframes strategy-spin {
  to { transform: rotate(360deg); }
}

.strategy-planner-card__foot {
  display: grid;
  gap: 7px;
  padding: 17px 27px 20px;
  border-top: 1px solid rgba(7, 47, 71, .12);
  background: #f8fafb;
}

.strategy-planner-card__foot p {
  margin: 0;
  color: rgba(13, 13, 13, .61);
  font-size: .75rem;
  line-height: 1.52;
}

.strategy-planner-card__foot a {
  color: var(--strategy-petrol);
  font-weight: 600;
  text-underline-offset: 3px;
}

/* Match + korte FAQ */
.strategy-fit {
  padding: clamp(80px, 10vw, 135px) 0;
  background: var(--strategy-paper);
}

.strategy-fit__heading {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr);
  gap: clamp(35px, 6vw, 80px);
  align-items: start;
  padding-bottom: clamp(46px, 6vw, 74px);
  border-bottom: 1px solid rgba(13, 13, 13, .15);
}

.strategy-fit__heading .strategy-kicker {
  margin: 10px 0 0;
}

.strategy-fit__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 8vw, 105px);
  padding-top: clamp(42px, 6vw, 70px);
}

.strategy-fit__copy > p {
  margin: 0;
  color: rgba(13, 13, 13, .7);
  font-size: 1.03rem;
  line-height: 1.75;
}

.strategy-fit__copy ul {
  display: grid;
  gap: 14px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.strategy-fit__copy li {
  position: relative;
  padding-left: 25px;
  color: var(--strategy-deep);
  font-size: .93rem;
  font-weight: 600;
  line-height: 1.55;
}

.strategy-fit__copy li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--strategy-yellow);
  font-family: var(--strategy-mono);
}

.strategy-faq {
  border-top: 1px solid rgba(13, 13, 13, .18);
}

.strategy-faq details {
  border-bottom: 1px solid rgba(13, 13, 13, .18);
}

.strategy-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 2px;
  color: var(--strategy-deep);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.strategy-faq summary::-webkit-details-marker {
  display: none;
}

.strategy-faq summary span {
  flex: none;
  color: var(--strategy-petrol);
  font-family: var(--strategy-mono);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform .18s ease;
}

.strategy-faq details[open] summary span {
  transform: rotate(45deg);
}

.strategy-faq details p {
  max-width: 630px;
  margin: -7px 42px 23px 2px;
  color: rgba(13, 13, 13, .66);
  font-size: .91rem;
  line-height: 1.68;
}

/* Direct contact onderaan */
.strategy-direct {
  position: relative;
  padding: clamp(62px, 7vw, 90px) 0;
  color: #fff;
  background: var(--strategy-deep);
}

.strategy-direct::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(92px, 13vw, 190px);
  height: 5px;
  background: var(--strategy-yellow);
}

.strategy-direct__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.strategy-direct .strategy-kicker {
  margin-bottom: 13px;
}

.strategy-direct h2 {
  color: #fff;
}

.strategy-direct address {
  display: grid;
  gap: 10px;
  min-width: min(100%, 365px);
  font-style: normal;
}

.strategy-direct address a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-family: var(--strategy-mono);
  font-size: clamp(.76rem, 1.1vw, .91rem);
  font-weight: 500;
  letter-spacing: .03em;
  text-decoration: none;
}

.strategy-direct address a:hover {
  color: var(--strategy-yellow);
  border-bottom-color: var(--strategy-yellow);
}

@media (max-width: 1050px) {
  .strategy-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(285px, .56fr);
    gap: 50px;
  }

  body:not(.login-page) .strategy-page .strategy-hero h1.strategy-hero__title {
    font-size: clamp(3rem, 6vw, 4.2rem) !important;
  }

  .strategy-note {
    min-height: 390px;
    padding-inline: 21px;
  }

  .strategy-note__lines li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .strategy-booking__grid {
    grid-template-columns: minmax(260px, .65fr) minmax(640px, 1.5fr);
    gap: 30px;
  }
}

@media (max-width: 860px) {
  .strategy-shell {
    width: min(100% - 44px, 680px);
  }

  .strategy-hero {
    min-height: 0;
    padding: 72px 0 128px;
  }

  .strategy-hero__inner {
    grid-template-columns: 1fr;
  }

  .strategy-hero__copy {
    max-width: 680px;
  }

  .strategy-note {
    display: none;
  }

  .strategy-booking__grid {
    display: flex;
    flex-direction: column;
  }

  .strategy-booking-copy {
    order: 1;
    position: static;
    margin-bottom: 26px;
  }

  .strategy-mobile-booking-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 56px;
    margin-top: 20px;
    padding: 14px 18px;
    color: #fff;
    background: var(--strategy-deep);
    box-shadow: 6px 6px 0 var(--strategy-yellow);
    font-family: var(--strategy-mono);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .strategy-mobile-booking-cta:hover {
    color: #fff;
    background: var(--strategy-petrol);
  }

  .strategy-mobile-booking-cta span {
    color: var(--strategy-yellow);
    font-size: 1.2rem;
    line-height: 1;
  }

  .strategy-planner-card {
    order: 2;
    width: 100%;
    margin-top: 0;
    scroll-margin-top: 24px;
  }

  .strategy-booking-usps {
    order: 3;
    width: 100%;
    margin-top: 42px;
  }

  .strategy-client-proof {
    order: 4;
    width: 100%;
  }

  .strategy-testimonials {
    order: 5;
    width: 100%;
  }

  .strategy-fit__heading,
  .strategy-fit__grid {
    grid-template-columns: 1fr;
  }

  .strategy-fit__heading .strategy-kicker {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .strategy-shell {
    width: calc(100% - 36px);
  }

  .strategy-kicker {
    margin-bottom: 17px;
  }

  .strategy-hero {
    padding: 58px 0 105px;
  }

  .strategy-booking {
    padding: 24px 0 72px;
  }

  .strategy-hero__grid {
    opacity: .08;
    mask-image: none;
  }

  body:not(.login-page) .strategy-page .strategy-hero h1.strategy-hero__title {
    font-size: clamp(2.55rem, 12vw, 3.35rem) !important;
    line-height: 1;
  }

  .strategy-hero__intro {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .strategy-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 29px;
  }

  .strategy-button {
    width: 100%;
  }

  .strategy-facts {
    margin-top: 34px;
  }

  .strategy-facts div {
    padding-right: 8px;
  }

  .strategy-facts div + div {
    padding-left: 10px;
  }

  .strategy-facts dd {
    font-size: .78rem;
  }

  .strategy-planner-card {
    margin-top: 0;
    box-shadow: 7px 7px 0 var(--strategy-petrol);
  }

  .strategy-testimonial {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .strategy-testimonial__photo {
    width: 94px;
  }

  .strategy-testimonial__body {
    padding: 16px 14px 14px;
  }

  .strategy-planner-card__head {
    padding: 21px 18px 18px;
  }

  .strategy-planner-card__head h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .strategy-planner-card__meta span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: .62rem;
  }

  .strategy-planner,
  .strategy-planner iframe {
    height: 1120px;
    min-height: 1120px;
  }

  .strategy-planner-card__foot {
    padding: 15px 18px 17px;
  }

  .strategy-brief {
    padding-top: 78px;
  }

  .strategy-brief h2,
  .strategy-fit h2,
  .strategy-direct h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .strategy-prep {
    padding: 18px 16px;
  }

  .strategy-fit {
    padding: 78px 0;
  }

  .strategy-fit__grid {
    gap: 48px;
  }

  .strategy-direct__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 35px;
  }

  .strategy-direct address {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .strategy-page *,
  .strategy-page *::before,
  .strategy-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
