:root {
  --navy: #12131A;
  --orange: #FF5A1F;
  --offwhite: #F7F6F2;
  --gray: #6B6E7E;
  --white: #FFFFFF;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Header ---------- */

header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 50;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo svg { height: 44px; width: auto; }

footer .logo svg { height: 40px; }

nav.main-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

nav.main-nav a {
  color: var(--offwhite);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.85;
}

nav.main-nav a:hover { opacity: 1; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 12px 22px;
  border-radius: 4px;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}

.btn:hover { opacity: 0.88; }

.btn-primary {
  background: var(--orange);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  border: 1.5px solid var(--offwhite);
  color: var(--offwhite);
}

.header-cta { display: inline-block; }

@media (min-width: 720px) {
  nav.main-nav { display: flex; }
}

@media (max-width: 719px) {
  nav.main-nav { display: none; }
}

/* ---------- Hero ---------- */

.hero {
  background: var(--navy);
  color: var(--offwhite);
  padding: 72px 0 96px;
}

.hero .container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.eyebrow {
  color: var(--orange);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.12;
}

h1 .accent { color: var(--orange); }

.hero p.lead {
  font-size: 1.15rem;
  color: #C9CAD4;
  max-width: 620px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.cta-note {
  font-size: 0.85rem;
  color: var(--gray);
}

.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #2A2C38;
}

.hero-stats .stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
}

.hero-stats .stat-label {
  font-size: 0.85rem;
  color: var(--gray);
  max-width: 180px;
}

/* ---------- Generic section ---------- */

section { padding: 88px 0; }

section.alt { background: var(--offwhite); }

.section-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.section-head .eyebrow { color: var(--orange); margin-bottom: 10px; display: block; }

h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.section-head p {
  color: var(--gray);
  font-size: 1.05rem;
}

/* ---------- Senioriteit ---------- */

.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 800px) {
  .proof-grid { grid-template-columns: 300px 1fr; }
}

.brand-panel {
  aspect-ratio: 1 / 1;
  background: var(--navy);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15%;
}

.proof-text p { margin-bottom: 16px; color: var(--navy); font-size: 1.02rem; }
.proof-text p:last-child { margin-bottom: 0; }

.stat-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.stat-row .stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
}

.stat-row .stat-label {
  font-size: 0.85rem;
  color: var(--gray);
  max-width: 170px;
}

/* ---------- Voor wie ---------- */

.fit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 720px) {
  .fit-grid { grid-template-columns: 1fr 1fr; }
}

.fit-card {
  background: var(--white);
  border: 1px solid #E4E2DA;
  border-radius: 8px;
  padding: 32px;
}

section.alt .fit-card { background: var(--white); }

.fit-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.fit-card ul { list-style: none; }

.fit-card li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 0.96rem;
}

.fit-card.yes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}

.fit-card.no li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--gray);
  font-weight: 800;
}

/* ---------- Aanpak ---------- */

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  counter-reset: step;
}

@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(4, 1fr); }
}

.step {
  counter-increment: step;
}

.step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 12px;
}

.step h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.step p {
  color: var(--gray);
  font-size: 0.92rem;
}

/* ---------- Tarieven ---------- */

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 900px) {
  .pricing-grid { grid-template-columns: repeat(5, 1fr); }
}

.price-card {
  background: var(--white);
  border: 1px solid #E4E2DA;
  border-radius: 8px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}

.price-card .segment {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}

.price-card .adspend {
  color: var(--gray);
  font-size: 0.85rem;
  margin-bottom: 20px;
}

.price-card .price {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.price-card .price span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gray);
}

.price-card .setup {
  font-size: 0.82rem;
  color: var(--gray);
  margin-bottom: 20px;
}

.price-card ul {
  list-style: none;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #EEEDE7;
}

.price-card li {
  font-size: 0.88rem;
  color: var(--navy);
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}

.pricing-footnote {
  margin-top: 32px;
  color: var(--gray);
  font-size: 0.88rem;
  max-width: 640px;
}

.pricing-footnote strong { color: var(--navy); }

.pricing-calc-cta {
  margin-top: 32px;
  background: var(--white);
  border: 1px dashed #C9C7BE;
  border-radius: 8px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-calc-cta p {
  color: var(--navy);
  font-size: 0.98rem;
  max-width: 460px;
}

.pricing-calc-cta p strong { display: block; margin-bottom: 4px; }

/* ---------- Resultaten ---------- */

.cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 720px) {
  .cases-grid { grid-template-columns: repeat(3, 1fr); }
}

.case-card {
  border: 1px dashed #C9C7BE;
  border-radius: 8px;
  padding: 28px;
  color: var(--gray);
  font-size: 0.92rem;
}

.case-card .case-tag {
  display: inline-block;
  background: #EEEDE7;
  color: var(--gray);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 14px;
}

