/* ──────────────────────────────────────────────────────────
   branche.css — gedeelde stijlen voor de branche-landingspagina's
   (/website-laten-maken/*). Laadt NA styles.css, gebruikt
   dezelfde tokens. Geen eigen kleuren of fonts.
   ────────────────────────────────────────────────────────── */

.skip-nav {
  position: absolute; top: -100px; left: 16px;
  background: var(--ink); color: var(--cream);
  padding: 10px 20px; border-radius: 8px;
  font-size: 14px; font-weight: 600; z-index: 999;
  transition: top .2s;
}
.skip-nav:focus { top: 16px; }

/* ── HERO ── */
.br-hero { padding: calc(var(--header-h) + var(--s-8)) 0 var(--s-7); }
.br-hero .lead { margin-top: var(--s-5); max-width: 58ch; }
.br-hero-actions { display: flex; gap: var(--s-4); margin-top: var(--s-6); flex-wrap: wrap; }

.br-facts {
  display: flex; gap: var(--s-5); margin-top: var(--s-6); flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 13px; color: var(--muted);
}
.br-facts .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }

/* ── SECTIEKOP ── */
.br-head { max-width: 62ch; margin-bottom: var(--s-6); }
.br-head .display-3 { margin-top: var(--s-3); }
.br-head p { margin-top: var(--s-4); color: var(--muted); line-height: 1.7; }

/* ── STIJLEN (de demo's) ── */
.br-styles { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
.br-style {
  display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit;
  background: var(--cream-light); border: 1px solid var(--border); border-radius: var(--r-lg);
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.br-style:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.br-style-swatch { height: 96px; position: relative; }
.br-style-swatch span {
  position: absolute; bottom: 10px; left: 12px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 100px;
  background: rgba(255,255,255,.85); color: var(--ink);
}
.br-style-body { padding: var(--s-4) var(--s-5) var(--s-5); display: flex; flex-direction: column; gap: 6px; flex: 1; }
.br-style-body .name { font-size: 17px; font-weight: 700; letter-spacing: -.02em; display: flex; align-items: center; justify-content: space-between; }
.br-style-body .name .arrow { color: var(--terracotta); transition: transform .25s; }
.br-style:hover .name .arrow { transform: translateX(4px); }
.br-style-body .desc { font-size: 14px; color: var(--muted); line-height: 1.6; }
.br-style-body .open { margin-top: auto; padding-top: var(--s-4); font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-soft); }

/* ── FUNCTIES ── */
.br-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); }
.br-feature {
  background: var(--cream-light); border: 1px solid var(--border-soft);
  border-radius: var(--r-lg); padding: var(--s-5);
}
.br-feature .num {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .12em; color: var(--terracotta);
}
.br-feature h3 { font-size: 17px; font-weight: 700; letter-spacing: -.02em; margin: var(--s-3) 0 var(--s-2); }
.br-feature p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ── PAKKETTEN ── */
.br-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); }
.br-plan {
  background: var(--cream-light); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-6); display: flex; flex-direction: column;
}
.br-plan.featured { border-color: var(--terracotta); background: var(--terracotta-bg); }
.br-plan .tier { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta); }
.br-plan .price { font-size: 34px; font-weight: 700; letter-spacing: -.03em; margin: var(--s-3) 0 var(--s-1); }
.br-plan .price em { font-style: normal; font-weight: 300; font-size: 16px; color: var(--muted); }
.br-plan .term { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.br-plan ul { list-style: none; margin: var(--s-5) 0 0; display: flex; flex-direction: column; gap: 10px; }
.br-plan li { font-size: 14px; color: var(--ink-soft); padding-left: 22px; position: relative; line-height: 1.55; }
.br-plan li::before { content: "→"; position: absolute; left: 0; color: var(--terracotta); }

/* ── STAPPEN ── */
.br-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-5); counter-reset: step; }
.br-step { border-top: 2px solid var(--border); padding-top: var(--s-4); }
.br-step .day { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta); }
.br-step h3 { font-size: 16px; font-weight: 700; margin: var(--s-2) 0 var(--s-2); letter-spacing: -.02em; }
.br-step p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── VRAGEN ── */
.br-faq { max-width: var(--container-narrow); }
.br-faq details {
  border-bottom: 1px solid var(--border); padding: var(--s-5) 0;
}
.br-faq summary {
  font-size: 17px; font-weight: 600; letter-spacing: -.01em; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: var(--s-4);
}
.br-faq summary::-webkit-details-marker { display: none; }
.br-faq summary::after { content: "+"; color: var(--terracotta); font-size: 22px; font-weight: 300; line-height: 1; flex-shrink: 0; }
.br-faq details[open] summary::after { content: "−"; }
.br-faq details p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-top: var(--s-4); max-width: 68ch; }

/* ── CTA ── */
.br-cta { background: var(--ink); color: var(--cream); border-radius: var(--r-xl); padding: var(--s-8); text-align: center; }
.br-cta h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 700; letter-spacing: -.03em; line-height: 1.05; margin-bottom: var(--s-4); }
.br-cta h2 em { font-style: normal; font-weight: 300; color: var(--terracotta-soft); }
.br-cta p { color: rgba(245,240,232,.6); max-width: 50ch; margin: 0 auto var(--s-6); }
.br-cta .btn-primary { background: var(--terracotta); border-color: var(--terracotta); color: var(--cream); }
.br-cta .btn-primary:hover { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.br-cta .sub { font-family: var(--font-mono); font-size: 12px; color: rgba(245,240,232,.45); margin-top: var(--s-5); }

/* ── ANDERE BRANCHES ── */
.br-others { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.br-others a {
  font-family: var(--font-mono); font-size: 12px; color: var(--muted);
  border: 1px solid var(--border); border-radius: 100px; padding: 7px 14px;
  text-decoration: none; transition: border-color .2s, color .2s;
}
.br-others a:hover { border-color: var(--terracotta); color: var(--terracotta); }

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .br-styles { grid-template-columns: repeat(2, 1fr); }
  .br-features, .br-plans { grid-template-columns: repeat(2, 1fr); }
  .br-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .br-styles, .br-features, .br-plans, .br-steps { grid-template-columns: 1fr; }
  .br-hero-actions .btn { width: 100%; justify-content: center; }
}
