/* ══ SCAN PAGE ══ */

/* HERO */
.scan-hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.scan-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-end;
  width: 100%;
}
.scan-hero-headline {
  font-family: var(--font-display);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: var(--white);
  margin-bottom: 24px;
  animation: fadeUp 0.9s ease both 0.2s;
}
.scan-hero-headline em { font-style: italic; color: var(--gold); }
.scan-hero-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 480px;
  animation: fadeUp 0.9s ease both 0.38s;
}

/* Contact card */
.scan-contact-card {
  background: var(--ink-2);
  border: 0.5px solid var(--rule);
  padding: 48px 44px 44px;
  margin-bottom: 0;
  animation: fadeUp 0.9s ease both 0.3s;
  position: relative;
}
.scan-contact-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
}
.scc-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 20px;
}
.scc-title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}
.scc-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 28px;
}
.scc-btn {
  width: 100%;
  text-align: center;
  padding: 16px 24px;
  font-size: 13px;
}
.scc-or {
  text-align: center;
  padding: 20px 0 16px;
  position: relative;
}
.scc-or::before,
.scc-or::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40%;
  height: 0.5px;
  background: var(--rule-light);
}
.scc-or::before { left: 0; }
.scc-or::after  { right: 0; }
.scc-or span {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
  background: var(--ink-2);
  padding: 0 12px;
  position: relative;
}
.scc-phone {
  display: block;
  text-align: center;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 300;
  color: var(--surface);
  margin-bottom: 24px;
  transition: color var(--transition);
}
.scc-phone:hover { color: var(--gold); }
.scc-promise {
  border-top: 0.5px solid var(--rule-light);
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.scc-promise-icon { color: var(--gold); font-size: 8px; flex-shrink: 0; margin-top: 5px; }
.scc-promise p { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; }

/* STAKES */
.stakes-section { background: var(--ink-2); }
.stakes-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.stakes-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--white);
  position: sticky;
  top: 100px;
}
.stakes-title em { font-style: italic; color: var(--gold); }
.stakes-right { display: flex; flex-direction: column; gap: 0; }
.stakes-item {
  padding: 28px 0;
  border-bottom: 0.5px solid var(--rule-light);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: start;
}
.stakes-item:first-child { border-top: 0.5px solid var(--rule-light); }
.stakes-num {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.stakes-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
}

/* SCAN DELIVERABLES */
.scanget-section { background: var(--ink); }
.scanget-header { margin-bottom: 64px; }
.scanget-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--white);
}
.scanget-title em { font-style: italic; color: var(--gold); }
.scanget-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule-light);
}
.sg-item {
  background: var(--ink);
  padding: 40px 32px;
  transition: background var(--transition);
}
.sg-item:hover { background: var(--ink-2); }
.sg-num {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}
.sg-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 12px;
}
.sg-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}

/* Lege cel naast 07 opvullen: bijpassende tekst */
.sg-aside {
  background: var(--ink-2);
  padding: 40px 32px;
  border-left: 1px solid var(--rule-light);
  display: flex;
  align-items: center;
  grid-column: span 2;
}
.sg-aside-inner {
  max-width: 360px;
}
.sg-aside-icon {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.4);
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}
.sg-aside-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.sg-aside-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 900px) {
  .scanget-grid { grid-template-columns: 1fr; }
  .sg-aside { grid-column: span 1; }
}

/* WERKWIJZE */
.werkwijze-section { background: var(--ink-2); }
.werkwijze-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--white);
}
.werkwijze-title em { font-style: italic; color: var(--gold); }
.werkwijze-body { font-size: 15px; color: var(--muted); line-height: 1.85; }
.principles-list { display: flex; flex-direction: column; gap: 0; }
.principle {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 0.5px solid var(--rule-light);
  align-items: flex-start;
}
.principle:first-child { border-top: 0.5px solid var(--rule-light); }
.pr-num {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--gold);
  padding-top: 2px;
}
.pr-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  display: block;
  margin-bottom: 5px;
}
.pr-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* FAQ */
.faq-section { background: var(--ink); }
.faq-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.faq-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--white);
  position: sticky;
  top: 100px;
}
.faq-title em { font-style: italic; color: var(--gold); }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 0.5px solid var(--rule-light); }
.faq-item:first-child { border-top: 0.5px solid var(--rule-light); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  text-align: left;
  font-size: 15px;
  color: var(--surface-2);
  font-weight: 400;
  cursor: pointer;
  transition: color var(--transition);
  background: transparent;
  border: none;
  font-family: var(--font-sans);
}
.faq-q:hover { color: var(--white); }
.faq-q[aria-expanded="true"] { color: var(--white); }
.faq-icon {
  font-size: 18px;
  color: var(--gold);
  flex-shrink: 0;
  font-weight: 300;
  line-height: 1;
  transition: transform var(--transition);
}
.faq-a {
  display: none;
  padding: 0 0 24px;
}
.faq-q[aria-expanded="true"] + .faq-a { display: block; }
.faq-a p { font-size: 14px; color: var(--muted); line-height: 1.85; }

/* FINAL CTA */
.scan-final-cta {
  background: var(--ink-2);
  padding: 120px 0;
  border-top: 1px solid var(--gold);
}
.scan-final-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.final-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 20px;
}
.final-title em { font-style: italic; color: var(--gold); }
.final-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 40px;
}
.final-guarantees { display: flex; flex-direction: column; gap: 14px; }
.fg-item {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-size: 14px;
  color: var(--surface-2);
}
.fg-icon { color: var(--gold); font-size: 8px; flex-shrink: 0; }
.final-contact-block {
  border: 0.5px solid var(--rule);
  padding: 48px;
  background: rgba(201,168,76,0.02);
  position: relative;
}
.final-contact-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
}
.fcb-method { margin-bottom: 0; }
.fcb-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}
.fcb-btn {
  display: block;
  text-align: center;
  padding: 16px 24px;
  font-size: 14px;
  margin-bottom: 14px;
}
.fcb-hint {
  font-size: 12px;
  color: var(--muted-2);
  line-height: 1.6;
}
.fcb-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0;
  color: var(--muted-2);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.fcb-divider::before,
.fcb-divider::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: var(--rule-light);
}
.fcb-phone {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  color: var(--surface);
  margin-bottom: 12px;
  transition: color var(--transition);
}
.fcb-phone:hover { color: var(--gold); }
.fcb-note {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 0.5px solid var(--rule-light);
}
.fcb-note p {
  font-size: 13px;
  color: var(--muted-2);
  line-height: 1.7;
}
.fcb-note a {
  color: var(--gold);
  border-bottom: 0.5px solid rgba(201,168,76,0.3);
  transition: border-color var(--transition);
}
.fcb-note a:hover { border-color: var(--gold); }
.nav-active-gold { color: var(--gold) !important; border-color: var(--gold) !important; }

@media (max-width: 1024px) {
  .scanget-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .scan-hero-inner { grid-template-columns: 1fr; padding-bottom: 0; }
  .scan-contact-card { margin-top: 48px; }
  .stakes-inner, .faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .stakes-title, .faq-title { position: static; }
  .stakes-item { grid-template-columns: 100px 1fr; gap: 20px; }
  .scanget-grid { grid-template-columns: 1fr; }
  .scan-final-inner { grid-template-columns: 1fr; }
}
