:root {
  --bg: #060916;
  --bg-soft: #0d1428;
  --card: rgba(16, 27, 53, 0.85);
  --card-strong: #152447;
  --text: #f6f8ff;
  --muted: #afbbd4;
  --primary: #6ea4ff;
  --primary-strong: #4d8ef8;
  --border: rgba(156, 184, 235, 0.22);
  --success: #85e3c4;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, #16306e 0, transparent 36%),
    radial-gradient(circle at 90% 12%, #273663 0, transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, #050914 100%);
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(6, 9, 22, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 0;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text);
}

.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}

.brand-text {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.94rem;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav .nav-cta {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  color: var(--text);
}

.hero {
  padding: 5.5rem 0 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 2rem;
}

.eyebrow {
  display: inline-flex;
  border: 1px solid rgba(135, 160, 211, 0.35);
  color: #cce0ff;
  background: rgba(42, 71, 138, 0.3);
  border-radius: 999px;
  font-size: 0.83rem;
  padding: 0.3rem 0.7rem;
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.1rem;
}

.hero-text {
  color: var(--muted);
  max-width: 58ch;
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.btn {
  text-decoration: none;
  border-radius: 11px;
  padding: 0.78rem 1.1rem;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #05112b;
  background: linear-gradient(120deg, #8ec8ff 0%, #6ea4ff 52%, #5f85fa 100%);
  box-shadow: 0 12px 34px rgba(87, 138, 255, 0.35);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid var(--border);
  background: rgba(124, 149, 208, 0.1);
}

.hero-points {
  display: grid;
  gap: 0.35rem;
  color: #d4def4;
  font-size: 0.95rem;
}

.hero-points p {
  margin: 0;
  position: relative;
  padding-left: 1.1rem;
}

.hero-points p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--success);
  position: absolute;
  top: 0.56rem;
  left: 0;
}

.hero-media-card {
  background: linear-gradient(180deg, rgba(25, 40, 77, 0.95), rgba(14, 23, 45, 0.95));
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 190, 241, 0.34);
  background: rgba(92, 126, 199, 0.18);
  color: #d8e6ff;
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-badge-logo {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.hero-screenshot {
  border-radius: 14px;
  border: 1px solid rgba(173, 193, 242, 0.22);
}

.visual-band {
  position: relative;
  height: clamp(170px, 30vw, 300px);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.visual-band-image {
  position: absolute;
  inset: -20px 0;
  background-image:
    linear-gradient(90deg, rgba(6, 9, 22, 0.98) 0%, rgba(6, 9, 22, 0.55) 32%, rgba(6, 9, 22, 0.25) 62%, rgba(6, 9, 22, 0.95) 100%),
    url("./afbeeldingen/screenshot1.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(6px) saturate(1.05);
  transform: scale(1.07);
}

.section {
  padding: 4rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(7, 12, 24, 0.78), rgba(8, 14, 31, 0.78));
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-intro {
  color: var(--muted);
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.2rem;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
}

.step-number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 190, 241, 0.44);
  color: #d6e5ff;
  font-weight: 700;
  font-size: 0.88rem;
}

.audience-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.audience-card,
.price-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem;
}

.audience-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.audience-card li + li {
  margin-top: 0.45rem;
}

.price-tag {
  margin-top: 0.65rem;
  margin-bottom: 0.8rem;
  color: #d4e5ff;
  font-weight: 700;
}

.price-card.highlighted {
  background: linear-gradient(180deg, rgba(33, 55, 103, 0.96), rgba(19, 34, 70, 0.96));
  border-color: rgba(162, 189, 245, 0.45);
}

.demo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.demo-video,
.demo-image {
  border-radius: 15px;
  border: 1px solid rgba(173, 193, 242, 0.22);
  background: #04060d;
}

.demo-placeholder {
  position: relative;
  overflow: hidden;
}

.demo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
  justify-items: start;
  background: linear-gradient(180deg, rgba(7, 11, 22, 0.15), rgba(7, 11, 22, 0.9) 75%);
}

.demo-overlay p {
  margin: 0;
  color: #e7efff;
  font-weight: 600;
}

.contact {
  text-align: center;
}

.contact-wrap {
  background: linear-gradient(180deg, rgba(29, 48, 92, 0.62), rgba(14, 23, 45, 0.72));
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
}

.contact p {
  color: var(--muted);
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
}

.interest-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  text-align: left;
}

.interest-form label {
  display: grid;
  gap: 0.45rem;
  color: #dbe6ff;
  font-size: 0.9rem;
  font-weight: 500;
}

.interest-form input,
.interest-form select,
.interest-form textarea {
  border: 1px solid rgba(169, 192, 238, 0.25);
  border-radius: 10px;
  padding: 0.72rem 0.8rem;
  background: rgba(8, 15, 32, 0.68);
  color: var(--text);
  font: inherit;
}

.interest-form textarea {
  resize: vertical;
}

.interest-form input:focus,
.interest-form select:focus,
.interest-form textarea:focus {
  outline: 2px solid rgba(110, 164, 255, 0.5);
  outline-offset: 1px;
}

.interest-form .full-width {
  grid-column: 1 / -1;
}

.interest-form button {
  justify-self: start;
}

.form-note {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #9fb2d8;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-wrap {
  padding: 1.3rem 0 1.8rem;
  color: #90a2c7;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .steps,
  .audience-grid,
  .pricing-grid,
  .demo-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4rem;
  }

  .interest-form {
    grid-template-columns: 1fr;
  }

  .interest-form .full-width {
    grid-column: auto;
  }

  .site-nav {
    display: none;
  }
}
