﻿@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&family=Space+Grotesk:wght@400;500;600&display=swap");

:root {
  --color-bg: #eef2f9;
  --color-ink: #0e1324;
  --color-accent: #f7c948;
  --color-accent-dark: #e0aa16;
  --color-muted: #52607a;
  --color-surface: #ffffff;
  --color-surface-alt: #f5f7fd;
  --color-surface-strong: #e6edf8;
  --color-hero: #0b1230;
  --color-focus: #111827;
  --radius: 18px;
  --shadow: 0 24px 40px rgba(14, 19, 36, 0.12);
  --shadow-hover: 0 30px 50px rgba(14, 19, 36, 0.2);
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 44px;
  --space-7: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html[data-debug-css="1"] {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  color: var(--color-ink);
  background: radial-gradient(circle at top, #f5f9ff 0%, var(--color-bg) 55%);
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}

h1,
h2,
h3 {
  font-family: "Fraunces", "Times New Roman", serif;
  margin: 0 0 var(--space-2);
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
}

h3 {
  font-size: 1.25rem;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: var(--space-3) 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(245, 247, 253, 0.96);
  border-color: rgba(14, 19, 36, 0.08);
  box-shadow: 0 10px 30px rgba(14, 19, 36, 0.08);
}

.site-header.nav-top .site-brand,
.site-header.nav-top .site-nav a,
.site-header.nav-top .lang-switch label {
  color: #ffffff;
}

.site-header.nav-top .lang-switch select {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.site-header.nav-top .lang-switch select option {
  color: #111;
}

.site-header.is-scrolled .lang-switch select {
  color: var(--color-ink);
  background: #fff;
}

.site-header.nav-top .nav-cta {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.site-brand {
  font-size: 1.3rem;
  font-weight: 700;
}

.site-nav a {
  color: var(--color-ink);
  text-decoration: none;
  margin-left: var(--space-3);
  font-weight: 600;
}

.site-nav a:hover {
  text-decoration: underline;
}

.site-nav .nav-login {
  background: var(--color-accent);
  color: var(--color-hero);
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.site-nav .nav-login:hover {
  text-decoration: none;
  background: var(--color-accent-dark);
}

.nav-cta {
  margin-left: var(--space-3);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.lang-switch label {
  font-size: 0.85rem;
  color: var(--color-muted);
}

.lang-switch select {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(14, 19, 36, 0.2);
  background: #fff;
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

main {
  padding: 0;
}

.section {
  padding: var(--space-7) 0;
}

.section:nth-of-type(even) {
  background: var(--color-surface-alt);
}

.section:nth-of-type(odd) {
  background: var(--color-surface);
}

.full-bleed {
  width: 100%;
  margin-left: 0;
  max-width: 100%;
}

.hero-marketing {
  position: relative;
  min-height: 80vh;
  padding: calc(var(--space-7) + 52px) 0 var(--space-6);
  overflow: hidden;
  background: radial-gradient(circle at 20% 10%, rgba(78, 114, 255, 0.35), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(60, 180, 255, 0.18), transparent 40%),
    linear-gradient(140deg, #050a1f 0%, #0d1740 48%, #172761 100%);
  color: #fdf9f2;
}

.hero-marketing::before,
.hero-marketing::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(0px);
  opacity: 0.5;
  z-index: 0;
}

.hero-marketing::before {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(96, 140, 255, 0.55), rgba(96, 140, 255, 0));
  top: -140px;
  right: 10%;
}

.hero-marketing::after {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(68, 196, 255, 0.45), rgba(68, 196, 255, 0));
  bottom: -220px;
  left: 8%;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(14, 19, 36, 0.25), rgba(5, 8, 22, 0.82));
  z-index: 1;
}

.hero-slider {
  padding: 0;
  width: 100%;
}

.hero-slides {
  position: relative;
  min-height: 260px;
}

.hero-slide {
  display: none;
}

.hero-slide.is-active {
  display: block;
  animation: fadeUp 0.45s ease;
}

.hero-slide-content {
  max-width: 680px;
  display: grid;
  gap: var(--space-3);
  margin: 0 auto;
  text-align: center;
}

.hero-slide .lead {
  color: rgba(255, 255, 255, 0.8);
}

.hero-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: var(--space-4);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.hero-nav {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 1.6rem;
  cursor: pointer;
}

.hero-nav:first-child {
  justify-self: start;
}

.hero-nav:last-child {
  justify-self: end;
}

.hero-dots {
  display: flex;
  gap: var(--space-2);
  justify-self: center;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.hero-dot.is-active {
  background: var(--color-accent);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
  max-width: 700px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

.trust-icon {
  color: var(--color-accent);
}

.lead {
  font-size: 1.05rem;
  color: var(--color-muted);
  max-width: 48ch;
}

.cards {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.cards-compact {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.card {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: var(--space-4);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  height: 100%;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jcw-card {
  border: 1px solid rgba(14, 19, 36, 0.12);
}

.jcw-card:hover {
  border-color: var(--color-accent-dark);
  box-shadow: var(--shadow-hover);
}

.jcw-card:focus-within {
  border-color: var(--color-accent);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(14, 19, 36, 0.3);
}

.card:focus-within {
  border-color: rgba(14, 19, 36, 0.4);
  box-shadow: var(--shadow-hover);
}

.card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--color-surface-strong);
  display: grid;
  place-items: center;
  color: var(--color-ink);
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.section-chip {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  color: inherit;
  margin-bottom: var(--space-2);
}

.section-chip svg {
  width: 22px;
  height: 22px;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-hero);
  font-weight: 700;
  margin-bottom: var(--space-2);
}

.card p {
  margin: 0;
}

.bullet-list {
  margin: 0;
  padding-left: 18px;
  color: var(--color-muted);
}

.link {
  display: inline-block;
  margin-top: auto;
  font-weight: 600;
  color: var(--color-ink);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--color-accent);
  color: var(--color-hero);
}

.btn-primary:hover {
  background: var(--color-accent-dark);
}

.btn-secondary {
  border: 1px solid rgba(14, 19, 36, 0.2);
  color: var(--color-ink);
  background: transparent;
}

.split {
  background: var(--color-surface-alt);
}

.split-grid {
  display: grid;
  gap: var(--space-5);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.split-card {
  min-height: 260px;
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(43, 92, 255, 0.15), rgba(255, 248, 239, 0.9));
  box-shadow: var(--shadow);
  display: grid;
  gap: var(--space-3);
  padding: var(--space-4);
}

.preview-card {
  background: rgba(255, 255, 255, 0.7);
}

.preview-panel {
  height: 24px;
  border-radius: 999px;
  background: rgba(14, 19, 36, 0.08);
}

.printing-masonry {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 56px;
}

.print-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  padding: var(--space-3);
  box-shadow: var(--shadow);
  display: grid;
  gap: var(--space-2);
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.print-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(14, 19, 36, 0.3);
}

.print-card-large {
  grid-column: span 4;
  grid-row: span 4;
}

.print-card-tall {
  grid-column: span 2;
  grid-row: span 5;
}

.print-card:nth-child(2) {
  grid-column: span 2;
  grid-row: span 3;
}

.print-card:nth-child(4) {
  grid-column: span 4;
  grid-row: span 3;
}

.print-label {
  font-weight: 600;
  color: var(--color-ink);
}

.print-preview {
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(43, 92, 255, 0.18), rgba(247, 201, 72, 0.2));
  min-height: 80px;
}

.device-mock {
  border-radius: 22px;
  background: rgba(14, 19, 36, 0.9);
  height: 260px;
  position: relative;
}

.device-mock::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
}

.split-alt {
  background: var(--color-surface-strong);
}

.section-ai .ai-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: var(--space-4);
}

.section-ai .card {
  background: var(--color-surface-alt);
}

.faq-list {
  display: grid;
  gap: var(--space-3);
}

.faq-item {
  background: var(--color-surface);
  padding: var(--space-3);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq-question {
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.faq-question::after {
  content: "+";
  font-size: 1.4rem;
  line-height: 1;
}

.faq-question[aria-expanded="true"]::after {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.faq-answer.is-open {
  margin-top: var(--space-2);
  opacity: 1;
}

.section.cta-band {
  background: linear-gradient(135deg, #0b1230, #1a2b58);
  color: #fff;
}

.pricing .price {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.pricing .price-note {
  margin: 0 0 var(--space-3);
  color: var(--color-muted);
}

.pricing-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.pricing .card.featured {
  border: 2px solid rgba(247, 201, 72, 0.7);
  box-shadow: var(--shadow-hover);
  transform: translateY(-6px);
}

.cta-band .btn-primary {
  background: var(--color-accent);
  color: var(--color-hero);
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.title-only h1 {
  text-align: center;
}

.form {
  display: grid;
  gap: var(--space-3);
}

.form-field label {
  display: block;
  font-weight: 600;
}

.form-field small {
  display: block;
  color: var(--color-muted);
  margin-bottom: var(--space-1);
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(14, 19, 36, 0.2);
  font-family: inherit;
}

.form-actions {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.step {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--color-muted);
}

.summary {
  background: var(--color-surface-alt);
  border-radius: var(--radius);
  padding: var(--space-3);
}

.site-footer {
  border-top: 1px solid rgba(14, 19, 36, 0.12);
  padding: var(--space-5) 0;
  background: var(--color-hero);
  color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.footer-grid > div {
  padding-left: var(--space-4);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid > div:first-child {
  border-left: none;
  padding-left: 0;
}

.footer-brand {
  font-weight: 600;
  color: #fff;
}

.footer-links {
  display: grid;
  gap: var(--space-2);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-kvk {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-item {
  display: grid;
  gap: 2px;
  margin: 0 0 var(--space-2);
}

.footer-label-inline {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.footer-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin: 0 0 var(--space-2);
}

.footer-social {
  display: grid;
  gap: var(--space-2);
}

.social-icons {
  display: flex;
  gap: var(--space-2);
}

.social-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.social-icon.is-placeholder {
  opacity: 0.7;
}

.social-icon svg {
  width: 18px;
  height: 18px;
}

.site-footer p {
  margin: 0 0 var(--space-2);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 780px) {
  .site-header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav a {
    margin-left: 0;
    margin-right: var(--space-3);
  }

  .lang-switch {
    width: 100%;
    justify-content: space-between;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding: var(--space-6) 0;
  }

  .hero-marketing {
    min-height: 70vh;
  }

  .footer-grid > div {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: var(--space-3);
  }

  .footer-grid > div:first-child {
    border-top: none;
    padding-top: 0;
  }

  .printing-masonry {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 72px;
  }

  .print-card,
  .print-card-large,
  .print-card-tall,
  .print-card:nth-child(2),
  .print-card:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  padding: 12px 14px;
  border-radius: 999px;
  border: none;
  background: var(--color-accent);
  color: var(--color-hero);
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-2px);
}

.clippy {
  position: fixed;
  bottom: 24px;
  right: 88px;
  z-index: 20;
}

.clippy-toggle {
  padding: 10px 14px;
  border-radius: 999px;
  border: none;
  background: var(--color-hero);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.clippy-panel {
  display: none;
  margin-top: var(--space-2);
  background: #fff;
  color: var(--color-ink);
  border-radius: 16px;
  padding: var(--space-3);
  width: 240px;
  box-shadow: var(--shadow);
}

.static-verify {
  position: fixed;
  bottom: 16px;
  left: 16px;
  background: #1b2b5f;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.75rem;
  z-index: 30;
}

.build-marker {
  position: fixed;
  bottom: 52px;
  left: 16px;
  background: rgba(11, 18, 48, 0.9);
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.75rem;
  z-index: 30;
}

.clippy-panel.is-open {
  display: block;
}

.clippy-header {
  font-weight: 700;
  margin-bottom: var(--space-2);
}

.clippy-panel input {
  width: 100%;
  margin: var(--space-2) 0;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(14, 19, 36, 0.2);
}

.clippy-intro {
  margin: 0 0 var(--space-2);
  font-size: 0.9rem;
  color: var(--color-muted);
}

.clippy-messages {
  display: grid;
  gap: var(--space-2);
  max-height: 180px;
  overflow-y: auto;
  margin-bottom: var(--space-2);
}

.clippy-message {
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 0.9rem;
}

.clippy-message-user {
  background: var(--color-surface-strong);
}

.clippy-message-assistant {
  background: var(--color-surface-alt);
}

.clippy-form {
  display: grid;
  gap: var(--space-2);
}

.clippy-note {
  color: var(--color-muted);
  font-size: 0.75rem;
}

.clippy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.clippy-actions button {
  border: 1px solid rgba(14, 19, 36, 0.2);
  background: var(--color-surface-alt);
  color: var(--color-ink);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.75rem;
  cursor: pointer;
}

@media (max-width: 780px) {
  .clippy {
    bottom: 70px;
    right: 16px;
  }

  .back-to-top {
    bottom: 16px;
    right: 16px;
  }

  .clippy-panel {
    width: min(90vw, 320px);
  }
}
