:root {
  --bg: #0f172a;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --text: #0f172a;
  --text-soft: #475569;
  --primary: #2563eb;
  --primary-dark: #1e40af;
  --border: #e2e8f0;
  --success: #166534;
  --success-bg: #f0fdf4;
  --danger: #b91c1c;
  --danger-bg: #fef2f2;
  --hero-glow: rgba(56, 189, 248, 0.25);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(55px);
  opacity: 0.45;
}

body::before {
  background: #93c5fd;
  top: -120px;
  right: -90px;
}

body::after {
  background: #bfdbfe;
  bottom: -120px;
  left: -70px;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.hero {
  background: linear-gradient(130deg, #0f172a 0%, #1e3a8a 70%, #1d4ed8 100%);
  color: #fff;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  right: -140px;
  top: -280px;
  background: radial-gradient(circle, var(--hero-glow) 0%, rgba(56, 189, 248, 0) 65%);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nav-link {
  color: #dbeafe;
  text-decoration: none;
  font-weight: 600;
}

.nav-link:hover {
  color: #ffffff;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nav-cta {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}

.nav-cta:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.hero-content {
  padding: 2.2rem 0 1rem;
  position: relative;
  z-index: 1;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  max-width: 62ch;
}

.hero-visual {
  position: relative;
  min-height: 290px;
}

.tagline {
  margin: 0 0 0.7rem;
  color: #bfdbfe;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.tagline::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 0 8px rgba(96, 165, 250, 0.15);
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  max-width: 14ch;
}

.intro {
  max-width: 62ch;
  margin-top: 1rem;
  color: #dbeafe;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-panel {
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  padding: 1rem;
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.35);
}

.hero-panel-title {
  margin: 0 0 0.8rem;
  font-size: 0.88rem;
  color: #bfdbfe;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-panel-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #e2e8f0;
  font-size: 0.94rem;
}

.hero-panel-row + .hero-panel-row {
  margin-top: 0.55rem;
}

.status-dot {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.18);
}

.hero-float-card {
  position: absolute;
  right: -0.6rem;
  bottom: -1.4rem;
  width: 220px;
  padding: 0.85rem;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #dbeafe;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.2);
  animation: floatCard 4s ease-in-out infinite;
}

.hero-float-title {
  margin: 0;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-float-text {
  margin: 0.3rem 0 0;
  color: #475569;
  font-size: 0.86rem;
}

.hero-metrics {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-metrics article {
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.42);
  border-radius: 0.85rem;
  padding: 0.9rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1.2rem;
}

.hero-metrics span {
  color: #dbeafe;
  font-size: 0.86rem;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.1rem;
  border-radius: 0.65rem;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  transform: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: 2px;
}

.btn-primary {
  color: #fff;
  background: var(--primary);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  color: #0f172a;
  background: #fff;
}

.section {
  padding: 4.25rem 0;
}

.section h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin: 0 0 1.5rem;
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.45rem;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
}

.section-intro {
  margin: -0.6rem 0 1rem;
  color: var(--text-soft);
  max-width: 65ch;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.1rem;
  background: var(--surface);
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.04);
  position: relative;
}

.card:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: linear-gradient(130deg, #dbeafe, #e0e7ff);
  color: #1e3a8a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.step {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-weight: 700;
  margin-left: 0.5rem;
}

.section-alt {
  background: var(--surface-soft);
}

.split {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  align-items: center;
}

.badge-preview {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font-weight: 700;
}

.dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #16a34a;
}

