/* =========================================================
   Panther Premium Care — huisstijl
   Palet: onyx / grafiet / chroom / goud (afgeleid van logo)
   Typografie: Sora (display) · Manrope (body) · Michroma (labels)
   ========================================================= */

:root {
  --ink: #0b0b0e;
  --ink-2: #0e0e12;
  --panel: #14141a;
  --panel-2: #191922;
  --line: #262631;
  --line-soft: #1d1d26;
  --chrome: #eceef2;
  --silver: #a8adb8;
  --body-c: #c7cad2;
  --gold: #c9962e;
  --gold-2: #e7be63;
  --gold-dark: #8f6a1e;
  --focus: #e7be63;
  --radius: 14px;
  --radius-s: 8px;
  --wrap: 1180px;
  --font-display: "Sora", "Segoe UI", -apple-system, sans-serif;
  --font-body: "Manrope", "Segoe UI", -apple-system, sans-serif;
  --font-label: "Michroma", "Arial Narrow", sans-serif;
}

/* ---------- Reset & basis ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  background: var(--ink);
  color: var(--body-c);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--chrome); }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold); color: #0b0b0e; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--chrome);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 700;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p  { max-width: 68ch; }

.wrap { width: min(var(--wrap), 92%); margin-inline: auto; }
.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.section-alt { background: var(--ink-2); border-block: 1px solid var(--line-soft); }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--gold); color: #0b0b0e; padding: .6rem 1rem;
  font-weight: 700; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Kentekenbalk (signatuur-element) ---------- */
.plate-tag {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-2);
  background: #0a0a0c;
  border: 1px solid var(--gold-dark);
  border-radius: 6px;
  padding: .45rem .9rem;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.6), 0 0 24px rgba(201,150,46,.08);
  margin-bottom: 1.1rem;
}
.plate-tag::before {
  content: "";
  width: 9px; height: 18px;
  background: #2447c9;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12);
}

.gold-line {
  width: 64px; height: 2px; border: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-2), transparent);
  margin: 1.1rem 0 1.4rem;
}
.center .gold-line { margin-inline: auto; background: linear-gradient(90deg, transparent, var(--gold-2), transparent); }
.center { text-align: center; }
.center p { margin-inline: auto; }

.lead { font-size: 1.15rem; color: var(--silver); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,11,14,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: background .3s ease;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .65rem 0;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand img { width: 58px; height: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text .b1 {
  font-family: var(--font-display); font-weight: 800;
  color: var(--chrome); font-size: 1.02rem; letter-spacing: .02em;
}
.brand-text .b2 {
  font-family: var(--font-label); font-size: .52rem;
  letter-spacing: .3em; color: var(--gold-2); text-transform: uppercase;
  margin-top: .2rem;
}
.main-nav { display: flex; align-items: center; gap: 1.7rem; }
.main-nav a {
  color: var(--body-c); font-weight: 600; font-size: .95rem;
  padding: .35rem 0; position: relative;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-2));
  transition: width .25s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { width: 100%; }
.main-nav a[aria-current="page"] { color: var(--chrome); }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line);
  border-radius: 8px; padding: .5rem .65rem; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--chrome);
  margin: 5px 0; transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  padding: .85rem 1.7rem; border-radius: 10px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-dark));
  color: #100c04;
  box-shadow: 0 6px 22px rgba(201,150,46,.28);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(201,150,46,.4); color: #100c04; }