/* ---------- FAQ ---------- */

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.faq-item {
  border: 1px solid #E4E2DA;
  border-radius: 8px;
  padding: 0 24px;
  background: var(--white);
}

.faq-item summary {
  padding: 20px 0;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--orange);
  font-weight: 800;
  font-size: 1.2rem;
}

.faq-item[open] summary::after { content: "\2212"; }

.faq-item p {
  color: var(--gray);
  font-size: 0.95rem;
  padding-bottom: 20px;
}

/* ---------- Contact ---------- */

.contact-box {
  background: var(--navy);
  color: var(--offwhite);
  border-radius: 10px;
  padding: 56px 40px;
  text-align: center;
}

.contact-box h2 { color: var(--white); }

.contact-box p.lead {
  color: #C9CAD4;
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
}

.contact-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.contact-details {
  font-size: 0.9rem;
  color: var(--gray);
  max-width: 480px;
  margin: 0 auto;
  border-top: 1px solid #2A2C38;
  padding-top: 24px;
}

.contact-details strong { color: var(--offwhite); }

/* ---------- Footer ---------- */

footer {
  background: var(--navy);
  padding: 32px 0;
}

footer .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

@media (min-width: 640px) {
  footer .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

footer .copyright {
  color: var(--gray);
  font-size: 0.82rem;
}

/* ---------- Mobiel ---------- */

section[id] { scroll-margin-top: 84px; }

@media (max-width: 479px) {
  header .container { gap: 10px; }

  .logo svg { height: 30px; }

  .header-cta {
    padding: 8px 12px;
    font-size: 0.75rem;
    white-space: normal;
    text-align: center;
  }

  .hero { padding: 56px 0 72px; }

  section { padding: 64px 0; }

  .hero-ctas, .contact-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-ctas .btn, .contact-ctas .btn {
    width: 100%;
    text-align: center;
  }

  .contact-box { padding: 40px 20px; }
}

/* ---------- Calculator ---------- */

.calc-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

.calc-progress .dot {
  height: 5px;
  flex: 1;
  background: #E4E2DA;
  border-radius: 3px;
  transition: background 0.15s ease;
}

.calc-progress .dot.done,
.calc-progress .dot.active {
  background: var(--orange);
}

.calc-card {
  background: var(--white);
  border: 1px solid #E4E2DA;
  border-radius: 10px;
  padding: 40px;
}

@media (max-width: 479px) {
  .calc-card { padding: 28px 20px; }
}

.calc-steps { display: grid; }

.calc-step {
  grid-row: 1;
  grid-column: 1;
  visibility: hidden;
  pointer-events: none;
}

.calc-step.active {
  visibility: visible;
  pointer-events: auto;
}

.calc-step-label {
  color: var(--orange);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.calc-step h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

.calc-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 8px;
}

.calc-option {
  display: block;
  border: 1.5px solid #E4E2DA;
  border-radius: 8px;
  padding: 16px 18px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  position: relative;
}

.calc-option:hover { border-color: #C9C7BE; }

.calc-option.is-selected {
  border-color: var(--orange);
  background: #FFF4EE;
}

.calc-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.calc-option .opt-title {
  font-weight: 700;
  font-size: 0.98rem;
  margin-bottom: 2px;
}

.calc-option .opt-sub {
  color: var(--gray);
  font-size: 0.85rem;
}

.calc-option.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.calc-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
}

.calc-nav button {
  font-family: inherit;
  border: none;
  cursor: pointer;
}

.calc-nav .btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.calc-fields {
  display: grid;
  gap: 16px;
  margin-bottom: 8px;
}

.calc-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.calc-field input,
.calc-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 0.98rem;
  padding: 13px 14px;
  border: 1.5px solid #E4E2DA;
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
}

.calc-field textarea {
  resize: vertical;
  line-height: 1.5;
}

.calc-field input:focus,
.calc-field textarea:focus {
  outline: none;
  border-color: var(--orange);
}

.calc-privacy-note {
  color: var(--gray);
  font-size: 0.82rem;
  margin-top: 4px;
}

.calc-result {
  display: none;
}

.calc-result.active { display: block; }

.calc-result-price {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 4px 0 4px;
}

.calc-result-price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--gray);
}

.calc-result-setup {
  color: var(--gray);
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.calc-breakdown {
  list-style: none;
  border-top: 1px solid #EEEDE7;
  padding-top: 20px;
  margin-bottom: 28px;
}

.calc-breakdown li {
  font-size: 0.92rem;
  color: var(--navy);
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.calc-breakdown li span:last-child {
  color: var(--gray);
  white-space: nowrap;
}

.calc-disclaimer {
  color: var(--gray);
  font-size: 0.85rem;
  max-width: 560px;
  margin-bottom: 28px;
}

.calc-result-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  .calc-result-ctas { flex-direction: column; align-items: stretch; }
  .calc-result-ctas .btn { text-align: center; }
}