.small {
  margin: 0.8rem 0 0;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.testimonial-card {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.testimonial-card p {
  margin: 0;
  font-weight: 600;
}

.testimonial-card span {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.88rem;
  color: #64748b;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-list details {
  border: 1px solid #dbe3ee;
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 0.85rem 0.9rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 0.55rem 0 0;
  color: #475569;
}

.price-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 22px rgba(15, 23, 42, 0.05);
}

.price-card.highlight {
  border-color: #93c5fd;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.14);
}

.price-card-pro {
  position: relative;
  border-color: #fde68a;
  background: linear-gradient(180deg, #fffef7 0%, #ffffff 100%);
}

.price-pill {
  display: inline-flex;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.price {
  margin: 0.35rem 0 0.6rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.price span {
  font-size: 0.95rem;
  color: var(--text-soft);
}

.section-cta {
  background: #dbeafe;
}

.cta-box {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #bfdbfe;
  padding: 1.5rem;
}

.waitlist-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.plate-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.plate-form input {
  min-width: 250px;
  flex: 1;
  padding: 0.75rem 0.8rem;
  border-radius: 0.55rem;
  border: 1px solid #cbd5e1;
  text-transform: uppercase;
}

.rdw-check-card {
  border: 1px solid #d4d4d8;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.rdw-check-left,
.rdw-check-right {
  padding: 1.4rem 1.6rem;
}

.rdw-check-right {
  background: #ececef;
  border-left: 1px solid #d4d4d8;
}

#kenteken-check .rdw-check-card h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Times New Roman", serif;
  font-weight: 700;
  color: #1f2937;
}

.rdw-helper-text {
  margin: 0 0 0.95rem;
  color: #4b5563;
  max-width: 52ch;
}

.rdw-plate-form {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.plate-shell {
  display: inline-flex;
  align-items: stretch;
  border: 2px solid #1f2937;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #facc15;
  min-height: 62px;
}

.plate-flag {
  width: 36px;
  display: inline-grid;
  place-items: center;
  background: #1d4ed8;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.plate-input,
.plate-text {
  border: 0;
  background: #facc15;
  color: #1f2937;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

.plate-input {
  width: 240px;
  padding: 0.45rem 0.9rem;
  outline: none;
}

.plate-input::placeholder {
  color: #374151;
  opacity: 0.95;
}

.plate-shell-readonly {
  min-width: 260px;
}

.plate-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0.45rem 0.9rem;
}

.rdw-submit-btn {
  background: #d9480f;
  color: #fff;
  border-radius: 0.4rem;
  min-height: 62px;
  padding: 0.8rem 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.rdw-submit-btn:hover {
  background: #c2410c;
}

.rdw-submit-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  transform: none;
}

.rdw-submit-arrow {
  font-size: 1.15rem;
}

.waitlist-form input {
  min-width: 250px;
  flex: 1;
  padding: 0.75rem 0.8rem;
  border-radius: 0.55rem;
  border: 1px solid #cbd5e1;
}

.form-message {
  margin-top: 0.9rem;
  font-weight: 600;
  border-radius: 0.7rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid transparent;
}

.form-message:empty {
  display: none;
}

.form-message.is-info {
  color: #1e3a8a;
  background: #eff6ff;
  border-color: #bfdbfe;
}

.form-message.is-success {
  color: var(--success);
  background: var(--success-bg);
  border-color: #bbf7d0;
}

.form-message.is-error {
  color: var(--danger);
  background: var(--danger-bg);
  border-color: #fecaca;
}

.vehicle-result-wrap {
  margin-top: 1rem;
  border: 1px solid #dbe5f1;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.vehicle-result-top {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
  padding: 1rem 1rem 0.9rem;
}

.vehicle-result-top h3 {
  margin: 0;
  font-size: 1.15rem;
}

.vehicle-result-top p {
  margin: 0.2rem 0 0;
  color: #334155;
  font-size: 0.93rem;
}

.vehicle-result {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  padding: 1rem;
}

.vehicle-result div {
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  padding: 0.85rem;
  background: var(--surface-soft);
}

.vehicle-result dt {
  font-size: 0.85rem;
  color: var(--text-soft);
}

.vehicle-result dd {
  margin: 0.3rem 0 0;
  font-weight: 700;
}

.vehicle-all-details {
  border-top: 1px solid #e2e8f0;
  padding: 0.85rem 1rem 1rem;
  background: #fcfdff;
}

.vehicle-all-details summary {
  cursor: pointer;
  font-weight: 700;
  color: #1e3a8a;
}

.vehicle-all-hint {
  margin: 0.6rem 0 0.85rem;
  color: #475569;
  font-size: 0.92rem;
}

.vehicle-all-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.65rem;
}

.vehicle-all-fields div {
  border: 1px solid #e2e8f0;
  border-radius: 0.7rem;
  background: #f8fafc;
  padding: 0.7rem;
}

.vehicle-all-fields dt {
  font-size: 0.78rem;
  color: #64748b;
}

.vehicle-all-fields dd {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  word-break: break-word;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 1.1rem 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.7);
}

.sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  background: #1d4ed8;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(29, 78, 216, 0.35);
  font-weight: 700;
}

.sticky-cta:hover {
  background: #1e40af;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 800px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-float-card {
    position: static;
    width: 100%;
    margin-top: 0.7rem;
    animation: none;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .nav-links {
    gap: 0.5rem;
  }

  .sticky-cta {
    left: 1rem;
    right: 1rem;
    text-align: center;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .rdw-check-card {
    grid-template-columns: 1fr;
  }

  .rdw-check-right {
    border-left: 0;
    border-top: 1px solid #d4d4d8;
  }

  .rdw-plate-form {
    align-items: stretch;
  }

  .plate-shell {
    width: 100%;
  }

  .plate-input {
    width: 100%;
    min-width: 0;
  }

  .rdw-submit-btn {
    width: 100%;
    justify-content: center;
  }
}