.btn-ghost {
  background: transparent; color: var(--chrome);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-sm { padding: .6rem 1.15rem; font-size: .88rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}
.hero-bg {
  position: absolute; inset: 0;
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: 62% 55%;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,11,14,.96) 0%, rgba(11,11,14,.86) 34%, rgba(11,11,14,.35) 68%, rgba(11,11,14,.55) 100%),
    linear-gradient(0deg, rgba(11,11,14,1) 0%, rgba(11,11,14,0) 32%);
}
.hero-inner {
  position: relative; z-index: 1;
  min-height: min(88vh, 780px);
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(5rem, 12vw, 8rem) 0 clamp(4rem, 9vw, 6rem);
}
.hero h1 { max-width: 15ch; }
.hero h1 .gold { 
  background: linear-gradient(100deg, var(--gold-2), var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { margin: 1.4rem 0 2.2rem; max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-usps {
  display: flex; flex-wrap: wrap; gap: .6rem 1.8rem;
  margin-top: 3rem; padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,.09);
  font-size: .9rem; color: var(--silver); font-weight: 600;
}
.hero-usps span { display: inline-flex; align-items: center; gap: .5rem; }
.hero-usps svg { color: var(--gold-2); flex: none; }

/* ---------- Diensten-grid ---------- */
.grid { display: grid; gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold-dark); box-shadow: 0 14px 34px rgba(0,0,0,.45); }
.card-img { aspect-ratio: 4 / 3; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.card-body h3 { font-size: 1.12rem; }
.card-body p { font-size: .95rem; color: var(--silver); flex: 1; }
.card-link { font-weight: 700; font-size: .92rem; color: var(--gold-2); }
.card-link:hover { color: var(--chrome); }

/* ---------- Prijzen ---------- */
.price-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.price-card {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.8rem 1.7rem;
  display: flex; flex-direction: column; gap: .4rem;
  position: relative;
}
.price-card .cat { font-family: var(--font-label); font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--silver); }
.price-card .from { font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; color: var(--chrome); margin: .3rem 0 .1rem; }
.price-card .from small { font-size: .95rem; font-weight: 600; color: var(--silver); }
.price-card p { font-size: .93rem; color: var(--silver); margin-bottom: 1rem; flex: 1; }

.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
.tier {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  display: flex; flex-direction: column;
  position: relative;
}
.tier.featured { border-color: var(--gold-dark); background: linear-gradient(180deg, rgba(201,150,46,.07), rgba(20,20,26,0) 45%), var(--panel); }
.tier .badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #100c04; font-family: var(--font-label); font-size: .56rem;
  letter-spacing: .2em; text-transform: uppercase;
  padding: .35rem .8rem; border-radius: 99px; white-space: nowrap;
}
.tier h3 { font-size: 1.05rem; }
.tier .sub { font-size: .82rem; color: var(--silver); margin-top: .15rem; }
.tier .price { font-family: var(--font-display); font-weight: 800; font-size: 2.3rem; color: var(--chrome); margin: 1rem 0 1.2rem; }
.tier .price small { font-size: 1rem; color: var(--silver); font-weight: 600; }
.tier ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.6rem; flex: 1; }
.tier li { display: flex; gap: .6rem; font-size: .93rem; align-items: flex-start; }
.tier li svg { flex: none; margin-top: .3rem; color: var(--gold-2); }
.tier li.plus { color: var(--gold-2); font-weight: 700; }
.tier .btn { width: 100%; }
.price-note { font-size: .85rem; color: var(--silver); margin-top: 1.4rem; }

/* ---------- Werkwijze ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; counter-reset: step; }
.step {
  background: var(--panel); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1.7rem 1.5rem;
  counter-increment: step; position: relative;
}
.step::before {
  content: "0" counter(step);
  font-family: var(--font-label); font-size: .78rem; letter-spacing: .18em;
  color: var(--gold-2);
  display: inline-block; margin-bottom: .9rem;
  border: 1px solid var(--gold-dark); border-radius: 6px;
  padding: .35rem .6rem; background: #0a0a0c;
}
.step h3 { font-size: 1.05rem; margin-bottom: .45rem; }
.step p { font-size: .92rem; color: var(--silver); }

/* ---------- Coming soon ---------- */
.soon {
  border: 1px dashed var(--gold-dark);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(201,150,46,.06), rgba(11,11,14,0) 60%);
  padding: clamp(1.8rem, 4vw, 2.8rem);
}
.soon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 1.6rem; }
.soon-item {
  background: rgba(10,10,12,.65); border: 1px solid var(--line-soft);
  border-radius: var(--radius-s); padding: 1.3rem 1.4rem;
}
.soon-item h3 { font-size: 1rem; margin-bottom: .35rem; }
.soon-item p { font-size: .9rem; color: var(--silver); }
.soon-pill {
  display: inline-block; font-family: var(--font-label); font-size: .56rem;
  letter-spacing: .22em; text-transform: uppercase; color: #100c04;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 99px; padding: .32rem .75rem; margin-bottom: .8rem;
}

/* ---------- Media / split secties ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.rev > .split-media { order: 2; }
.split-media { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-soft); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.checklist { list-style: none; display: flex; flex-direction: column; gap: .7rem; margin-top: 1.4rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; }
.checklist svg { flex: none; margin-top: .32rem; color: var(--gold-2); }
.checklist strong { color: var(--chrome); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin-inline: auto; display: flex; flex-direction: column; gap: .8rem; }
.faq details {
  background: var(--panel); border: 1px solid var(--line-soft);
  border-radius: var(--radius-s); overflow: hidden;
}
.faq details[open] { border-color: var(--gold-dark); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 1.1rem 3rem 1.1rem 1.4rem;
  font-family: var(--font-display); font-weight: 600; color: var(--chrome);
  position: relative; font-size: .98rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 1.3rem; top: 50%;
  transform: translateY(-50%); color: var(--gold-2);
  font-size: 1.3rem; font-weight: 400; transition: transform .25s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .faq-body { padding: 0 1.4rem 1.2rem; font-size: .95rem; color: var(--silver); }

/* ---------- CTA-band ---------- */
.cta-band {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--gold-dark);
  background:
    linear-gradient(110deg, rgba(11,11,14,.94) 30%, rgba(11,11,14,.55)),
    var(--panel);
  padding: clamp(2.2rem, 5vw, 3.6rem);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem;
}
.cta-band .cta-photo {
  position: absolute; inset: 0; z-index: -1;
}
.cta-band .cta-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 45%; opacity: .5; }
.cta-band h2 { max-width: 20ch; }
.cta-band p { color: var(--silver); margin-top: .5rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 1.6rem; }
.info-block { display: flex; gap: 1rem; align-items: flex-start; }
.info-block .ico {
  flex: none; width: 44px; height: 44px; border-radius: 10px;
  background: #0a0a0c; border: 1px solid var(--gold-dark);
  display: grid; place-items: center; color: var(--gold-2);
}
.info-block h3 { font-size: 1rem; margin-bottom: .2rem; }
.info-block a, .info-block p { font-size: .97rem; }
.hours { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours td { padding: .45rem 0; border-bottom: 1px solid var(--line-soft); }
.hours td:last-child { text-align: right; color: var(--chrome); }

.form-card {
  background: var(--panel); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.4rem);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: .4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .85rem; font-weight: 700; color: var(--chrome); }
.form-field label .req { color: var(--gold-2); }
.form-field input, .form-field select, .form-field textarea {
  background: #0d0d11; border: 1px solid var(--line);
  border-radius: 8px; padding: .8rem .95rem;
  color: var(--chrome); font: inherit; font-size: .97rem;
  transition: border-color .2s ease;
  width: 100%;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--gold);
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-error { font-size: .82rem; color: #e5a1a1; display: none; }
.form-field.invalid input, .form-field.invalid textarea, .form-field.invalid select { border-color: #b25050; }
.form-field.invalid .form-error { display: block; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-top: 1rem; font-size: .95rem; font-weight: 600; display: none; padding: .9rem 1.1rem; border-radius: 8px; }
.form-status.ok { display: block; background: rgba(96,160,96,.12); border: 1px solid rgba(96,160,96,.4); color: #b9dcb9; }
.form-status.err { display: block; background: rgba(178,80,80,.12); border: 1px solid rgba(178,80,80,.4); color: #e5b3b3; }
.form-note { font-size: .82rem; color: var(--silver); margin-top: 1rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: #080809; border-top: 1px solid var(--line-soft);
  padding: 4rem 0 2rem; margin-top: 0; font-size: .93rem;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 2.4rem; }
.footer-grid h3 {
  font-family: var(--font-label); font-size: .62rem; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold-2); margin-bottom: 1rem;
}
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer-grid a { color: var(--body-c); }
.footer-grid a:hover { color: var(--gold-2); }
.footer-brand img { width: 130px; margin-bottom: 1rem; }
.footer-brand p { color: var(--silver); font-size: .9rem; max-width: 30ch; }
.footer-bottom {
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  color: var(--silver); font-size: .85rem;
}
.footer-bottom a { color: var(--silver); }
.footer-bottom a:hover { color: var(--gold-2); }

/* ---------- Juridische pagina's ---------- */
.legal { max-width: 780px; }
.legal h1 { margin-bottom: .6rem; }
.legal .updated { color: var(--silver); font-size: .9rem; margin-bottom: 2.4rem; }
.legal h2 { font-size: 1.3rem; margin: 2.4rem 0 .8rem; }
.legal ul, .legal ol { margin: .8rem 0 .8rem 1.3rem; display: flex; flex-direction: column; gap: .45rem; }
.legal p { margin-bottom: .8rem; }

/* ---------- 404 ---------- */
.page-404 {
  min-height: 70vh; display: flex; align-items: center; text-align: center;
}
.page-404 .plate-404 {
  font-family: var(--font-label); font-size: clamp(2.6rem, 9vw, 5rem);
  color: var(--chrome); letter-spacing: .12em;
  border: 3px solid var(--gold); border-radius: 14px;
  display: inline-flex; align-items: center; gap: 1.2rem;
  padding: 1.2rem 2.4rem; margin-bottom: 2rem;
  background: #0a0a0c;
  box-shadow: 0 0 60px rgba(201,150,46,.12);
}
.page-404 .plate-404::before {
  content: "NL"; font-size: 1rem; color: #fff; background: #2447c9;
  padding: .9em .5em; border-radius: 6px; letter-spacing: .05em;
}

/* ---------- Reveal-animatie ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Page hero (subpagina's) ---------- */
.page-hero {
  padding: clamp(4rem, 9vw, 6.5rem) 0 clamp(2.6rem, 6vw, 4rem);
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(1000px 420px at 80% -10%, rgba(201,150,46,.09), transparent 60%),
    var(--ink);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-3, .price-cats, .tier-grid, .soon-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .split, .split.rev { grid-template-columns: 1fr; }
  .split.rev > .split-media { order: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .main-nav {
    position: fixed; inset: 0; top: 74px;
    background: rgba(9,9,11,.98);
    flex-direction: column; justify-content: flex-start;
    padding: 2.4rem 8%; gap: 1.4rem;
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .main-nav.open { transform: none; }
  .main-nav a { font-size: 1.2rem; }
  .nav-toggle { display: block; }
}
@media (max-width: 600px) {
  .grid-3, .grid-2, .price-cats, .tier-grid, .steps, .soon-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-bg img { object-position: 58% 60%; }
  .brand img { width: 48px; }
  .btn { width: 100%; }
  .hero-cta .btn { width: auto; flex: 1; min-width: 150px; }
}
